@charset "utf-8";
/* CSS Document */

/*********** BASIC ELEMENTS **********/

* {
	margin: 0;
	padding: 0;
}
body {
	background-color:#382A17;
	font-family:"Trebuchet MS", Arial;
	margin-bottom:35px;
}
img {
	border: 0;
}
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float:right;
}
.not {
	display:none;
}
/*********** STRUCTURE **********/
#header {
	height:125px;
	width:949px;
	background:url(../images/bg_header.jpg) left top no-repeat;
}
#container {
	width:949px;
	margin-top:16px;
	padding-top:212px;
	background-color:#f2eee9;
	background-repeat:no-repeat;
	border-bottom:1px solid #4d4436;
}
#content {
	width:606px;
	margin-left:278px;
	padding:42px 0 10px 33px;
}
#content img {
	padding:0 16px 0 0;
}
#footer {
	width:880px;
	height:22px;
	background-color:#1e1303;
	padding-left:32px;
	padding-right:37px;
}

/*********** NAVIGATION **********/
#nav {
	height:31px;
	width:800px;
	position:absolute;
	top:94px;
	left:149px;
}
#nav li {
	position: absolute;
	top: 0px;
	list-style-type: none;
	height: 31px;
}
#nav a {
	padding: 31px 0 0 0;
	overflow: hidden;
	height: 0px !important;
}
#nav li, #nav a {
	display: block;
}
#nav-home {
	left: 50px;
	width: 38px;
}
#nav-products {
	left: 137px;
	width: 65px;
}
#nav-food {
	left: 250px;
	width: 106px;
}
#nav-people {
	left: 403px;
	width: 47px;
}
#nav-history {
	left: 499px;
	width: 57px;
}
#nav-links {
	left: 603px;
	width: 40px;
}
#nav-about {
	left: 691px;
	width: 65px;
}
#nav li a:hover, #nav li a.active {
	background-image:url(../images/bg_nav.jpg);
}
#nav-home a:hover, #nav-home a.active {
	background-position:-50px 0;
}
#nav-products a:hover, #nav-products a.active {
	background-position:-137px 0;
}
#nav-food a:hover, #nav-food a.active {
	background-position:-250px 0;
}
#nav-people a:hover, #nav-people a.active {
	background-position:-403px 0;
}
#nav-history a:hover, #nav-history a.active {
	background-position:-499px 0;
}
#nav-links a:hover, #nav-links a.active {
	background-position:-603px 0;
}
#nav-about a:hover, #nav-about a.active {
	background-position:-691px 0;
}
#subnav {
	width:278px;
	padding:103px 0 0 0;
	background-repeat:no-repeat;
	float:left;
}
#subnav ul {
	background-color:#cac39f;
	width:246px;
	padding:20px 0 20px 32px;
	list-style-type:none;
}
#subnav ul li a {
	font-size:12px;
	line-height:22px;
	color:#5e090a;
	text-decoration:none;
}
#subnav ul li a:hover {
	text-decoration:underline;
}
#subnav ul li a.active {
	color : #564d18;
	font-weight:bold;
}
#subnav ul li ul {
	width:auto;
	padding:0 0 3px 16px;
}
#subnav ul li ul li a {
	line-height:18px;
	color : #932430;
}
#subnav ul li ul li a:hover {
	text-decoration:underline;
}
/*********** TYPOGRAPHY **********/
#header a.logo {
	position:absolute;
	top:12px;
	left:12px;
	width:137px;
	padding-top: 102px;
	overflow:hidden;
	height:0px !important;
}
#content h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	font-weight:normal;
	line-height:36px;
	color : #a39635;
}
#content h2 {
	font-size:15px;
	line-height:28px;
	font-weight:normal;
	color : #5e090a;
	padding-bottom:12px;
}
#content h3 {
	font-size:12px;
	line-height:28px;
	font-weight:normal;
	color : #932430;
}
#content p, #content a {
	font-size:12px;
	line-height:21px;
	color :#322f2b;
}
#content p {
	padding-bottom:21px;
}
#content a {
	font-weight:bold;
	text-decoration:underline;
}
#footer p, #footer a {
	font-size:11px;
	line-height:21px;
	color:#f2eee9;
	text-decoration:none;
}
/*********** FORMS **********/
form div.row {
	clear:both;
}
form input, form textarea {
	width:167px;
	height:18px;
	border:1px solid #000;
	float:left;
	margin-bottom:15px;
}
form input.submit {
	width:88px;
	height:18px;
	float:none;
	margin-left:81px;
	border:none;
}
form textarea {
	height:100px;
}
form label {
	font-family:"Trebuchet MS", Arial;
	font-size:12px;
	color:#322f2b;
	margin-left:10px;
}
.validation-advice {
	color: #d00;
	width: 200px;
	clear:both;
	float:left;
	position:relative;
	top:-10px;
	font-family:"Trebuchet MS", Arial;
	font-size:12px;
}
