/* blockquote */
blockquote {
	margin: 10px;
 	border: 1px solid #D9DADA; 
  	background: #D9DADA no-repeat 5px 5px;; padding-left:5px; padding-right:5px; padding-top:0; padding-bottom:0    
}

body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: Verdana, Arial, san-serif;
	font-size: 12px;
	color: #333333;
	background: #fff;
}

a:link, a:visited { 
		color: #335578;
		text-decoration: underline; 
		font-weight: bold; 
} 

a:active, a:hover { 
		color: #0000FF; 
		text-decoration: underline; 
}

img {
	border: 1px solid #000000;
	margin: 9px 9px 9px 9px;  
}

p {
	margin: 0px;
	padding: 0px;
	text-align: justify;
}

h1 {
	margin: 0 0 5px 0;
}

.cleaner {
	clear: both;
	width: 100%;
	height: 1px;
	font-size: 1px;	
}

.cleaner_with_height {
	clear: both;
	width: 100%;
	height: 30px;
	font-size: 1px;	
}

.cleaner_with_divider {
	clear: both;
	width: 100%;
	height: 15px;
	border-bottom: 1px solid #333;
	margin-bottom: 25px;
	font-size: 1px;	
}

#container {
	width: 960px;
	margin: 0 auto;
	background: url('images/main_bg.jpg') repeat-y;; padding-left:5px; padding-right:5px; padding-top:0; padding-bottom:0
}


/* header */
#header {
	width: 920px;
	height: 155px;
	background: url('images/header.jpg') no-repeat;; padding-left:20px; padding-right:20px; padding-top:0; padding-bottom:0
}

#header #site_title {
	float: left;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	width: 575px;
	height: 105px;
	background: url('images/logo.jpg') no-repeat bottom;; padding-left:0; padding-right:0; padding-top:20px; padding-bottom:10px
}
/* end of header */
/* menu */
#menu {
	clear: both;
	width: 960px;
	margin: 0;
	height: 45px;
	background: url('images/menu_bg.jpg') no-repeat right;
}

#menu ul {
	padding: 0 0 0 5px;
	margin: 0 auto;
	height: 45px;
	list-style: none;
}

#menu ul li {
	float:left;
	padding-right: 5px;
}

#menu li a {
	float: left;
	display: block;
	color: #335578;
	font-size: 14px;
	height: 45px;
	line-height: 40px;
	text-align: center;
	padding: 0px 0 0 0px;	
}
#menu  li a b {
	float: left;
	display: block;
	padding: 0px 16px 0 16px;
}
#menu  li.current a, #menu  li a:hover {
	color: #b4c927;
	text-decoration: none;
	background: url('images/menu_hover_right.jpg') no-repeat right top; 
}
#menu  li.current a b, #menu li a:hover b {
	color: #ffffff;
	text-decoration: none;
	background: url('images/menu_hover_left.jpg') no-repeat left top;
}


/* end of menu */

/* top dishes */
#top_dishes {
	clear: both;
	width: 960px;
	background: url('images/content_top.jpg') no-repeat top;; padding-left:0px; padding-right:0px; padding-top:25px; padding-bottom:25px
}

#top_dishes h1 {
	color: #9B0404;
	font-size: 24px;
	margin: 0 20px 15px 20px;
	padding: 0 0 15px 0;
	border-bottom: 1px dotted #1b2308;
}

#top_dishes h2 {
	font-size: 14px;
	color: #9B0404;
	margin: 0;
	padding: 0 0 5px 10px;
}

#top_dishes p {
	margin-left: 10px;
	padding: 0px;
}

#top_dishes .top_dishes_box {
	float: left;
	width: 215px;
	margin-left: 20px;
}

#top_dishes .top_dishes_box img {
	margin-bottom: 15px;
	border: 5px solid #e1e0e0;
}
/* end of banner */

/* content */
#content {
	position: relative;
	color: #333435;
	width: 920px;
	padding: 0;
	margin-left: 20px;
	background: url('images/content_bg_middle.jpg') repeat-y;
}

#innter_content {
	background: url('images/content_bg_bottom.jpg') no-repeat bottom center;	
}

#content .top {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 920px;
	height: 15px;
	background:url('images/content_bg_top.jpg') no-repeat bottom center;
}

#content .bottom {
	position: absolute;
	float: left;
	bottom: 0;
	left: 0;
	width: 920px;
	height: 175px;
	background: url('images/content_bg_bottom.jpg') no-repeat bottom center;
}

#content #content_left {
	float: left;
	padding: 40px 0 0 35px;
	width: 545px;
}

#content #content_right {
	float: right;	
	padding: 35px 35px 0 0;
	width: 245px;
	
}

#content_left h1 {
	 line-height: 1.3em;
	 font-size: 24px;
	 color: #335578;
	 padding: 3px 0 15px 0;
	 margin: 5px 0 15px 0;
 }
 
#content_left h2 {
	 line-height: 1.3em;
	 font-size: 20px;
	 color: #335578;
	 padding: 3px 0 15px 0;
	 margin: 5px 0 15px 0;
 }
 
#content_left h3 {
	 line-height: 1.3em;
	 font-size: 18px;
	 color: #335578;
	 padding: 3px 0 15px 0;
	 margin: 15px 0 15px 0;
 }
 
#content_left p {
	padding-bottom: 10px;
	margin: 5px;
}

#content_left img {
	margin: 9px 9px 9px 9px;
	border: 1px solid #4b5e1e;
}

#content_right h1 {
	color: #FFFFFF;
	font-size: 18px;
	height: 30px;
	margin: 0px;
	background: url('images/header_bg.jpg') no-repeat; padding-left:15px; padding-right:10px; padding-top:15px; padding-bottom:10px
}

#content_right h2 {
	color: #FFFFFF;
	font-size: 16px;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
}

#content_right img {
	border: 1px solid #4b5e1e;
	margin: 0 0 5px 0;
}


#content_right p {
	margin: 0 5px 5px 5px;
	padding: 5px 0 0px 0;
}

#content_right .right_column_section {
	clear: both;
	margin: 0px;
}
/* left column */

/* footer */
#footer {
	clear: both;
	color: #FFFFFF;
	width: 960px;
	margin-top: 30px;
	padding: 20px 0px 20px 0;
	text-align: center;
	background: #335578;
}

#footer a {
	color: #FFFFFF;
	font-weight: normal;
}
/* end of footer */
