/* --------------------------------
 * HERO PANEL WITH PRODUCT EXPLORER 
 */
 
div.hero_with_product_explorer {
	height: 458px !important;
    overflow: hidden;
    position: relative;
    width: 762px;
    margin-bottom: 35px;
    z-index: 1;
	/*clear: both;*/
	overflow: hidden;
}
	
div.hero_with_product_explorer div#pager {
	bottom: 0;
    display: block;
    font-size: 11px;
    padding: 5px 0;
    position: absolute;
    right: 0;
    text-align: right;
    width: 300px;
    z-index: 22;
}	

div.hero_with_product_explorer div#pager div#pager-numbers {
	margin: 0 23px 4px 0;
}
	
div.hero_with_product_explorer div#pager div#pager-numbers a {
	background: none repeat scroll 0 0 #FFFFFF;
    margin: 0 3px 0 0;
    padding: 1px 4px 0;
    color: #1e6624;
}

div.hero_with_product_explorer div#pager div#pager-numbers a.selected {
	background-color: #FFCC00;
    color: #FFFFFF;
}

div.hero_with_product_explorer div#pager span.pause-resume {
	background: url("../images/banner_sprites.png") no-repeat scroll 0 0 transparent;
    bottom: 9px;
    cursor: pointer;
    display: block;
    height: 14px;
    position: absolute;
    right: 9px;
    text-indent: -99999px;
    width: 14px;
}

div.hero_with_product_explorer div#pager span.pause-resume.resume {	
	background-position: -14px 0 !important;
}

div.hero_with_product_explorer ul {
	list-style: none outside none;
}

div.hero_with_product_explorer ul li {
	height: 458px;
    overflow: hidden;
    position: relative;
    width: 762px;
    position: absolute; 
    top: 0px; 
	left: 0px; 
	display: none;
	/*opacity: 0;
	display: none;
	z-index: 6;*/
}

/*div.hero_with_product_explorer ul li.selected {
	display: block; 
	z-index: 7; 
	opacity: 1; 
	width: 942px; 
	height: 458px;
}*/

div.hero_with_product_explorer div.banner-overlay {
	background: url("../images/banner_overlay.png") repeat scroll 0 0 transparent;
    bottom: 0;
    font-family: 'Calibri',Verdana,sans-serif;
    left: 0;
    padding: 18px;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 10;
}

div.hero_with_product_explorer div.banner-overlay h2 {
	color: white;
	font-weight: normal;
	margin-bottom: 5px;
	font-size: 22px;
}

div.hero_with_product_explorer div.banner-overlay p {
	color: #999999;
    font-size: 16px;
}

div.hero_with_product_explorer #product-navigation {
	left: 31px;
    position: absolute;
    top: 0;
    z-index: 25;
}

div.hero_with_product_explorer #product-navigation-trigger {
	z-index: 50;
}

div.hero_with_product_explorer #product-navigation-trigger a {
	color: #333333;
    display: block;
    font-family: "Calibri Bold",Verdana;
    font-size: 14px;
    font-weight: normal;
    height: 30px;
    left: -31px;
    overflow: hidden;
    padding: 0 0 0 40px;
    position: relative;
    text-transform: uppercase;
    white-space: nowrap;
}

div.hero_with_product_explorer #product-navigation-trigger a.open {
	background: url("../images/banner_sprites.png") no-repeat scroll 0 -44px transparent;
    overflow: visible !important;
}

div.hero_with_product_explorer #product-navigation-trigger a.close {
    background: url("../images/banner_sprites.png") no-repeat scroll 0 -14px transparent;
    overflow: visible !important;
}
	
div.hero_with_product_explorer #product-navigation-trigger a.open span {
	background: url("../images/banner_sprites.png") no-repeat scroll right -370px transparent;
    display: table;
    float: right;
    height: 21px;
    overflow: visible !important;
    padding: 6px 10px 3px 0;
}

div.hero_with_product_explorer #product-navigation-trigger a.close span {
    background: url("../images/banner_sprites.png") no-repeat scroll right -340px transparent;
    display: table;
    float: right;
    height: 21px;
    overflow: visible !important;
    padding: 6px 10px 3px 0;
}

div.hero_with_product_explorer #product-navigation ul {
    background: none repeat scroll 0 0 #E7E7E7;
    display: none;
    float: left;
    list-style: none outside none;
    margin: 0 1px 0 0;
    padding: 0;
    width: 218px;
    z-index: 16;
}

div.hero_with_product_explorer #product-navigation ul.col-1 {
	position: relative;
    z-index: 4;
}

div.hero_with_product_explorer #product-navigation ul li {
	background: none repeat scroll 0 0 #E7E7E7;
    border-bottom: 1px dotted #C4C4C4;
    height: auto !important;
    min-height: 27px;
    position: relative;
    width: 218px;
    display: block;
}

div.hero_with_product_explorer #product-navigation ul li a {
	background: none repeat scroll 0 0 #E7E7E7;
    color: #333333;
    display: block;
    font-size: 14px;
    height: auto !important;
    min-height: 20px;
    padding: 3px 0 4px 10px;
    text-decoration: none;
    width: 208px;
}

div.hero_with_product_explorer #product-navigation ul li a:hover {
	background:url("../images/mnav_arrow.gif") 10px 9px no-repeat #FFD324; 
	width:198px; 
	color:#111; 
	padding-left:20px; 
}

/*div.hero_with_product_explorer #product-navigation ul li a .flyout {
	left: 219px;
    top: 0;
}*/	

div.hero_with_product_explorer #product-navigation ul li a .flyout {
	background: none repeat scroll 0 0 #FFFFFF;
    border: 3px solid #FFCC00;
    display: none;
    height: auto !important;
    margin-left: -1px;
    padding: 6px 6px 2px;
    position: absolute;
    text-align: center;
    width: 202px;
    z-index: 90;
    text-align: center;
}

div.hero_with_product_explorer #product-navigation ul li a .flyout img {
    float: left;
    margin: -4px 0 0 -4px;
    z-index: 90;
}

:first-child div.hero_with_product_explorer #product-navigation ul li a .flyout img {
    float: none !important;
    z-index: 90;
}

div.hero_with_product_explorer #product-navigation ul li a .flyout div.text-block {
	background: none repeat scroll 0 0 #E7E7E7;
    float: left;
    line-height: 18px;
    margin-left: -4px;
    overflow: hidden;
    padding: 12px 14px;
    text-align: left;
    width: 182px;
}

:first-child div.hero_with_product_explorer #product-navigation ul li a .flyout div.text-block {
    margin: -4px 0 0 -4px;
}

div.hero_with_product_explorer #product-navigation ul li a .flyout div.text-block h6 {
	font-size: 13px;
    font-weight: bold;
}

div.hero_with_product_explorer #product-navigation ul li a .flyout div.text-block p {
	font-size: 13px;
}

div.hero_with_product_explorer #slideShowOverlay {
	background: none repeat scroll 0 0 #000000;
    border: 1px solid #000000;
    height: 460px;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 944px;
    z-index: 20;
    
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
}

div.hero_with_product_explorer #slideShowOverlay.hide {
	display: none;
}




/* --------------------------------
 * HERO PANEL WITH CAROUSEL
 */
 
div.hero_with_carousel {
	height: 302px !important;
    overflow: hidden;
    position: relative;
    width: 762px;
    margin-bottom: 24px;
    z-index: 1;
	overflow: hidden;
}
	
div.hero_with_carousel div#pager {
	bottom: 0;
    display: block;
    font-size: 11px;
    padding: 5px 0;
    position: absolute;
    right: 0;
    text-align: right;
    width: 300px;
    z-index: 22;
}	

div.hero_with_carousel div#pager div#pager-numbers {
	margin: 0 23px 4px 0;
}
	
div.hero_with_carousel div#pager div#pager-numbers a {
	background: none repeat scroll 0 0 #FFFFFF;
    margin: 0 3px 0 0;
    padding: 1px 4px 0;
    color: #1e6624;
}

div.hero_with_carousel div#pager div#pager-numbers a.selected {
	background-color: #FFCC00;
    color: #FFFFFF;
}

div.hero_with_carousel div#pager span.pause-resume {
	background: url("../images/banner_sprites.png") no-repeat scroll 0 0 transparent;
    bottom: 9px;
    cursor: pointer;
    display: block;
    height: 14px;
    position: absolute;
    right: 9px;
    text-indent: -99999px;
    width: 14px;
}

div.hero_with_carousel div#pager span.pause-resume.resume {	
	background-position: -14px 0 !important;
}

div.hero_with_carousel ul {
	list-style: none outside none;
}

div.hero_with_carousel ul li {
	height: 302px;
    overflow: hidden;
    position: relative;
    width: 762px;
    position: absolute; 
    top: 0px; 
	left: 0px; 
	display: none;
}

div.hero_with_carousel div.right-copy-block {
	background: transparent url(../images/heroSpace_green_bg.png) no-repeat right;
	height: 302px;
	width: 251px;
	position: absolute;
	top: 0;
	right: 0;
}
div.hero_with_carousel div.right-copy-block.with-pagination {
	background-image: url(../images/heroSpace_green_bg_pagination.png);
}
div.hero_with_carousel div.right-copy-block div.right-copy-block-inner {
	margin-left: 12px;
	padding: 20px;
}
div.hero_with_carousel div.right-copy-block h3 {
	color: #ffcc00;
	font-size: 26px;
	font-weight: 400;
}
div.hero_with_carousel div.right-copy-block h6 {
	color: #ffffff;
	font-size: 18px;
	font-weight: 400;
	line-height: 25px;
	margin: 3px 0;
}
div.hero_with_carousel div.right-copy-block a {
	background: url('../images/bullet_arrow_y.gif') no-repeat 0 4px;
	color: #ffcc00;
	padding-left: 10px;
	font-size: 13px;
}
div.hero_with_carousel div.right-copy-block a:hover {
	text-decoration: underline;
}

div.hero_with_carousel div.slide-op-text {
	color: #000000;
	height: auto;
	width: 290px;
	position: absolute;
	right: 0;
	top: 44px;
	z-index: 15;
}
div.hero_with_carousel div.slide-op-text h3 {
	font-size: 29px;
	margin: 0 0 5px;
	padding: 0 30px 0 0;
	text-transform: uppercase;
}
div.hero_with_carousel div.slide-op-text p {
	font-size: 15px;
	margin: 0 0 5px;
	padding: 0 80px 0 0;
}

div.hero_with_carousel #slideShowOverlay {
	background: none repeat scroll 0 0 #000000;
    border: 1px solid #000000;
    height: 460px;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 944px;
    z-index: 20;
    
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
}

div.hero_with_carousel #slideShowOverlay.hide {
	display: none;
}