.product-promo-banner img {
	display: block;
	position:relative;
	left:0px;
	top:0px;
	z-index:2;
}

#product-content {
	position: relative;
	top: 0px;
	left: 0px;
}

#product-hero-text {
	position:absolute;
	top:100px;
 /*	left:270px; with labor day gift widget */
	left:290px; 
	height:122px;
	width:342px;
	background:url(/assets/img/Air-ProShield-Plus/heading.png) no-repeat;
	/*background:url(/assets/img/Air-ProShield-Plus/heading-labor-day-sale.png) no-repeat; */
	z-index: 2;
}
#product-hero-text * {
	display: none;
}

.product-hero{
	z-index: 1;
	position:relative;
	top:0;
	left:0;
	height:300px;
	width:750px;
	background:url(/assets/img/Air-ProShield-Plus/hero_background2.jpg) no-repeat;
/*	background:url(/assets/img/Air-ProShield-Plus/hero_background_no_special.jpg) no-repeat;
	background:url(/assets/img/Air-ProShield-Plus/hero_background_no_special.jpg) no-repeat;
	background:url(/assets/img/Air-ProShield-Plus/hero_background.jpg) no-repeat;
	this one replaced for 7/28 release
	*/
	border-top:1px solid #d9dde1;
	border-bottom:1px solid #d9dde1;
	margin-top:-3px;
}
.product-proshield-below-fold {
	float:left;
}


#remove-particulates {
	width:184px;
}
#remove-particulates p.fine-print {
	font-size:9px;
	padding:0;
	line-height:1.3em;
}

/* overrides style of special promotions 
#special-promotion {
    padding-top: 8px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    top: 45px;
	font-family:Helvetica, sans-serif;	
	font-size:25px;
	font-weight:bold;
	color: #FFFFFF;
	width: 110px;
	background:none repeat scroll 0 0 #0AA4C8;
	-webkit-border-top-right-radius: 1px;
	-webkit-border-bottom-right-radius: 1px;
	-moz-border-radius-topright: 1px;
	-moz-border-radius-bottomright: 1px;
	text-shadow: none;
}
*/

.sales-promo {
	position:absolute;
	top:0px;
	left:10px; 
	height:100px;
	width:100px;
	z-index: 3;
}


.product-gift-container {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 5; /* layer it above the hero */
	width: 453px; /* needed only for ie6 */
}

.product-gift-container .nub-widget-button {
	width: 453px;
	height: 51px;
	
	/* account for 2 pixel shadow */
	position: relative;
	left: 2px;
	top: 0px;
}
