@charset "UTF-8";
/* CSS Document */

body {
	background:url(../_images/global/background.jpg) repeat;
	color:#ffffff;
}

#wrapper {
	width:800px;
	margin:50px auto auto auto;
}

br.clearfix
{	clear:both; 	
	margin:0 !important; 
	padding:0 !important; 
	height: 0; 
	font-size: 1px; 
	line-height: 0;
}

a:link, a:visited {
	color: #eae3d1;
	text-decoration:underline;	
}

a:hover, a:active {
	text-decoration:none;
}


/* start of the header */
#header {
	width:800px;
	height:95px;
	background:url(../_images/global/header_bg.jpg);
	margin-bottom:6px;
}

#logo {
	float:left;
}

#nav {
	float:left;
	height:34px;
	padding-top:61px;
}

ul#global_nav {
	width: 546px;
	height: 32px;
	padding:0;
	margin:0;
	list-style:none;
}

ul#global_nav li {
	display:inline;
	float:left;
}

ul#global_nav li a {
	display: block;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
}


/* history */
li#history a {
	width: 83px;
	height: 27px;
	background:url(../_images/global/global_nav/history_off.jpg);
}

li#history a.on {
	width: 83px;
	height: 27px;
	background:url(../_images/global/global_nav/history_on.jpg);
}

li#history a:hover{
	width: 83px;
	height: 27px;
	background:url(../_images/global/global_nav/history_on.jpg);
}



/* menu */
li#menu a {
	width: 73px;
	height: 27px;
	background:url(../_images/global/global_nav/menu_off.jpg);
}

li#menu a.on {
	width: 73px;
	height: 27px;
	background:url(../_images/global/global_nav/menu_on.jpg);
}

li#menu a:hover{
	width: 73px;
	height: 27px;
	background:url(../_images/global/global_nav/menu_on.jpg);
}



/* location */
li#location a {
	width: 92px;
	height: 27px;
	background:url(../_images/global/global_nav/location_off.jpg);
}

li#location a.on {
	width: 92px;
	height: 27px;
	background:url(../_images/global/global_nav/location_on.jpg);
}

li#location a:hover{
	width: 92px;
	height: 27px;
	background:url(../_images/global/global_nav/location_on.jpg);
}



/* reservations */
li#reservations a {
	width: 118px;
	height: 27px;
	background:url(../_images/global/global_nav/reservations_off.jpg);
}

li#reservations a.on {
	width: 118px;
	height: 27px;
	background:url(../_images/global/global_nav/reservations_on.jpg);
}

li#reservations a:hover{
	width: 118px;
	height: 27px;
	background:url(../_images/global/global_nav/reservations_on.jpg);
}



/* reviews */
li#reviews a {
	width: 87px;
	height: 27px;
	background:url(../_images/global/global_nav/reviews_off.jpg);
}

li#reviews a.on {
	width: 87px;
	height: 27px;
	background:url(../_images/global/global_nav/reviews_on.jpg);
}

li#reviews a:hover{
	width: 87px;
	height: 27px;
	background:url(../_images/global/global_nav/reviews_on.jpg);
}



/* news */
li#news a {
	width: 69px;
	height: 27px;
	background:url(../_images/global/global_nav/news_off.jpg);
}

li#news a.on {
	width: 69px;
	height: 27px;
	background:url(../_images/global/global_nav/news_on.jpg);
}

li#news a:hover{
	width: 69px;
	height: 27px;
	background:url(../_images/global/global_nav/news_on.jpg);
}

/* end of the header */

/* start of the home body */
#body_content_wrapper {
	width:800px;
	height: auto;
	background:url(../_images/global/content-wrapper-bg.gif) repeat-y;
}

#body_content_top {
	width:800px;
	height: 7px;
	background:url(../_images/global/content-top-bg.gif) no-repeat;
}

#body_content {
	width:771px;
	height: auto;
	background:url(../_images/home/body_content_bg.jpg) no-repeat;
	padding:32px 0 0 29px;
}

#body_content_bottom {
	width:800px;
	height: 7px;
	background:url(../_images/global/content-btm-bg.gif) no-repeat;
}

#body_copy_home {
	float:left;
	width:359px;
	margin-right:39px;
	margin-bottom:28px;
}

p.intro_home {
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 1.3em;
	color: #eae3d1;
	margin:0;
}

p.copy_home {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 21px;
	color: #FFFFFF;
	margin-top:16px;
}

#flash_home {
	float:left;
	width:340px;
	height:286px;
	background:url(../_images/home/image.jpg);
	margin-bottom:27px;
}

#bottom_section_home_top {
	width: 738px;
	height: 2px;
	background:url(../_images/home/bottom_section_top.jpg) no-repeat;
}

#bottom_section_home_btm {
	width: 738px;
	height: 2px;
	background:url(../_images/home/bottom_section_btm.jpg) no-repeat;
	padding-top:22px;
}

#bottom_section_home {
	width: 738px;
	height: auto;
	background:url(../_images/home/bottom_section.jpg) repeat-y;
	padding:0 0 10px 0;
}

#email_form {
	float:left;
	width:338px;
	height:55px;
	padding:35px 0 0 57px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color:#000000;
}

#email_form form {
	margin:5px 0 0 0;
	padding:0;
}

#email_form form input#email {
	height:16px;
	width:143px;
	border:1px solid #999999;
	float:left;
	margin-right:12px;
}

#email_form form input#submit {	
	float:left;
}

#hours {
	float:left;
	width:330px;
}

#hours_days {
	list-style-type:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:14px;
	color:#000000;
	margin:35px 14px 0 28px;
	padding:0;
	float:left;
}

#hours_hours {
	list-style-type:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:14px;
	color:#000000;	
	margin:35px 0 0 0;
	padding:0;
	float:left;
}

#footer {
	text-align:right;
	color:#FFFFFF;
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-top:10px;
}

/* end of the home body */

/* SECONDARY PAGES */

/* History */
#body_content_history {
	width:771px;
	height:auto;
	background:url(../_images/history/body_bg.jpg) no-repeat;	
	padding:32px 0 32px 29px;
}

#body_copy_history {
	float:left;
	width:411px;
	margin-right:28px;
}

#img_history {
	float:left;
	width:295px;
	height:296px;
	background:url(../_images/history/map.jpg);
}

p.intro_history {
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 1.3em;
	color: #eae3d1;
	margin:0;
}

p.copy_history {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 21px;
	color: #FFFFFF;
	margin-top:16px;
}


/* End History */

/* Reservations */
#body_content_reservations {
	width:771px;
	height:342px;
	background:url(../_images/reservations/content-bg.jpg);	
	padding:32px 0 0 29px;
}

#body_copy_reservations {
	float:left;
	width:339px;
	height:307px;
	padding-right:20px;
	margin-right:41px;
	border-right:1px solid #827c73;
}

p.copy_reservations {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 21px;
	color: #FFFFFF;
	margin-bottom:16px;
}

p.reservation_footnote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #eae3d1;
	line-height:1.5em;
}

#reservation-form {
	width:320px;
	float:left;
	background:url(../_images/reservations/form_hdr_bg.jpg) no-repeat;
	padding:28px 0 0 0;
	margin-top:-4px;
}

#reservation-form form {
	margin:0;
	padding:0;
}

#reservation-form form fieldset {
	margin:0;
	padding:0;
	border:none;
}

#reservation-form form label {
	display:block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
}

#reservation-form form input#name {
	width:305px;
	height:15px;
	border:solid 1px #999999;
	margin-bottom:8px;
}

#reservation-form form fieldset#phone {
	width:145px;
	float:left;
	margin-right:17px;
}

#reservation-form form input#phone {
	width:143px;
	height:15px;
	border:solid 1px #999999;
	margin-bottom:8px;
}

#reservation-form form fieldset#email {
	width:145px;
	float:left;
}

#reservation-form form input#email {
	width:143px;
	height:15px;
	border:solid 1px #999999;
	margin-bottom:8px;
}

#reservation-form form fieldset#confirm {
	width:145px;
	float:left;
	margin-right:17px;
}

#reservation-form form fieldset#date {
	width:145px;
	float:left;
}

#reservation-form form input#date {
	width:143px;
	height:15px;
	border:solid 1px #999999;
	margin-bottom:8px;
}

.radio-label {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
}

input#radio-email {
	margin-left:10px;
}

#reservation-form form fieldset#time1 {
	width:145px;
	float:left;
	margin-right:17px;
}

#reservation-form form fieldset#time2 {
	width:145px;
	float:left;
}

#reservation-form form input#time1 {
	width:143px;
	height:15px;
	border:solid 1px #999999;
	margin-bottom:8px;
}

#reservation-form form input#time2 {
	width:143px;
	height:15px;
	border:solid 1px #999999;
	margin-bottom:8px;
}

textarea#comments {
	width:305px;
	height:50px;
	border:solid 1px #999999;
	margin-bottom:8px;
	overflow:hidden;
}

#reservation-form form fieldset#server {
	width:145px;
	float:left;
	margin-right:17px;
}

#reservation-form form input#server {
	width:143px;
	height:15px;
	border:solid 1px #999999;
	margin-bottom:8px;
}
#reservation-form form input#submit {
	float:right;
	margin:16px 12px 0 0;
}

/* End Reservations */

/* Menu */
#body_content_menu {
	width:800px;
	height:auto;
	background:url(../_images/menu/menu-content-bg.jpg) no-repeat;
	padding-bottom:22px;
}

#menu_meats_left {
	float:left;
	width:465px;
	height:auto;
	padding:33px 0 0 31px;
}

#menu_meats_right {
	float:right;
	width:304px;
	height:auto;
	padding:33px 0 0 0;
}

#menu_subnav {
	width:357px;
	height:25px;
	margin-bottom:8px;
	margin-top:-7px;
}

#menu_subnav img {
	display:inline;
}

p.menu_copy {
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 1.2em;
	color: #ffffff;
	margin:0;
	width:422px;
}

ul.menu-lft,  ul.menu-rgt {
	color:#eae3d1;
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	margin-top:25px;
	float:left;
	padding:0;
	margin-left:44px;
}

ul.menu-lft li, ul.menu-rgt li {
	list-style-image:url(../_images/menu/bullets.gif);
	margin-bottom:4px;
}
/* End Menu */

/* Location */
#body_content_location {
	width:771px;
	height:auto;
	background:url(../_images/location/body-bg.jpg) no-repeat;	
	padding:56px 0 12px 29px;
}

p.intro_location {
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 1.3em;
	color: #eae3d1;
	margin:0;
	width:705px;
}

#address-column {
	float:left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height:1.3em;
	padding-top:14px;
	width:246px;
	margin-right:26px;
}

ul#location-menu {
	margin:20px 0 24px 18px;
	padding:0;	
}

ul#location-menu li {
	list-style-image:url(../_images/menu/bullets.gif);
	margin-bottom:8px;
}

ul#location-menu li a {
	color:#eae3d1;
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	text-decoration:underline;
}

ul#location-menu li a:hover {
	text-decoration:none;
}
#map {
	float:left;
	padding-top:15px;
}
/* End Location */

/* Reviews */
#outer-reviews {
	width:800px;
	background:url(../_images/reviews/bg_sliver.gif);
	background-repeat:repeat-y;
}

#body_content_reviews {
	width:771px;
	background:url(../_images/reviews/content-bg.jpg);
	background-repeat:no-repeat;
	padding:32px 0 0 29px;
}

#review-column {
	width:536px;
	padding-right:7px;
	border-right:1px solid #827c73;
	margin-right:16px;
	float:left;
}

#submit-review-column {
	width:177px;
	float:left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 1.5em;
	color: #ffffff;
}

p.intro_reviews {
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 1.3em;
	color: #eae3d1;
	margin:0 0 26px 0;
}

p.review {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #ffffff;
	margin:0 0 20px 0;
	width:522px;
	background:url(../_images/reviews/review-swirly.gif) no-repeat bottom;
	padding-bottom:40px;
}
p.last-review {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #ffffff;
	width:522px;
	margin:0 0 30px 0;
}

#body_content-bottom-border {
	width:800px;
	height:7px;
	background:url(../_images/reviews/content_bottom_brder.gif);
}

.submit-review {
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #eae3d1;
	margin-bottom:8px;
	display:block;
}

/* End Reviews */

/* News */
#outer-news {
	width:800px;
	background:url(../_images/reviews/bg_sliver.gif);
	background-repeat:repeat-y;
}

#body_content_news {
	width:771px;
	background:url(../_images/news/content-bg.jpg);
	background-repeat:no-repeat;
	padding:32px 0 32px 29px;
}

#news-column {
	width:536px;
	padding-right:7px;
	border-right:1px solid #827c73;
	margin-right:16px;
	float:left;
}

#watch-commercial-column {
	width:177px;
	float:left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 1.5em;
	color: #ffffff;
}

p.intro_reviews {
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 1.3em;
	color: #eae3d1;
	margin:0 0 26px 0;
}

.news-headline {
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 1.3em;
	color: #eae3d1;
	margin-bottom:4px;
	display:block;
}

.news-date {
	font-size: 12px;
}

p.news {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #ffffff;
	margin:0 0 20px 0;
	width:522px;
	background:url(../_images/reviews/review-swirly.gif) no-repeat bottom;
	padding-bottom:40px;
}

p.last-news {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #ffffff;
	width:522px;
	margin:0;
}

ul#commercial {
	color:#eae3d1;
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	float:left;
	margin:12px 0 0 16px;
	padding:0;
}

ul#commercial li {
	list-style-image:url(../_images/menu/bullets.gif);
	margin-bottom:4px;
}

#body_content-bottom-border {
	width:800px;
	height:7px;
	background:url(../_images/reviews/content_bottom_brder.gif);
}

/* End News */

#secondary-footer {
	color:#FFFFFF;
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-top:10px;
}

#sec_footer_address {
	float:left;
}

#sec_footer_hours {
	float:right;
	text-align:right;
}

/* END SECONDARY PAGES */



