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

html, body {
	margin:0;
	padding:0;
	}

html {
	height:100%;
	}

body {
	background:url(../images/homebg.jpg) center fixed no-repeat #000;
	color:#fff;
	font-family:Helvetica, Arial, sans-serif;
	font-size:10pt;
	}
	
.clear {
	clear:both;
	}

#column-1 a, #column-1 a:visited {
	color:#fff;
	text-decoration:none;
	border-bottom:1px dotted #FFF;
	}

#column-1 a:hover {

	border-bottom:1px dotted #C4A703;
	}

#footer a, #footer a:visited {
	color:#fff;
	text-decoration:none;
	border-bottom:1px dotted #FFF;
	}

#footer a:hover {

	border-bottom:1px dotted #C4A703;
	}

#leftcol {
	width:30%;
	position:fixed;
	margin-right:3px;
	}
	
#logowrap {
	height:170px;
	}
	
	#logo {
		position:relative;
		}
	
	#logo .content {
		padding:15px 0 0;
		text-align:right;
		height:129px;
		}

#logo .content a img {
	border:none;
	}
	
#logo a {
	position:absolute;
	bottom:0;
	right:0;
	width:100%;
	}
		
	#title {
		position:relative;
		width:100%;
		height:auto;
		}
		
	#title h1 {
		float:right;
	font-size:26pt;
	letter-spacing:-2px;
	line-height:30px;
	margin:0;
	padding:25px 0;
	text-align:left;
	text-transform:capitalize;
	width:180px;

	}

#rightcol {
	width:700px;
	position:absolute;
	top:0;
	left:30%;
	padding-left:2px;
	}

#column-1 {
  	position: relative;
	width: 700px; /* remember to set a width */
	}

#subnav {
  	position: relative;
	width: 700px; /* remember to set a width */
	}

.overlay{
	position: absolute;
	top: 0; /* These positions makes sure that the overlay */
	bottom: 0;  /* will cover the entire parent */
	left: 0;
	width: 100%;
	background: #000;
	opacity: 0.8;
	z-index:-1;
	-moz-opacity: 0.8; /* older Gecko-based browsers */
	filter:alpha(opacity=80); /* For IE6&7 */
	}

#column-1 .h1 {
	float:right;
	font-size:26pt;
	letter-spacing:-2px;
	line-height:15px;
	margin:0;
	padding:25px 0;
	text-align:left;
	text-transform:capitalize;
	width:180px;
}

.content {
  	position: relative;
}

#nav {
	height:170px;
}

#nav ul {
	list-style:none;
	padding:0;
	margin:0;
}

#nav li {
	float:left;
	position:relative;
	margin:0 2px 0 0;
	background:none;
	width:6.413em;
	}
	
#nav a {
	display:block;
	position:relative;
	color:#f9fad2;
	text-transform:uppercase;
	text-decoration:none;
	height:144px;
	float:left;
	width:85px;
	}
	
#nav p {
	position:absolute;
	bottom:0;
	padding:0 0 7px 7px;
	margin:0;
	width:73px;
	line-height:13px;
	letter-spacing:-0.03em;
	}
	
/* Lets use the * html hack so only IE6 reads the rule */
* html #column-1 .overlay {
  	height: expression(document.getElementById("column-1").offsetHeight);
	}
* #leftcol #logo .overlay {
  	height: expression(document.getElementById("logo").offsetHeight);
	}
* #leftcol #title .overlay {
  	height: expression(document.getElementById("title").offsetHeight);
	}
/** #rightcol #nav .overlay {
  	height: expression(document.getElementById("logo").offsetHeight);
	} */
	
	* #rightcol #nav #about .overlay {
  	height: expression(document.getElementById("about").offsetHeight);
	} 
	
	* #rightcol #nav #menus .overlay {
  	height: expression(document.getElementById("menus").offsetHeight);
	} 
	
	* #rightcol #nav #chef .overlay {
  	height: expression(document.getElementById("chef").offsetHeight);
	} 
	
	* #rightcol #nav #events .overlay {
  	height: expression(document.getElementById("events").offsetHeight);
	} 
	
	* #rightcol #nav #gallery .overlay {
  	height: expression(document.getElementById("gallery").offsetHeight);
	} 
	
	* #rightcol #nav #contact .overlay {
  	height: expression(document.getElementById("contact").offsetHeight);
	} 
	
	* #rightcol #nav #press .overlay {
  	height: expression(document.getElementById("press").offsetHeight);
	} 
	
* #rightcol #subnav .overlay {
  	height: expression(document.getElementById("selected").offsetHeight);
	} 

* #rightcol #footer .overlay {
  	height: expression(document.getElementById("footer").offsetHeight);
	} 

#column-1 p {
	padding:0 20px 10px;
	line-height:20px;
	}

#column-1 h2 {
	padding:10px 20px 0;
	letter-spacing:-1px;
	font-size:14pt;
	margin:0;
	font-weight:normal;
	}
	
#column-1 {
	padding:0 0 10px;
	}
											/* Menu page */
#subnav {
	margin: 0 0 2px;
	}

#subnav ul {
	list-style:none;
	padding:0;
	margin:0;
	}
	
#subnav li {
	float:left;
	position:relative;
	width:auto;
	margin-right:2px;
	overflow:hidden;
	}
	
#subnav li a {
	text-transform:uppercase;
	color:#fff;
	display:block;
	text-decoration:none;
	font-size:15px;
	letter-spacing:-1px;
	position:relative;
	padding:10px;
	}

#selected a {
	color:#C4A703;
	}

#navspacer {
	float:right;
	width:180px;
	background:#000;
	height:38px;
	opacity: 0.8;
	-moz-opacity: 0.8; /* older Gecko-based browsers */
	filter:alpha(opacity=80); /* For IE6&7 */
	}
	
#menulist {
	margin-left:20px;
	}
	
#menulist p {
	margin:5px 0 5px 40px;
letter-spacing:-0.03em;
	}

#menulist h3 {
	margin-left:40px;
	}

#menulist h2 {
	font-size:23px;
	}

#menulist h4 {
	text-transform:uppercase;
margin:15px 0 5px 40px;
font-size:14px;
font-weight:normal;
	}

.menuitem {
	text-transform:uppercase;
	letter-spacing:-1px;
	font-size:15px;
	margin-left:20px;
	}

.menuingredient {
	margin:5px 0 10px 20px;
	font-style:italic;
	line-height:15px;
	display:block;
	width:180px;
	text-transform:lowercase;
	}

@media screen and (-webkit-min-device-pixel-ratio:0) { /* Safari hack: doesn't render italics at all!*/
	.menuingredient {font-style:normal;}
}

											/* footer */

#footer {
	position:relative;
	margin-top:2px;
	width:700px;
	}
	
#footer .content {
	padding:20px 0 20px 20px;
	line-height:22px;
	}
	
#ftleft {
	width:150px;
	text-align:left;
	float:left;
	margin-right:20px;
	padding:0 0 0 5px;
	margin-top:8px;
	}
	
#ftright {
	float:left;
	}
	
.ftcol1 {
	margin-top:8px;
	margin-left:10px;
	float:left; 
	width:151px; 
	}
	
.ftcol2 {
	margin-top:8px;
	float:left; 
	width:240px;
	margin-left:45px;
	}
											/* Gallery page */	
#gallerythumbs {
	border-bottom:#333 solid 1px;
	margin-bottom:2px;
}

#gallerythumbs  ul {
	padding:0;
	margin:0 auto;
	list-style:none;
	
}

#gallerythumbs li a img {
	border:none;
	}
	
#gallerythumbs  li {
	display:block;
	width:174px;
	height:116px;
	overflow:hidden;
	float:left;
	border-left:#333 solid 1px;
	border-top:#333 solid 1px;
}

#gallerythumbs li a:hover img {
	opacity: 0.8;
	-moz-opacity: 0.8; /* older Gecko-based browsers */
	filter:alpha(opacity=80); /* For IE6&7 */
}
											/* contact page */
#form_button {
	border:none;
	background:#000;
	width:50px;
	height:25px;
	float:right;
	color:#fff;
	opacity: 0.6;
	-moz-opacity: 0.6; /* older Gecko-based browsers */
	filter:alpha(opacity=60); /* For IE6&7 */
	cursor:pointer;
	}

#form_button:hover {
	border:none;
	background:#000;
	width:50px;
	height:25px;
	float:right;
	color:#FFF;
	opacity:1;
	-moz-opacity: 1; /* older Gecko-based browsers */
	filter:alpha(opacity=100); /* For IE6&7 */
	}

.textfield {
	width:185px;
	background:#000;
	border:none;
	float:right;
	margin:0 0 15px 0;
	font-size:8pt;
	height:17px;
	color:#fff;
/*	height:16px;
	padding:4px 0 0 4px;*/
	opacity: 0.6;
	-moz-opacity: 0.6; /* older Gecko-based browsers */
	filter:alpha(opacity=60); /* For IE6&7 */
	}
.textfieldActive
	{	
	width:185px;
	float:right;
	margin:0 0 15px 0;
	color:#FFF;
	font-size:8pt;
	height:17px;
	background:#000;
	color:white;
	border:none;
	}
	
.textarea
{
	width:185px;
	float:right;
	margin:0 0 15px 0;
	color:#fff;
	font-size:8pt;
	height:60px;
	padding:4px 0 0 2px;
	font-family:Arial, Helvetica, sans-serif;
	border:none;
	background:#000;
	opacity: 0.6;
	-moz-opacity: 0.6; /* older Gecko-based browsers */
	filter:alpha(opacity=60); /* For IE6&7 */
	}
.textareaActive
{
	width:185px;
	float:right;
	margin:0 0 15px 0;
	color:#fff;
	font-size:8pt;
	height:60px;
	padding:4px 0 0 2px;
	font-family:Arial, Helvetica, sans-serif;
	background:#000;
	border:none;
}

form {
	margin:0;
	width:288px;
	padding:20px 0px 10px 30px;
	}

label {
	float:left;
	font-size:10pt;
	clear:both;
	height:21px;
	margin:0 0 5px 0;
	}
	
td ul {
	margin:0 0 0 0;
	padding:0 0 0 74px;
	width:553px;
}

.content li {
	line-height:30px;
}

.content ul {
	list-style-image:url(../images/ul-image.gif);
margin-left:10px;
}

/* Gift vouchers */

#vouchersHome
{
	float:right;
	width:350px;
}

#vouchersHome p
{
	margin:0;
	padding:0;
}

#vouchersHome h2
{
	margin:10px 0 14px 0;
	padding:0;
}

#vouchersHome form
{
	margin:0;
	padding:0;
}

#form_button_voucher
{
	border:none;
	background:#FFF;
	margin:6px 0 0 0;
	height:22px;
	float:right;
	color:#000;
	opacity: 0.8;
	-moz-opacity: 0.8; /* older Gecko-based browsers */
	filter:alpha(opacity=80); /* For IE6&7 */
	float:none;
	width:66px;
	cursor:pointer;
}

#form_button_voucher:hover
{
	border:none;
	background:#FFF;
	float:right;
	color:#000;
	opacity: 1;
	-moz-opacity: 1; /* older Gecko-based browsers */
	filter:alpha(opacity=100); /* For IE6&7 */
	float:none;
}

#column-1 #sendIt {
	padding:7px 10px;
	background:#000;
	text-align:center;
	text-decoration:none;
	border:#000 1px solid;
	margin-top:10px;
	float:right;
	}
	
#column-1 #sendIt:hover {
	border:white dotted 1px;
	}

.gold {
	color:#C4A703;
	}
	
label.error {
	display:block;
	width:100%;
	color:#C4A703;
	}
	
.submit {
	color:#fff;
	background:#000;
	border:1px #000 solid;
	float:right;
	}
	
.submit:hover {
	border:1px #fff dotted;
	cursor:pointer;
	}