@charset "utf-8";
/* CSS Document */
body, div, td{
	font:Tahoma, Geneva, sans-serif;
	font-size:14px;
	line-height:1.5em;
	color:#333;
}
a{
	color:#C30;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
	color:#06C;
}
#main_outter .inner_left{
	overflow:hidden;
	background:url(images/left_border.png) 0px 0px repeat-y;
}
#main_outter .inner_right{
	overflow:hidden;
	background:url(images/right_border.png) 100% 0px repeat-y;
}
.top_brown_bar{
	overflow:hidden;
	height:58px;
	background:url(images/top_brown_bar.jpg) repeat-x;
}
ul.top_navigations{
	list-style:none;
	margin:0;
	padding:0;
}
ul.top_navigations li{
	float:left;
	height:58px;
	background:url(images/top_nav_bg.gif) repeat-x;
	margin-right:2px;
	width:82px;
	text-align:center;
	line-height:58px;
}
ul.top_navigations li:hover{
	background:#658d30;
}
ul.top_navigations li a, ul.top_navigations li a:hover{
	font-weight:bold;
	font-family:"Arial", Gadget, sans-serif;
	font-size:12px;
	text-transform:uppercase;
	color:#FFF;
	text-decoration:none;
}
.main_banner{
	overflow:hidden;
	height:225px;
	background:url(images/banner.jpg) no-repeat;
	
}
.main_banner_lower{
	overflow:hidden;
	height:58px;
	background:#fffac2 url(images/banner_lower.jpg) 100% 0px no-repeat;
}
.left_box{
	float:left;
	overflow:hidden;
	width:335px;
	margin-left:0px;
}
.right_box{
	float:left;
	overflow:hidden;
	width:457px;
}
.right_box .dashed_box{
	overflow:hidden;
	width:415px;
	margin-left:20px;
	background-color:#FFF;
	border:2px dashed #ffc855;
}
ul.dishes_menu, ul.dbox_menu_list{
	list-style:none;
	margin:0;
	padding:0;
}
ul.dishes_menu li{
	margin:0px 0 20px 15px;
	padding-bottom:0px;
	border-bottom:1px solid #88a845;
}
ul.dishes_menu li span.text{
	color:#b73d2a;
	font-size:12px;
}
ul.dbox_menu_list li{
	margin:15px 0 10px 0;
}
ul.more_info{
	list-style:none;
	margin:0 20px 0 0;
	padding:0;
	text-align:left;
}
ul.more_info li a{
	color:#6c322a;
	background:url(images/dot.gif) 0px 6px no-repeat;
	padding-left:22px;
	line-height:28px;
}
.dbox_title{
	font-size:27px;
	color:#333;
	margin:0 0 20px 0;
}
.footer_bar{
	margin-top:30px; 
	overflow:hidden;
	width:100%;
	height:35px;
	background:#925312 url(images/menu_footer.jpg) 0px 100% no-repeat;
}
.footer_bar ul{
	list-style:none;
	margin:2px 0 0 275px;
	padding:0;
}
.footer_bar ul li{
	font-size:12px;
	font-weight:bold;
	float:left;
	margin-left:10px;
	color:#FFF;
}
.footer_bar a{
	text-decoration:none;
	color:#FFF;
}
.footer_bar a:hover{
	color:#0C3;
}

.bottom_thick_b .inner_left_f{
	overflow:hidden;
	background:url(images/left_b_border.png) 0px 0px no-repeat;
}
.bottom_thick_b .inner_right_f{
	overflow:hidden;
	background:url(images/right_b_border.png) 100% 0px no-repeat;
}
.bottom_thick_b .bottom{
	overflow:hidden;
	background:url(images/bottom_b_border.png) 0px 0px repeat-x;
	height:40px;
	margin:0 30px 0 31px;
}
.ajax-loading{
background:url(images/spinner.gif) 50% 50% no-repeat;
overflow:hidden;
height:150px;
}
input.contact_text{
	border:1px solid #cbcbcb;
	margin:8px 0 0 20px;
	width:217px;
	height:22px;
	line-height:22px;
	overflow:hidden;
	background:url(images/input_bg.jpg) repeat-x;
	color:#66612e;
}
textarea.contact_box{
	width:271px;
	border:1px solid #cbcbcb;
	margin:8px 0 0 20px;
	overflow:hidden;
	height:150px;
	line-height:22px;
	background:#f2f2f2 url(images/input_bg.jpg) repeat-x;
	color:#66612e;
}
.reviews_outter{
	overflow:hidden;
	background:url(images/review_m.jpg) repeat-y;
	margin-bottom:23px;
}
.reviews_outter .reviews_top{
	overflow:hidden;
	background:url(images/review_t.jpg) 0px 0px no-repeat;
}
.reviews_outter .reviews_bot{
	overflow:hidden;
	background:url(images/review_b.jpg) 0px 100% no-repeat;
}
.reviews_outter .reviews_bot div{
	margin:24px 15px 10px 15px;
	font-size:12px;
	width:686px;
}
.reviews_listing .title{
	font-weight:bold;
	margin:0 0 2px 0;
	color:#333;
}