@charset "utf-8";
/* CSS Document */
/** Containers **/
#main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px 10px 0px 10px;
}
/** Headers **/
h1, h2, h3, h4, h5, h6, h7 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.green {color: #71a42c !important}
.red {color: #9F0606 !important}
.orange {color: #FF6600 !important}
.blue {color: #0D6E9E !important}
h1 {font-size: 16px;}
h2 {font-size: 14px;}
h3 {font-size: 12px;}
h4 {font-size: 10px;}
h5 {font-size: 10px;}
h6 {font-size: 10px;}
h7 {font-size: 10px;}
/** Pages **/
#automotive {
	height: 46px;
	padding: 20px 0px 0px 18px;
	background-image: url(../images/automotive-banner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #71a42c;
}
#commercial {
	height: 46px;
	padding: 20px 0px 0px 18px;
	background-image: url(../images/commerical-banner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF6600;
}
#mirror {
	height: 46px;
	padding: 20px 0px 0px 18px;
	background-image: url(../images/residential-banner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #9F0606;
}
#other {
	height: 46px;
	padding: 20px 0px 0px 18px;
	background-image: url(../images/other-banner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0D6E9E;
}
#residential {
	height: 46px;
	padding: 20px 0px 0px 18px;
	background-image: url(../images/residential-banner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #9F0606;
}
#location {
	height: 46px;
	padding: 20px 0px 0px 18px;
	background-image: url(../images/location-banner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0D6E9E;
}
/** Footer **/
.mFooter {
	display: block;
	margin: 10px 0px 0px 10px;
	padding: 5px 0px 0px 10px;
	height: 21px;
	background-color: #E5EBF2;
	width: 835px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/** Map **/
.gmap {
	width: 645px !important;
	height: 300px !important;
	margin: 0px 0px 10px 0px !important;
	border: solid 1px black;
}