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

* {
	margin: 0px;
	padding: 0px;
}
html, body {
	height: 100%;
	background-color: #fbf5e4;
}
body {
	font: 12px/18px Tahoma,Arial,Geneva,sans-serif;
	color: #fbf5e4;
}
p {
	margin-top: 10px;
}
ul {
	list-style: none;	
}
img {
	display: block;
}
img, a {
	border:0 none;
	outline-style:none;
	outline-width:0;
}
a {
	text-decoration: none;
	color: #eac653;
}
a:hover {
	text-decoration: underline;
}
a.red {
	color: #993119;
}

#header_home {
	width: 986px;
	height: 152px;
	background: url(../images/bkg_header.png) no-repeat top;
	position: relative;
	z-index: 10;
}
#header {
	width: 986px;
	height: 152px;
	background: url(../images/bkg_header.png) no-repeat top;
	position: relative;
	z-index: 10;
	margin-bottom: 119px;
}
#logo {
	width: 209px;
	float: left;
	margin-left: 25px;
	margin-top: -5px;
}
.pit {
	background: url(../images/pit.png) no-repeat top;
	position: relative;
	width: 400px;
	height: 782px;
	top: -65px;
	z-index: 3;
}
p.store_blurb {
	color: #190f0a;
	width: 327px;
	margin: -570px 0px 0px 405px;
}
.store_button {
	position: relative;
	left: 840px;
	top: -20px;
}
/* ----- MAIN NAVIGATION ----- */
#nav_main {
	background: url(../images/nav_main.png) no-repeat;
	width: 670px;
	height: 75px;
	float: right;
	margin-top: 55px;
	margin-right: 40px;
}
#nav_main li {
	display: block;
	height: 75px;
	float: left;
	text-indent: -9999px;
}
#nav_main li a {
	display: block;
	height: 75px;
}
#nm_about, #nm_about a {
	width: 76px;
}
#nm_about a:hover {
	background: url(../images/nav_main.png) no-repeat 0 -75px;
}
#nm_menu, #nm_menu a {
	width: 84px;
}
#nm_menu a:hover {
	background: url(../images/nav_main.png) no-repeat -76px -75px;
}
#nm_locations, #nm_locations a {
	width: 109px;
}
#nm_locations a:hover {
	background: url(../images/nav_main.png) no-repeat -160px -75px;
}
#nm_catering, #nm_catering a {
	width: 110px;
}
#nm_catering a:hover {
	background: url(../images/nav_main.png) no-repeat -269px -75px;
}
#nm_facilities, #nm_facilities a {
	width: 104px;
}
#nm_facilities a:hover {
	background: url(../images/nav_main.png) no-repeat -379px -75px;
}
#nm_weddings, #nm_weddings a {
	width: 113px;
}
#nm_weddings a:hover {
	background: url(../images/nav_main.png) no-repeat -483px -75px;
}
#nm_store, #nm_store a {
	width: 73px;
}
#nm_store a:hover {
	background: url(../images/nav_main.png) no-repeat -596px -75px;
}
/* ----- END MAIN NAVIGATION ----- */

/* ----- CONTENT ----- */
#wrap_home, #wrap_about, #wrap_menu_driftwood_dinner, #wrap_menu_driftwood_lunch, #wrap_menu_rr_dinner, #wrap_menu_rr_lunch, #wrap_locations_driftwood, #wrap_locations_rr, #wrap_locations_other, #wrap_catering, #wrap_facilities, #wrap_weddings, #wrap_email {
	position: relative;
	min-height: 100%;
	width: 986px;
	margin: 0px auto;
}
#wrap_home {
	background: url(../images/bkg_masthead_home.jpg) no-repeat 368px 0px;
}
#wrap_about {
	background: url(../images/masthead_about.jpg) no-repeat 10px 100px;
}
#wrap_locations_driftwood { background: url(../images/masthead_driftwood.jpg) no-repeat 10px 100px; }
#wrap_locations_rr { background: url(../images/masthead_rr.jpg) no-repeat 10px 100px; }
#wrap_locations_other { background: url(../images/masthead_other.jpg) no-repeat 10px 100px; }
#wrap_catering { background: url(../images/masthead_catering.jpg) no-repeat 10px 100px; }
#wrap_facilities { background: url(../images/masthead_facilities.jpg) no-repeat 10px 100px; }
#wrap_weddings { background: url(../images/masthead_wedding.jpg) no-repeat 10px 100px; }
#wrap_menu_driftwood_dinner { background: url(../images/masthead_menu_driftwood_dinner.jpg) no-repeat 10px 100px; }
#wrap_menu_driftwood_lunch { background: url(../images/masthead_menu_driftwood_lunch.jpg) no-repeat 10px 100px; }
#wrap_menu_rr_dinner { background: url(../images/masthead_menu_rr_dinner.jpg) no-repeat 10px 100px; }
#wrap_menu_rr_lunch { background: url(../images/masthead_menu_rr_lunch.jpg) no-repeat 10px 100px; }
#border {
	clear: both;
	width: 100%;
	height: 30px;
	background: url(../images/bkg_main_top.png) top;
	position: relative;
	z-index: 2;
}
#content {
	width: 924px;
	margin-left: 2px;
	padding: 0 30px 100px 30px;
	background: url(../images/bkg_main_ctr.png) repeat-y;
}
#content_home {
	width: 984px;
	margin-left: 2px;
	padding-bottom: 20px;
	background: url(../images/bkg_main_ctr.png) repeat-y;
}
.story {
	width: 405px;
	float: right;
	margin: 0 20px 28px 0;
	font: italic 14px Georgia, "Times New Roman", Times, serif;
	color: #993119;
}
#content1 {
	width: 538px;
	margin-left: 402px;
	padding-top: 10px;
}
.wedding_pic {
	float: right;
	padding-left: 20px;
}
.wedding_button {
	position: relative;
	left: 405px;
	top: -50px;
}
#content2 {
	width: 926px;
	margin: -10px 0 0 15px;
}
#email_signup {
	width: 377px;
	height: 112px;
	float: left;
}
#flexboxes {
	width: 542px;
	float: right;
}
#content_flex {
	background: url(../images/bkg_flexbox_ctr.png) repeat-y;
	overflow: hidden;
}
#content_flex p {
	margin: 0px;
	padding-top: 6px;
	color: #190f0a;
	font-size: 11px;
	line-height: 13px;
}
p.flex_lt {
	width: 225px;
	float: left;
	padding-left: 22px;
}
p.flex_rt {
	float: left;
	width: 225px;
	padding-left: 51px;
}
#title {
	height: 75px;
	float: right;
	margin-right: 30px;
}
#title_locations {
	height: 56px;
	float: right;
	margin-right: 30px;
	margin-top: 19px;
}
#content_lt {
	float: left;
	margin-top: 20px;
}
#content_rt {
	float: right;
	width: 510px;
	margin: 20px 30px 0px 10px;
}

#content3_sub {
	padding-top: 20px;
}
#content3_sub ul li{
	display: inline;
	margin-bottom: 10px;
}
#content3_sub ul li ul li{
	display: block;
	margin-bottom: 0px;
}
.left {
	width: 293px;
	margin-right: 15px;
	float: left;
	text-align: right;
	font: italic bold 17px Georgia, "Times New Roman", Times, serif;
	color: #993119;
	clear: right;
}
.left a {
	color: #993119;
}
.left a:hover {
	text-decoration: none;
	
}
.left2 {
	width: 293px;
	margin-right: 15px;
	float: left;
	text-align: right;
	font: italic bold 12px Georgia, "Times New Roman", Times, serif;
	color: #e9c552;
	clear: right;
}
.left2 a {
	color: #993119;
}
.left2 a:hover {
	text-decoration: none;	
	
	
	
}
.right {
	width: 580px;
	float: right;
	padding-top: 4px;
	margin-right: 35px;
}
.rightnarrow {
	width: 380px;
	float: right;
	padding-top: 4px;
	margin-right: 235px
}
.driftwoodpic {
	position: absolute;
	top: 447px;
	left: 735px;
}
.three_col {
	float: left;
	margin-right: 40px;
}
.floatRtMl15 {
	float: right;
	clear: left;
	margin-left: 15px;
}
.floatLtMr15 {
	float: left;
	clear: left;
	margin-right: 15px;
}

/* ----- END CONTENT ----- */

/* ----- EMAIL SIGNUP ----- */
form#email {
	position: relative;
}
div#name, div#email_enter {
	width: 155px;
	position: relative;
	float: left;
	margin: 42px 0 0 21px;
}
div#submit {
	clear: left;
	padding: 3px 0 0 290px;
}
#submit_form {
	background: transparent url(../images/submit.gif) no-repeat scroll 0 0;
	cursor: pointer;
	width: 59px;
	height: 27px;
	border: 0 none;
}
input#name-field, input#email-field {
	width: 150px;
	height: 19px;
	background-color: #CEC0A5;
	border: #993119 dotted thin;
}
label.overlabel-apply {
	position: absolute;
	top: 3px;
	left: 5px;
	z-index: 1;
	color: #190F0A;
}
/* ----- END EMAIL SIGNUP ----- */

/* ----- SUB NAVIGATION ----- */
/*#nav_sub_container {
	position: relative;
	z-index: 1;
	top: 20px;
	margin: 147px 0 0 25px;
}*/
#nav_sub_container {
	position: relative;
	top: 48px;
	left: 25px;
	z-index: 1;
}
#nav_sub_lt, #nav_sub_rt {
	float: left;
}
#nav_sub {
	background-image: url(../images/bkg_subnav_ctr.png);
	height: 45px;
	float: left;
	font: bold 12px Georgia, "Times New Roman", Times, serif;
	color: #993119;}
#nav_sub ul {
	margin-top: 12px;
}
#nav_sub ul li {
	display: inline;
	padding-right: 12px;
}
#nav_sub ul li. {
	padding-right: 0px;
}
/* #nav_sub ul {
	height: 30px;
	padding-left: 20px;
	padding-top: 12px;
	background: url(../images/bkg_subnav.png) no-repeat top left;
	font: bold 12px Georgia, "Times New Roman", Times, serif;
	color: #993119;
} */
#nav_sub ul a {
	color: #190f0a;
}
#nav_sub ul a:hover {
	color: #993119;
	text-decoration: none;
}
/*#nav_sub ul li {
	float: left;
	padding-right: 12px;
}*/

.basket {
	display: inline;
	padding-left: 3px;
}
/* ----- END SUB NAVIGATION ----- */

/* ----- STORE PAGE ----- */
/*#border {
	width: 100%;
	height: 30px;
	background: url(../images/bkg_main_top.png) top;
	margin-top: -14px;
}*/

.title {
	padding: 10px 0 15px 0;
}
#product {
	float: left;
	width: 537px;
	margin-bottom: 60px;
}
#product ul {
	margin: 25px 0;
	width: 535px;
}
ul#product_specs{
	width: 340px;
	float: right;
	margin-top: -155px;
}
.product_name {
	font: bold italic 15px Georgia, "Times New Roman", Times, serif;
	color: #993119;
}
.product_desc {
	margin-bottom: 5px;
}
.product_price {
	font: bold 15px Georgia, "Times New Roman", Times, serif;
	color: #fff;
}
a.addbasket {
	font: bold 13px Georgia, "Times New Roman", Times, serif;
	color: #eac653;
}
a:hover.addbasket {
	text-decoration: underline;
}
#announcement {
	width: 348px;
	margin-left: 570px;
}
#announcement_content {
	background: url(../images/bkg_announcement_ctr.gif) repeat-y;
	color: #190f0a;
	padding: 0 10px 0 20px;
}
#announcement_content img {
	margin: 0 auto;
}
/* ----- END STORE PAGE ----- */

.clearing {
	clear:both;
	height:0;
	margin-bottom: 60px;
}

/* ----- FOOTER -----*/
#footer {
	position: absolute;
    bottom: 0;
	background: url(../images/bkg_footer.png) no-repeat;
	height: 80px;
	width: 100%;
	margin-left: 2px;
}
#footer ul {
	padding-top: 40px;
	text-align: center;
}
#footer img, #footer ul li {
	display: inline;
}
#footer ul li img {
	padding: 0 10px 0 15px;
}
#footer a {
	color: #fff;
}
#footer a:hover {
	text-decoration: underline;
}
/* ----- END FOOTER -----*/
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb10 {
	margin-bottom: 10px;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.tailgate_title {
	font: italic bold 16px Georgia, "Times New Roman", Times, serif;
	color: #993119;
}
.address {
	color: #993119;
	font: bold 15px/20px Georgia, "Times New Roman", Times, serif;
}
.emaildirect {
	font: bold 13px Georgia, "Times New Roman", Times, serif;
}
.mapclick {
	font: italic 11px Tahoma,Arial,Geneva,sans-serif;
	margin-bottom: -7px;
}
.capacity {
	font: italic bold 12px Tahoma,Arial,Geneva,sans-serif;
}

/*       MENU        */

#menu {
	width: 902px;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
}
table, tr, td {
	vertical-align: top;
}
td.menuItem {
	background: url(../images/dot_line.gif) bottom left repeat-x;
}
td.menuItem span{
	background-color: #190f0a;
	padding-right: 2px;
	padding-left: 0px;
}
.plates {
	text-align: left;
	margin-right: 20px;
	margin-top: 10px;
}
.sandwiches {
	text-align: left;
	margin-left: 20px;
	margin-top: 10px;
}
.alignLt {
	text-align: left;
}
.alignCt {
	text-align: center;
}
#menu h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #993119;
}
#menu h1 {
	font-style: italic;
	font-weight: bold;
	margin-bottom: 8px;
}
#menu h2 {
	margin-bottom: 2px;
}
#menu p {
	margin-top: 0px;
}
.priceLg, .priceSm {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #eac653;
	font-weight: bold;
}
.priceLg {
	font-size: 18px;
	padding-top: 15px;
}
.priceSm {
	text-align: right;
}
.menuBorder img {
	vertical-align: middle;
	padding: 25px 0;
}
td.indent {
	text-indent: 15px;
}
.menuHeader {
	vertical-align: middle;
}
.printmenu img{
	display: inline;
	margin: 20px 0 10px 0;
}
/*      END MENU        */
.thanks {margin: 0 auto;}