@charset "UTF-8";
/* CSS Document */

div#content .page_content_wrapper {
	background:url('/images/map_background.jpg') no-repeat 20% 30%;
}
.service {
	float:right;
	display:block;
	width:24px;
	margin-top:12px;
	margin-right:-20px;
	margin-left:20px;
	background:url('/images/dealer_none.gif') no-repeat top left;
}
/* --------- Fix for IE 6 ---------- */
/* Since IE 6 does not understand class selectors */
.automotive_yes {
	background-image:url('/images/dealer_auto.gif');
}
.industrial_yes {
	background-image:url('/images/dealer_ind.gif');
}
.rescue_yes {
	background-image:url('/images/dealer_resc.gif');
}
.serviceprovider_yes {
	background-image:url('/images/dealer_service.gif');
}

