/* CSS Document */
body{
	margin: 0;
	height:100%;
	background:url(images/bg.jpg);
	background-position:center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#280C0D;
}
h1{
	font-size: 18px;
}
h2{
	line-height: 18px;
	font-size: 16px;
	margin-bottom: 0px;
	margin-top: 0px;
}
a{
	color:#280C0D;
}
#container{
	width: 952px;
	height: 731px;
	margin: 0 auto;
	/*margin-top: 32px;
	margin-bottom: 37px;*/
}
#header{
	height:130px;
	background:url(images/header.jpg);

}
.cities{
	margin-left: 689px;
	width: 177px;
	height: 77px;
}
#header2{
	background:url(images/header2.gif);
	height:25px;
	line-height: 25px;
	
}
#header3{
	background:url(images/header3.jpg);
	height:26px;
}
#main{
	height:492px;
	display: table;
	background:url(images/bg-main1b.jpg);
}
#main1{
	float:left;
	width:302px;
	height: 492px;
	left:0;
	background:url(images/bg-main1.jpg);
}

#main1b{
	float:left;
	width: 302px;
	display: block;
	height: 100%;
	left:0;
	background:url(images/bg-main1b.jpg);
	text-align: center;
}

#main2{
	float:left;
	width:350px;
	left:302px;
	background: url(images/index-main.jpg);
}
.restaurant{
	width: 350px;
	height: 164px;
}
.restaurant-info{
	margin: 0 auto;
	margin: 30px;
	color: #FFFFFF;
}
.restaurant-info a{
	color: #FFFFFF;
	text-decoration: none;
}
.restaurant-info a:hover{
	color: #FDE48C;
	text-decoration: none;
}


.restaurant-info img{
	margin-right: 20px;
	border: 0;
}
#main2b{
	float:left;
	width:650px;
	height: 548px;
	left:302px;
	background:url(images/bg-main2b.jpg);
}
#main3{
	float:left;
	width:300px;
	height: 492px;
	left:652px;
	background:url(images/bg-main3.jpg);
}
#content{
	width: 560px;
	margin: 0 auto;
	margin-top: 25px;
}

#footer1{
	height:30px;
	background: url(images/bg-footer1.gif);
}
.footer11{
	float: left;
	left:0;
	width: 302px;
	height:30px;
	line-height: 30px;
	text-align: center;
}
.footer12{
	float: left;
	left: 302px;
	width: 350px;
	height:30px;
	color:#FFFF99;
	line-height: 30px;
	text-align:center;
}
.footer13{
	float: left;
	width:300px;
	left:652px;
	height:30px;
	text-align:center;
	line-height: 30px;
	color:#FFFF99;
}

#footer2{
	height:28px;
	background: url(images/bg-footer2.gif);
	line-height: 28px;
	text-align:right;
	color:#FFCCCC;
}


.scrollbox{
	 width:570px; 
	 height:470px;
	 overflow:auto; 
	 font-family:Verdana;
		scrollbar-arrow-color:#F7FC61; 
		scrollbar-base-color:#0D0405; 
		scrollbar-darkshadow-color:#690206; 
		scrollbar-face-color:#000; 
		scrollbar-highlight-color:#690206; 
		scrollbar-shadow-color:#690206;
}

.menu-table{
	margin: 0 auto;
	width: 310px;
	color:#3B180E;
}
.menu-group-title{
	font-size:18px;
	color:#3B180E;
	padding-bottom:10px;
	padding-top:10px;
}
.menu-separator{
	background-color:#5D0101;
}
