.homePanelWrapper {
	width: 960px; margin: 5px 0 0 0; font-size: 1.1em;
	background: url("../images/homepage/bg_panelWrapper.gif") 0% 100% no-repeat;
}
.homePanelWrapper span.heading { background: url("../images/homepage/bg_panelWrapperTop.gif") 0% 0% no-repeat; display: block; height: 5px; line-height: 0px; font-size: 0; }

/* ------------------------------------------------------------------- GENERAL HOMEPAGE PANEL STYLES */

.homePanel_container {  width: 960px; position: relative}

.homePanel_top { background: url("../images/homepage/homePanel_topBg.gif") 0% 0% no-repeat; width: 960px; height: 8px; overflow: hidden; }
.homePanel_rest { background: url("../images/homepage/bg_content_rest.gif") 0% 100% no-repeat; padding: 0 0 20px 0;  }
.homePanel_rest h1 { 
	font-size: 1.8em; font-weight: normal; color: #cf9c4b; text-transform: uppercase; 
	background: url("../images/homepage/header_bg.gif") 0 0 no-repeat; 
	width: 930px; height: 30px; margin: 0 0 0 10px; padding: 0 0 0 10px;
}

.homePanel_rest p { padding: 10px 25px 0 25px; line-height: 1.6em; font-size: 13px; }
.homePanel_rest p.traceability { width: 620px; float: left; line-height: 1.6em; display: inline; }

/* read more button styles */
a.introReadMore, a.introReadMore:visited { 
	background: url("../images/homepage/but_learnMore_off.png") 0% 0% no-repeat; 
	display: block; width: 140px; height: 24px; padding: 6px 0 0 10px; margin: 0 0 0 790px;
	color: #fff; text-decoration: none; font-weight: bold;
}
a.introReadMore:hover { background-image: url("../images/homepage/but_learnMore_on.png") }
/**/

/* traceability styles */
/**/
fieldset.traceForm { width: 260px; text-align: right; float: right; margin: 15px 10px 0 0; border: 0; }

fieldset.traceForm a, fieldset.traceForm:visited { color: #FFF; text-decoration: none !important; }
fieldset.traceForm a:hover { color: #FFF; text-decoration: underline !important; }

fieldset.traceForm input.txt {
	background: url(../images/homepage/bg_form_txt.gif) 0 0 no-repeat;
	width: 244px; padding: 10px 4px 10px 5px; border: 0; font-size: 14px; font-weight: bold; 
}

fieldset.traceForm input.btn {
	background: url("../images/homepage/bg_form_btn.gif") 0 0 no-repeat;
	width: 115px; height: 30px; margin: 10px 0; padding: 0 0 0 10px; color: #fff; font-weight: bold; text-align: left; border: 0; display: block; float: right;
}

.traceForm .trace_valid  { float: left; display: block; width: 175px; margin: 18px 0 0 0; }

a.recentBatchNo_btn, a.recentBatchNo_btn:visited { 
	background: url("../images/maincontent/recentBatchNo_btn.gif") 0% 0% no-repeat; 
	display: block; width: 181px; height: 23px; text-align: left; font-weight: bold; padding: 7px 0 0 10px; float: right;
}
a.recentBatchNo_btn:hover { text-decoration: none !important; }
/**/

/**/
#homeFlash { z-index: 0; }

/* These are standard sIFR styles... do not modify */
.sIFR-flash { visibility: visible !important; margin: 0; }
.sIFR-replaced { visibility: visible !important; float: left; }

span.sIFR-alternate {
	position: absolute; left: 0; top: 0;
	display: block; width: 0; height: 0;
	overflow: hidden; 
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] { display: none !important; }
