/*

ZappisBikeCafe.com
---------------

*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: tahoma;
	color: white;
	background-color: #838384;
}


/* header */
#headerbkground {
	position: absolute;
	width: 100%;
	height: 130px;
	background-color: black;
	background-image: url('/main_content/topgrad2.png');
	background-repeat: repeat-y;
	background-position: right;
}
#header {
	width: 950px;
	height: 130px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#logo {
	float: left;
}

#navigation {
	height: 39px;
	list-style: none;
	float: right;
	text-decoration: none;
	margin-right: 100px;
}

#navigation li {
	background-image: url('/main_content/button1_alt.png');
	background-repeat: no-repeat;
	height: 37px;
	width: 90px;
	text-align: center;
	list-style-type: none;
	display: inline-block;
	margin-top: 93px;
}

#navigation li.selected {
	background-image: url('/main_content/button2_alt.png');
	background-repeat: no-repeat;
}

#navigation a {
	text-decoration: none;
	color: white;
	margin-top: 10px;
	display: block;
}

#navigation li.selected a {
	color: black;
}

/* flag+gap */

#flag {
	background-image: url('/main_content/italianline.png');
	background-repeat: repeat-x;
	height: 15px;
}

/* main */

#main {
	background-image: url('/main_content/fade1.png');
	background-repeat: repeat-x;
	background-color: #727274;
	height: 570px;
	padding-top: 20px;
}

#content {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	padding: 15px;
	background-color: #898686;
	-moz-box-shadow: 1px 1px 4px #000;
	-webkit-box-shadow: 1px 1px 4px #000;
	box-shadow: 1px 1px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

#homepagepage {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#homepagepics {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}

#homepagepics img {
	border-style:solid;
	border-width:2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border-color: white;
}

#homepagepicssmall {
	width: 700px;
}

#homepagepicssmall img{
	margin: 6px;
}

#hptext {
	width: 850px;
	padding: 20px;	
}

#drinksandfoodspace {
	height: 35px;
}

#drinksandfood {
	width: 900px;
	padding-left: 20px;
	padding-right: 20px;
}

#drinksandfoodimage {
	float: left;
	width: 308px;
}

#drinksandfoodtext {
	float: right;
	width: 560px;
}

#drinkandfoodtexttitle {
	font-weight: bold;
	font-size: large;
}

#fullmenulink a {
	padding-right: 40px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-weight: bold;
	text-decoration: underline;
	float: right;
	color: white;
	font-size: large;
}

table {
	width: 850px;
	margin-left: auto;
	margin-right: auto;
}

table a {
	text-decoration: none;
	color: white;
}

#finduspage{
	width: 701px;
	margin-left: auto;
	margin-right: auto;
}

#findusmap {
	border-bottom: dotted;
}

#finduspageinfo {
	width: 700px;
}

#finduspageright {
	width: 620px;
	padding-left: 15px;
}

#finduspageinfoleft {
	float: left;
	width: 232px;
}

#finduspageinforight {
    float: left;
	width: 450px;
}

#contact {
	margin-left: 40px;
}

.contact form input {
	display:block;
	margin-bottom:10px;
	width:50%;
	height:20px;
}

.contact form input[type="submit"] {
	width:60px;
	margin-top:10px;
}

.contact form label {
	font-weight:bold;
	font-size:12px;
	display:block;
	padding-bottom:5px;
}

.contact form textarea {
	padding:5px;
}

/* footer */

#footer {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	font-size: small;
}

#columnleft {
	float: left;
	width: 300px;
}

#columnright {
	float: right;
	width: 500px;
}

#columnrightleft {
	float: left;
	width: 300px;
}

#columnrightleft a {
	color: white;
}

#columnrightright {
	float: right;
	width: 200px;
	text-align: center;
}

#spacer {
	height: 20px;
}



