/* Header */
div#header{
	width: 960px;
	height: 100px;
	overflow: hidden;
	display: block;
}


/* Nav Bar */

div#navbar {
	width: 960px;
	height: 21px;
	background-image: url(images/nav_bg.png);
}

div#navbar ul {
	list-style: none;
	display: block;
	margin: 0 10px;
}

div#navbar ul li {
	display:inline;
	float:left;
	padding:2px 26px 0;
	background:url(images/nav_shim.jpg) 100% 0 no-repeat;
	text-decoration:none;
	font: bold .75em tahoma,sans-serif;
}

div#navbar ul li#current a {
	color: #f9ecb7;
}

div#navbar ul li.end {
	display:inline;
	float:left;
	padding:3px 0 0 30px;
	background:none !important;
	text-decoration:none;
}

div#navbar ul li a{
	color: #fca864;
	text-decoration: none;
}

div#navbar ul li a:hover{
	color: #f9ecb7;
	text-decoration: none;
}


/* Content */

div#content_area{
	width: 490px;
	height: 335px;
	overflow: hidden;
	padding: 52px 0 0 430px;
	font-size: .85em;
	font-family: Helvetica;
}


/* Footer */

div#footer {
	font-size: .82em;
	color:#ff8f35;
	margin-top: 10px;
}

div#footer a{
	text-decoration:none;
	color:#ff8f35;
}

div#footer a:hover {
	text-decoration:none;
	color: #f9ecb7;
}

div#footer p{
	font-size: .82em;
	color:#ff8f35;
}



/* Index */

.index{
	background-image: url(images/index_bg.png);
	background-repeat: no-repeat;
	background-color: #3a0804;
}

div#index_content{
	width: 960px;
	height: 439px;
	background-image: url(images/index_content_bg.png);
	display: block;
}

div#index_left_text{
	float: left;
	width: 250px;
	padding-right: 10px;
}

div#index_right_text{
	float: left;
	width: 208px;
}


/* About */

.about{
	background-image: url(images/about_bg.png);
	background-repeat: no-repeat;
	background-color: #3a0804;
}

div#about_content{
	width: 960px;
	height: 439px;
	background-image: url(images/about_content_bg.png);
	display: block;
}

div#about_text{
	float: left;
	width: 460px;
	margin: 0 0 0 10px;
}


/* Food, Drinks, Desserts */

.food{
	background-image: url(images/food_bg.png);
	background-repeat: no-repeat;
	background-color: #3a0804;

}

div#food_content{
	width: 960px;
	height: 439px;
	background-image: url(images/food_content_bg.png);
	display: block;
}

div#FoodNav {
	float:left;
	width:100%;
	margin-bottom:20px;
	text-align: center;
}

div#FoodNav img {
	padding-right: 15px;
}

div#food_left_text{
	float: left;
	width: 160px;
	height: 233px;
	padding-right: 20px;
}

div#food_right_text{
	float: left;
}

div#FoodScroll {
	width:290px;
	height:278px;
	float:right;
	line-height:22px;
	color:#461b0f;
	margin-left:10px;
	overflow-x: hidden;
	overflow-y: auto;
}

div#FoodScroll p{
	line-height: 15px;
	padding-right: 10px;
}

div#FoodScroll h2{
	line-height: 20px;
	margin-bottom: 15px;
}

.drinks {
	background-image: url(images/drinks_bg.png);
	background-repeat: no-repeat;
	background-color: #3a0804;
}

div#drinks_content{
	width: 960px;
	height: 439px;
	background-image: url(images/drinks_content_bg.png);
	display: block;
}

.desserts {
	background-image: url(images/desserts_bg.png);
	background-repeat: no-repeat;
	background-color: #3a0804;
}

div#desserts_content{
	width: 960px;
	height: 439px;
	background-image: url(images/desserts_content_bg.png);
	display: block;
}


/* Calendar, Catering, Gallery, Gift Certificates, Contact */

.calendar{
	background-image: url(images/calendar_bg.png);
	background-repeat: no-repeat;
	background-color: #3a0804;
}

div#calendar_content{
	width: 960px;
	height: 439px;
	background-image: url(images/calendar_content_bg.png);
	display: block;
}

div#calendar_text{
	float: left;
	width: 460px;
}

div#calendar_event{
	float: right; 
	width: 180px;
}

.catering{
	background-image: url(images/catering_bg.png);
	background-repeat: no-repeat;
	background-color: #3a0804;
}

div#catering_content{
	width: 960px;
	height: 439px;
	background-image: url(images/catering_content_bg.png);
	display: block;
}

.gallery{
	background-image: url(images/gallery_bg.png);
	background-repeat: no-repeat;
	background-color: #3a0804;
}

div#gallery_content{
	width: 960px;
	height: 439px;
	background-image: url(images/gallery_content_bg.png);
	display: block;
}

div#gallery_text{
	float: left;
	width: 460px;
}

div#gallery_img{
	float: left;
	width: 140px;
	margin-right: 12px;
	color:#461b0f;
	font-size: .9em;
	font-weight: bold;
	text-align: center;
}

.gallery_img{
	margin-top: 10px;
	border: 1px solid #000000;
}

.giftcerts{
	background-image: url(images/giftcerts_bg.png);
	background-repeat: no-repeat;
	background-color: #3a0804;
}

div#giftcerts_content{
	width: 960px;
	height: 439px;
	background-image: url(images/giftcerts_content_bg.png);
	display: block;
}

.contact {
	background-image: url(images/contact_bg.png);
	background-repeat: no-repeat;
	background-color: #3a0804;
}

div#contact_content{
	width: 960px;
	height: 439px;
	background-image: url(images/contact_content_bg.png);
	display: block;
}

div#contact_left_text{
	float: left;
	width: 150px;
	padding-right: 40px;
	margin-top: 10px;
}

div#contact_left_text a{
	color: #89351e;
}

div#contact_left_text a:hover{
	color: #461b0f;
}

div#contact_right_text{
	float: left;
	width: 300px;
	line-height: .5em
}


/* Reservations */

.reservations{
	background-image: url(images/reserve_bg.png);
	background-repeat: no-repeat;
	background-color: #3a0804;
}

div#reservations_content{
	width: 960px;
	height: 439px;
	background-image: url(images/reserve_content_bg.png);
	display: block;
}

div#reservations_text{
	float: left;
	width: 460px;
	margin: 0 0 0 10px;
}

div#reservations_text p{
	line-height: 15px;
}

div#reservations_text table{
	line-height: 30px;
}


/* Reviews, In the News */

.reviews{
	background-image: url(images/reviews_bg.png);
	background-repeat: no-repeat;
	background-color: #3a0804;
}

div#reviews_content{
	width: 960px;
	height: 439px;
	background-image: url(images/reviews_content_bg.png);
	display: block;
}

div#reservations_text{
	float: left;
	width: 460px;
	margin: 0 0 0 10px;
}

div#ReviewsScroll {
	width: 98%;
	height: 250px;
	float: left;
	line-height: 1.7;
	padding: 0 8px 5px 0;
	color: #461b0f;
	overflow-x: hidden;
	overflow-y: auto;
}

div#ReviewsScroll p{
	line-height: 17px;
	margin-bottom: 15px;
}

div#ReviewsScroll img{
	margin-bottom: 20px;
}

div#ReviewsScroll a{
	color: #89351e;
}

div#ReviewsScroll a:hover{
	color: #461b0f;
}

div#ReviewsNav {
	float:left;
	width:100%;
	margin-bottom:20px;
}

div#ReviewsNav img{
	padding-right: 20px;
}



/* E-mail Signup */

.email-signup{
	background-image: url(images/email-signup_bg.png);
	background-repeat: no-repeat;
	background-color: #3a0804;
}

div#email-signup_content{
	width: 960px;
	height: 439px;
	background-image: url(images/email-signup_content_bg.png);
	display: block;
}



/* Misc */

p {
	font: .9em/1.6em Helvetica;
	margin: 0 0 10px 0;
	line-height: 24px;
	color:#461b0f;

}
	.footerlinks {
		font: 1.1em/1.8em Helvetica;
		margin: 0 0 10px 0;
		line-height: 24px;
		color: #461b0f;
	}

h1 {
	font-size:1.75em;
	margin-bottom:10px;
	color:#461b0f;
	text-align: left;
}
a {
	color: #fca864;
	text-decoration: none;
}

a:hover {
	color: #f9ecb7;
	text-decoration: none;
}

h2 { 
	font: bold 1.5em Helvetica;
	color:#461b0f;
	margin: .2em 0;
	text-align: left;
}

h3 { 
	font: bold 1.25em Helvetica;
	color:#461b0f;
	margin: .5em 0;
	text-align: left;
}

h4 {
	font-size: 1.1em;
	margin-top:8px;
	margin-bottom:0;
	color:#461b0f;
	text-align: left;
}
 
table{
	font: .9em/1.6em Helvetica;
	color:#461b0f;
}

.clear{
	width: 100%;
	height: 1px;
	clear: both;

}

.fltLeft{
	float: left;
}

.fltRight{
	float: right;
}



/* Lightbox stuff */

textarea {
	font-family: Helvetica Neue, Helvetica, Trebuchet MS, Verdana, Arial;
	font-size: 10px;
	margin-top: 0px;
	color: #6E5F4D;
	background-color: #ffffff;
	padding-left: 0px;
}

#button {
	font-family: Helvetica Neue, Helvetica, Trebuchet MS, Verdana, Arial;
	font-size: 10px;
	margin-top: 0px;
	line-height: 12pt;
	color: #6E5F4D;
	background-color: #F8F3DD; <!-- #F8ECDC; -->
	padding: 3px;
	font-weight: bold;
}

#inputs {
	font-family: Helvetica Neue, Helvetica, Trebuchet MS, Verdana, Arial;
	font-size: 10pt;
	line-height: 12pt;
	color: #6E5F4D;
	background-color: #CEA3B0;
	padding: 3px;
	font-weight: bold;
}

#navbox {
	margin: 0px auto;
	border: 0px;
	padding: 0px;
	position: relative;
	width:742px;
}

#lightbox {
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#lightbox a img {
	border: none;
}

#outerImageContainer {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#imageContainer {
	padding: 10px;
}

#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

#imageContainer>#hoverNav {
	left: 0;
}

#hoverNav a {
	outline: none;
}

#prevLink, #nextLink {
	width: 49%;
	height: 100%;
	background: transparent url(images/spacer.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}

#prevLink { left: 0; float: left; background: url(images/prevlabel.gif) left 0% no-repeat; }

#nextLink { right: 0; float: right; background: url(images/nextlabel.gif) right 0% no-repeat; }

/*

#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }

#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }

*/


#imageDataContainer {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
}

#imageData {
	padding:0 10px;
}

#imageData #imageDetails {
	width: 70%;
	float: left;
	text-align: left;
}	

#imageData #caption {
	font-weight: bold;	}

#imageData #numberDisplay {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}			

#imageData #bottomNavClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
}	

#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
