/* === set all margins and paddings to 0 for consistency === */
* {
	margin: 0;
	padding: 0;
} 
/* ============ elements & gloabal settings ========== */
body {
	padding: 0; 
	margin: 2em auto;
	font: 76% verdana, arial, helvetica, sans-serif;
	color: #000;
	background: #666666;
	width: 973px;
}
/* ------------ relative font sizes ------------------ */
h1 {
	font-size: 2.0em;
}
h2 {
	margin-top: 0;
	font-size: 1.8em;
}
h3 {
	font-size: 1.6em;
}
h4 {
	font-size: 1.3em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1.0em;
}
p, ol, ul, li {
	font-size: 1.0em;
}
h1,h2,h3,h4,h5,h6 {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #bbb;
}
/* ------------ line heights ------------------------- */
/*p, .newsbody, li {
	line-height: 1.4em;
}
ul.box li {
	line-height: 1.4em;
}*/
/* ------------ margins ------------------------------ */
h3, h4, h5, h6 {
	margin-bottom: 0.2em;
}
h4.box {
	margin-bottom: 0.6em;
}
h5, h6 {
	margin-bottom: 0;
}
/* adjacent sibling selectors not supported by: 
ie except ie5 (mac)
nn4
opera 3.5 */
h5 + p, h6 + p {
	margin-top: 0;
}
p {
	margin: 1em 0 0 0;
}
h1.philosophy{
	margin: 9px 0 0 9px;
}





/* ============  MAIN PAGE BLOCKS ==================== */
#pagebodycontent {
	background: #fff url(../images/shadow_middle.png) repeat-y;
	margin: 0 auto;
	/*padding-bottom: 2em;*/
	width: 973px;
}
#content-left {
	float: left;
	width: 187px;
	margin-left: 16px;
}
#content-middle {
	float: left;
	width: 549px;
	margin-left: 9px;
	margin-right: 9px;
}
#content-right {
	float: left;
	width: 187px;
}
#content-full {
	width: 745px;
	float: left;
	margin-left: 9px;
}
.content-full-box {
	background: url(../images/bg_box_full.png) repeat-y bottom;
}
#content-full .content-full-box h2 {
	background: url(../images/bg_boxheader_full.png) no-repeat top;
	font-size: 1.0em;
	padding: 9px 11px 12px 11px;
	text-transform: uppercase;
	color: #006600;
	letter-spacing: 1px;
}
#content-full-no-sidebar {
	background: url(../images/bg_box_full_no_sidebar.png) repeat-y bottom;
	width: 941px;
	margin: 0 16px;
}
#content-full-no-sidebar h2 {
	background: url(../images/bg_boxheader_full_no_sidebar.png) no-repeat top;
	font-size: 1.0em;
	padding: 9px 11px 12px 11px;
	text-transform: uppercase;
	color: #006600;
	letter-spacing: 1px;
}
#content-full h3 {
	margin: 5px 10px;
	font-size: 1em;
	color: #9f0000;
}
#content-full h4 {
	color: #9f0000;
	margin: 10px 10px 5px 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #efd5d5;
}
#content-full h5 {
	margin: 5px 10px;
	color: #75C409;
}
#content-full ul {
	margin: 0 10px;
	padding: 0;
	list-style: none;
}
#content-full ul li {
	margin: 0;
	padding: 0 0 5px 8px;
	font-size: 0.9em;
	background: url(../images/bullet_arrow_red.gif) no-repeat 0 0.6em;
}
#content-full ol {
	margin: 0 30px;
	padding: 0;
}
#content-full ol li {
	margin: 0;
	padding: 0 0 5px 5px;
	font-size: 0.9em;
}
#content-full p {
	margin: 10px;
	font-size: 0.9em;
}

/* ------------ banner ------------------------------- */

#banner {
	padding: 7px;
	background: #fff url(../images/shadow_top.png) no-repeat top;
}
#banner img {
	display: block;
	padding: 10px 0 10px 10px;
}


/* ============ FOOTER ======== ====================== */

#footerbar {
	/*padding: 2px 0 0 0;
	margin-top: 0;
	background: url(../images/shadow_bottom2.png) no-repeat bottom;*/
	padding: 0;
	margin: 0;
}
#footerbar img {
	display: block;
}
#footerbarunder {
	font-size: 0.9em;
	color: #cccccc;
	padding: 1em;
}
#footerbarunder a:link, #footerbarunder a:visited {
	color: #cccccc;
}
#footerbarunder a:active, #footerbarunder a:hover {
	color: #F4C91B;
}

/* ------------ footer NAV --------------------------- */
#footer-nav-outer {
	margin: 0 7px;
	background: #f9f8f4;
	border-top: 1px solid #d7d6cc;
	padding-bottom: 1px;
	background-image: url( ../images/bg-footer-nav.png );
	background-position: bottom;
	background-repeat: repeat-x;
}
#footer-nav {
	margin: 0px 9px 10px 10px;
}
#footer-nav .nav-section {
	float: left;
	width: 187px;
	border-left: 1px solid #dcdcdc;
}
#footer-nav .first {
	width: 187px;
	border-left-width: 0;
}
#footer-nav .nav-section ul {
	margin: 0 10px;
	padding: 0;
	list-style: none;
	font-size: 0.9em;
	line-height: 1.6em;
}
#footer-nav .nav-section h3 {
	margin: 0 10px 0.7em 10px;
	padding-top: 10px;
	font-size: 1em;
	font-weight: normal;
	color: #888;
}
#footer-nav a:link, #footer-nav a:visited {
	color: #888;
	text-decoration: none;
}
#footer-nav a:hover, #footer-nav a:active {
	color: #000;
	text-decoration: underline;
}
/* ============ BOXES IN HEADER ====================== */
div#header-box-container {
	/*width: 528px;*/
	width: 720px;
	float: right;
	margin-right: 9px;
	margin-top: 9px;
}
div.header-box {
	/*width: 179px;*/ /*width needed if using 4 boxes*/
	width: 239px;
	border-left: 1px solid #75c409;
	float: left;
	height: 97px;
}
div.header-box h3 {
	font-size: 0.8em;
	text-transform: uppercase;
	color: #207920;
	margin: 0px 0 6px 10px;
	padding-top: 4px;
	padding-bottom: 4px;
}
div.header-box h3#service {
	background: url(../images/icon_customerservices.gif) no-repeat 0 0;
	padding-left: 13px;
}
div.header-box h3#cart {
	background: url(../images/icon_shoppingcart.gif) no-repeat 0 1px;
	padding-left: 23px;
}
div.header-box h3#search {
	background: url(../images/icon_search.gif) no-repeat 0 3px;
	padding-left: 17px;
}

/* ============ NAV BARS ============================= */

/* ------------ NAV BAR TOP -------------------------- */
#navbarh {
	padding: 0;
	background: url(../images/bg_navbarh.png) no-repeat top;
	/*width: 740px;*/
	width: 941px;
	margin: 0 auto;
}
#navbarh ul {
	/*padding: 8px 0 12px 0;*/
	padding: 0.7em 0 1em 0;
	margin: 0 10px;
	list-style: none;
}
#navbarh ul li {
	display: block;
	float: left;
}
#navbarh ul li div {
	text-align: center;
}
#navbarh ul li a {
	padding: 0 0 0 7px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 0.8em;
	background: url(../images/bullet_arrow_yellow.gif) no-repeat 0 0.4em;
}
#navbarh a:link, #navbarh a:visited {
	color: #fff;
	text-decoration: none;
}
#navbarh a:active, #navbarh a:hover {
	/*color: #f4c91b;*/
	color: #ffe75e;
	text-decoration: none;
}

/* ------------ shop nav ----------------------------- */
/*div#nav-shop-container {
	
}*/
ul#navshop {
	width: 185px;
	background: #a4d85d url(../images/bg_navshop.png) repeat-x bottom;
	list-style: none;
	margin-bottom: 0;
	border-width: 0 1px;
	border-color: #3a642c;
	border-style: solid;
}
ul#navshop li {	
	background: url(../images/line_dotted_green.png) no-repeat bottom;
	padding: 4px 9px 9px 9px;
}
ul#navshop a {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.8em;
	background: url(../images/bullet_arrow_shopnav.gif) no-repeat 0 0.5em;
	padding-left: 12px;
}
ul#navshop a:link, ul#navshop a:visited {
	color: #fff;
	text-decoration: none;
}
ul#navshop a:active, ul#navshop a:hover {
	color: #417522;
	text-decoration: none;
}

h3#shop-header {
	background: #a4d85d url(../images/bg_header_shop.png) no-repeat top;
	color: #ffe75e;
	text-transform: uppercase;
	font-size: 0.9em;
	padding: 10px 0 12px 10px;
	margin: 0;
}

/* ------------ recipes nav -------------------------- */
ul#nav-recipes {
	background-color: #edffdb;
	list-style: none;
	padding-bottom: 3px;
	margin-bottom: 0;
	border-width: 0 1px;
	border-color: #b2b2b2;
	border-style: solid;
}
ul#nav-recipes li {
	background: url(../images/bullet_arrow_green.gif) no-repeat 7px 0.6em;
	padding: 2px 2px 2px 15px;
	line-height: 1.2em;
}
ul#nav-recipes li.sel {
	font-style: italic;
	background: url(../images/bullet_arrow_red2.gif) no-repeat 7px 0.7em;
}
ul#nav-recipes li.sel a {
	color: #9F0000;
	text-decoration: none;
}
ul#nav-recipes a {
	font-size: 0.8em;
	font-weight: normal;
}
ul#nav-recipes a:link, ul#nav-recipes a:visited {
	color: #000;
	text-decoration: none;
}
ul#nav-recipes a:active, ul#nav-recipes a:hover {
	color: #000;
	text-decoration: underline;
}
h3#recipe-header a {
	font-size: 1.0em;
	font-weight: bold;
	text-decoration: none;
}
h3#recipe-header a:link, ul#nav-recipes h3 a:visited {
	color: #006600;
	text-decoration: none;
}
h3#recipe-header a:active, h3#recipe-header a:hover {
	color: #9F0000;
	text-decoration: none;
}
h3#recipe-header {
	background: #edffdb url(../images/bg_header_recipe.png) no-repeat top;
	color: #006600;
	text-transform: uppercase;
	font-size: 0.8em;
	padding: 10px 0 12px 10px;
	margin: 0;
}

/* ============ NEWS BOX STYLING ===================== */
div#news-box {
	/*background: url(../images/bg_boxgreen.gif) no-repeat bottom;*/
	background: #CDF19C;
	margin-bottom: 0px;
	
}
div#news-box ul, div#news-box .news-box-content  {
	margin: 0;
	padding: 0 0 10px 0;
	border-width: 0 1px;
	border-color: #b2b2b2;
	border-style: solid;
}
div#news-box ul {
	list-style: none;
}
div#news-box ul li {
	background: url(../images/icon_document.gif) no-repeat 5px 0.6em;
	padding: 4px 5px 0 16px;
}
div#news-box p {
	font-size: 0.75em;
	color: #000;
	margin: 0;
}
div#news-box a:link, div#news-box a:visited {
	color: #834219;
	text-decoration: none;
}
div#news-box a:active, div#news-box a:hover {
	color: #834219;
	text-decoration: underline;
}
div#news-box h3 {
	background: #cdf19c url(../images/bg_header_boxgreen.png) no-repeat top;
	/*color: #f4c91b;*/
	color: #ffe75e;
	text-transform: uppercase;
	font-size: 0.9em;
	padding: 10px 0 12px 10px;
	margin: 0;
}
div#news-box h3 a:link, div#news-box h3 a:visited {
	/*color: #f4c91b;*/
	color: #ffe75e;
	text-decoration: none;
}
div#news-box h3 a:active, div#news-box h3 a:hover {
	color: #baec76;
	text-decoration: none;
}

/* ============ QUALITY MARK BOX ===================== */
div#quality-box {
	background: url(../images/bg_boxquality.gif) no-repeat top;
}
div#quality-box img {
	display: block;
} 
div#quality-box p {
	font-size: 0.8em;
	margin: 2px 2px 0 2px;
	color: #14422a;
	text-align:center; 
	line-height: 1.2em;
	font-weight: bold;
}
div#quality-box h5 {
	text-align: center;
	color: #14422a;
	padding-top: 3px;
}

/* ============ SPECIAL OFFERS BOX =================== */
div#special-offers {
	margin-top: 9px;
}
div.special-offers-content {
	background: url(../images/bg_boxoffers.png) repeat-y bottom;
	border-width: 0 1px;
	border-color: #b2b2b2;
	border-style: solid;
}
div#special-offers h2 {
	background: url(../images/bg_header_middle.png) no-repeat top;
	font-size: 0.9em;
	padding: 11px 11px 21px 11px;
	text-transform: uppercase;
	color: #006600;
}
ul#offer-container {
	list-style: none;
	
}
ul#offer-container li {
	float: left;
}
div.offer-item {
	width: 273px;
	/*background: blue;*/
	/*padding: 0 5px 0px 10px;*/
	padding: 0;
}
div.offer-item-padd {
	margin: 0 9px 9px 9px;
	padding-top: 9px;
	background-color: #fff;
	border-width: 1px 0 0 0;
	border-color: #75c409 #ece6d0 #f8f4eb #ece6d0;
	border-style: solid;
}
div.offer-item-bar {
	background-image: url( ../images/bg_special_offer_box.png );
	background-repeat: repeat-y;
	background-position: right;
	/*background: #fcfaf1;*/
	border-width: 1px 0;
	border-style: solid;
	border-color: #f0eee6; 
	padding: 5px 5px;
}