html{height: 100%;}
body {height: 100%;margin:0px;padding:0px; background:url('images/background.jpg') #1c0d05 top center repeat-y;}

a.reg {color:#933c06; font:bold 12pt Palatino Linotype; text-decoration:none;}
a.reg:hover {color:#386351; text-decoration:underline;}

table{margin:0px;padding:0px; }
table.main {width:995px; padding: 0px;margin:0px; font: normal 10pt Palatino Linotype; color: #000000; text-align:left;}

table.header {background:url('images/header_bg.jpg') top center no-repeat;}
table.footer {font: normal 8pt Palatino Linotype; text-transform:uppercase; color:#f1dfd4;margin-top:18px;}
table.footer td{border-right:1px solid #386351; text-align: center; color: #f1dfd4; padding:0px 10px;}
.footer a:link, div.footer a:active, div.footer a:visited {font: normal 8pt Palatino Linotype; color: #f1dfd4; text-decoration: none; }
.footer a:hover  {font-weight: none; text-decoration: underline; color:#d6e1dc; }
td.content-body{ padding:0px; text-align:left; color:#ffffff;font: normal 12pt Palatino Linotype;}
.content-body a {color:#f1dfd4;}
.content-body a:hover {color:#d6e1dc; font-style:italic;}
.content {width:100%}

table.giftcard td {padding-bottom:3px; padding-top:2px;}
table.giftcard {font-size:8pt; text-transform:uppercase;}
table.giftcard td.pagetitle {font-size:12pt;}

table.menu {font: normal 8pt Palatino Linotype; background:#c9bcb5;}
table.menu td {font-size:8pt;padding:3px;text-align:left;padding-left:10px; padding-top:1px;}
table.menu td p, table.menu td.section p {padding:0px;margin:0px;}
table.menu td.section {background:#386351;color:#fff; font-weight:bold; text-align:center; text-transform:uppercase;}
table.menu td.item {font-size:10pt;text-align:left;padding:3px; padding-bottom:0px;}
table.menu td.specialty li {list-style-type:none; margin-left:15px;}
table.menu td.veggies table td, table.menu td.veggies table td table td {text-align:center;}
.winemenu {height:35px;}
.winemenu a {font-size:10pt; text-transform:uppercase; padding:0px 12px; color:#fff; text-decoration:none; margin:0px 5px; background:#1c0d05; border:1px solid #1c0d05;}
.winemenu a:hover {background:none;color:#386351;}

.menubox1 a{display:block;padding:125px 0px;background:url('images/green-outline.png') center center no-repeat; text-decoration:none;}
.menubox1 a:hover {background:url('images/lunch.jpg') center center no-repeat; font-size:14pt; font-weight:bold;}
.menubox2 a{display:block;padding:125px 0px;background:url('images/green-outline.png') center center no-repeat; text-decoration:none;}
.menubox2 a:hover {background:url('images/lunch2.jpg') center center no-repeat; font-size:14pt; font-weight:bold;}
.menubox3 a{display:block;padding:125px 0px;background:url('images/green-outline.png') center center no-repeat; text-decoration:none;}
.menubox3 a:hover {background:url('images/lunch3.jpg') center center no-repeat; font-size:14pt; font-weight:bold;}

table.contact-form td {padding:2px 4px;}

.ptitle {color:#386351;margin-bottom:6px; text-transform:uppercase; font-weight:bold;}

table.contact-form input.fillout {border:0px; padding:4px; font: normal 8pt Palatino Linotype; padding-left:28px; color:#386351; border:2px solid #386351; -moz-border-radius: 5px;  border-radius: 5px;}
 table.contact-form textarea {border:0px; padding:4px; font: normal 8pt Palatino Linotype; padding-left:28px; color:#386351;  border:2px solid #386351; -moz-border-radius: 5px;  border-radius: 5px;
/*	opacity: .5; background:url('images/inputbg.png') top left no-repeat; border:2px solid #933c06;
	filter: alpha(opacity=50);*/}

.pagetitle {color:#933c06;text-align:center; text-transform:uppercase; border-bottom:1px solid #386351;font-weight:bold;}

.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font: normal 8pt Palatino Linotype; text-transform:uppercase; margin: 0px;margin-top:1px; margin-left:-1px;padding: 0px;position: absolute;left: 0px;top: 0px;list-style-type: none;visibility: hidden;z-index: 100;background: #f1dfd4;border: 1px solid #1c0d05;border-bottom-width: 0px;}
.ddsubmenustyle li a{display: block;width: 160px;color: #1c0d05;background: #ffffff;text-decoration: none;
padding: 4px 5px;border-bottom: 1px solid #1c0d05;text-align:left}
* html .ddsubmenustyle li a{ /*IE6 CSS hack*/display: inline-block;}
.ddsubmenustyle li a:hover{background-color: #f1dfd4;color: #1c0d05;}

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/padding-left: 4px;border: 0px;}
.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/position: absolute;padding-top: 3px;right: 2px;border: 0px;}
.ddiframeshim{position: absolute;z-index: 500;background: transparent;border-width: 0px;width: 0px;height: 0px;display: block;}

.navmenu {}
.navmenu ul{margin: 0px;padding:0px;font:bold 10px Palatino Linotype;text-transform:uppercase;list-style-type: none;overflow: hidden;width: 100%;vertical-align:middle; }
.navmenu li{display: inline;margin: 0px;}
.navmenu li a{float: left;display:block;text-decoration: none;margin: 0px;padding: 6px 4px;color: #ffffff;border-left:1px solid #386351;  border-right:1px solid #386351; margin-right:2px; }
.navmenu li a:visited{color: #ffffff;}
.navmenu a.selected, .navmenu li a:hover{background:#933c06;color:#1c0d05;}


/**
 * POPUP CONTAINER STYLES
 */
#popupMask {
	position: absolute;	z-index: 200;	top: 0px;	left: 0px;	width: 100%;height: 100%;	opacity: .8;	filter: alpha(opacity=80);
	/* this hack is so it works in IE
	 * I find setting the color in the css gives me more flexibility 
	 * than the PNG solution.
	 */
	background-color:transparent !important;
	background-color: #1c0d05;
	/* this hack is for opera support
	 * you can uncomment the background-image if you don't care about opera.
	 * this gives you the flexibility to use any bg color that you want, instead of the png
	 */
	background-image/**/: url("images/maskBG.png") !important; // For browsers Moz, Opera, etc.
	background-image:none;
	background-repeat: repeat;
	display:none;
}
#popupContainer {	position: absolute;	z-index: 201;	top: 0px;	left: 0px;	display:none;	padding: 0px;margin-top:-20px;}
#popupInner {border: 4px solid #386351;	background-color: #ffffff;}
#popupFrame {margin: 0px;	width: 100%;	height: 100%;	position: relative;	z-index: 202;}
#popupTitleBar {background-color: #1c0d05;	color: #ffffff;	font-weight: bold;padding:5px;}
#popupTitleBar a {color: #ffffff;font-weight: bold; text-align:center;}
#popupTitle {}
#popupControls {text-align:center;	cursor: pointer;cursor: hand;}
#popupControls button {font:bold 8pt lucida sans; padding:2px 6px;}


#lightbox{
	position: absolute;
	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/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prev.gif) left 50% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/next.gif) right 50% no-repeat; }

/*** START : next / previous text links ***/
#nextLinkText, #prevLinkText{
color: #FF9834;
font-weight:bold;
text-decoration: none;
}
#nextLinkText{
padding-left: 20px;
}
#prevLinkText{
padding-right: 20px;
}
/*** END : next / previous text links ***/
/*** START : added padding when navbar is on top ***/

.ontop #imageData {
    padding-top: 5px;
}

/*** END : added padding when navbar is on top ***/

#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;	}
#imageData #helpDisplay {clear: left; float: left; display: block; }

#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;
	display: none;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	

#lightboxIframe {
	display: none;
}	
