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

body {
	padding: 0px;
	margin: 0px;
}

div, p, span, td, th, textarea {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #666666;
}

th {
	font-weight: normal;
}

a {
	font-family: Verdana;
	font-size: 11px;
	color: #008d47;
	text-decoration: underline;	
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

form {
	padding: 0px;
	margin: 0px;
}

.accepted {
	background-image: url(../Images/accept.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

.rejected {
	background-image: url(../Images/reject.jpg);
	background-repeat: no-repeat;
	background-position: right;
	background-color: #f3cec1;
}

.hidden {
	display: none;
}

.contentTitle {
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
}

.contentSubTitle {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #29649d;
}

.contentDate {
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	color: #cc6600;
}

.newsLink {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #cc6600;
	text-decoration:none;
}
.newsLink span {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #cc6600;
	text-decoration:none;
}

.newsLink:hover {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #cc6600;
	text-decoration:underline;
}

span.required {
	color: #FF0000;
	font-size: 9px;
}

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}


/* Main Styles */
#siteBox {
	width: 758px;
	border-left: 1px solid #d6d3d6;
	border-right: 1px solid #d6d3d6;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
  /*overflow:auto;*/
}

#header {
	background-image: url(../Images/header.jpg);
	background-repeat: no-repeat;
	height: 71px;
	width: 758px;
}

#headerCorpLink {
	background-image: url(../Images/corporateLink.jpg);
	background-repeat: no-repeat;
	height: 15px;
	width: 138px;
	display: block;
	top: 0;
	left: 620px;
	position: relative;
}

#headerCorpLink a {
	height: 15px;
	width: 138px;
	display: block;
}

#homeLink {
	height: 50px;
	width: 170px;
	display: block;
	top: 0px;
	left: 0px;
	position: relative;
}

#homeLink a {
	height: 50px;
	width: 170px;
	display: block;
}

#header h1, #headerCorpLink span, #homeLink span {
	display: none;
}


#flashHeader {
	clear: both;
}

#mainContent {
	padding-top: 40px;
}

#leftColumn {
	float: left;
	width: 157px;
	padding-top: 0px;
	padding-right: 13px;
	padding-bottom: 10px;
	padding-left: 8px;
	line-height: 1;
}

#centerColumn {
	width: 558px;
	float: left;
	border-left: 1px solid #d6d3d6;
}

#centerColumnList{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#centerColumnList li {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0;
}

#centerColumnList img { 
	margin-right: 5px;
	vertical-align: middle;	
}

#centerColumnList .nolink { margin-left: 29px; }

.imgLink { text-decoration: none; }

div.centerLeft {
	padding-top: 25px;
	padding-bottom: 15px;
	width: 275px;
	padding-left: 15px;
	float: left;
}

div.centerRight {
	float: left;
	width: 200px;
	padding-left: 20px;
	padding-top: 25px;
}

div.singleColumn {
	padding: 15px 0px 15px 15px;
}

#rightPadding {
	width: 20px;
}

/* Bottom Navigation Styles */

#bottomNav {
	font-size: 11px;
	clear: both;
	color: #969791;
	background-color: #eaeaea;
	width: 738px;
	height: 32px;
	display: block;
	border-top: 1px solid #d6d3d6;
	border-bottom: 1px solid #d6d3d6;
	padding: 3px 0px;
	padding-left: 20px;
	background-position: bottom;
}

#bottomNav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#bottomNav li{
	  color: #969791;
    text-align: left;
    float: left;
    list-style: none;
}

#bottomNav li {
	padding-right: 5px;
}

#bottomNav li a {
	font-family: Verdana;
	font-size: 11px;
	text-decoration: none;
	color: #969791;
	text-decoration: none;
}

#bottomNav li a:hover {
	color: #99CC00;
	text-decoration: underline;
}

#emailLink {
	background-image: url(../Images/icon_email.gif);
	background-repeat: no-repeat;
	left: 430px;
	position: relative;
	float: left;
	padding-left: 26px;
	width: 24px;
	height: 14px;
	display: block;
	padding-top: 8px;
	background-position: 5px 11px;
}

#emailLink:hover {
	background-image: url(../Images/icon_email_roll.gif);
}

#printLink {
	background-image: url(../Images/icon_print.gif);
	background-repeat: no-repeat;
	left: 440px;
	position: relative;
	float: left;
	padding-left: 26px;
	width: 24px;
	display: block;
	padding-top: 8px;
	background-position: 5px 8px;
}

#printLink:hover {
	background-image: url(../Images/icon_print_roll.gif);
}

/* Left Menu Styles */
div.parentDiv, div.activeDiv {
	padding-left: 15px;
	padding-top: 2px;
	padding-bottom: 12px;
	background-image: url(../Images/arrow_green_down.gif);
	background-repeat: no-repeat;
}

div.activeDiv2 {
  padding-left: 15px;
	padding-top: 2px;
	padding-bottom: 12px;
	background-image: url(../Images/arrow_green_down.gif);
	background-repeat: no-repeat;
}

div.activeDiv2 a {
	color: #000000;
	text-decoration: none;
}

div.lv3active {
  padding-left: 25px;
	padding-top: 2px;
	padding-bottom: 12px;
}

div.lv3active a{
	color: #000000;
	text-decoration: none;
}

div.level3 { 
  padding-left: 25px;
	padding-top: 2px;
	padding-bottom: 12px;
}

div.level3 a {
	color: #999999;
	text-decoration: none;
}

div.childDiv {
	padding-left: 15px;
	padding-top: 2px;
	padding-bottom: 12px;
	background-image: url(../Images/arrow_green_down.gif);
	background-repeat: no-repeat;

}

div.parentDiv a {
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}

div.activeDiv a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

div.childDiv a {	
	color: #999999;
	text-decoration: none;
}

div.parentDiv a:hover, div.activeDiv a:hover, div.childDiv a:hover, div.level3 a:hover{
	color: #99cc00;
	text-decoration: underline
}

/* Pre-Chill Section styles */

#selectedFood {
	width: 560px;
	height: 86px;
	background-repeat: no-repeat;
	display: block;
}

.food {
	background-image: url(../Images/Pre-Chill/headerFood.jpg);
}

.food1 {
	background-image: url(../Images/Pre-Chill/headerFood1.jpg);
}

.food2 {
	background-image: url(../Images/Pre-Chill/headerFood2.jpg);
}

.food3 {
	background-image: url(../Images/Pre-Chill/headerFood3.jpg);
}

.food4 {
	background-image: url(../Images/Pre-Chill/headerFood4.jpg);
}

#chillTitle {
	position: relative;
	left: -1px;
	width: 560px;
	height: 31px;
	display: block;
	background-image: url(../Images/Pre-Chill/headerText.jpg);
	background-repeat: no-repeat;
}

#chillHeader {
	position: relative;
	left: -1px;
	width: 560px;
	height: 71px;
	display: block;
	background-image: url(../Images/Pre-Chill/headerImage.jpg);
	background-repeat: no-repeat;
}

#chillHomeHeader {
	position: relative;
	left: -1px;
	width: 560px;
	height: 156px;
	display: block;
	background-image: url(../Images/Pre-Chill/prechillHome.jpg);
	background-repeat: no-repeat;
}

#chillTitle h1, #chillHeader h1, #chillHomeHeader h1, #chillHomeHeader span {
	display: none;
}

#chillTitle h1, #chillHeader h1 {
	display: none;
}

#chillHomeLink {
	width: 263px;
	height: 251px;
	display: block;
	background-image: url(../Images/Pre-Chill/chillHomeLink.jpg);
	background-repeat: no-repeat;
	background-position: top;
}


#dicedChillHomeLink {
	width: 263px;
	height: 236px;
	display: block;
	background-image: url(../Images/Innovations/diced_chill_calculator_button.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#chillHomeLink:hover, #dicedChillHomeLink:hover {
	background-position: bottom;
}

#shortForm, #calcForm {
	width: 230px;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	float: right;
}

#shortFormTop  {
	height: 42px;
	background-image: url(../Images/Pre-Chill/shortFormTop.jpg);
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 5px;
	font-size: 10px;
}

#calcFormTop {
	height: 20px;
	background-image: url(../Images/Pre-Chill/calcFormTop.jpg);
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 5px;
	font-size: 10px;
}

#dicedCalcFormTop {
	background-image: url(../Images/Pre-Chill/calcFormTop.jpg);
	text-align: center;
	padding: 5px;
	font-size: 10px;
	}

#shortFormTop span {
	font-size: 10px;	
}

span.shortFormHeader, span.calcFormHeader {
	color: #2e669b;
	font-weight: bold;
}

#shortFormMiddle, #calcFormMiddle {
	background-image: url(../Images/Pre-Chill/shortFormBckgd.jpg);
	background-repeat: repeat-y;
	padding-left: 5px;
}

#shortFormMiddle form, #calcFormMiddle form {
	margin: 0px;
	padding: 0px;
}

#shortFormMiddle label, #calcFormMiddle label, #divLongForm label, div.longLabel, #dicedLongForm label {
	float: left;
	text-align: right;
	width: 80px;
	padding-right: 5px;
	vertical-align: middle;
	margin-top: 5px;
	font-size: 8px;
	font-weight: bold;
	color: #6e727a;
}

div.longLabel {
	width: 250px;
	text-align: left;
}

#calcForm input {
	height: 20px;
}

#shortFormMiddle input {
	width: 125px;
	margin: 3px 0px;
}

#divLongForm {
	padding-top: 20px;
}

#divLongForm input, #dicedLongForm input {
	width: 130px;
	margin: 3px 0px;
}

div.formButton {
	padding-top: 5px;
	padding-bottom: 5px;
	height: 23px;
	display: block;
	text-align: center;
}

div.formButton span {
	color: #666a73;
	top: 5px;
	padding: 1px 3px;
	margin-bottom: 2px;
	border: 1px solid #71a202;
	background-color: #e0eac7;
}

div.formButton span:hover {
	border: 1px solid #999999;
	background-color: #c8dff7;

}

#shortFormBottom, #calcFormBottom {
	height: 18px;
	width: 230px;
	background-image: url(../Images/Pre-Chill/shortFormBottom.jpg);
	background-repeat: repeat-y;
	display: block;
}

#calcForm select {
	 background-color: #ffffff;
	 color: #6e727a;
	 border: 1px solid #71a202;
	 width: 125px;
}

#calcForm img, #calcForm select {
	margin-top: 3px;
	margin-bottom: 3px;
}

#calcFormMiddle hr {
	width: 200px;
	color: #8a8a8a;
}

div.Savings {
	color: #6fa100;
	font-weight: bold;
	height: 20px;
	display: block;
}

#divLongForm {
	float: left;
	width: 230px;
	padding-left: 20px;
	padding-bottom: 15px;
}

#dicedLongForm {
	float: left;
	width: 230px;
	padding-left: 20px;
	padding-bottom: 15px;
}


div.longFormHeader {
	text-align: center;
	margin-bottom: 10px;
}

span.longFormTitle {
	font-size: 10px;
	color: #6fa100;
	font-weight: bold;
}

span.longFormText, span.calcDisclaimer {
	font-size: 9px;
}

#longForm input#news_opt_in_c {
	left: 0px;
	float: left;
	display: block;
	width: 15px;
}

#longOptInLabel {
	padding-left: 0px;
	padding-top: 3px;
	float: left;
	margin-bottom: 5px;
}


/* Symbols Section */

#symbolRightContent {
	padding-top: 30px;
}

#symbolRightContent p, p.symbolBottomContent {
	color: #000000;
	font-weight: bold;
}

#symbolRightContent a, p.symbolBottomContent a {
	color: #008d47;
	font-weight: bold;
	text-decoration: underline;
}

span.greenText {
	color: #008d47;
	font-weight: bold;
}

#symbolRightContent a:hover, p.symbolBottomContent a:hover {
	text-decoration: none;
}

#symbolsTitle {
	position: relative;
	left: -1px;
	width: 560px;
	height: 31px;
	display: block;
	background-image: url(../Images/Symbols/headerText.jpg);
	background-repeat: no-repeat;
}

#symbolsSelect {
	width: 560px;
	height: 47px;
	display: block;
	background-image: url(../Images/Symbols/SymbolsSelect.jpg);
	background-repeat: no-repeat;
}

#symbolsTemp {
	width: 195px;
	height: 233px;
	display: block;
	background-image: url(../Images/Symbols/SymbolsTempUP.jpg);
	background-repeat: no-repeat;
	background-position:top;
	float: left;
}

#symbolsTemp:hover {
	background-position:bottom;
}

#symbolsAtmsphr {
	width: 164px;
	height: 233px;
	display: block;
	background-image: url(../Images/Symbols/SymbolsAtmsphrUP.jpg);
	background-repeat: no-repeat;
	background-position:top;
	float: left;
}

#symbolsAtmsphr:hover {
	background-position:bottom;
}
	
#symbolsService {
	width: 199px;
	height: 233px;
	display: block;
	background-image: url(../Images/Symbols/SymbolsServiceUP.jpg);
	background-repeat: no-repeat;
	background-position:top;
	float: left;
}

#symbolsService:hover {
	background-position:bottom;
}

#symbolsTemp span, #symbolsAtmsphr span, #symbolsService span {
	display: none;
}

#tempTitle {
	width: 560px;
	height: 31px;
	display: block;
	background-image: url(../Images/Symbols/tempHeaderTitle.jpg);
	background-repeat: no-repeat;
}

#atmosphereTitle {
	width: 560px;
	height: 31px;
	display: block;
	background-image: url(../Images/Symbols/atmosphereHeaderTitle.jpg);
	background-repeat: no-repeat;
}

#servicesTitle {
	position: relative;
	left: -1px;
	width: 560px;
	height: 31px;
	display: block;
	background-image: url(../Images/Symbols/serviceHeaderTitle.jpg);
	background-repeat: no-repeat;
}

#symbolsTemp h1, #symbolsAtmsphr h1, #symbolsService h1, #symbolsSelect h1, #symbolsTitle h1, #tempTitle h1, #atmosphereTitle h1, #servicesTitle h1 {
	display: none;
}

#servicesTitleImage {
	position: relative;
	left: -1px;
}

#tempTitleImage, #atmosphereTitleImage, #servicesTitleImage {
	width: 560px;
	height: 148px;
	display: block;
	background-repeat: no-repeat;
}

#tempTitleImage {
	background-image: url(../Images/Symbols/tempHeaderImage.jpg);
}

#atmosphereTitleImage {
	background-image: url(../Images/Symbols/atmosphereHeaderImage.jpg);
}

#servicesTitleImage {
	background-image: url(../Images/Symbols/serviceHeaderImage.jpg);
}

#symbolButtons {
	width: 96px;
	height: 43px;
}

#tempButton, #atmosphereButton, #servicesButton, #tempButtonActive, #atmosphereButtonActive, #servicesButtonActive {
	width: 32px;
	height: 43px;
	display: block;
	background-position: top;
	float: left;
}

#tempButton, #tempButtonActive {
	background-image: url(../Images/Symbols/tempSmallButton.jpg);
}

#atmosphereButton, #atmosphereButtonActive {
	background-image: url(../Images/Symbols/atmosphereSmallButton.jpg);
}

#servicesButton, #servicesButtonActive {
	background-image: url(../Images/Symbols/servicesSmallButton.jpg);
}

#tempButton:hover, #atmosphereButton:hover, #servicesButton:hover, #tempButtonActive, #atmosphereButtonActive, #servicesButtonActive {
	background-position: bottom;
}
#tempButton span, #atmosphereButton span, #servicesButton span, #tempButtonActive span, #atmosphereButtonActive span, #servicesButtonActive span {
	display: none;
}

/* Contact Styles */

#contactTitle {
	position: relative;
	left: -1px;
	width: 560px;
	height: 31px;
	display: block;
	background-image: url(../Images/Contact/headerTitleContact.jpg);
	background-repeat: no-repeat;
}

#contactTitle h1 {
	display: none;
}

div.formBreak {
	background-color: #eaeaea;
	padding: 6px 0px 6px 4px;
	margin: 3px 0px;
}

#contactForm label {
	padding-top: 5px;
	width: 200px;
	display: block;
	float: left;
}

#contactForm br {
	clear: both;
}

#contactForm input, #contactForm select {
	margin: 2px 0px;
}

#contactForm option {
	width: 225px;
}

/* News + Events Styles */
#newsTitle {
	position: relative;
	left: -1px;
	width: 560px;
	height: 31px;
	display: block;
	background-image: url(../Images/News/Header-NEWS.jpg);
	background-repeat: no-repeat;
}

#newsTitle h1 {
	display: none;
}

#newsForm {
	left: 10px;
	position: relative;
	width: 210px;
	float: left;
	background-color: #eaeaea;
	padding: 10px;
	border: 1px solid #d6d3d6;
	margin-bottom: 25px;
}

#archive {
  left: 10px;
	position: relative;
	width: 210px;
	float: left;
	margin-bottom: 25px;
}

#archiveTitle { width: 225px;
							  height: 27px;
								display: block;
								background-image: url(../Images/News/SideHeader_NEWSArchive.jpg);
							  background-repeat: no-repeat;
								margin-bottom: 15px;
}

#archiveTitle h1 { display: none; } 


#newsFormHeader {
	color: #2e669b;
	text-align: center;
	font-weight: bold;
	padding-bottom: 3px;
}

#newsForm label {
	float: left;
	text-align: right;
	width: 60px;
	font-size: 10px;
	padding-right: 5px;
	vertical-align: middle;
	margin-top: 5px;
	font-size: 8px;
	font-weight: bold;
	color: #6e727a;
}

#newsForm input {
	width: 125px;
	margin: 3px 0px;
}

#newsForm input#news_opt_in_c {
	left: 0px;
	float: left;
	display: block;
	width: 15px;
}

#newsOptInLabel {
	padding-left: 5px;
	padding-top: 3px;
	float: left;
	margin-bottom: 5px;
}

#eventsTitle { 
  position: relative;
	left: -1px; 
	width: 560px;
	height: 31px;
	display: block;
	background-image: url(../Images/News/Header-EVENTS.jpg);
	background-repeat: no-repeat;	
}

#eventsTitle h1 {
	display: none;
}

/* Case Study Styles */
#caseTitle {
	position: relative;
	left: -1px;
	width: 560px;
	height: 31px;
	display: block;
	background-image: url(../Images/Case/Header-CASEstudies.jpg);
	background-repeat: no-repeat;
}

#caseTitle h1 {
	display: none;
}


/* Send to Colleague Styles */
#colleagueTitle {
	position: relative;
	width: 560px;
	height: 31px;
	display: block;
	background-image: url(../Images/Email/headerTitleEmail.jpg);
	background-repeat: no-repeat;
}

#colleagueTitle h1 {
	display: none;
}

/* Advertising Styles */
#advertisingTitle {
	position: relative;
	width: 560px;
	height: 31px;
	display: block;
	background-image: url(../Images/Advertising/headerTitleAdvertising.jpg);
	background-repeat: no-repeat;
}

#advertisingTitle h1 {
	display: none;
}

/* Print & Email Links */
a.utilityLinkEmail, a.utilityLinkPrint {
	text-decoration: none;
}

/* Innovation Styles */
#innovationLandingTitleImage {
	position: relative;
	width: 560px;
	height: 149px;
	display: block;
	background-image: url(../Images/Innovations/PhotoHeader-INNOVATIONS.jpg);
	background-repeat: no-repeat;
}

#innovationLandingTitle {
	position: relative;
	width: 560px;
	height: 31px;
	display: block;
	background-image: url(../Images/Innovations/Header-INNOVATIONS.jpg);
	background-repeat: no-repeat;
}

#innovationLandingTitle h1 { display: none; }

/* Industry Styles */
#industryLandingTitleImage {
	position: relative;
	width: 560px;
	height: 149px;
	display: block;
	background-image: url(../Images/Industries/Header-Industry-LandingPage.jpg);
	background-repeat: no-repeat;
}

#industryLandingTitle {
	position: relative;
	width: 560px;
	height: 31px;
	display: block;
	background-image: url(../Images/Industries/headerBar_Industries-LandingPage.jpg);
	background-repeat: no-repeat;
}

#industryLandingTitle h1 { display: none; }

/* Bakery Styles */
#bakeryLandingTitleImage {
	position: relative;
	width: 560px;
	height: 149px;
	display: block;
	background-image: url(../Images/Innovations/Header-BakingOverview.jpg);
	background-repeat: no-repeat;
}

#bakeryLandingTitle {
	position: relative;
	width: 560px;
	height: 31px;
	display: block;
	background-image: url(../Images/Innovations/headerBar-BakingOverview.jpg);
	background-repeat: no-repeat;
}

#bakeryLandingTitle h1 { display: none; }

/* Bakery Styles */
#beefLandingTitleImage {
	position: relative;
	width: 560px;
	height: 149px;
	display: block;
	background-image: url(../Images/PhotoHeaders_beef_main.jpg);
	background-repeat: no-repeat;
}

#beefLandingTitle {
	position: relative;
	width: 560px;
	height: 31px;
	display: block;
	background-image: url(../Images/headerBar-beef_main.jpg);
	background-repeat: no-repeat;
}

#beefLandingTitle h1 { display: none; }

#beefChillingTitleImage {
	position: relative;
	width: 560px;
	height: 149px;
	display: block;
	background-image: url(../Images/PhotoHeaders_beef_in-line.jpg);
	background-repeat: no-repeat;
}

#beefChillingTitle {
	position: relative;
	width: 560px;
	height: 31px;
	display: block;
	background-image: url(../Images/headerBar-beef_in-line.jpg);
	background-repeat: no-repeat;
}

#beefChillingTitle h1 { display: none; }

#iqfTitleImage {
	position: relative;
	width: 560px;
	height: 149px;
	display: block;
	background-image: url(../Images/PhotoHeaders_beef_IQF.jpg);
	background-repeat: no-repeat;
}

#iqfTitle {
	position: relative;
	width: 560px;
	height: 31px;
	display: block;
	background-image: url(../Images/headerBar-beef_individually.jpg);
	background-repeat: no-repeat;
}

#iqfTitle h1 { display: none; }

#meatTitleImage {
	position: relative;
	width: 560px;
	height: 149px;
	display: block;
	background-image: url(../Images/PhotoHeaders_beef_mixing.jpg);
	background-repeat: no-repeat;
}

#meatTitle {
	position: relative;
	width: 560px;
	height: 31px;
	display: block;
	background-image: url(../Images/headerBar-beef_mixing.jpg);
	background-repeat: no-repeat;
}

#meatTitle h1 { display: none; }

/* ###### POULTRY STYLES ######## */
#poultryLandingTitleImage {
	position: relative;
	width: 560px;
	height: 149px;
	display: block;
	background-image: url(../Images/PhotoHeaders_Poultry_main.jpg);
	background-repeat: no-repeat;
}

#poultryLandingTitle {
	position: relative;
	width: 560px;
	height: 31px;
	display: block;
	background-image: url(../Images/headerBar_Poultry_main.jpg);
	background-repeat: no-repeat;
}

#poultryLandingTitle h1 { display: none; }

#marinatedTitleImage {
	position: relative;
	width: 560px;
	height: 149px;
	display: block;
	background-image: url(../Images/PhotoHeaders_Poultry_main.jpg);
	background-repeat: no-repeat;
}

#marinatedTitle {
	position: relative;
	width: 560px;
	height: 31px;
	display: block;
	background-image: url(../Images/headerBar_Poultry_Marinated.jpg);
	background-repeat: no-repeat;
}

#marinatedTitle h1 { display: none; }

#pqfTitleImage {
	position: relative;
	width: 560px;
	height: 149px;
	display: block;
	background-image: url(../Images/PhotoHeaders_Poultry_IQF.jpg);
	background-repeat: no-repeat;
}

#pqfTitle {
	position: relative;
	width: 560px;
	height: 31px;
	display: block;
	background-image: url(../Images/headerBar_Poultry_IQF.jpg);
	background-repeat: no-repeat;
}

#pqfTitle h1 { display: none; }

#dicedChillingTitleImage {
	position: relative;
	width: 560px;
	height: 149px;
	display: block;
	background-image: url(../Images/PhotoHeaders_Poultry_diced.jpg);
	background-repeat: no-repeat;
}

#dicedChillingTitle {
	position: relative;
	width: 560px;
	height: 31px;
	display: block;
	background-image: url(../Images/headerBar_Poultry_diced.jpg);
	background-repeat: no-repeat;
}

#dicedChillingTitle h1 { display: none; }


/* ###### PREPARED STYLES ######## */
#preparedLandingTitleImage {
	position: relative;
	width: 560px;
	height: 149px;
	display: block;
	background-image: url(../Images/PhotoHeaders_Prprd_main.jpg);
	background-repeat: no-repeat;
}

#preparedLandingTitle {
	position: relative;
	width: 560px;
	height: 31px;
	display: block;
	background-image: url(../Images/headerBar_PrprdFds_main.jpg);
	background-repeat: no-repeat;
}

#preparedLandingTitle h1 { display: none; }

#betterTitleImage {
	position: relative;
	width: 560px;
	height: 149px;
	display: block;
	background-image: url(../Images/PhotoHeaders_Prprd_Better.jpg);
	background-repeat: no-repeat;
}

#betterTitle {
	position: relative;
	width: 560px;
	height: 31px;
	display: block;
	background-image: url(../Images/headerBar_PrprdFds_Better.jpg);
	background-repeat: no-repeat;
}

#betterTitle h1 { display: none; }

#recipeTitleImage {
	position: relative;
	width: 560px;
	height: 149px;
	display: block;
	background-image: url(../Images/PhotoHeaders_Prprd_Recipes.jpg);
	background-repeat: no-repeat;
}

#recipeTitle {
	position: relative;
	width: 560px;
	height: 31px;
	display: block;
	background-image: url(../Images/headerBar_PrprdFds_New_Frmlatns.jpg);
	background-repeat: no-repeat;
}

#recipeTitle h1 { display: none; }

#qualityTitleImage {
	position: relative;
	width: 560px;
	height: 149px;
	display: block;
	background-image: url(../Images/PhotoHeaders_Prprd_Cnvnnc.jpg);
	background-repeat: no-repeat;
}

#qualityTitle {
	position: relative;
	width: 560px;
	height: 31px;
	display: block;
	background-image: url(../Images/headerBar_PrprdFds_Convenience.jpg);
	background-repeat: no-repeat;
}

#qualityTitle h1 { display: none; }



/* ###### FRUIT STYLES ######## */
#fruitLandingTitleImage {
	position: relative;
	width: 560px;
	height: 149px;
	display: block;
	background-image: url(../Images/PhotoHeaders_Produce_main.jpg);
	background-repeat: no-repeat;
}

#fruitLandingTitle {
	position: relative;
	width: 560px;
	height: 31px;
	display: block;
	background-image: url(../Images/headerBar_Produce_main.jpg);
	background-repeat: no-repeat;
}

#fruitLandingTitle h1 { display: none; }

#greenTitleImage {
	position: relative;
	width: 560px;
	height: 149px;
	display: block;
	background-image: url(../Images/PhotoHeaders_Produce_main.jpg);
	background-repeat: no-repeat;
}

#greenTitle {
	position: relative;
	width: 560px;
	height: 31px;
	display: block;
	background-image: url(../Images/headerBar_Produce_Grnhouse.jpg);
	background-repeat: no-repeat;
}

#greenTitle h1 { display: none; }

#freezeTitleImage {
	position: relative;
	width: 560px;
	height: 149px;
	display: block;
	background-image: url(../Images/PhotoHeaders_Produce_Frzng.jpg);
	background-repeat: no-repeat;
}

#freezeTitle {
	position: relative;
	width: 560px;
	height: 31px;
	display: block;
	background-image: url(../Images/headerBar_Produce_Freezing.jpg);
	background-repeat: no-repeat;
}

#freezeTitle h1 { display: none; }

#pmapTitleImage {
	position: relative;
	width: 560px;
	height: 149px;
	display: block;
	background-image: url(../Images/PhotoHeaders_Produce_MAP.jpg);
	background-repeat: no-repeat;
}

#pmapTitle {
	position: relative;
	width: 560px;
	height: 31px;
	display: block;
	background-image: url(../Images/headerBar_Produce_MAP.jpg);
	background-repeat: no-repeat;
}

#pmapTitle h1 { display: none; }

/* Seafood Styles */
#seafoodLandingTitleImage {
	position: relative;
	width: 560px;
	height: 149px;
	display: block;
	background-image: url(../Images/Industries/Header-Seafood-Overview.jpg);
	background-repeat: no-repeat;
}

#seafoodLandingTitle {
	position: relative;
	width: 560px;
	height: 31px;
	display: block;
	background-image: url(../Images/Industries/headerBar_Seafood-Overview.jpg);
	background-repeat: no-repeat;
}

#seafoodLandingTitle h1 { display: none; }


/* Stunning Styles */
#stunningLandingTitleImage {
	position: relative;
	width: 560px;
	height: 149px;
	display: block;
	background-image: url(../Images/Stunning/PhotoHeader_CAS_Home.jpg);
	background-repeat: no-repeat;
}

#stunningLandingTitle {
	position: relative;
	width: 560px;
	height: 31px;
	display: block;
	background-image: url(../Images/Stunning/headerBar_CAS_Home.jpg);
	background-repeat: no-repeat;
}

#stunningSignupTitle {
	position: relative;
	width: 560px;
	height: 31px;
	display: block;
	background-image: url(../Images/Stunning/headerBar_SignUp.jpg);
	background-repeat: no-repeat;
}

#stunningSignupTitleImage {
	position: relative;
	width: 560px;
	height: 88px;
	display: block;
	background-image: url(../Images/Stunning/PhotoHeader_signup.jpg);
	background-repeat: no-repeat;
}

#turkeyTitle {
	position: relative;
	width: 560px;
	height: 31px;
	display: block;
	background-image: url(../Images/Stunning/headerBar_turkeys.jpg);
	background-repeat: no-repeat;
}

#turkeyTitleImage {
	position: relative;
	width: 560px;
	height: 149px;
	display: block;
	background-image: url(../Images/Stunning/PhotoHeader_turkeys.jpg);
	background-repeat: no-repeat;
}

#foodTitle {
	position: relative;
	width: 560px;
	height: 31px;
	display: block;
	background-image: url(../Images/Innovations/FoodLab-headerBar.jpg);
	background-repeat: no-repeat;
}

#foodTitleImage {
	position: relative;
	width: 560px;
	height: 149px;
	display: block;
	background-image: url(../Images/Innovations/FoodLab_header.jpg);
	background-repeat: no-repeat;
}

#coolingTitle {
	position: relative;
	width: 560px;
	height: 31px;
	display: block;
	background-image: url(../Images/Innovations/headerBar_FlourDough.jpg);
	background-repeat: no-repeat;
}

#coolingTitleImage {
	position: relative;
	width: 560px;
	height: 149px;
	display: block;
	background-image: url(../Images/Innovations/Header-FlourDoughCooling.jpg);
	background-repeat: no-repeat;
}

#snowCoolingTitle {
	position: relative;
	width: 560px;
	height: 31px;
	display: block;
	background-image: url(../Images/Industries/headerBar_seafood-co2.jpg);
	background-repeat: no-repeat;
}

#snowCoolingTitleImage {
	position: relative;
	width: 560px;
	height: 149px;
	display: block;
	background-image: url(../Images/Industries/Header-Seafood-CO2.jpg);
	background-repeat: no-repeat;
}

#chillingTitle {
	position: relative;
	width: 560px;
	height: 31px;
	display: block;
	background-image: url(../Images/Industries/headerBar_Baking-Inline.jpg);
	background-repeat: no-repeat;
}

#chillingTitleImage {
	position: relative;
	width: 560px;
	height: 149px;
	display: block;
	background-image: url(../Images/Innovations/Header-FreezingChilling.jpg);
	background-repeat: no-repeat;
}

#seafoodChillingTitle {
	position: relative;
	width: 560px;
	height: 31px;
	display: block;
	background-image: url(../Images/Industries/headerBar_Seafood-Inline.jpg);
	background-repeat: no-repeat;
}

#seafoodChillingTitleImage {
	position: relative;
	width: 560px;
	height: 149px;
	display: block;
	background-image: url(../Images/Industries/Header-Seafood-Inline.jpg);
	background-repeat: no-repeat;
}

#aquacultureTitle {
	position: relative;
	width: 560px;
	height: 31px;
	display: block;
	background-image: url(../Images/Industries/headerBar_Seafood-GasesAqua.jpg);
	background-repeat: no-repeat;	
}

#aquacultureTitleImage {
	position: relative;
	width: 560px;
	height: 149px;
	display: block;
	background-image: url(../Images/Industries/Header-Seafood-GasesAqua.jpg);
	background-repeat: no-repeat;
}

#mapTitle {
	position: relative;
	width: 560px;
	height: 31px;
	display: block;
	background-image: url(../Images/Innovations/headerBar-MAP.jpg);
	background-repeat: no-repeat;
}

#mapTitleImage {
	position: relative;
	width: 560px;
	height: 149px;
	display: block;
	background-image: url(../Images/Innovations/Header-MAP.jpg);
	background-repeat: no-repeat;
}

#broilerTitle {
	position: relative;
	width: 560px;
	height: 31px;
	display: block;
	background-image: url(../Images/Stunning/headerBar_broilers.jpg);
	background-repeat: no-repeat;
}

#broilerTitleImage {
	position: relative;
	width: 560px;
	height: 149px;
	display: block;
	background-image: url(../Images/Stunning/PhotoHeader_broilers.jpg);
	background-repeat: no-repeat;
}

#solidBeltTitle {
	position: relative;
	width: 560px;
	height: 31px;
	display: block;
	background-image: url(../Images/Innovations/headerBar_solidbelt.jpg);
	background-repeat: no-repeat;
}

#solidBeltTitleImage {
	position: relative;
	width: 560px;
	height: 149px;
	display: block;
	background-image: url(../Images/Innovations/PhotoHeader_solidbelt.jpg);
	background-repeat: no-repeat;
}

#dicedInnovationTitle {
	position: relative;
	width: 560px;
	height: 31px;
	display: block;
	background-image: url(../Images/Innovations/headerBar_dicedchilling.jpg);
	background-repeat: no-repeat;
}

#dicedInnovationTitleImage {
	position: relative;
	width: 560px;
	height: 149px;
	display: block;
	background-image: url(../Images/Innovations/PhotoHeader_dicedchilling.jpg);
	background-repeat: no-repeat;
}

#stunningContactTitle {
	position: relative;
	width: 560px;
	height: 31px;
	display: block;
	background-image: url(../Images/Stunning/headerBar_learnMore.jpg);
	background-repeat: no-repeat;
}
#stunningSignupTitle h1, #coolingTitle h1, #aquacultureTitle h1, #snowCoolingTitle h1, #chillingTitle h1, #seafoodChillingTitle h1, #mapTitle h1, #turkeyTitle h1, #broilerTitle h1, #stunningLandingTitle h1, #stunningContactTitle h1, #foodTitle h1, #solidBeltTitle h1, #dicedInnovationTitle h1{
	display: none;
}

table#schedule {
	border-top: 1px solid #cbcbcb;
	border-left: 1px solid #cbcbcb;	
}

table#schedule tr {
	vertical-align: top;
}

table#schedule td, table#schedule th {
	border-right: 1px solid #cbcbcb;
	border-bottom: 1px solid #cbcbcb;
}

table#schedule th {
	background-color: #2a659d;
	color: #FFFFFF;
}

td.scheduleTime {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	background-color: #eaeaea;
}

a.timeAvailable {
	background-image: url(../Images/Stunning/available.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 65px;
	height: 20px;
	display: block;
}

a.timeAvailable:hover {
	background-position: bottom;
}

a.timeAvailable div {
	display: none;
}

td.timeTaken {
	background-color: #80a7cb;
}


#turkeyPic {
	background-image: url(../Images/Stunning/small_CAS_turkey_equipment.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 180px;
	width: 196px;
	display: block;
}

#foodPic {
	background-image: url(../Images/Innovations/VirtualLab_button_link.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 224px;
	width: 196px;
	display: block;
}

#flourPic {
	background-image: url(../Images/Innovations/popUp_thumbnail-Flour.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 180px;
	width: 196px;
	display: block;
}

#broilerPic1 {
	background-image: url(../Images/Stunning/small_CAS_Broiler_process.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 180px;
	width: 196px;
	display: block;
}

#broilerPic2 {
	background-image: url(../Images/Stunning/small_CAS_broiler_equipment.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 180px;
	width: 196px;
	display: block;
}

#turkeyPic:hover, #broilerPic1:hover, #broilerPic2:hover, #flourPic:hover, #foodPic:hover {
	background-position: bottom;
}

/*############## PDF Button Styles ####################*/

#turkeyPDF {
	background-image: url(../Images/Stunning/PDF_button_turkey.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 119px;
	width: 196px;
	display: block;
}

#foodPDF {
	background-image: url(../Images/Innovations/FoodLab_PDF_button_link.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 119px;
	width: 196px;
	display: block;
}

#broilerPDF {
	background-image: url(../Images/Stunning/PDF_button_BROILERS.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 119px;
	width: 196px;
	display: block;
}

#doughPDF {
	background-image: url(../Images/Innovations/PDF_button-Dough.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 119px;
	width: 196px;
	display: block;
}
#flourPDF {
	background-image: url(../Images/Innovations/PDF_button-Flour.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 119px;
	width: 196px;
	display: block;
}

#spiralPDF {
	background-image: url(../Images/Innovations/PDF_button-SpiralFreezer.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 119px;
	width: 196px;
	display: block;
}

#bqfPDF {
	background-image: url(../Images/PDF_button_Beef-IQF.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 119px;
	width: 196px;
	display: block;
}

#meatPDF {
	background-image: url(../Images/PDF_button_Beef-Mixer.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 119px;
	width: 196px;
	display: block;
}

#pqfPDF {
	background-image: url(../Images/PDF_button_Poultry_IQF-CRC.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 119px;
	width: 196px;
	display: block;
}

#greenPDF {
	background-image: url(../Images/PDF_button_Produce_Grnhouse.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 119px;
	width: 196px;
	display: block;
}


#pfcPDF {
	background-image: url(../Images/PDF_button_Produce_UP-flighted.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 119px;
	width: 196px;
	display: block;
}

#tunnelPDF {
	background-image: url(../Images/Innovations/PDF_button-TunnelFreezer.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 119px;
	width: 196px;
	display: block;
}

#solidBeltPDF {
	background-image: url(../Images/Innovations/PDF_button_solidbelt.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 119px;
	width: 196px;
	display: block;
}

/*######################## Video Button Styles ######################*/
#burgerVid {
	background-image: url(../Images/Industries/Video_button_UP-TunnelBurger.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 158px;
	width: 196px;
	display: block;
}
#cryoboostVid {
	background-image: url(../Images/Industries/Video_button_Cryoboost.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 158px;
	width: 196px;
	display: block;
}
#cryoboostPDF {
	background-image: url(../Images/Industries/PDF_button_Cryoboost.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 119px;
	width: 196px;
	display: block;
}

#diced-chillingPDF {
	background-image: url(../Images/Innovations/PDF_button_dicedchilling.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 119px;
	width: 196px;
	display: block;
}

#straightTunnelPDF {
	background-image: url(../Images/Industries/PDF_button-StraightTunnelFreezer.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 119px;
	width: 196px;
	display: block;
}
#seafoodChillingPDF {
	background-image: url(../Images/Industries/PDF_button-InlineTunnelFreezer.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 119px;
	width: 196px;
	display: block;
}
#seafoodChillingVid {
	background-image: url(../Images/Industries/Video_button_UP-TunnelFreezer.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 158px;
	width: 196px;
	display: block;
}
#solidBeltVid {
	background-image: url(../Images/Innovations/Video_button_solidbelt.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 158px;
	width: 196px;
	display: block;
}
#snowCoolingPDF {
	background-image: url(../Images/Industries/PDF_button-CO2snowing.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 119px;
	width: 196px;
	display: block;
}

#aquaPDF {
	background-image: url(../Images/Industries/PDF_button-GasesAqua.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 119px;
	width: 196px;
	display: block;
}
#mapPDF {
	background-image: url(../Images/Innovations/PDF_button-MAP.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 119px;
	width: 196px;
	display: block;
}

#greenPDF:hover, #pfcPDF:hover, #pqfPDF:hover,#meatPDF:hover, #bqfPDF:hover, #turkeyPDF:hover, #aquaPDF:hover, #snowCoolingPDF:hover, #straightTunnelPDF:hover, #seafoodChillingPDF:hover, #seafoodChillingVid:hover, #burgerVid:hover, #broilerPDF:hover, #flourPDF:hover, #doughPDF:hover, #spiralPDF:hover, #tunnelPDF:hover, #mapPDF:hover, #foodPDF:hover, #cryoboostPDF:hover, #cryoboostVid:hover, #solidBeltPDF:hover, #diced-chillingPDF:hover, #solidBeltVid:hover {
	background-position: bottom;
}

/* Screen Overlays */

div#screenOverlay {
	background-color: #2a3402;
	opacity: .5;
	filter: alpha(opacity=50);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	position: absolute;
	top:0; 
	left:0; 
	width:3200px;
	height:1200px;
	z-index: 5;
	overflow: hidden;
}

div#signUpForm {
	width: 560px;
	display: block;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	top: 5%;
	position: absolute;
	z-index: 10;
}

#confSignUp label {
	float: left;
	text-align: right;
	width: 80px;
	padding-right: 5px;
	vertical-align: middle;
	margin-top: 5px;
	font-size: 8px;
	font-weight: bold;
	color: #6e727a;
}

#closeWindow {
	background-image: url(../Images/icon_close.gif);
	background-repeat: no-repeat;
	position: relative;
	float: left;
	left: 450px;
	width: 100px;
	padding-left: 15px;
	display: block;
	padding-top: 8px;
	background-position: 0px 12px;
}

/* Window Pop Up Styles */

a.closeLink {
	color: #000000;
	margin-right: 10px;
}

#showMap, #picWindow,#broiler1Window, #broiler2Window {
	background-color: #FFFFFF;
	display: block;
	margin-left: auto;
	margin-right: auto;
	top: 5%;
	position: absolute;
	z-index: 10;	
}

#formWindow {
	background-color: #FFFFFF;
	display: block;
	margin-left: auto;
	margin-right: auto;
	top: 20%;
	width: 758px;
	position: absolute;
	z-index: 10;	
}

/* Survey Thank You */
#surveyHeader { position: relative; left: -1px; width: 560px; height: 31px; display: block; background-image: url(../Images/surveyThankYouHeader.jpg); background-repeat: no-repeat;}
#surveyHeaderImage { position: relative; left: -1px; width: 560px; height: 88px; display: block; background-repeat: no-repeat; background-image: url(../Images/surveyThankYouImage.jpg);}
#surveyRules { position: relative; left: -1px; width: 560px; height: 31px; display: block; background-image: url(../Images/surveyRulesHeader.jpg); background-repeat: no-repeat;}
#surveyHeader h1, #surveyRules h1 { display: none; }


#printLogo { display: none;}

/* ############ NEWS SECTION ############ */

#article1_full, #article2_full, #article3_full, #article4_full, #article5_full { display: none;}



/* ############ END NAVIGATION ############*/

#archive a { color: #cc6600; }

.closeLink { text-decoration: none; font-size: 10px; }

.closeLink:hover { text-decoration: underline; } 

.industriesList { list-style-type: none; margin: 0px; padding: 0px; }
.industriesList li { display: inline; margin: 0px; }
.clear {clear: both;}

#dicedFormSpinner { 
	position: relative; 
	margin-left: auto;
	margin-right: auto;
	width: 32px;
	height: 32px;
	margin-top: 100px;
	display: block; 
	background-repeat: no-repeat; 
	background-image: url(../Images/Innovations/ajax-loader.gif);
}
