body {
	background: black;
	font-family: "Trebuchet MS", "Helvetica", "Arial","Verdana";
	margin:0;
	padding:0;
	font-size:90%;
	color: #fff;
}

h1 { 
	font-size: 1.5em;
	color: white;
	margin-bottom: 0;
}

h2 {
	font-size: 1.3em;
  	text-shadow: none;
	color: #E9831D;
	margin-bottom: 0;
}

h3  {
	font-size: 1.2em;
	color: khaki;
	margin-bottom: 0;
}
h4  {
	font-size: 1.2em;
	color: #E9831D;
	margin-bottom: 0;
}
h5 { margin-top: 0; }

#panel-food h3 {color: #E9831D ; }

a { text-decoration: none; color: khaki; }
a:visited {	text-decoration: none;	color: khaki; }
a:hover {	font-weight: bold;	color: white; }
a:active  {	font-weight: bold;	color: white; }

#banner {
	position:relative;
	height:90px;
	width:728px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	clear:both;
}

#fx-promo {
	position:absolute;z-index:99;bottom:0;left:20px;background:black;
	opacity: .75; filter:alpha(opacity=75);
	color:white;padding:5px 20px;width:740px;font-size:1.1em;
}

#headline {
	position: absolute;
	top: 4px;
	width: 1000px;
	height: 40px;
	font-size: 1em;
	z-index: 0;
	text-align: right;
}

#headline h1 {
	margin:0;
	color: #ccc;
	font-size:1.7em;
}
#headline h2 {
	margin:0;
	color: #eee;
	font-size: 1em;
}

#extra-panel {
	position:absolute;
	top:10px;left:460px;
	width: 350px;
	z-index:0;
	color: white;
}

hr {
	color: white;
}

.content {
	display: none;
	background: transparent url(images/content_bg.png) no-repeat;
	position: absolute;
	margin: 10px 10px;
	padding: 10px 20px;
	width: 400px;
	height: 480px;
	color: #eee;
	z-index: 10;
	font-size: 1em;
}
#panel-catering, #panel-other, #panel-location, #panel-delivery, #panel-team {
	background: transparent url(images/content_bg_620.png) no-repeat;
	width: 580px;
}
#panel-home {
	background: none;
	margin:0;
	padding:0;
	width:820px;
	height: 480px;
}

#panel-pdf-viewer {
	display: none;
	position: absolute;
	margin: 20px 20px;
	width: 780px;
	height: 480px;
	color: white;
	z-index: 10;
	font-size: 1em;
}

#wrap{
	background: transparent url(images/main_bg.png) no-repeat;
	position: relative;
	height: 600px;
	margin: 10px auto;
	width: 1024px;
	padding: none;
	z-index: 0;
}
#leftnav {
	background: transparent url(images/leftnav_bg.png) no-repeat;
	position: absolute;
	width: 200px;
	height: 500px;
	margin: 55px 10px 45px 10px;
}
#leftnav #logo {
	position: relative;
	margin: 0 auto;
	padding: none;
	width: 180px;
	text-align: center;
}

ul li {
	line-height:20px;
}
.pdflink {}

#leftnav #menu {
	margin-left: 40px;
	margin-top: 20px;
	position: relative;
	width:150px;
	color: white;
}
#leftnav #menu h5 {
	font-weight:bold;
	height: 30px;
	font-size: 1em;
	color: #E9831D;
	margin: 0 0 0 0;
	line-height: 2;
	-webkit-transition: color .5s ease-in;
}
#leftnav #menu h5:hover {
	padding-left: 7px;
	background: transparent url(images/menu_bg.png) no-repeat;
	color: white;
}

#main{
	position: absolute;
	left: 205px;
	top: 45px;
	width: 820px;
	height: 500px;
	font-size: 1em;
	z-index: 0;
}

#slide-home,  #slide-see, #slide-food {
	left: 20px; top: 20px; width: 780px; height: 480px; position: absolute;
}
#slide-events, #slide-contact {
	position:absolute;
	top:20px;left:455px;
	width: 360px;
	height:480px;
	z-index:0;
	color: white;
	overflow:hidden;
}

#footer {
	color: #ccc;
	font-weight:bold;
	font-size: 15px;
	position: absolute;
	top: 564px;	left: 20px;
	width:980px;
}
#footer a {
	color:khaki;
	text-decoration:underline;
}
#footer a:hover {
	color:white;
}
#credits {
	margin: 10px auto; 
	width: 1024px; 
	text-align: center;
	font-size: 0.8em;
	color: #E9831D;
}
#credits a, #credits a:visited,#credits a:hover {
	text-decoration: none; 
	color: #E9831D;
	font-weight: normal;
}

.bio {
	position: absolute; 
	width:410px;
	height:420px;
	overflow:hidden;
	left:180px;
	top: 65px;
	display:none;
	border-left: 1px solid #E9831D; 
	padding-left: 10px;
}

.shadow {
	 box-shadow: 0 0 2em #000;
	-moz-box-shadow:  0 0 2em #000;
	-webkit-box-shadow:  0 0 2em #000;
}

.shadow-gray {
	 box-shadow: 0.4em 0.4em 1em gray;
	-moz-box-shadow:  0.4em 0.4em 1em gray;
	-webkit-box-shadow:  0.4em 0.4em 1em gray;
}

.shadow-darkgray {
	 box-shadow: 0.4em 0.4em 1em #333;
	-moz-box-shadow:  0.4em 0.4em 1em #333;
	-webkit-box-shadow:  0.4em 0.4em 1em #333;
}

.shadow-black {
	 box-shadow: 0.6em 0.6em 2em #000;
	-moz-box-shadow:  0.6em 0.6em 2em #000;
	-webkit-box-shadow:  0.6em 0.6em 2em #000;
}

#image-viewer {
	position:absolute;
	top:50px;
	left:150px;
	display:none;
	 box-shadow: 0 0 2em #000;
	-moz-box-shadow:  0 0 2em #000;
	-webkit-box-shadow:  0 0 2em #000;
	z-index:2;
}

.button {
	line-height:20px;
	background-color: whiteSmoke;
	background-image: -webkit-linear-gradient(top,dimgray,#f1f1f1);
	background-image: -moz-linear-gradient(top,dimgray,#f1f1f1);
	background-image: -ms-linear-gradient(top,dimgray,#f1f1f1);
	background-image: -o-linear-gradient(top,dimgray,#f1f1f1);
	background-image: linear-gradient(top,dimgray,#f1f1f1);
	color: #444;
	border: 1px solid black;
	border-radius: 3px;
	cursor:pointer;
	text-decoration:none;
}
.button:hover {
	background: dimgray;
	color: whitesmoke;
}
