/*  This document resolves issues in IE6 browser however as features are grouped into their
    own css files IE6 fixes have been added to their local files using the underscore
    command.

    This document has now become a solutions file to apply CSS3 behaviour for IE6 only using
    the lighter CSS3PIE file on essential items only.
*/

.logo1 {
	background							: url(img/logoBase.gif) no-repeat top left !important;
}

.mainmenu, .leftnav div {
	border								: #dbdbdb solid 1px;
	
	-webkit-border-radius				: 5px;
	-moz-border-radius					: 5px;
	border-radius						: 5px;
	
	behavior							: url(/platform/sites/_base/scripts/css3pie/PIE6.htc); /* for ie compatability */
	
}

.noSubNav {
    -webkit-border-radius				: 0 0 5px 5px;
	-moz-border-radius					: 0 0 5px 5px;
	border-radius						: 0 0 5px 5px;
	
	behavior							: url(/platform/sites/_base/scripts/css3pie/PIE6.htc); /* for ie compatability */
}

.bannerCarousel .intro 
{
    _background                         : white !important; /* IE6 resolution to lack of transparency */
	*background                         : white !important; /* IE7 resolution to lack of transparency */
}