body {
	background: #e9e1b5;
	margin: 0;
	padding: 0 0 10px 0;
	font-family: Georgia, Times, serif;
	font-size: 9pt;
}

#container {
	background: #e9e1b5 url(images/secondary-fill.jpg) no-repeat 0 236px;
	margin: 0 auto 20px;
	padding: 0 0 20px;
	width: 961px;
	position: relative;
}


a {
	text-decoration: underline;
	color: #4F3D1C;
}


a:hover {
	text-decoration: none;
}



h1 {
	width: 961px;
	height: 213px;
	background: #fff url(images/home-logo.jpg) no-repeat 0 0;
	margin: 0;
	padding: 0;
}

h2 {
	width: 476px;
	height: 119px;
	margin: 0;
	padding: 0;
}

h2.history {
	background: transparent url(images/history-title.jpg) no-repeat 0 0;
}

h2.facts {
	background: transparent url(images/facts-title.jpg) no-repeat 0 0;
}

h2.contact {
	background: transparent url(images/contact-title.jpg) no-repeat 0 0;
}

h2.about {
	background: transparent url(images/about-title.jpg) no-repeat 0 0;
}

h2.recipes {
	background: transparent url(images/recipe-title.jpg) no-repeat 0 0;
}

h2.testimonials {
	background: transparent url(images/testimonials-title.jpg) no-repeat 0 0;
}

h2.error {
	background: transparent url(images/404-title.jpg) no-repeat 0 0;
}

h2.thankyou {
	background: transparent url(images/thankyou-title.jpg) no-repeat 0 0;
}

h1 span, h2 span {
	display: none;
}


#nav {
	height: 23px;
	width: 961px;
	background: #fff url(images/navbg.jpg) no-repeat 0 0;
}

#homeside {
	width: 961px;
	height: 482px;
	background: #fff url(images/home-pic1.jpg) no-repeat 0 0;
	margin: 0 0 -20px 0;
}

#shopside {
	width: 961px;
	height: 482px;
	background: #fff;
	margin: 0 0 -20px 0;
}

#leftside {
	position: absolute;
	top: 260px;
	width: 350px;
	height: 500px;
	left: 0;
	text-align: center;
}

.aboutbg {
	background: #818a39 url(images/aboutbg.jpg) no-repeat 0 0;
}

.historybg {
	background: #818a39 url(images/historybg.jpg) no-repeat 0 0;
}

.contactbg {
	background: #818a39 url(images/contactbg.jpg) no-repeat 0 0;
}

.testimonialsbg {
	background: #818a39 url(images/testimonialsbg.jpg) no-repeat 0 0;
}

.recipesbg {
	background: #818a39 url(images/recipebg.jpg) no-repeat 0 0;
}

.factsbg {
	background: #818a39 url(images/factsbg.jpg) no-repeat 0 0;
}


#rightside {
	margin: 0 0 0 420px;
	width: 450px;
}

#rightside p {
	color: #4F3D1C;
	line-height: 155%;
}

#rightside ul {
	font-size: 10pt;
	color: #4c5b07;
	list-style: none;
	margin: 28px 0;
	padding: 0;
}

#rightside ul a {
	color: #4c5b07;
}

#rightside ul li {
	margin: 8px 0;
}

#footer {
	font-size: 7pt;
	width: 961px;
	margin: 0 auto;
	font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
	text-align: center;
}

#footer p {
}

#footer ul {
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
	text-transform: lowercase;
}

#footer ul li {
	display: inline;
	margin: 0 10px;
	}
	
#nav ul {
	margin: 0 0 0 29px;
	padding: 0;
	list-style: none;
}

#nav ul li {
	display: inline;
}

#nav ul li a {
	float: left;
	display: block;
	position: relative;
	text-indent: -99999px;
	width: 106px;
	height: 23px;
}

#nav ul li.home a {
	background: #fff url(images/nav/home.jpg) no-repeat 0 0;
	margin-right: 7px;
}

#nav ul li.history a {
	background: #fff url(images/nav/history.jpg) no-repeat 0 0;
	margin-right: 7px;
}

#nav ul li.facts a {
	background: #fff url(images/nav/facts.jpg) no-repeat 0 0;
	margin-right: 7px;
}

#nav ul li.shop a {
	background: #fff url(images/nav/shop.jpg) no-repeat 0 0;
	margin-right: 8px;
}

#nav ul li.recipes a {
	background: #fff url(images/nav/recipes.jpg) no-repeat 0 0;
	margin-right: 8px;
}

#nav ul li.about a {
	background: #fff url(images/nav/aboutus.jpg) no-repeat 0 0;
	margin-right: 8px;
}

#nav ul li.contact a {
	background: #fff url(images/nav/contact.jpg) no-repeat 0 0;
	margin-right: 8px;

}

#nav ul li.tours a {
	background: #fff url(images/nav/tours.jpg) no-repeat 0 0;
}

#nav ul li a:hover {
	background-position: 0 -23px;
}

#nav ul li a.active {
	background-position: 0 -46px;
}


form div {
	margin: 2px;
	padding: 10px;
	text-align: center;
}

form label.b, form p {
}

form label.c {
}

form p {
	margin: 0;
	padding: 0;
}

form input {
	margin: 2px 0;
}

.name {
	font-size: 90%;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
}

#testimlink {
	font-family: Georgia;
	font-size: 14pt;
	font-style: italic;
	color: #eae9ca;
	margin-top: 440px;
}

#testimlink a {
	color: #eae9ca;
}

#factsspacer, #recipesspacer {
	width: 10px;
	height: 500px;
}

#testimonials p {
	margin: 3px;
}

