/*
	The markup and the css for the transparent png's is a little odd to get the png's to work in IE6
	-------------------------------------------------------------------------------------------------
	1. we need to make the png the background image of an element using the AlphaImageLoader filter in IE
	2. when you do that, any links in the element become unclickable in IE 
	3. to get around this we need to remove any positioning from that element, so we create a wrapper element and position that instead
	4. the link or the item being linked needs to have positioning set on it so that it "hasLayout" in IE. (.promo_dummy)
*/
#promo_container #promo_green_effect {
	position: absolute;
	top: 500px;
	left: 70px;
}	
#promo_container #promo_green_effect_content {
	width: 209px;
	height: 496px;
	background: url(../../images/en/promos/promo_green.png) no-repeat left top;
}
	* html #promo_container #promo_green_effect_content {
		background: url(../../images/shared/blank.gif) no-repeat left top;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='resources/images/en/promos/promo_green.png');
	}

	
	
	
#promo_container #promo_bags {
	position: absolute;
	top: 500px;
	left: 285px;
}	
#promo_container #promo_bags_content {
	width: 206px;
	height: 516px;
	background: url(../../images/en/promos/promo_bags.png) no-repeat left top;
}
	* html #promo_container #promo_bags_content {
		background: url(../../images/shared/blank.gif) no-repeat left top;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='resources/images/en/promos/promo_bags.png');
	}

	
	
	
#promo_container #promo_flavors {
	position: absolute;
	top: 500px;
	left: 500px;
}	
#promo_container #promo_flavors_content {
	width: 211px;
	height: 552px;
	background: url(../../images/en/promos/promo_flavors2.png) no-repeat left top;
}
	* html #promo_container #promo_flavors_content {
		background: url(../../images/shared/blank.gif) no-repeat left top;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='resources/images/en/promos/promo_flavors2.png');
	}

	
	
	

#promo_container #promo_modesto {
	position: absolute;
	top: 500px;
	left: 715px;	
}	
#promo_container #promo_modesto_content {	
	width: 214px;
	height: 553px;		
	background: url(../../images/en/promos/promo_commitment.png) no-repeat left top;			
	
}
	* html #promo_container #promo_modesto_content {
		background: url(../../images/shared/blank.gif) no-repeat left top;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='resources/images/en/promos/promo_commitment.png');
	}

	
	
#promo_container img.promo_dummy {
	position: absolute;
}
	
	
	
#promo_container #promo_18grams {
	position: absolute;
	top: 500px;
	left: 300px;
}	
#promo_container #promo_18grams_content {
	width: 245px;
	height: 455px;	
	background: url(../../images/en/promos/promo_18grams.png) no-repeat left top;
}
	* html #promo_container #promo_18grams_content {
		background: url(../../images/shared/blank.gif) no-repeat left top;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='resources/images/fr/promos/promo_18grams.png');
	}
	

	
#greenvention_content a.more:link, #greenvention_content a.more:active, #greenvention_content a.more:hover, #greenvention_content a.more:visited,#greenvention_title h1#greenvention,#greenvention_content h2{
	display:block;
	margin:auto;
	background-repeat:no-repeat;
}

	
#greenvention_title h1#greenvention{
	background-image:url(../../images/en/pages/greenvention/h1.gif);
	width:243px;
	height:54px;
}

#greenvention_content h2{
	background-image:url(../../images/en/pages/greenvention/h2.gif);
	width:468px;
	height:56px;
}

#greenvention_content a.more:link, #greenvention_content a.more:active, #greenvention_content a.more:visited{
	background-image:url(../../images/en/pages/greenvention/btn.gif);
	background-position:top;
	width:247px;
	height:27px;
} 



#greenvention_content a.more:hover{
	background-position:bottom;
}
