
/*	Position the overlay on top of the image strip */
#banneroverlay {
	width: 70px;
	margin: 0px;
	padding: 0px;
	position: relative;
	height: 187px;
	z-index: 1;
	
	left: 223px;
}
/* This rule is only for browsers that can display png alpha 
	see BROWSER FIX 4 in the ie.css file for IE version of this rule */
#bannerwrapper > #banneroverlay{
	background-image:url(../images/presentation/blue_grad_overlay.png);
}



/*	Reposition the strip image so that it is under the colour overlay */
#header #bannerwrapper img {
	margin: 0px;
	padding: 0px;
	position: relative;
	z-index: 0;
	top: -187px;
	float: right;
	width: auto;
}
