
/* CSS styles for home page hero box and features */

#hero {
	display:inline-block;
	position:relative;
}
#hero .heroFlags {
	position:absolute;
	top: 21px;
	right: -10px;
	z-index:81;
}
#hero .heroFlags li {
}
#hero .heroFlags a {
	display:block;
	width:188px;
	height:24px;
	margin-bottom:6px;
}
#hero .heroFlags a.hh {
	background:url(http://www.perkinelmer.com/CMSResources/Images/HH_bar_EN.gif) no-repeat left top;
}
#hero .heroFlags a.eh {
	background:url(http://www.perkinelmer.com/CMSResources/Images/EH_bar_EN.gif) no-repeat left top;
}
#hero .heroFlags a span {
	display:none;
}

#hero .heroTopShadow {
	position:absolute;
	left:0;
	z-index:90;
	background:url(../images/popularSearch-bg.png) left top repeat-x;
	width:940px;
	height:30px;
	_background:none;
	_width:0;
	_height:0;
}

/* root element for single scroll */
#hero .heroScroll {
	position:relative;
	overflow:hidden;
	width: 940px;
	height: 328px;
	float:left;
	clear: both;
	z-index:80;
}

/* possible settings for the active scroll */
#hero .heroScroll.active {
}

/* root element for the scroll pics */
#hero .heroScroll .heroPics {
	width:20000em;
	position:absolute;
	clear: both;
}

/* single scroll item */
#hero .heroScroll .heroPics div {
	float:left;
	width:940px!important;
	height:328px;
	margin:0px;
}
#hero .heroScroll .heroPics .Caption {
	position:relative;
	top:35px;
	left:40px;
	width:300px !important;
	float:left;
	height: 218px;
	padding:20px;
	overflow:hidden;
	background-image: url(../images/ShaderBlue.png);
	background-repeat:repeat;
	background-color: none;
}
#hero .heroScroll .heroPics .Caption h1 {
	color:#fff;
	font-size:30px;
	text-transform:uppercase;
	font-family:Arial Narrow, sans-serif;
	font-weight:normal;
}
#hero .heroScroll .heroPics .Caption p {
	color:#fff;
	line-height:1.2;
	font-size:16px;
	padding-top:10px;
}
#hero .heroScroll .heroPics .Caption .cta {
	position:absolute;
	bottom:15px;
	right:15px;
	display:block;
	float:right;
}

/* hero image navigation */
/* position and dimensions of the navigator */
#hero .heroNav {
	width:940px;
	height:50px;
	float: left;
	text-align: center;
	clear: both;
	position:relative;
	top: -30px;
	z-index: 90;
	background-image:url(../images/popularSearch-bg.png);
	_background:none;
	background-position: 0 -193px;
	background-repeat:repeat-x;
	padding-top: 12px;
}

/* items inside navigator */
#hero .heroNav a {
	width:24px;
	height:36px;
	margin:3px;
	display:inline-block;
	font-size:1px;
	border: 3px solid #fff;
	background: #fff;
	overflow: visible;
}

/* not active state */
#hero .heroNav a img {
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity: 0.5;
	-khtml-opacity: 0.5;
}

/* active state (current item state) */
#hero .heroNav a.active {
	background: url(../images/arrow_up.png) center 24px no-repeat;
}
#hero .heroNav a.active img {
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity: 1;
	-khtml-opacity: 1;
}
/* mouseover state */
#hero .heroNav a:hover img {
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity: 1;
	-khtml-opacity: 1;
}

#featuresArea {
	background-color:#DEE2E5;
	position:relative; 
	top: -30px; 
	padding:15px 0 12px; 
	margin-bottom: -20px;
	overflow:hidden; 
	width:100%; 
	z-index: 80; 
}
#featuresArea .news {
	float:left; 
	padding:0 15px 0 20px; 
	width:205px; 
	color:#666; 
	display:inline-block; 
	position:relative; 
	border-right:solid 1px #f2f2f2;
}
#featuresArea .news h4{
	font-weight:bold; 
	font-size:14px; 
	display:block;
}
#featuresArea .news a {
	color: #666;
	font-size: 11px;
	line-height: 12px;
}
#featuresArea .news .rssBody {
	padding:7px 0; 
	display:block;
}
#featuresArea .news .rssBody h5 {
	padding: 0;
	margin: 0 0 5px 0;
	max-height: 36px;
	overflow: hidden;
	font-weight:normal;
}
#featuresArea .news .cta {
	display:block; 
	text-align:right; 
	position: relative; 
	bottom: 2px; 
	right: 0;
}
/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
#featuresArea .scrollable {
	overflow:hidden;
	width: 623px;
	height:128px;
	padding: 0;
	float: left;
	position: relative;
	display: inline-block;
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
#featuresArea .scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}
#featuresArea .scrollable .items div {
	float:left;
	margin: 0;
	overflow: hidden;
}

/* single scrollable item */
#featuresArea .scrollable img {
	border:none;
	width:140px;
	height:78px;
	z-index: 77;
	vertical-align:top;
}

/* active item */
#featuresArea .scrollable .active {
	/*border:2px solid #000;*/
	position:relative;
	cursor:default;
}

/* link items */
#featuresArea .scrollable .items a {
	background:#fff;
	display:block;
	float:left;
	width: 150px;
	margin-right: 5px;
	height: 128px;
	overflow: hidden;
	border: 1px solid #f2f2f2;
}
#featuresArea .scrollable .items a.last {
	margin-right:0;
}
#featuresArea .scrollable .items #slide {
	margin: 0;
	width: 140px;
	height: 300px;
	position: relative;
	padding: 5px;
}
#featuresArea .scrollable .items #slide #content {
	margin: 5px 0 0;
	width: 140px;
	padding: 0;
	vertical-align:top;
}
#featuresArea .scrollable .items #slide #content h3 {
	font-size:12px !important;
	padding: 0;
	margin:0 auto 30px;
	_margin: 0 auto 5px;
	color: #7D0063;
	font-weight: normal;
	line-height: 1.3;
	max-height:32px;
	overflow:hidden;
	vertical-align:top;
}
#featuresArea .scrollable .items #slide #content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	padding: 0;
	margin: 0;
	line-height: 1.2;
	width:130px;
	overflow:hidden;
	vertical-align:top;
}
#featuresArea .scrollable .items #slide #cta {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	text-transform:uppercase;
	padding: 7px 5px;
	margin:0;
	float:right;
	color:#fff;
	cursor:pointer;
}
#featuresArea .scrollable .items .bucket, 
#featuresArea .scrollable .items .bucket.last {
	text-decoration: none !important;
}
#featuresArea .scrollable .items .bucket:hover, 
#featuresArea .scrollable .items .bucket.last:hover {
	text-decoration: none !important;
}
#featuresArea .scrollable .items .bucket:hover #slide {
	cursor: default;
}
#featuresArea .scrollable .items .bucket:hover #slide #content {
	/*background-color: #e98300;*/
	width: 130px;
	height: 89px;
	padding: 3px 5px;
	overflow:hidden;
}
#featuresArea .scrollable .items .bucket:hover #slide #content h3, 
#featuresArea .scrollable .items .bucket.last:hover #slide #content h3 {
	margin-bottom: 5px;
	color: #fff;
	font-weight:bold;
	line-height:1.1;
	max-height:none;
}
#featuresArea .scrollable .items .bucket:hover #slide #cta {
	color:#7D0063; /*#6A7F10;*/
}

/* feature spot navigation */
/* position and dimensions of the navigator */
#featuresArea .navi {
	width:697px;
	height:14px;
	float: right;
	text-align: center;
	z-index: 99;
	position: relative;
	top: 10px;
	padding-bottom:10px;
}

/* items inside navigator */
#featuresArea .navi a {
	width:8px;
	height:8px;
	margin:3px;
	background:url(../images/navigator_pki.png) 0 0 no-repeat;
	display:inline-block;
	font-size:1px;
}

/* mouseover state */
#featuresArea .navi a:hover {
	background-position:0 -8px;
}

/* active state (current page state) */
#featuresArea .navi a.active {
	background-position:0 -16px;
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url(../images/hori_button-2.png) no-repeat;
	display:inline-block;
	width:26px;
	height:75px;
	float:left;
	cursor:pointer;
	font-size:1px;
	margin: 27px 0;
}

/* right */
a.right {
	background-position: 0 -75px;
	margin-left: 2px;
}
a.right:hover {
	background-position: -52px -75px;
}
a.right:active {
	background-position: -26px -75px;
}
a.right.disabled {
	background-position: -78px -75px;
	cursor:default;
}

/* left */
a.left {
	background-position: 0 0;
	margin-right: 3px;
	margin-left: 10px;
}
a.left:hover {
	background-position: -52px 0;
}
a.left:active {
	background-position: -26px 0;
}
a.left.disabled {
	background-position: -78px 0;
	cursor:default;
}

/* Polular searches area on home page */
#homePopularSearches{
	overflow: hidden;
	background: url(../images/popularSearch-bg.gif) 0 0 repeat-x;
	height: 183px;
	padding:20px; /*25px 10px 55px 10px;*/
	/*border-top: 10px solid #fff;
	border-bottom: 1px solid #fff;	*/
	margin-bottom:10px;
	position:relative;
}
#homePopularSearches h3{
	font-size: 12px;
	color: #666;
	font-weight:bold;
	margin-bottom:5px;
}
#homePopularSearches ul li{
	float: left;
	width: 160px; /*173px;*/
	padding:4px 20px 0 0;
	_padding:6px 20px 0 0;
	font-size: 12px;
}
#homePopularSearches ul li a{
	color: #999999 !important;
	font-size: 12px;
	display: block;
	padding: 2px;
	_padding: 1px;
}

/* color classes that can be used globally */
#contentArea .bg-yellow,
.contentArea .bg-yellow {
	background:#e6c671;
}
#contentArea .bg-green,
.contentArea .bg-green {
	background:#86953A;
}
#contentArea .bg-orange,
.contentArea .bg-orange {
	background:#E98300;
}
#contentArea .bg-red,
.contentArea .bg-red {
	background:#ff3333;
}
#contentArea .bg-blue,
.contentArea .bg-blue {
	background:#0039A6;
}
#contentArea .bg-purple,
.contentArea .bg-purple{
	background:#AE185F;
}
#contentArea .bg-white,
.contentArea .bg-white {
	background:#FFF;
}
