* {
	margin: 0;
	padding: 0;
	}
	
body {
	font: 76% Georgia, Times, serif;
	color: #b3b3b3;
	text-align: left;
	background: url(../img/bgr.gif) top repeat-x #221a14;
	}

a img {
	border: 0;
	}

h1, h2, h3, h4 {
	font-family: Georgia, Times, serif;
	text-transform: uppercase;
	font-weight: normal;
	color: #fff;
	padding-left: 10px;
	}

h2 {
	font-size: 16px;
	margin-bottom: 16px;
	color: #b3b3b3;
	}

h2.menu {
	font-weight: bold;
	letter-spacing: 2px;
	padding-top: 30px;
	padding-bottom: 20px;
}

#header {
	height: 100px;
	padding: 45px 0 20px 0;
	width: 842px;
	margin: 0 auto;
	}

.logo {
	margin-left: -10px;
	}

.headerdata {
	text-align: right;
	float: right;
	margin-top: 46px;
	color: #dcb16a;
	text-transform: uppercase;
	}
	
#container {
	text-align:left;
	z-index: 2;
	position: relative;
	width:900px;
	margin:0 auto;
	min-height: 842px;
	}
	
#wrapper {
	float:left;
	width:100%;
	}

#frontimage {
	border-top: 1px solid #777;
	border-bottom: 1px solid #777;
	margin-bottom: 45px;
	padding: 3px 0 0 0;
	}

#content {
	margin-left: 380px;
	width: 480px;
	}

#content p {
	line-height:1.5;
	padding: 0 10px;
	margin-bottom: 10px;
	}

#content h1 {
	margin: 0 10px 10px 10px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #fff;
	font-size: 14px;
	}

#content a {
	color: #fff;
	text-decoration: underline;
	}

#content a:hover {
	color: #000;
	text-decoration: underline;
	}

#footer {
	clear:left;
	width:100%;
	padding-top: 45px;
	font-size: 10px;
	color: #a67c52;
	margin-bottom: 45px;
	}

#footer p {
	padding-top: 15px;
	border-top: 1px dotted #dcb16a;
	text-align: center;
	}

em {
	color: #754c24;
	}

span.copyright {
	float: right;
	margin-top: -15px;
	padding-right: 40px;
	}

ul.articlelist {
	list-style-type: none;
	padding: 2px;
	margin-left: 7px;
	}

ul.articlelist li {
	padding-bottom: 5px;
	}

ul.articlelist li a {
	color: #fff;
	text-decoration: none;
	}

ul.articlelist li a:hover {
	color: #000;
	text-decoration: none;
	}

/* NAV */

#navigation {
	float: left;
	width: 137px;
	margin: 314px 0 0 -870px;
	}

#gal_navigation {
	float: left;
	width: 137px;
	margin: 0 0 0 -860px;
	}

ul.mainnav {
	list-style-type: none;
	margin: 0;
	}

ul.mainnav li {
	padding: 0 0 10px 0;
	margin: 10px 0 0 0;
	background: url(../img/navdots.gif) repeat-x bottom;
	}

ul.mainnav li:first-child {
	margin: 0;
	}

ul.mainnav li.last {
	border-bottom: none;
	padding: 0;
	background: transparent;
	}

ul.mainnav a, #content ul.splashnav a {
	font-family: Georgia, Times, serif;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-decoration: none;
	color: #dcb16a;
	}	

ul.mainnav a:hover, ul.splashnav a:hover {
	color: #a67c52;
	}

ul.mainnav p {
	padding-top: 10px;
}

ul.mainnav p a {
	font-size: 12px;
	text-transform: none;
}

/* FOOD MENU */

dl {
	width: 100%;
	overflow: auto;
	margin: 0 10px 1em 10px;
    background: url(../img/menudots.gif) repeat-x 0 1.6em;
	}

dd.price {
	font-weight: bold;
	}
	
dt {
	float: left;
	padding-right: 3px;
	letter-spacing: 1px;
	font-size: 110%;
	font-weight: bold;
	}
	
dd {
	margin: 0;
	}
	
dd.price {
	float: right;
	padding-left: 3px;
	color: #AAA;
	} 	

dd.description {
	float: left;
	width: 100%;
	padding: 8px 0;
	font-style: italic;
	color: #888;
	} 

.price_spec {
	font-weight: normal;
	font-style: italic;
	color: #888;
	padding-right: 15px;
}


/* DROP DOWN PANEL */

#topmenu {
	width: 386px;
	margin: 0 auto;
	text-align: center;
	}

ul.restaurantmenu {
	list-style-type: none;
	}

ul.restaurantmenu li {
	float: left;
	padding-right: 30px;
	padding-top: 15px;
	}

#dropdownpanel { /*Outermost Panel DIV*/
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	visibility:hidden;
	z-index: 100;
	border-top: 5px solid black;
	}

#dropdownpanel .contentdiv { /*Div containing Ajax content*/
	background: black;
	color: white;
	padding: 10px;
	}

#controlmargins {
	width: 900px;
	margin: 0 auto;
	}

#dropdownpanel .control{ /*Div containing panel button*/
	color: white;
	font-weight: bold;
	text-align: center;
	background: transparent url(../img/panel.png) right center no-repeat; 	/*change panel.gif to your own if desired*/
	padding-bottom: 10px; /* 21px + 3px should equal height of "panel.gif" */
	height: 21px; /* 21px + 3 px should equal height of "panel.gif" */
	line-height: 21px; /* 21px + 3px should equal height of "panel.gif" */
	}

/* IMAGE GALLERY */

#gallery {
	float: left;
	margin-top: -10px;
	}

.controls {
	margin-top: 10px;
	}
	
.ss-controls {
	float: left;
	clear: both;
	margin-left: 403px;	
	}
	
.ss-controls span {
	color: #666666;
	cursor: pointer;
	}
	
.nav-controls {
	float: left;
	clear: both;
	}

.nav-controls a {
	}

.slideshow {
	margin-bottom: 45px;
	}

.slideshow span.image-wrapper {
	padding-bottom: 10px;
	}
	
.slideshow a.advance-link {
	display: block;
	border-top: 1px solid #777;
	border-bottom: 1px solid #777;
	padding: 3px 0;
	
	}
	
.slideshow img {
	border: none;
	display: block;
	}
	
.download {
	float: right;
	}
	
.embox {
	clear: both;
	}
	
.image-title {
	font-size: 1.4em;
	}

.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
	}

ul.thumbs {
	margin-left: 403px;
	padding: 0;
	}
	
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 8px 5px 0;
	list-style: none;
	}

ul.thumbs li a {
	padding: 2px;
	display: block;
	border: 1px solid #846f3a;
	}
	
ul.thumbs li.selected a {
	border: 1px solid #dbb069;
	}
	
ul.thumbs a:focus {
	outline: none;
	}
	
ul.thumbs img {
	border: none;
	display: block;
	}
	
.pagination {
	clear: both;
	}

.gallerynavigation .top {
	}
	
.gallerynavigation .bottom {
	margin-top: 12px;
	}

.pagination a, #content .pagination a, .pagination strong, #content .pagination strong {
	display: block;
	float: left;
	text-decoration: none;
	color: #443302;
	margin-right: 2px;
	padding: 4px 7px 4px 7px;
	border: 1px solid #b7a26e;
	background: url(../img/jcal/daybgr.jpg) repeat-x bottom;	
	}
	
.pagination a:hover, #content .pagination a:hover {
	background: url(../img/jcal/daybgr_active.jpg) repeat-x bottom;
	text-decoration: none;
	color: #fff;
	}
.pagination strong, #content .pagination strong {
	background: url(../img/jcal/eeGrad.gif) bottom repeat-x;
	}

#videoplayer {
	text-align: right;
	margin: 180px -10px 0 0;
	}

/* CUSTOMER FORM */

.contactform label {
	float: left;
	width: 120px;
	text-align: right;
	}

.contactform ul li {
	list-style-type: none;
	margin-bottom: 10px;
	line-height: 25px;
	}

fieldset {
	border: 0;
	width: 420px;
	margin-top: 15px;
	}

fieldset input {
	font: 12px/1.5 Geogia, Times, serif;
	border: 1px solid #444;
	padding: 3px;
	margin-left: 5px;
	width: 280px;
/*	background: #2d1c11; */
	background: url(../img/inputbgr.gif) repeat-x top;
	color: #b3b3b3;	
	}

fieldset textarea {
	font: 12px/1.5 Geogia, Times, serif;
	border: 1px solid #b7a26e;
	padding: 5px;
	margin-left: 5px;	
	color: #443302;
	background: #f9f1d0;	
	width: 280px;
	}

.submit {
	float: right;
	width: 55px;
	border: 0;
	background: transparent;
	margin-right: 3px;
	}

.ok {
	padding: 5px 0 0 10px;
	}

.error {
	color: red;
	padding: 5px 0 0 10px;
	}

.error_checkthis input, .error_checkthis textarea {
	border-color: red;
	}

h1#news {
	color: #b7a26e;
	padding: 0;
	border-top: none;
	border-bottom: none;
}

