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

body {
	margin: 0 auto;
	padding:0;
	height:100%;
	font-family: helvetica, arial, sans serif;
	font-size: 13px;
	line-height: 23px;
	color: #3C2415;
	text-decoration: none;
	background-image: url(images/bgbw.jpg);
	font-weight: normal;
	margin-top: 20px;
}

h1 {
	color: #6E2405;
	font-family: arial,helvetica,sans serif;
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	text-decoration: none;
}

h2 {
	color: #6E2405;
	font-family: arial,helvetica,sans serif;
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
	text-decoration: none;
}

h3 {
	color: #6E2405;
	font-family: arial,helvetica,sans serif;
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	text-decoration: none;
	margin:0px;
}

td {
	margin: 0 auto;
	padding:0;
	height:100%;
	font-family: helvetica, arial, sans serif;
	font-size: 12px;
	line-height: 17px;
	color: #3C2415;
	text-decoration: none;
	font-weight: normal;
	margin-top: 20px;
}

.clear {
	clear: both;
}

#container {
	width: 700px;
	height: 100%;
	margin: auto;
	margin-bottom: 20px;
}

#header {
	background-image:url(images/header.png);
	height: 283px;
}

/* Begin Tabbed Navigation */

#nav {
	position: relative;
	width: 700px;
	height: 52px;
}

#nav .tab{
	height: 49px;
	position: relative;
	background-position: 0px -56px;
	background-repeat: no-repeat; 
	float: left;	
}

#nav .tab img{
	height: 50px;
	border: none;
}

#navHome {
	width: 88px;
	background-image: url(images/navHome.jpg);
}

#navHome:hover {
	background-position: 0px 0px; 
}

#navHome a img{
	width: 133px;
}

#navLunch {
	width: 142px;
	background-image: url(images/navLunch.jpg);
}

#navLunch:hover {
	background-position: 0px 0px; 
}

#navLunch a img{
	width: 142px;
}

#navDinner {
	width: 147px;
	background-image: url(images/navDinner.jpg);
}

#navDinner:hover {
	background-position: 0px 0px; 
}

#navDinner a img{
	width: 147px;
}

#navLounge {
	width: 179px;
	background-image: url(images/navLounge.jpg);
}

#navLounge:hover {
	background-position: 0px 0px; 
}

#navLounge a img{
	width: 179px;
}

#navContact{
	width: 144px;
	background-image: url(images/navContact.jpg);
}

#navContact:hover {
	background-position: 0px 0px; 
}

#navContact a img{
	width: 144px;
}

/* End Tabbed Navigation */

#mainImage {
	background-image: url(images/mainImage.jpg);
	height: 315px;
	margin-top: -5px;
}

#lunchImage {
	background-image: url(images/lunch_img.jpg);
	height: 315px;
	margin-top: -5px;
}

#dinnerImage {
	background-image: url(images/dinner_img.jpg);
	height: 315px;
	margin-top: -5px;
}

#loungeImage {
	background-image: url(images/lounge_img.jpg);
	height: 315px;
	margin-top: -5px;
}

.rule {
	height: 4px;
	background-color: #FEC77C;
}

#headline {
	background-image: url(images/home_hd.gif);
	width: 700px;
	height: 50px;
}

#content {
	background-color: #FFE3C2;
	width: 650px;
	height: 100%;
	padding: 25px;
}

#menuNav {
	width: 635px;
	list-style-type: none;
	margin-left: -40px;
	margin-top: -20px;
}

*+html #menuNav {
	margin-left: 10px;
}

#menuNav a {
	color: #6E2405;
	font-size: 13px;
	line-height: 20px;
	text-decoration: none;	
}

#menuNav a:hover {
	color: #923211;
	font-size: 13px;
	line-height: 20px;
	text-decoration: underline;	
}

#menuNav li {
	display: inline;
}

#menuContent {
	width: 630px;
	height: 100%;
}

#footer {
	width: 700px;
	height: 53px;
	background-image: url(images/footer_bg.jpg);
	margin-top: -13px;
}

#footerNav {
	width: 700px;
	list-style-type: none;
	margin-left: -23px;
	padding-top: 5px;
}

*+html #footerNav {
	margin-left: 20px;
}

#footerNav li a {
	color: #FEC77C;
	font-size: 13px;
	text-decoration: none;	
}

#footerNav li a:hover {
	color: #fbdfc9;
	font-size: 13px;
}

#footerNav li {
	display: inline;
}

.navLine {
	font-size: 15px;
	color: #FEC77C;
	margin-right: 10px;
	margin-left: 10px;
}

#copyright {
	font-size: 11px;
	color: #FEC77C;
	margin-top: -15px;
	margin-left: 16px;
}

*+html #copyright{
	margin-top: 20px;
}

#credit {
	font-size: 10px;
	color: #FEC77C;
	float: right;
}

#credit a {
	font-size: 10px;
	line-height: 20px;
	text-decoration: underline;
	color: #FEC77C;
}

#credit a:hover {
	font-size: 10px;
	line-height: 20px;
	color: #FFF;
	text-decoration: underline;
}

#lunchHD {
	background-image: url(images/lunch_hd.gif);
	background-color: #b08156;
	height: 50px;
	width: 700px;
}

#dinnerHD {
	background-image: url(images/dinner_hd.gif);
	height: 50px;
	width: 700px;
}

#loungeHD {
	background-image: url(images/lounge_hd.gif);
	height: 50px;
	width: 700px;
}

#contactHD {
	background-image: url(images/contact_hd.gif);
	height: 50px;
	width: 700px;
}

.menuHeader {
	color: #6E2405;
	font-family: arial,helvetica,sans serif;
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	text-decoration: none;
}








