/* CSS Master Style Sheet, incept: Mon Day, Year
Author: Benjamin Liu, Designer: DesignerName */

html, body, div, p, h1, h2, h3, h4, h5, ul, li, table, td, tr, form {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background-color: #000;
	color: #261400;
	font: 75% Garamond, Georgia, "Times New Roman", Times, serif;
	text-align: center;
}

body {*font-size: 90%;} /* this hack addresses IE6 and IE7 only */

a img {
	border: 0;
	cursor: pointer;
}

p, h1, h2, h3, h4, h5 {
	margin-bottom: 10px;
}

.nomarg {
	margin: 0;
}

h1, h2, h3, h4 {
	font-weight: normal;
}

#mainarea {
	width: 926px;
	margin: 0 auto;
	text-align: left;
	background: url('../img/mainarea_bg.gif') repeat-y;
}

#header {
	width: 926px;
	height: 170px;
	background: url('../img/header_bg.jpg') top left no-repeat;
	position: relative;
}

#navholder {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	display: inline;
	position: absolute;
	bottom: 14px;
}

ul#mainnav {
	list-style: none;
}

ul#mainnav li {
	display: inline;
	padding: 0 15px 0 0;
	font-size: 1.1em;
	color: #ff811f;
}

ul#mainnav li a {
	text-decoration: none;
	color: #ff811f;
}

#footer {
	width: 926px;
	text-align: center;
	margin-top: 20px;
	padding-bottom: 20px;
	color: #ff811f;
}

body#home li#homelink a, body#entertainment li#entertainmentlink a,
body#register li#registerlink a, body#feedback li#feedbacklink a, 
body#jobs li#jobslink a, body#takehome li#takehomelink a,
body#catering li#cateringlink a, body#menus li#menuslink a, 
body#aboutus li#aboutuslink a {
	color: #fff;
}

.hint {
	font-size: .9em;
	font-style: italic;
	color: #5c4f40;
}

#reservationlinkholder {
	position: absolute;
	top: 80px;
	left: 30px;
}

#reservationlinkholder a {
	color: #ff811f;
	text-decoration: none;
	font-size: 1.1em;
	font-weight: bold;
}

/* FORMS */

label {
	display: block;
	font: 1.5em Garamond, Georgia, Times, serif;
	color: #000;
}

.textformfield {
	border: 1px solid #6f644d;
	font: 1.4em Garamond, Georgia, Times, serif;
}

form {
	color: #000;
}

/* TABLES */

table.type1 {
	border-collapse: collapse;
	margin-bottom: 15px;
	width: 100%;
}

table.type1 tr.nrmrow {
	background-color: #cfcbba;
}

table.type1 tr.drkrow {
	background-color: #b2ac90;
}

table.type1 td {
	padding: 3px 5px;
}

.errmess {
	border: 2px dotted red;
	color: red;
	font-weight: bold;
	background-color: #e9e3cb;
	padding: 5px;
}