/* HTML ********************************************************************/
body, html { height: 100%; }
body {
	padding: 0;
	margin: 0px 0 0 0;
	background: #edcd36;
	color: #005947;
	font: 76% Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	text-align: center;
}
div { text-align: left; }
p {
	margin: 0;
	padding: 0 0 15px 0;
}
h1 {
	font: bold 1.2em "Times New Roman", Times, serif;
	margin: 0 0 12px 0;
	padding: 0;
	color: #393031;
	letter-spacing: 0.2em;
}
h2 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 20px 0 10px 0;
	padding: 0;
}
h3 {
	font-size: 1.1em;
}
h4 {
	font-size: 1em;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0;
}
h5 {
	font-size: 1em;
	font-style: bold;
	padding: 0;
	margin: 0 0 4px 0;
}
table { font-size: 1em; }
ul {
	padding: 0 0 0 17px;
	margin: 5px 0;
	
}
a {
	color: #005947;
	text-decoration: underline;
}
a:hover {
	color: #D42C2B;
}
form { display: inline; }
img { border: 0px none; }

/* DIV's ********************************************************/
#containerWrap {
	width: 773px;
	margin: 0 auto;
	background:   url("images/container_bg.jpg") repeat-y left top;
	position: relative;
	min-height: 100%;
}
#container { padding-bottom: 60px; }
#header {
	height: 145px;
	position: relative;
}
#container div.past { background:   url("images/header_past.jpg") no-repeat left top; }
#container div.brands { background:   url("images/header_brands.jpg") no-repeat left top; }
#container div.careers { background:   url("images/header_careers.jpg") no-repeat left top; }
#container div.store { background:   url("images/header_store_brands.jpg") no-repeat left top; }
#container div.foodservice { background:   url("images/header_foodservice.jpg") no-repeat left top; }
#container div.foodserviceNoNav { background:   url("images/header_foodservice_nonavs.jpg") no-repeat left top; }
#container div.merchandise { background:   url("images/header_merchandise.jpg") no-repeat left top; }
#container div.contacts { background:   url("images/header_contacts.jpg") no-repeat left top; }

#header a {
	position: absolute;
	display: block;
	top: 15px;
	left: 20px;
	width: 200px;
	height: 90px;
	text-indent: -9999px;
	overflow: hidden;
}

#footer {
	width: 773px;
	position: relative;
	height: 60px;
	margin: -60px auto 0 auto;
	font: 0.9em Arial, Helvetica, sans-serif;
}
.homeFooter #footer {
	position: static;
	margin-top: 0;
	width: 775px;
}
.homeFooter #footer div { padding: 20px 0 0; }
.contactFooter { font: 0.9em Arial, Helvetica, sans-serif; }
#footer div { padding: 20px 50px 0 255px; text-align: center; }
#content {
	margin-top: 25px;
}
#col1Wrapper {
	float: left;
	width: 215px;
	min-height: 433px;
}
#col1 {
	padding: 0 25px 0 35px;
	font-family: "Times New Roman", Times, serif;
	position: relative;
	z-index: 3;
}
#col2Wrapper {
	float: left;
	width: 558px;
	position: relative;
	z-index: 2;
}
#col2 {
	padding: 0 50px 0 15px;
}
#colBothWrapper{
	float: left;
	width: 773px;
	min-height: 433px;
}
#colBoth {
	padding: 0 25px 0 25px;
}
#printLogo { display: none; }
#vineWrap { position: relative; }
#vineBG {
	position: absolute;
	z-index: 1;
	margin: 100px 0 0 18px;
	width: 423px;
	height: 333px;
	background:  url("images/bg_vine.jpg") no-repeat left top;
}
#applyNow {
	height: 22px;
	margin: 0 0 0 0;
	padding: 0;
	position: relative;
	background: url(images/apply_now.jpg) no-repeat top left;
	overflow: hidden;
	left: 0; 
	width: 100px;
}
#applyNow a {
	height: 22px;
	display: block;
	text-indent: -9999px;
	text-decoration: none;
}
#applyNow a:hover { background: url(images/apply_now.jpg) no-repeat -100px 0px; }
#eventsFairs {
	height: 22px;
	margin: 0 0 0 0;
	padding: 0;
	position: relative;
	background: url(images/events_fairs.jpg) no-repeat top left;
	overflow: hidden;
	left: 0; 
	width: 100px;
}
#eventsFairs a {
	height: 22px;
	display: block;
	text-indent: -9999px;
	text-decoration: none;
}
#eventsFairs a:hover { background: url(images/events_fairs.jpg) no-repeat -100px 0px; }
/* Classes *******************************************************/
.clear { clear: both; }
.strong { font-weight: bold; }
.info { 
	font-weight: bold;
	line-height: 1.6em;
}
.ruler, .rulerAlt {
	margin: 0 0 20px 0;
	padding: 20px 0 0 0;
	font-size: 2px;
	border-bottom: 2px solid #D3292A;
}
.rulerAlt { border-bottom: 1px solid #333 !important; padding-top: 10px !important; }
.copyright { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

/*Main Navigation ************************************************/
#nav ul{
	height: 27px;
	margin: -27px 0 0 0;
	padding: 0;
	position: relative;
}
#nav ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	overflow: hidden;
	top: -3px;
}
#nav ul li, #nav ul li a {
	height: 30px;
	display: block;
}
#nav ul li a {
	text-indent: -9999px;
	text-decoration: none;
}

#nav1  { left: 10px;width: 186px;}
#nav2  { left: 196px;width: 66px;}
#nav3  { left: 262px;width: 94px;}
#nav4  { left: 356px;width: 100px;}
#nav5  { left: 456px;width: 70px;}
#nav6  { left: 526px;width: 100px;}
#nav7  { left: 626px;width: 115px;}

/* NEWS **********************************************************/
#news h3 { margin: 0 0 6px 0; padding: 0; }
#news .break br {
	display: block;
	margin-bottom: 5px;
}
#news h4 {
	font-size: 1.1em;
	margin: 0;
	padding: 0;
}
.date { 
	margin-bottom: 6px;
	font-size: 0.9em;
	color: #D42C2B;
	font-weight: bold; 
}
.news { 
	margin-bottom: 20px; 
	border-top: 1px dotted #999;
	padding: 3px 0;
}
.newsThumb {
	float: left;
	margin: 5px 7px 7px 5px;
	background:  url("images/shadow.gif") no-repeat right bottom;
}
.newsLarge {
	float: right;
	margin: 0 0 10px 10px;
	background:  url("images/shadow.gif") no-repeat right bottom;
}
.newsThumb img { position: relative; top: -5px; left: -5px; }
.newsLarge img { position: relative; top: -5px; left: -5px; }

/* Recipe Details *******************************************************************/
#recipeTop {
	border-bottom: 1px solid #000;
	margin-bottom: 7px;
}
#recipeTop .header {
	border-right: 1px solid #000;
	font-size: 1.2em;
	font-weight: bold;
}
#recipePhoto {
	float: right;
	border: 1px solid #333;
	margin: 0 0 3px 5px;
	padding-bottom: 3px;
	background: #497B36;
	font-size: 9px;
	text-align: center;
	color: #FFF;
	line-height: 0.9em;
}
#recipePhoto img {
	margin-bottom: 3px;
}
#recipePhoto img, #recipePhoto a {
	text-decoration: none;
	color: #FFF;
}
#recipeDescription ul {
	margin: 0 0 7px 0;
	padding: 0;
	list-style: none;
	color: #0C493C;
}
#resultsList ul { margin: 15px 0; padding: 0 0 0 17px; list-style-type: disc; }
#resultsList a { color: #d42C2B; }
#recipeDescription ul a { font-weight: normal; text-decoration: none; }
#recipeDescription ul li { padding-left: 24px; }
li#emailBtn { background:  url("images/email_icon.gif") no-repeat left top; }
li#printBtn { background:  url("images/print_icon.gif") no-repeat left top; }
div.boxTop ul {
	margin: 0;
	padding: 5px 5px 5px 15px;
}
.secondary { color: #666; margin-bottom: 7px; }
.boxTop {
	border-top: 1px solid #005947;
	background: #F3F6F3;
	color: #333;
	padding: 4px;
	margin-bottom: 15px;
}
div.boxTop ul {
	margin: 0;
	padding: 5px 5px 5px 15px;
}
div.boxTop ul li {
	list-style: disc outside;
	margin-bottom: 10px;
}

/* Tomato Questions************************************************/

#questions h4 {
	font-weight: normal;
	color: #333;
	margin: 0 0 5px 0px;
	padding: 0 0 0 10px;
	background:  url("images/bullet_333.gif") no-repeat;
}
#questions div.answer {
	font-weight: bold;
	color: #D42C2B;
	margin: 0px 0 10px 8px;
	padding: 0;
}
#questions .qGroup { margin-bottom: 20px; }

/* Foodservice****************************************************/
table.k12Calc {
	font-size: 0.9em;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
}
table.k12Calc td {
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
table.k12Calc table td {
	border: 0px;
}
.k12CalcBrand {
	color:#FFFFFF;
	font-size: 1.2em;
	font-weight: bold;
	background-color: #005947;
}
.fsDisclaimer {
	font-size: 0.9em;
	margin: 20px 0 20px 0;
}
#fsImage {
	float: right;
	margin: 10px 0 10px 15px;
}
.fsBold {
	font-weight: bold;
}
.fsWarning {
	font-weight: bold;
	color: #CC0000;
}
#fsCloseWindow {
	float: right;
}

/* SL Navigation *************************************************/
#col1 ul { list-style: none; padding: 0; }
#navSL { margin-bottom: 20px; }
#navSL li {
	margin-bottom: 5px;
}
#navSL li a {
	color: #424C2C;
	text-decoration: none;
	display: block;
}
#navSL li a.on, #navSL li a:hover.on {
	color: #d42C2B;
	font-weight:bold;
}
#navSL li a:hover {
	color: #d42C2B;
	text-decoration: underline;
}
#navSL ul {
	border-left: 1px solid #424C2C;
	margin-left: 10px;
	padding-left: 8px;
}
#navSL ul li { margin-bottom: 0px; }
#navSL ul li a { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #005947;
}

/* Related Files******************************************************************************************/
.relatedFiles {
	margin: 15px 0px 5px 0px;
	border: 1px solid #177246;
	background: #FFF;
}
.relatedHeader {
	background: #177246;
	padding: 2px 4px;
	color: #FFF;
	font-weight: bold;
}
.relatedFiles ul { margin: 0; padding: 2px !important; }
.relatedFiles ul li { margin: 0; padding: 0; list-style: none; }
.relatedFiles ul li a {
	padding: 5px 5px 5px 17px;
	background: url(../images/icon_pdf.gif) no-repeat 0px 5px;
	font-size: 1em;
	text-decoration: none;
	display: block;
}



/* IE HACKS ******************************************************/

/* IE MAC \*/
* html #containerWrap { height: 100%; }
* html #navSL li, * html #navSL li a, * html .news, * html .relatedFiles ul li a { height: 1%; }
* html #col1Wrapper { height: 433px; }
* html #questions h4 { height: 1%; }
* html #recipeDescription ul li { height: 1%; }
*:first-child+html .news { height: 1%; }
* html #col2Wrapper {
	overflow: hidden;
	o\verflow: visible;
	width: 100%;
	w\idth: auto;
	he\ight: 1%;
}
/* */

@media print { 
	#printLogo { display: block !important; }
	#col1Wrapper, #col1, #header, #nav {
		display: none;
	}
	#containerWrap, #container, #content, #col2Wrapper, #col2 {
		float: none !important;
		width: 100% !important;
		height: auto !important;
		min-height: auto !important;
		margin: 0 !important;
		padding: 0 !important;
	}
	#content { margin-top: 30px !important; }
	#col2a, #col2b {
		width: 45% !important;
		margin: 0 !important;
		padding: 0 !important;
	}
	#col2a { margin-right: 5% !important; }
	#printLogo {
		display: block !important;
		text-align: center;
	}
	h1 {
		text-indent: 0 !important;
		height: auto !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	#footer {
		position: static !important;
		margin: 0 !important;
		width: 100% !important;
	}
	#footer div { padding: 15px 0 0 0 !important; }
	#vineWrap { display: none; }
	#fsFlash { display: none; }
	table.k12Calc { 
		font-size: 0.8em; 
		width: 500px;
	}
	/*table,td  { height: 1%; }*/
	.fsDisclaimer {
		font-size: 0.8em;
	}
	.directions { display:none; }
}
#hide { display: none; }