
#home-feature-banner {
	margin-top: 8px;
	}

/* <Home Hero Rotator> */


#rotator { height: 347px; width: 960px; }
#hero-first { height: 347px; width: 960px; overflow:hidden; }	
	#hero-second .hero-left-side { background:url(../images/ban-dna-sm.jpg) no-repeat left top; }
	#hero-second .hero-center { background:url(../images/ban-liquid-lg.jpg) no-repeat left top; }
	#hero-second .hero-right-side { background:url(../images/ban-baby-sm-rt.jpg) no-repeat left top; }
	
#hero-second { height: 347px; width: 960px; overflow:hidden;	}	
	#hero-first .hero-left-side { background:url(../images/ban-liquid-sm.jpg) no-repeat left top; }
	#hero-first .hero-center {background:url(../images/ban-baby-lg.jpg) no-repeat left top; }
	#hero-first .hero-right-side { background:url(../images/ban-dna-sm-rt.jpg) no-repeat left top; } 
		
#hero-third { height: 347px; width: 960px; overflow:hidden;	}
	#hero-third .hero-left-side { background:url(../images/ban-baby-sm.jpg) no-repeat left top; }
	#hero-third .hero-center {background:url(../images/ban-dna-lg.jpg) no-repeat left top; }
	#hero-third .hero-right-side { background:url(../images/ban-liquid-sm-rt.jpg) no-repeat left top; } 
				

.hero-left-side { float: left; width: 206px; height: 108px; padding: 242px 0 0 24px; }
	.hero-left-side h2 { font-size:19px; font-weight:lighter; color:#FFF; font-family: Helvetica, Arial, sans-serif; margin-bottom: 0px;}
	
.hero-center { float: left; width: 476px; height: 115px; padding: 235px 0 0 24px; }
	.hero-center h2 { font-size:26px; font-weight:lighter; color:#FFF; font-family: Helvetica, Arial, sans-serif; margin-bottom: 0px;}
	.hero-center p {font-size: 14px; color:#FFF; }
	.hero-center a {font-size: 14px; color:#FFF; text-decoration:underline; }
	.hero-center a:hover { text-decoration:none; }	
	
.hero-right-side { float: left; width: 182px; height: 108px; padding: 242px 24px 0 24px; }
	.hero-right-side h2 { float: right; font-size:19px; font-weight:lighter; color:#FFF; font-family: Helvetica, Arial, sans-serif; margin-bottom: 0px;}

.hero-left-side div
{
	width: 60px;
	height: 60px;
	display: block;
	float: left;
	padding: 0;
}
.hero-nav-container
{
	position: absolute;
	height: 60px;
	width: 347px;
	z-index: 90;
	padding: 0; 	
	margin: 0 0 0 600px;
}
.hero-nav a
{
	width: 30px;
	margin: 15px;
	font-size: 15px;
	height: 20px;
	text-align: center;
	padding: 5px 0;
	display: block;
	float: left;
	background: #fff;
	color: #337a9e;
	outline: none;
}
*html .hero-nav a
{
	margin: 13px;
}
.hero-nav a:hover, .hero-nav a.activeSlide
{
	text-decoration: none;
	background: #2196b0;
	color: #fff!important;
}	

.hero-nav a:visited
{
	color: #fff!important;
}	
.hero-left-side div
{
	width: 60px;
	height: 60px;
	display: block;
	float: left;
	padding: 0;
	margin: 0;
}		
.hero-left-side div.box
{
	background: #2196b0; /* for IE */
	filter: alpha(opacity=80); /* CSS3 standard */
	opacity: 0.80;
}

.hero-right-side div.hero-content-container h1
{
	color: #fff!important;
}
.hero-right-side div.hero-content-container p
{
	color: #fff;
	font-size: 15px;
	line-height:22px;
}


.hero-right-side div.hero-content-container ul.linklist li
{
	
}
.hero-right-side div.hero-content-container ul.linklist li a
{
	font-size: 15px;
	color: #fff;
	border-bottom: dotted 1px #fff;
}
.hero-right-side div.hero-content-container ul.linklist li a:hover
{
	text-decoration: none;
	border-bottom: solid 1px #fff;
}

					
.hero-content-container
{
	width: 330px;
	height: 170px;
	margin-top: 60px;
	padding: 10px 20px 0 10px;
	display: block;
	float: left;
	background: #2196b0; /* for IE */
	filter: alpha(opacity=90); /* CSS3 standard */
	opacity: 0.80;
}

/* <IE6 Exceptions> */
*html .outer-right-column { 
	margin-left: -2px;
	}
	
*html #container { width: 981px; }
						
*html .outer-left-full {
	margin: 0px 0 0 -1px;
	}
	

*html #rotator .hero-center a:visited { color:#FFF!important; }
*html #rotator .hero-center a:hover { color:#FFF!important; text-decoration:none; }

/* </IE6 Exceptions> */
