/*
light green 7c9f23
dark green 1b360a
blue text 135db5
logo dark blue 135db5
logo light blue 3f91dd
yellow orange #FC0
link yellow #e79300
*/
/* ---------------------------------------------------------------------------
	=structure
--------------------------------------------------------------------------- */
* {
	margin: 0;
	padding: 0
}
html {
	margin: 0;
	padding: 0;
}
body {
	margin: 0 auto;
	background: #7c9f23 url(../images/bg-body.jpg) repeat-x top left;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #fff;
}
#container {
	padding: 0;
	margin: 0 auto;
	position: relative;
	text-align: left;
	background: transparent;
	width: 950px;
}
#header {
	margin: 0 auto;
	height: 131px;
	position: relative;
}
	#header #logo {
		position: absolute;
		left: -10px;
		top: 10px;
		z-index: -1;
	}
		#header #logo h1 {
			margin: 0;
			text-indent: -9999em;
			display: block;
			background-repeat: no-repeat;
			background-color: transparent;
		}
			#header #logo h1 a {
				display: block;
				width: 534px;
				height: 107px;
				overflow: hidden;
				border-bottom: none;
				background: url(../images/logo.gif) no-repeat;
			}

#homeFlash {
	margin-top: 20px;
	background: #fff url(../images/home-box-white2.gif) no-repeat;
	position: relative;
	width: 950px;
	height: 176px;
}
	#homeFlash h2 {
		padding: 64px 0 0 40px;
		margin: 0;
		color: #135db5;
		font-family: "Helvetica Neue", arial, san-serif;
		font-size: 28px;
		font-weight: normal;
		letter-spacing: -1px;
	}
	#homeFlash .alwaysfresh {
		position: absolute;
		right: 4px;
		top: -50px;
		background: url(../images/alwaysfresh.png) no-repeat;
		width: 242px;
		height: 64px;
	}

#mainContent, #mainContentHome {
	padding: 0;
	margin: 25px 0 0 5px;
	background: #1b360a url(../images/greenBoxBottom2.gif) no-repeat bottom center;
	width: 940px;
}
	#mainContent #mainContentInner, #mainContentHome #mainContentInner {
		padding: 15px 30px 25px 30px;
		background: url(../images/greenBoxTop2.gif) no-repeat top center;
	}
#mainContentHome {
	margin-top: 12px;
}
	
#sideBarA {
	margin: 15px 0 0 0;
	padding: 0 0 10px 0;
	width: 425px;
	float: left;
}
	#sideBarA .companyPluses {
		padding: 10px 0;
	}
	
#sideBarB {
	margin: 15px 0 0 35px;
	padding: 0 20px 20px 20px;
	width: 360px;
	float: left;
}
#sideBarBHome {
	margin: 15px 0 0 35px;
	padding: 20px 15px 20px 25px;
	width: 375px;
	float: left;
	border: 1px solid #2e5b12;
	background: url(../images/seasonalfavorites-bg.png) no-repeat top right;
}
#pageImage {
	margin: 12px 0 26px 16px;
	float: right;
}
#footer {
	padding: 15px 0 0 0;
	margin: 20px 0 0 auto;
	text-align: center;
	clear: both;
	background: url(../images/footer-bg.png) no-repeat top center;
	height: 118px;
}


/* ---------------------------------------------------------------------------
	=headers
--------------------------------------------------------------------------- */

h1 {
	margin: 0 0 0 0;
	font-size: 2.5em;
	font-family: "Helvetica Neue", "Trebuchet MS", Helvetica, Arial, sans-serif;
}
h2 {
	margin: .6em 0 1.1em 0;
	font-family: "Helvetica Neue", "Trebuchet MS", Helvetica, Arial, sans-serif;
	text-align: left;
	font-size: 2em;
	font-weight: normal;
}
h3 {
	margin: 0 0 .8em 0;
	padding: 0;
	font-size: 1.5em;
	font-weight: normal;
	color: #fff;
}
h4 {
	margin: 1.5em 0 .5em 0;
	font-weight: normal;
	font-size: 1.25em;
	color: #FC0;
}
body.products h3 {
	margin: 20px 40px 0 0;
	padding: 6px 0 5px 0px;
	font-size: 18px;
	font-weight: normal;
	color: #FC0;
}
#sideBarA h3, #sideBarB h3 {
}
	#sideBarA h3 {
		clear: both;
	}
#sideBarB h3 {
	margin: 0;
	padding: 6px;
	background: #545d4d;
}
	#sideBarB h3.noStyle {
		padding: 0;
		background: none;
	}
	#sideBarB h3.staffTitle {
		padding-top: 10px;
		padding-left: 0;
		background: none;
	}
		
h5 {
	margin: 10px 0;
	font-size: 100%;
	font-family: "Helvetica Neue", "Trebuchet MS", Helvetica, Arial, sans-serif;
}


/* ---------------------------------------------------------------------------
	=paragraphs
--------------------------------------------------------------------------- */

p {
	margin: .5em 0 1.5em 0;
	padding: 0;
	line-height: 1.5em;
}
p.serviceArea span {
	font-weight: bold;
}
#sideBarLower p {
	padding: 6px 0 0 0;
	font-size: 12px;
}
p.staffBio {
	line-height: 1.4em;
}

#footer p {
	margin: 0 auto 0 auto;
	padding: 0 0 6px 0;
	color: #ddd;
	font-size: 12px;
	text-align: center;
	width: 60%;
	line-height: normal;
}
#footer p.credits, #footer p.credits a {
	margin: 0 auto;
	padding: 0 0 0 0;
	color: #356914;
	font-size: 11px;
}
	

/* ---------------------------------------------------------------------------
	=links
--------------------------------------------------------------------------- */

a:link {
	color: #FC0;
}
a:visited {
	color: #FC0;
}
a:hover {
	text-decoration: none;
}


/* ---------------------------------------------------------------------------
	=lists
--------------------------------------------------------------------------- */

dl {
	margin-bottom: 25px;
}
dt {
	margin-bottom: 2px;
	font-size: 110%;
	font-weight: bold;
	color: #000;
}
dd {
	margin-bottom: 15px;
}
ul, ol {
	margin: 15px 0 20px 30px;
	font-family: Arial, Helvetica, sans-serif;
}
li {
	margin-bottom: 4px;
}
ul.bullets {
	margin-left: 15px;
}
ul.bullets li {
	margin: 0 0 .6em 0;
	padding: 0 0 0 22px;
	background: url(../images/bullet-oval.gif) no-repeat 0 .3em;
	list-style: none;
}
ul.productBullets {
	margin: 12px 0px 8px 0;
	padding: 1em;
	float: right;
	border: 1px solid #ccc;
}
ul.productBullets li {
	margin: 0 0 .33em 0;
	padding: 0 0 4px 28px;
	background: url(../images/check.png) no-repeat 0 0;
	list-style: none;
	font-weight: bold;	
}
	ul.productBullets li a, ul.productBullets li a:visited {
		color: White;
	}


/* ---------------------------------------------------------------------------
	=misc
--------------------------------------------------------------------------- */

img {border: none;}

img.floatIt {
	margin: 0 8px 8px 0;
	float: left;
}
img.floatItRight {
	margin: 0 0 8px 8px;
	float: right;
}

#sideBarA p img {
	margin: 0 8px 8px 0;
}
input.button 
{
	padding: 4px;
}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* ---------------------------------------------------------------------------
	=forms
--------------------------------------------------------------------------- */

fieldset {
	border: none;
}


/* ---------------------------------------------------------------------------
	=tables
--------------------------------------------------------------------------- */

table.productList {
	margin-top: 6px;
	margin-left: 1em;
	font-size: 12px;
	width: 98%;
}
table.productList td {
	padding: 2px 0 4px 0;
	margin: 0;
	width: 49%;
}
table#contactList 
{
	margin-top: 30px;
	width: 560px;
}
	table#contactList td {
		padding: 4px 0 8px 0;
	}
	table#contactList td.contactTitle {
		font-weight: bold;
		width: 190px;
		text-align: left;
	}



/* table of products for Order page */
table#productsOrderTable 
{
	padding: 0;
	margin: 0;
	border-top: 1px solid #112106;
	border-left: 1px solid #112106;
	background: #23450d;
	width: 300px;
}
table#productsOrderTable td {
	padding: 2px;
	border-right: 1px solid #112106;
	border-bottom: 1px solid #112106;
}
table#productsOrderTable tr.header {
	font-weight: bold;
	font-size: 14px;
	color: #7c9f23;
	background: #112106;
}
table#productsOrderTable tr.header td 
{
	padding: 4px;
}
table#productsOrderTable td.qty 
{
	width: 45px;
}
table#productsOrderTable td.qty input {
	width: 90%;
}
table#productsOrderTable td.productitem {
	padding-left: 5px;
	padding-right: 10px;
}
.TextBoxstyle 
{
	float: left;
	background: red;
}


/* ---------------------------------------------------------------------------
	=navigation
--------------------------------------------------------------------------- */

#mainNav {}
#mainNav ul{float:right;margin-top: 8px; margin-right: 0;}
#mainNav ul li{float:left;display:block;margin-left:2px;}
#mainNav ul li a{color:#222; font-weight:bold;display:block;float:left;padding-left:8px; text-decoration: none;}
#mainNav ul li a span{display:block;float:left;padding-right:8px;height:25px;padding-top:4px; font-size: 12px;}
#mainNav ul li a:hover{background:url(../images/menu-bg.gif) top left no-repeat;color:#fff;cursor: pointer;}
#mainNav ul li a:hover span{background:url(../images/menu-bg.gif) top right no-repeat;color:#fff;}

body.home #mainNav ul li#nav_home a:hover, body.home #mainNav ul li#nav_home a,
body.about #mainNav ul li#nav_about a:hover, body.about #mainNav ul li#nav_about a,
body.products #mainNav ul li#nav_products a:hover, body.products #mainNav ul li#nav_products a,
body.servicearea #mainNav ul li#nav_servicearea a:hover, body.servicearea #mainNav ul li#nav_servicearea a,
body.haccp #mainNav ul li#nav_haccp a:hover, body.haccp #mainNav ul li#nav_haccp a,
body.order #mainNav ul li#nav_order a:hover, body.order #mainNav ul li#nav_order a,
body.contact #mainNav ul li#nav_contact a:hover, body.contact #mainNav ul li#nav_contact a {
	color: #fff;
	background: url(../images/menu-bg.gif) no-repeat top left;
}
body.home #mainNav ul li#nav_home a:hover span, body.home #mainNav ul li#nav_home a span,
body.about #mainNav ul li#nav_about a:hover span, body.about #mainNav ul li#nav_about a span,
body.products #mainNav ul li#nav_products a:hover span, body.products #mainNav ul li#nav_products a span,
body.servicearea #mainNav ul li#nav_servicearea a:hover span, body.servicearea #mainNav ul li#nav_servicearea a span,
body.haccp #mainNav ul li#nav_haccp a:hover span, body.haccp #mainNav ul li#nav_haccp a span,
body.order #mainNav ul li#nav_order a:hover span, body.order #mainNav ul li#nav_order a span,
body.contact #mainNav ul li#nav_contact a:hover span, body.contact #mainNav ul li#nav_contact a span {
	color: #fff;
	background: url(../images/menu-bg.gif) no-repeat top right;
}