/* styles for SAGAR */

body {
	padding-top: 15px;
	background-color: #C5BB8F;
	font-family: arial, "lucida console", sans-serif;
}

#header, #main, #footer {
	width: 970px;
	margin: auto;
}

#header {
	height: 60px;
	background-image: url('images/headerBg.png');
}

#main {
	height: 605px;
	padding-top: 10px;
}

#main.one {
	background-image: url('images/back01.jpg');
}

#main.two {
	background-image: url('images/back02.jpg');
}

#main.three {
	background-image: url('images/back03.jpg');
}

#main.four {
	background-image: url('images/back04.jpg');
}

#footer {
	height: 24px;
	background-color: #FFF;
}

#header h1 {
	width: 250px;
	height: 60px;
	background-image: url('images/logo.png');
	float: left;
}

#header h1 span {
	display: none;
}

#header ul {
	margin-top: 30px;
	width: 600px;
	float: right;
	font-variant: small-caps;
}

#header ul li {
	float: left;
	padding: 4px 15px 2px 15px;
	height: 20px;
}

#header ul li a {
	text-decoration: none;
	color: #583704;
}

#header ul li a:hover {
	border-bottom: 1px solid #A11D1B;
}

#header #menuRestaurants, #header #menuMenu {
	float: right;
}

#header #menuRestaurants ul, #header #menuMenu ul {
	margin: 0;
}

#header #menuRestaurants ul li, #header #menuMenu ul li {
	border-top: 1px solid #7D5323;
	font-size: 12px;
}

#main #address {
	width: 400px;
	height: 300px;
	margin: 30px auto;
	padding: 10px;
	text-align: center;
	overflow: auto;
	background-image: url('images/menuBg.png');
	font-family: "Times New Roman", Times, serif;
}

#main #buttons ul {
	width: 860px;
	height: 50px;
	margin-left: 55px;
}

#main #buttons ul li {
	float: left;
	margin-right: 20px;
	background-image: url('images/buttonRestaurantAlt.png');
}

#main #buttons ul li:hover {
	background-image: url('images/buttonRestaurant.png');
}

#main #buttons ul li a {
	width: 200px;
	height: 14px;
	padding: 18px 0;
	display: block;
	color: #E8CAA4;
	font-variant: small-caps;
	text-decoration: none;
	text-align: center;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
}

#main #buttons ul li.last {
	margin-right: 0;
}

#main #menu, #main #reviews {
	width: 870px;
	height: 470px;
	margin: 30px auto;
	padding: 10px;
	background-image: url('images/menuBg.png');
	overflow: auto;
}

#main #menu {
	text-align: center;
}

#main #menu h1, #main #address h1 {
	text-size: 16px;
	text-align: center;
	margin: 5px;
	padding: 5px;
	border-bottom: 1px solid #7D5323;
}

#main #mapMessage {
	float: left;
	width: 300px;
	height: 390px;
	padding: 5px;
	background-image: url('images/menuBg.png');
	overflow: auto;
	clear: both;
	margin: 20px 50px;
	text-align: center;
}

#main #reviews h1, #main #reviews p, #main #mapMessage h1, #main #mapMessage p, #main #address p {
	margin: 10px 0;
	font-family: "Times New Roman", Times, serif;
}

#footer ul li {
	float: left;
	width: 150px;
	padding: 5px;
}

#footer ul li a, #footer ul li {
	color: #724818;
	font-size: 12px;
}

#footer ul li a {
	text-decoration: none;
}

#footer ul li a:hover {
	border-bottom: 1px solid #A11D1B;
}

/* menu */

#menu dl{font-family:"Lucida Grande", Verdana, Arial, sans-serif;font-size:86%;width: 100%;overflow:auto;_overflow:visible;margin: 0 0 14px 0;background: url("../img/dot.gif") repeat-x 0 1.1em}
#menu dl.nodot {background:none;}

#menu dt{float:left;padding-right:3px;font-weight:bold;}
#menu dd{margin:0;padding:0;}
#menu dd.price{float:right;padding-left: 3px;}
#menu dd.desc{color:#666;float:left;width:100%;padding:3px 0 0 0;font-style:italic;font-family: Georgia, Times, Times New Roman, sans-serif;}
#menu dl.nobreak {margin:0 0 2px 0;}
#menu dt.sub {font-weight:normal;}


#menu h3 {
	font-family:"Lucida Grande",Verdana, Arial, sans-serif;
	font-weight:bold;
	font-size:94%;
	margin:12px 0 2px 0;
	padding:0;
	color:#EA4735;
}
#menu h4 {
	font-family:"Lucida Grande",Verdana, Arial, sans-serif;
	font-weight:normal;
	font-size:84%;
	margin:0 0 8px 0;
	padding:0;
}

#main #menu  #foodbuttons ul {
	width: 600px;
	height: 50px;
	margin-left: 195px;
}

#main #menu  #foodbuttons ul li {
	float: left;
	margin-right: 20px;
	background-image: url('images/buttonRestaurantAlt.png');
}

#main #menu  #foodbuttons ul li:hover {
	background-image: url('images/buttonRestaurant.png');
}

#main #menu  #foodbuttons ul li a {
	width: 200px;
	height: 14px;
	padding: 18px 0;
	display: block;
	color: #E8CAA4;
	font-variant: small-caps;
	text-decoration: none;
	text-align: center;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
}

#main #menu #foodbuttons ul li.last {
	margin-right: 0;
}