/* #603913; /* dark brown */
/* #FBE1ED; /* light pink */
/* #A30038; /* dark pink */
/* #006F53; /* teal/green */

@media screen, projection, print {

body {
	margin: 25px 0;
	padding: 0;
	background: #603913 url(images/bg-stripes.png); /* dark brown */
	color: #fff;
	font-family: Times, "Times New Roman", serif;
	font-size: 100%; /* avoids em sizing problems with IE */
}

/* all elements using sans-serif font by default 
   (may be overridden in some cases) */
h1, h2, h3, h4, h5, h6,
#header, #menubar, #sidebar {
	font-family: Helvetica, Arial, sans-serif;
}

/* default margins */
p, ol, ul {
	margin-top: 1em;
	margin-bottom: 0;
}
h2 + p, h2 + ul, h2 + ol,
h3 + p, h3 + ul, h3 + ol,
h4 + p, h4 + ul, h4 + ol,
p + ul, p + ol {
	margin-top: .5em;
}



/* default link colors */
a {
	background: transparent;
	color: #603913; /* dark brown */
}
.selected a {
	color: #A30038; /* dark pink */
}
a:focus,
a:active,
a:hover {
	color: #A30038; /* dark pink */
	text-decoration: underline;
}
/* for IE bugosity */
a img {
	border-color: #603913; /* dark brown */
}
a:focus img,
a:active img,
a:hover img{
	border-color: #A30038; /* dark pink */
}

/* image defaults */
img {
	vertical-align: middle;
}


/*  Container centered in viewport */
#wrapper {
	padding-top: 10px;
	position: relative;
	margin: auto;
	zoom: 1; /* helps IE styling */
}

/*  BEGIN Header */
#header {
	width: 100%;
	margin-bottom: 10px;
	padding: 4px 0;    /* avoid margin collapse */
	position: relative;
	z-index: 1;       /* below navbar */
}
#header div {
	width: 100%;
	position: relative;
	z-index: 10;
}
#header h1 {
	margin: 0;
	font-size: 150%;
	text-align: center;
	width: 278px;    /* img width */
	position: absolute;
	top: 0;
	left: 0;
}


/* IE mishandle's the img transparent background unless it's floated! */
#header img {
	float: left;
	border-width: 0;
}


/* main content area */
#content {
	width: 667px;
	min-height:500px;
	float: right;
	margin: 5px 20px 10px 0;
	padding: 1px 25px 10px 35px;
	background: #fff;
	color: #603913; /* dark brown */
	border: 1px solid #603913; /* dark brown */
	line-height: 1.2;
}

#content h2 {
	background: transparent;
	color: #006F53; /* teal/green */
	margin-top: .5em;
	margin-bottom: .5em;
	font-size: 150%;
	text-transform: uppercase;
}
#content h3 {
	margin-top:30px;
	background: #fff;
	color: #603913; /* dark brown */
	font-size: 100%;
	text-transform: uppercase;
	font-family: Times, "Times New Roman", serif;
}
#content li {
	margin-bottom: .4em;
}


/* left column */
#sidebar {
	width: 200px;
	float: left;
	clear: left;
	margin: 205px 0 10px 20px;  /* below logo images */
	position: relative; /* for IE */
	text-align: center;
}
#sidebar h2 {
	font-family: Times, "Times New Roman", serif;
	font-size: 100%;
	margin: 0;
}

#footer {
	clear: both;  /* below longest column */
	margin: 0;
	padding: 10px 0;
	font-size: 90%;			    	/* CHANGED BY DD -- WAS  75% */
	overflow: hidden;
	zoom: 1; /* for IE */
	border-top: 2px dashed #A80532; /* dark pink */
}
#footer ul {
	margin: 0 0 0 10px;			    /* CHANGED BY DD -- WAS  0 */
	padding: 0;
	list-style: none;
	line-height: 1.5;
}
#footer li {
	display: inline;
	margin: 0;
	padding: 0;
}
#footer a {
	padding: 0 10px;
	white-space: nowrap;
	text-decoration: none;
	color: #603913; /* dark brown */
}
#footer a:hover,
#footer a:focus,
#footer a:active {
	text-decoration: underline;
	color: #A30038; /* dark pink */
}
#footer a img {
	border-width: 0;
}
#footer p {
	margin: .2em .8em 0 0;    		/* CHANGED BY DD -- WAS  .2em 0 0 0 */
	float: right;
}

#footer .green {
	color:#006F53;
	font-weight:bold;
}


/* graphic dessert product list at the bottom of the right column */
#productnav {
	margin: 0 0 10px 0;
	text-align: center;
	text-transform: uppercase;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 85%;
	border-spacing: 0;
	border-collapse: collapse;
}
body.products #productnav {
	margin-top: 1em;
	text-transform: none;
/*	font-family: Times, "Times New Roman", serif;*/
}
#productnav caption {
	padding: 1em 8px .5em 0;
}
/* caption has to be double wrapped due to browser differences */
#productnav caption div {
	border: 1px solid #603913; /* dark brown */
	background-color: #FBE1ED; /* light pink */
	color: #603913; /* dark brown */
	padding: 3px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-align: left;
	font-size: 90%;
}
#productnav td {
	background: #A30038; /* dark pink */
	color: #fff;
	width: 160px;
	vertical-align: top;
	padding: 0;
	border-spacing: 0;
	border-right: 8px solid #fff;
	border-bottom: 8px solid #fff;
}
#productnav td.empty {
background: #fff;
}
#productnav a {
	display: block;
	background: #A30038; /* dark pink */
	color: #fff;
	text-decoration: none;
	padding-bottom: 5px;
}
#productnav a img {
	border-width: 0;
	vertical-align: top;
	margin-bottom: 3px;
}
#productnav a span {
	display: block; /* force a line break */
	padding-left: 5px;
	padding-right: 5px;
}
#productnav .hilite, #productnav .hilite a {
	background-color: #006F53; /* teal/green */
}

/* 2-col product detail page */
.product-descr {
	width: 332px;  /* approx. 50% */
	float: left;
	border: 1px solid #A30038; /* dark pink */
	margin-bottom: 1em;
}
.product-specs {
	width: 310px;  /* approx 46% */
	float: right;
	margin-bottom: 1em;
}
.product-more {
	width: 310px;  /* same as .product-specs */
	float: right;
	clear: right;
}
body.products h4 {
	background: #A30038; /* dark pink */
	color: #fff;
	margin: 0;
	padding: 3px 5px;
	font-size: 80%;
	text-transform: uppercase;
}
/* need extra specificity for overrides */
#content .product-descr h3 {
	margin: 10px;
	padding: 10px;
	border: 1px solid #FBE1ED; /* light pink */
	font-family: Times, "Times New Roman", serif;
	font-size: 175%;
/*	font-weight: normal;*/
	line-height: 1.3;
	background: #fff;
	color: #A30038; /* dark pink */
}
.product-descr p {
	margin: 5px 10px 10px 10px;
	font-size: 130%;
	line-height: 1.3;
}
.product-specs p {
	margin: .5em 0 1em 0;
}
/* need extra specificity for list rules */
#content .product-specs ul {
	margin: .5em 0 1em 0;
	padding: 0;
	list-style: none;
}
#content .product-specs li,
#content .product-more li {
	margin-bottom: 0;
}
/* need extra specificity for overrides */
#content .product-more h3 {
	margin: 0;
	background: #fff;
	color: #006F53; /* teal/green */
	font-family: Times, "Times New Roman", serif;
}
.product-more ul {
	margin-left: 0;
	padding-left: 20px;
	margin-bottom:40px;
}
.product-more li {
	margin-left: 0;
	padding-left: 0;
}
/* for a featured product on product detail */
#content .product-featured {
	color:#006F53;
	font-family:'Times New Roman', Times, serif;
	font-size:20px;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:-8px;
	text-transform: uppercase;
}

/* links at the bottom of product detail */
.product-tools {
	clear: both;
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	font-size: 80%;
	text-transform: uppercase;
}
.product-tools li {
	margin: 0 20px 1em 0;
	float: left;
}
.product-tools li.last {
	float: right;
	margin-right: 0;
}
.product-tools img {
	vertical-align: bottom;
}

/* product list table, e.g. dot foods, military */
table.product-list {
	width: 100%;
	border: 1px solid gray;
	border-spacing: 0;
	border-collapse: collapse;
	background-color: white;
	font-size: 85%;
}
table.product-list th,
table.product-list td {
	border: 1px dotted gray;
	padding: 5px;
}
table.product-list th {
	background-color: #A30038; /* dark pink */
	color: #fff;
	font-weight: normal;
	text-align: left;
	white-space: nowrap;
	padding-right: 10px; /* a little extra */
}
table.product-list td {
	background-color: #FAFAFA;
	color: #603913; /* dark brown */
}
table.product-list .icon {
	width: 50px;
}
table.product-list .nowrap {
	white-space: nowrap;
	padding-right: 25px;
}


/* miscellaneous rules */
.hilite, .hilite a {
	background: transparent;
	color: #006F53; /* teal/green */
	text-transform: uppercase;
}

.divider {
	border: 1px solid #603913; /* dark brown */
	background-color: #FBE1ED; /* light pink */
	color: #603913; /* dark brown */
	padding: 3px;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 80%;
	font-weight: bold;
	margin-bottom: .5em;
}

.photo-left {
	float:left;
	width:180px;
	height:206px;
	margin-right:15px;
	margin-bottom:5px;
}

#skiplinks {
	position: absolute;
	top: -10em;
	left: 0;
}

} /* end global rules */


/* screen only rules: navigation, background images, etc. */
@media screen, projection {

#wrapper {
	width: 992px;
	background: #FBE1ED; /* light pink */
	color: #603913; /* dark brown */
}

#header {
	border-top: 2px dashed #A80532; /* dark pink */
	border-bottom: 2px dashed #A80532; /* dark pink */
}
#header div {
	height: 42px;     /* menubar images height */
	background: #603913; /* dark brown */
	color: #fff;
}

#midsection {
	overflow: hidden;  /* auto stretch height for floated children */
	zoom: 1;
}

/* SPLASH page - screen only rules: navigation, background images, etc. */

/*  SPLASH page Header */
#splash #header {
	 border-bottom:none;
}
#splash #midsection {
	overflow: hidden;  /* auto stretch height for floated children */
	zoom: 1;
	background-image:url(images/splash/background.png);
	background-repeat:no-repeat;
	background-position:center;
	height:600px;
	margin-bottom:20px;
}

#splash #midsection #top-left {
	float:left;
	width:400px;
}

#splash #midsection #top-left #logo1 {
	float:left;
	margin-left:50px;
	margin-top:35px;
	width:151px;
}

#splash #midsection #top-left #desertpartner {
	float:left;
	margin-left:15px;
	margin-top:95px;
	width:151px;
}

#splash #midsection #top-left #foodindustry {
	float:left;
	margin-left:60px;
	margin-top:20px;
	width:151px;
}

#splash #midsection #top-right {
	float:left;
}

#splash #midsection #top-right .firstrow-photo1 {
	float:left;
	margin-left:15px;
	margin-top:25px;
	width:174px;
}

#splash #midsection #top-right .firstrow-nextphoto {
	float:left;
	margin-left:3px;
	margin-top:25px;
	width:174px;
}

#splash #midsection #top-right .secondrow-photo1 {
	float:left;
	margin-left:15px;
	margin-top:3px;
	width:174px;
}

#splash #midsection #top-right .secondrow-nextphoto {
	float:left;
	margin-left:3px;
	margin-top:3px;
	width:174px;
}

#splash #midsection #top-right .secondrow-nextphoto .last {
	 margin-top:7px;
}

#splash #midsection #bottom-left {
	float:left;
	margin-left:45px;
	margin-top:45px;
	width:570px;
}

#splash #midsection #gourmet {
	float:left;
	margin-left:25px;
	margin-top:130px;
}

#splash #midsection #logo2 {
	float:left;
	margin-left:15px;
	margin-top:68px;
}

#splash #midsection #consumer {
	float:left;
	margin-left:8px;
	margin-top:15px;
}

#splash #midsection .clear {
	clear:both;
	margin:0;
	padding:0;
}

#splash #midsection .clearRight {
	clear:right;
	margin:0;
	padding:0;
}


/* top-level horizontal navigation (see also headermenus.css) */
#menubar {
	position: absolute;
	top: 12px;   /* top of midsection */
	left: 0;
	width: 100%;
	margin: 0;
	padding: 4px 0;
	zoom: 1;      /* helps IE styling */
	z-index: 100; /* above everything else */
}
#menubar div {
	background: #603913; /* dark brown */
	color: #FBE1ED; /* light pink */
	height: 42px; /* images height */
	margin-left: 229px;
}


/* sidebar navigation */
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-transform: uppercase;
	font-weight: bold;					/* CHANGED BY DD -- WAS commented out */
	font-size: 90%;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
#sidebar li {
	margin: 0;
	padding: 0;
}
#sidebar li a {
	display: block;
	padding: .5em 0;
	text-decoration: none;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	zoom: 1; /* for IE */
}
#sidebar li a span {
	display: block; /* force a line break */
}


/* Success stories */

 ul.green {
	list-style-type: disc;
	color: #006F53;
	margin-top:20px;
	}
ul.green span {
	color: #603913;
	}


/* extra rules to make IE6 behave tolerably */
* html #content,
* html #sidebar {
	display: inline;
}
/* end */

}

/* print only rules */
@media print {
#menubar, #sidebar, #footer ul,
#skiplinks {
	display: none;
}
html body {
	padding: 0;
}
#header {
	padding: 0; /* remove space reserved for navbar */
	height: auto;
}
#header h1 {
	position: static;
}
#header h1 img {
	width: 150px;  /* shrink it some */
	height: auto;
	margin: -25px 0 10px 0; /* offset top "padding" */
}
#midsection {
	padding-top: 0;
	width: 100% !important;
}
#content {
	width 100%;
	border-width: 0;
	float: none;
}
#footer {
	border-top: 2px solid #603913; /* dark brown */
}


} /* end print only rules */


/* Hides the addthis.com 'Bookmark and Share' header'. Instead use 'ui_cobrand' in addthiscoonfig.js  */
#at15ptc { 
	display:none; 
}
#at15s_brand {
	position:relative !important;
	top:0 !important;
	right:0 !important;
}

/* Used in conjunction with mailer script */
	.nojunkplease {
	visibility: hidden;
	}
/* END Used in conjunction with mailer script */    
