@charset "UTF-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	width: auto !important;
	width: 1000px;
	height: 100%;
	color: #000000;
}

#container {
	width: 1000px;
	height: 100%;
	min-height: 500px;
	background-color: #bdc564;
	border: 4px solid #6b776f;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#header {
	float: left;
	margin: auto 0 auto 0;
	padding: 0 30px 600px 20px;
	text-align: center;
}

#banner {
	margin: auto 0 20px 0;
	text-align: center;
	background-color: #000000;
	border-bottom: solid 24px #6b776f;
}

#mainContent {
	position: relative;
	height: 100%;
	min-height: 600px;
	}

#productGrid {
	display: block;
	width: 1000px;
	min-height: 700px;
	text-align: left;
}

#recipes {
	display: block;
	width: 750px;
	min-height: 700px;
	text-align: left;
}

.image {
	float: left;
	width: 200px;
	/* height: 200px; */
	height: 300px;
	vertical-align: top;
	padding: 3px;
	margin: 0 15px 20px 15px;
}

#footer {
	height: 2em;
	width: 100%;
	bottom: 0;
	padding: 0 0 300px 0;
	background-color: #000000;
	clear: both;
}

#navigation {
	background: #bdc564;
	text-align: center;
	height: 100px;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

#nav_wrapper {
	float: left;
	position: relative;
	left: 38%;
}

#navigation ul {
	margin: 0;
	padding: 0;
	background-color: #bdc564;
	position: relative;
	left: -50%;
	height: 41px;
}

#navigation li {
	display: inline;
	font-size: 1em;
	list-style-type: none;
	color: #000000;
	float: left;
	padding: 0 1.5em 0 0;
	margin: 0;
	height: 41px;
	position: relative;
	}
	
#navigation li a {
	display: block;
}

#footer p {
	text-align: center;
	color: #649e50;
	font-size: .9em;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

p {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	text-align:left;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 135%;
	padding: 5px 0;
}

#mainContent ul {
	text-align: left;
	font-size: .9em;
	line-height: 135%;
	padding-left: 110px;
	padding-right: 200px;
	padding-top: 0;
	margin: 0;
}

#mainContent ul li {
	padding-top: .5em;
	list-style-type: none;
}

a {
	text-decoration: none;
}

#nav_wrapper a:link {
	color: #000000;
	background-color: #e9b043;
	padding: 5px 10px;
	border: 1px solid black;
}
	
#nav_wrapper a:visited { 
	color: #cc3366;
}

#nav_wrapper a:hover {
	color: #000000;
	background-color: #F93;
}

#nav_wrapper a:active {
	color: #F93;
}

#nav_wrapper a.current {
	background-color: #F93;
}

a {
	color: #093;
	}

h1 {
	font-size: 1.3em;
	font-weight: 100;
	line-height: 1;
	padding-bottom: 0;
	color: #816c60;
}

h2 {
	font-size: 1em;
	font-weight: bold;
	letter-spacing: .5px;
	line-height: 1;
	padding: 0;
	margin: 5px 0;
}

h3 {
	font-size: 1.1em;
	font-weight: 100;
	line-height: 1;
	padding: 0;
	padding-top: 10px;
	padding-bottom: 3px;
	color: #816c60;
	letter-spacing: .08em;
}

h4 {
	font-size: .9em;
	font-weight: 150;
	line-height: 1;
	padding-top: 12px;
	color: #816c60;
}

h5 {
	font-size: .9em;
	font-weight: 150;
	padding: 0;
}

img.center {
	display: block;
	width: 624px;
	margin-left: 200px;
	margin-right: auto;
}

img.right {
	float: right;
	padding-right: 100px;
	padding-left: 10px;
}

img.fixedright {
	position: absolute;
	left: 633px;
	top:0;
}

img.map {
	position: absolute;
	left: 314px;
	top: 0;
}

.indent {
	margin-left: 6em;
}

