/* CSS Document */
body {
	font-family: 'Lucida Sans', Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #773E13;
	text-decoration: none;
	margin: 0px;
	background-color: #236923;
}
ul,li,ol {
	color: #773E13;
	margin: 0px 0 4px 0;
}
td {
	font-family: 'Lucida Sans', Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-decoration: none;
	margin: 0px;
}
#welcome_txt {
	font-family: 'Lucida Sans', Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #773E13;
	text-decoration: none;
	line-height: 18px;
}
#welcome_txt div {
	font-family: 'Lucida Sans', Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #773E13;
	text-decoration: none;
	line-height: 18px;
	font-weight: bold;
}
#bg_left {
	background: url(../en_images/bg_main_left.jpg) top right;
	background-repeat: no-repeat;
	background-color: #236923;
}
#bg_right {
	background: url(../en_images/bg_main_right.jpg) top left;
	background-repeat: no-repeat;
	background-color: #236923;
}
#bg_right_inner {
	background: url(../en_images/bg_main_right_inner.jpg) top left;
	background-repeat: no-repeat;
	background-color: #236923;	
}
#top_mid_curve {
	background: url(../en_images/top_mid_curve.jpg) top left;
	background-repeat: no-repeat;
	padding: 36px 0 0 0;
	background-color: #fff;
}
#bg_button {
	background: url(../en_images/button_bg.jpg) top left;
	background-repeat: no-repeat;
	padding: 0 0 0 36px;
	background-color: #fff;	
}
#bg_button_inner {
	background: url(../en_images/button_bg_inner.jpg) top left;
	background-repeat: no-repeat;
	padding: 0 0 0 36px;
	background-color: #fff;	
}
#bg_mid_chilly {
	background: url(../en_images/red_chilly_mid.jpg) left top;
	background-repeat: no-repeat;
	width: 200px;
	height: 294px;
	padding: 0 0 0 154px;
}
#bg_mid_chilly_inner {
	background: url(../en_images/red_chilly_mid_inner.jpg) left bottom;
	background-repeat: no-repeat;
	padding: 36px 0 0 0;
}
#footer {
	background-image: url(../en_images/footer_right.jpg);
	background-repeat: no-repeat;
	font-size: 10px;
	color: #7F7F7F;
	padding: 5px 0 0 89px;
}
#footer a:link, #footer a:visited, #footer a:active {
	font-size: 10px;
	color: #7f7f7f;
	text-decoration: underline;
}
#footer a:hover {
	font-size: 10px;
	color: #333;
	text-decoration: none;
}
#speciality_txt {
	font-size: 11px;
	line-height: 15px;
	padding: 0 5px 0 5px;
}
#speciality_txt a:link, #speciality_txt a:active, #speciality_txt a:visited {
	font-size: 11px;
	color: #4E4E4E;
	text-decoration: underline;
}
#speciality_txt a:hover {
	font-size: 11px;
	color: #000;
	text-decoration: none;
}
h3 {
	font-family: 'Lucida Sans', Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-decoration: none;
	line-height: 16px;
	font-weight: normal;
	margin: 0 0 16px 0;
}
h3 a:link, h3 a:visited, h3 a:active {
	text-decoration: none;
	border-bottom: 1px dashed #333;
	color: #003399;
}
h3 a:hover {
	text-decoration: none;
	color: #999;
}
h3 div {
	font-family: 'Lucida Sans', Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #773E13;
	font-weight: bold;
	margin: 0px 0 10px 0;
	text-transform: uppercase;
}
#menu_pic {
	background-image: url(../en_images/menu_pic.jpg);
	background-repeat: no-repeat;
	width: 395px;
	height: 294px;
}
#menu_pic div {
	padding: 0 0 0 10px;
}
#menu_txt {
	font-size: 11px;
}
.tdcolor {
	background-color: #f4f4f4;
}
.tdcolor span {
	color: #773E13;
	font-weight: bold;
	text-transform: uppercase;
}
.headbg {
	background-color: #903F1C;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	padding: 4px 0 4px 2px;
}
/* gallery code */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
#printcoupon {
	padding: 8px 0 8px 10px;
}
#printcoupon a:link, #printcoupon a:visited, #printcoupon a:active {
	width: 150px;
	background-color: #C61717;
	padding: 3px 5px 3px 5px;
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	border: 1px dashed #fff;
}
#printcoupon a:hover {
	width: 150px;
	background-color: #666;
	padding: 3px 5px 3px 5px;
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	border: 1px dashed #fff;		
}
#secpial_offer {
	background-image: url(../en_images/special_offer.jpg);
	background-repeat: no-repeat;
	width: 395px;
	height: 294px;
}
#giftCert {
	margin: 15px 0 15px 10px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 370px;
}
#btfr {
	padding: 0 0 0 10px;
}
img {
	border: 0px;
}
#homeflash {
	width: 395px;
	height: 366px;
	margin: 0px;
	background-image: url(../en_images/roasted_chicken_flash.jpg);
	background-repeat: no-repeat;
}
/* menu classes */
#top_mid_menu {
	background: url(../en_images/top_mid_menu.jpg) top left;
	background-repeat: no-repeat;
	padding: 36px 0 0 20px;
	background-color: #fff;
}
#top_mid_menu a:link, #top_mid_menu a:visited, #top_mid_menu a:active {
	background-color: #f4f4f4;
	padding: 3px 5px 3px 5px;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
#top_mid_menu a:hover {
	background-color: #C61717;
	padding: 3px 5px 3px 5px;
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.top_mid_select {
	background-color: #C61717;
	padding: 3px 5px 3px 5px;
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
#menu_bg_bt {
	background: url(../en_images/menu_bt_bg.jpg) top left;
	background-repeat: no-repeat;
	padding: 20px 0 0 25px;
	background-color: #fff;
}
#menu_bg_bt h1 {
	margin: 0 0 5px 0;
	padding: 0 0 3px 0;
	font-size: 14px;
	display: block;
	border-bottom: 1px dashed #B91F24;
	color: #B91F24;
}
#menu_bg_bt h1 a:link, #menu_bg_bt h1 a:visited, #menu_bg_bt h1 a:active {
	font-size: 14px;
	display: block;
	color: #B91F24;
	text-decoration: none;
}
#menu_bg_bt h1 a:hover {
	font-size: 14px;
	display: block;
	color: #000;
	text-decoration: none;	
}
#menu_bg_bt div a:link, #menu_bg_bt div a:visited, #menu_bg_bt div a:active {
	padding: 3px 5px 3px 0px;
	color: #369;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	border-bottom: 1px dashed #ccc;
}
#menu_bg_bt div a:hover {
	padding: 3px 5px 3px 0px;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	border-bottom: 1px dashed #ccc;	
}
h2 {
	font-size: 20px;
	display: block;
	color: #369;
	margin: 0px;
	padding: 10px 0 5px 0;
}
th {
	background-color: #369;
	color: #fff;
}
#menu_footer {
	font-size: 10px;
	color: #fff;
	padding: 5px 0 0 89px;
}
#menu_footer a:link, #menu_footer a:visited, #menu_footer a:active {
	font-size: 10px;
	color: #fff;
	text-decoration: underline;
}
#menu_footer a:hover {
	font-size: 10px;
	color: #fff;
	text-decoration: none;
}
#header_pic {
	padding: 8px 0 4px 0;
}