/*
CSS 
*/

body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: Verdana, Arial, san-serif;
	font-size: 11px;
	color: #333333;
	background: #fff;
}

a:link, a:visited { color: #592a00; text-decoration: none; font-weight: bold; } 
a:active, a:hover { color: #592a00; text-decoration: underline; }
a.pdflink {background:url(/images/icon-pdf.gif) no-repeat 0 50%; line-height:2em; margin:0; padding:0 0 0 20px;}

img {
	padding: 0px;
	margin: 0px;
}

p {
	margin: 0px;
	padding: 0px;
	text-align: justify;
}

h1 {
	margin: 0 0 15px 0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

.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;
	padding: 0 5px;
	background: url(../images/main_bg.jpg) repeat-y;
}


/* header */
#header {
	width: 920px;
	height: 155px;
	padding: 0 20px 0 20px;
	background: url(../images/header.jpg) no-repeat;
}

#header #site_title {
	float: left;
	font-size: 5px;
	font-weight: bold;
	color: #000;
	padding: 35px 0 10px 0;
	width: 575px;
	height: 100px;
	background: url(../images/logo.gif) no-repeat bottom;
}
/* end of header */
/* menu */
#menu {
	clear: both;
	width: 960px;
	margin: 0;
	height: 45px;
	background: url(../images/menu_bg.jpg) right no-repeat;
}

#menu ul {
	padding: 0 0 0 10px;
	margin: 0 auto;
	height: 45px;
	list-style: none;
}

#menu ul li {
	float:left;
	padding-right: 5px;
}

#menu li a {
	float: left;
	display: block;
	color: #fff;
	font-size: 12px;
	height: 45px;
	line-height: 40px;
	text-align: center;
	padding: 0px 0 0 0px;	
}
#menu  li a b {
	float: left;
	display: block;
	padding: 0px 24px 0 24px;
}
#menu  li.current a, #menu  li a:hover {
	color: #b4c927;
	text-decoration: none;
	background: url(../images/menu_hover_right.jpg) right top no-repeat; 
}
#menu  li.current a b, #menu li a:hover b {
	color: #b4c927;
	text-decoration: none;
	background: url(../images/menu_hover_left.jpg) left top no-repeat;
}
/* end of menu */

/* top dishes */
#top_dishes {
	clear: both;
	width: 960px;
	padding: 40px 0px;
	background: url(../images/content_top.jpg) top no-repeat;
}

#subpage_top_dishes {
	clear: both;
	width: 960px;
	padding: 40px 0;
	background: url(../images/content_top.jpg) top no-repeat;
}

#top_dishes h1 {
	color: #592a00;
	font-size: 24px;
	margin: 0 20px 15px 20px;
	padding: 0 0 15px 0;
	border-bottom: 1px dotted #592a00;
}

#subpage_top_dishes h1 {
	color: #592a00;
	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: #592a00;
	margin: 0;
	padding: 0 0 5px 0;
}

#top_dishes p {
	margin: 0px;
	padding: 0px;
}

#top_dishes .top_dishes_box {
	float: left;
	width: 215px;
	margin-left: 20px;
}


#top_dishes .top_disheshighlight_box {
	float: left;
	width: 430px;
	margin-left: 20px;
	color: #592a00;
}




#top_dishes .top_dishes_box img {
	margin-bottom: 15px;
	border: 5px solid #592a00;
}
/* end of banner */

/* Festival Entries */
#entries {
	clear: both;
	width: 545px;
	padding: 40px 45px 0 0x;
}


#entries .entries_box {
	float: left;
	width: 162px;
	margin-left: 18px;
	padding-bottom: 25px;
}

#entries .entries_box img {
	margin-bottom: 0;
	border: 5px solid #592a00;
}
/* end of entries */

/* content */
#content {
	position: relative;
	color: #fff;
	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) bottom center no-repeat;	
}

#content .top {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 920px;
	height: 15px;
	background:url(../images/content_bg_top.jpg) bottom center no-repeat;
}

#content .bottom {
	position: absolute;
	float: left;
	bottom: 0;
	left: 0;
	width: 920px;
	height: 175px;
	background: url(../images/content_bg_bottom.jpg) bottom center no-repeat;
}

#content #content_left {
	float: left;
	padding: 40px 0 0 35px;
	width: 245px;
}

#content #content_right {
	float: right;	
	padding: 40px 35px 0 0;
	width: 545px;
	
}

 #content_right h1 {
	 font-size: 24px;
	 padding: 3px 0 15px 20px;
	 margin: 0 0 15px 0;
 }


#content_left p {
	padding-bottom: 10px;
	margin: 0px;
}

#content_left img {
	float: left;
	margin: 10px 15px 0 0;
	border: 5px solid #592a00;
}

#content_left h1 {
	color: #592a00;
	font-size: 20px;
	height: 30px;
	margin: 0px;
	padding: 15px 0 0 20px;
	background: url(../images/header_bg.jpg) no-repeat;
}

#content_right h2 {
	color: #b7bd19;
	font-size: 16px;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
}

#content_right h3 {
	color: #b7bd19;
	font-size: 16px;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
}

#content_right img {
	border: 5px solid #4b5e1e;
	margin: 0 0 5px 0;
}


#content_right p {
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
}

#content_right .right_column_section {
	clear: both;
	margin: 20px;
}





/* subpage content */

#subpage_content {
	position: relative;
	width: 920px;
	padding: 0;
	margin-left: 20px;

}


#subpage_content .bottom {
	position: absolute;
	float: left;
	bottom: 0;
	left: 0;
	width: 920px;
	height: 175px;
	background: url(../images/content_bg_bottom.jpg) bottom center no-repeat;
}

#subpage_content #subpage_content_left {
	float: left;
	padding: 5px 0 0 0;
	width: 620px;
	color: #394712;
}

#subpage_content #subpage_content_right {
	float: right;	
	padding: 10px 5px 20px 5px;
	width: 245px;
	background-color: #f7901e;
	color: #fff;
	
}

 #subpage_content_left h1 {
	 font-size: 24px;
	 padding: 3px 0 15px 0;
	 margin: 0 0 15px 0;
 }

#subpage_content_left h2 {
	font-size: 16px;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
}

#subpage_content_left h3 {
	font-size: 12px;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	color: #9e212e;
}
#subpage_content_left p {
	padding-bottom: 10px;
	margin: 0px;
}

#subpage_content_left img {
	float: left;
	margin: 3px 15px 0 0;
	border: 5px solid #592a00;
}

#subpage_content_right h1 {
	color: #592a00;
	font-size: 20px;
	height: 30px;
	margin: 0px;
	padding: 15px 0 0 20px;
	background: url(../images/header_bg.jpg) no-repeat;
}

#subpage_content_right h2 {
	color: ;
	font-size: 16px;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
}

#subpage_content_right img {
	border: 5px solid #592a00;
	margin: 0 0 5px 0;
}


#subpage_content_right p {
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	color: #fff;
}

#subpage_content_right .right_column_section {
	clear: both;
	margin: 15px;
}




/* Festival Events */
#festival_events {
	clear: both;
	width: 960px;
	padding: 10px 0px;
}

#festival_events h1 {
	color: #1b2308;
	font-size: 24px;
	margin: 0 20px 15px 20px;
	padding: 0 0 15px 0;
	border-bottom: 1px dotted #1b2308;
}

#festival_events .festival_eventshighlight_box {
	float: left;
	width: 215px;
	margin-left: 25px;
}

#festival_events .festival_eventshighlight_box img {
	margin-bottom: 5px;
	border: 5px solid #592a00;
}

#festival_events .festival_events_box {
	float: left;
	width: 215px;
	margin-left: 130px;
}

#festival_events .festival_events_box img {
	margin-bottom: 5px;
	border: 5px solid #592a00;
}

#festival_events h2 {
	font-size: 14px;
	color: #1f1f1f;
	margin: 0;
	padding: 0 0 5px 0;
}







/* footer */
#footer {
	clear: both;
	color: #333;
	width: 960px;
	margin-top: 10px;
	padding: 20px 0px 20px 0;
	text-align: center;
	background: #ced1c8;
}

#footer a {
	color: #333;
	font-weight: normal;
}
/* end of footer */

