@charset "utf-8";
/* KPMG.com Design style guide
   January 2011 © KPMG International

   Version 1.0

   For any questions or comments please e-mail
   GO-FM Global Digital Marketing              */

/* IE6 Specific CSS */

.primaryNavigation li {
	background-image: url('/includes/images/divider_primary.gif');
}
.flashOverlay{
    background-image: url("/includes/images/flash_overlay.gif");
}
.heroOverlay {
	background-image: none;
	padding: 0;
	right: 0;
	bottom: 2px;
	width: 306px;
	height: 65px;	
}
.heroOverlay h3 {
	margin-right: 20px;
}
.heroOverlay a {
  	position: relative;
	z-index: 1;
	margin-right: 20px;
}
.heroOverlayIeFix {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/hero_overlay.png', sizingMethod='scale');
    hasLayout: true;
	padding: 8px 0 5px 0px;
}