/* CSS Layout */

/* Start of Global page settings. Should get over-ridden later on*/


body {
	font-family				: Arial, Verdana, Helvetica, sans-serif;
 	text-align				: center;
 	font-size				: 76.1%;
	color					: #000;
	margin					: 0px;
	padding					: 0px; 
	background-color		: #FFF;

}

h1, h2, h3, h4, h5, h6, p{
margin						: 1em 0;
padding						: 0;
}

img.graphic {
 	display					: block;
}

/* End of Global page settings. Should get over-ridden later on*/


/*Line Heights and base font size adjustment*/
/* Font sizing later is defined in ems. Based on CSS font discussions - do a google*/
#wrapper {
	width					: 837px;
	margin					: 0px auto; /* sets site to center float */
	padding					: 0px; 
	background-color		: #FFF;
}

#container {
	width					: 837px;
	margin					: 100px 0px 0px 0px;
	padding					: 0px;
	height					: auto;
}


/**** Image Landing Begin ****/
#landing {
	background-image		: url(../images/landing.jpg);
	background-repeat		: no-repeat;
	width					: 837px;
	height					: 378px;
}

/* .bottom {
	margin-top				: 0px;
	padding 				: 0px;
}*/

#landing ul {
	margin					: 0px;
	padding					: 0px;
	list-style				: none;
}

li {
	margin					: 0px;
	padding					: 0px;
}

#landing a {
	position				: absolute;
	width 					: 305px;
	height					: 200px;
	text-indent				: 0em;
}

#landing .bacco a {
	top						: 5px;
	left					: 265px;
}

#landing .pizzeria a {
	top						: 5px;
	left					: 5px;
}

#express a {
	position				: absolute;
	width 					: 60px;
	height					: 60px;
	text-indent				: 0em;
}

#express .express a {
	top						: 280px;
	left					: 620px;
}

/**** Image Landing End ****/
.LandingBistro {
	height: 218px;
	width: 265px;
	cursor: pointer;
	float: left;
	padding-top: 5px;
}
.LandingPizzeria {
	height: 218px;
	width: 320px;
	cursor: pointer;
	float: left;
	padding-top: 5px;
}
.LandingRestaurant {
	height: 218px;
	width: 250px;
	cursor: pointer;
	float: left;
	padding-top: 5px;
}
.LandingExpressLunch {
	height: 65px;
	width: 80px;
	cursor: pointer;
	float: left;
	padding-top: 10px;
}
.facebookLink {
	height: 30px;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	cursor: pointer;
	float: left;
	padding-top: 5px;
}
.spacer {
	height: 50px;
	clear: both;
}
.bottomWrap {
	height: 100px;
	padding-left: 552px;
}
