@charset "utf-8";
/* CSS Document */

body {
	background:url('/images/main-back.jpg')
	repeat-x
	left
	top
	#c7d0ed;
	margin:0;
	margin-bottom:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}

h1 {
	font-size:14px;
	color:#002c7d;
	font-weight:bold;
	margin:0;
}

h2 {
	font-size:18px;
	color:#404040;
	font-weight:normal;
	margin:0px;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px solid #404040;
}

a {
	text-decoration:underline;
	color:#002c7d;
}

a:active {
	text-decoration:underline;
	color:#002c7d;
}

a:link {
	text-decoration:underline;
	color:#002c7d;
}

a:visited {
	text-decoration:underline;
	color:#346585;
}

a:hover {
	text-decoration:none;
	color:#000000;
}

p {
	margin-top:15px;
	margin-bottom:15px;
}

.mainContainer {
	position:relative;
	border-top:1px solid #ffffff;
	margin-top:-1px;
}

.pageContainer {
	position:relative;
	width:950px;
	margin:auto auto;
	background:url('/images/centre-back.jpg')
	no-repeat
	left
	top;
	background-color:#ffffff;
	border-top:1px solid #ffffff;
	margin-top:-1px;
}

.topBarContainer {
	position:absolute;
	width:902px;
	height:138px;
	top:0;
	left:24px;
}

.topBarMain {
	background:url('/images/topbar-main.png')
	no-repeat
	left
	top;
	position:relative;
	width:902px;
	height:144px;
}


.topBar {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:18px;
	background-image:url(/images/topbar.png);
	background-repeat:repeat-x;
	z-index:100;
}

.logoContainer {
	position:absolute;
	height:57px;
	left:0;
	top:23px;
}

.logo {
	float:left;
	margin-left:13px;
}

.badgerLogo {
	position:absolute;
	right:20px;
	top:25px;
}

.callUs {
	position:absolute;
	top:25px;
	right:140px;
}

.quality {
	position:absolute;
	top:120px;
	left:190px;
	z-index:1000;
}

.contentContainer {
	position:relative;
	text-align:left;
}

.content {
	margin-top:180px;
	margin-left:196px;
	margin-right:25px;
	margin-bottom:10px;
	text-align:justify;
}

.bannerLeft {
	float:left;
	width:210px;
}

.bannerRight {
	float:right;
	width:210px;
}

.bannerContainer {

}

.bannerTop {
	position:relative;
	/*background:url('/images/mask-top.png')
	no-repeat
	top
	left;*/
	background-color:#002c7d;
	width:210px;
	height:25px;
	cursor:pointer;
}

.bannerText {
	position:absolute;
	top:5px;
	left:12px;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
}

.banner {
	position:relative;
	width:210px;
	cursor:pointer;
	overflow:hidden;
	margin-bottom:5px;
}

.advBox {
	clear:both;
	margin-top:20px;
	margin-bottom:20px;
}

.advBoxTop {
	background:url('/images/advbox-top.jpg')
	no-repeat
	left
	top;
	height:15px;
}

.advBoxContent {
	background:url('/images/advbox-back.jpg')
	repeat-y
	left
	top;
	border-bottom:1px solid #ffffff;
	margin-bottom:-1px;
	padding-left:10px;
	padding-right:10px;
}

.advBoxContent h2 {
	font-size:18px;
	color:#003366;
	font-weight:normal;
	margin:0px;
	border-bottom:none;
	padding-bottom:0;
	margin-bottom:0;
}


.advBoxBottom {
	background:url('/images/advbox-bottom.jpg')
	no-repeat
	left
	top;
	height:15px;
}

.imageContainer {
	width:312px;
	margin-top:20px;
	margin-bottom:20px;
}

.image01 {
	width:149px;
	height:139px;
	border:1px solid #000000;
	float:left;
}

.image02 {
	width:149px;
	height:139px;
	border:1px solid #000000;
	float:left;
	clear:left;
}

.image03 {
	width:149px;
	height:210px;
	border:1px solid #000000;
	float:right;
}

.imageSep {
	height:10px;
	float:left;
	width:149px;
	clear:left;
}

.mapContainer {
	width:372px;
}

.mapTop {
	position:relative;
	height:25px;
	background:url('/images/map-top.png')
	no-repeat
	left
	top;	
}

.mapTopText {
	position:absolute;
	top:2px;
	left:10px;
	font-size:18px;
	color:#ffffff;
}


.contentBottom {
	clear:both;
	background-color:#ffffff;
}

.contentSep {
	position:relative;
	height:31px;
	background:url('/images/content-sep.gif')
	repeat-x
	0
	16px;
}

.visitShowroom {
	position:absolute;
	top:0;
	left:38px;
}

.footer {
	margin-left:58px;
	margin-top:5px;
	padding-bottom:5px;
	color:#666666;
}

.creditsContainer {
	text-align:center;
}

.credits {
	width:950px;
	margin:auto auto;
	padding-top:5px;
	color:#666666;
	text-align:right;
}

.booples:after {
content: ".";
display: block;
height: 0;
font-size:0;
clear: both;
visibility:hidden;
text-align:left;
}

.booples{display: block;}

/* Hides from IE Mac \*/
* html .booples {height: 1%;}
   .booples{display:block;}
/* End Hack */

