/* IE 8 and under
-------------------------------------- */
img { -ms-interpolation-mode: bicubic; }
.branding { display: none; }
.groupLogo { width: 110px; height: 43px; }
.groupLogo img { width: 110px; height: 43px; }
@media only screen and (max-width: 54em) and (min-width: 33em) {
	.groupLogo { width: 220px; height: 86px; }
	.dealerList > li {
		width: 40%;
	}
	.groupLogo img { width: 220px; height: 86px; }
}
@media only screen and (min-width: 54em) {
	.groupLogo { width: 220px; height: 86px; }
	.dealerList > li { width: 17.5%; min-height: 464px; }
	.dealerNumbers dt { width: 32%; }
	.dealerNumbers dd { width: 68%; }
	.groupLogo img { width: 220px; height: 86px; }
}
/* IE 6/7
-------------------------------------- */
.headerWrap { *zoom: 1; }
.dealerLinks a { *padding-left: 0; }
.dealersOverview a { *margin-left: 0; }