/* CSS Document */
html {
	overflow-y:scroll;
	font-size:100%;
}
body {
	margin:0;
	padding:0;
}


#wrapper {
	margin:10px auto;
	padding:0;
	width:900px;
	background-color:#fdfaf3;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-top:1px solid #ccc;
	font-family:Arial, Helvetica, sans-serif;
}


#head {
	margin:0;
	padding:10px 0 0;
	background:url('../images/m40_logo.jpg') 72px 10px no-repeat #ffffff;
	height:80px;
}
.telephone {
	font:1.7em Arial, Helvetica, sans-serif;
	color:#668CC8;
	float:right;
	margin:32px 75px 0 0;
}

/*Navigation properties*/
#nav {
	margin:5px 0 0 0;
	padding:0 0 1px 1px;
	font-size:0.8em;
}
#nav ul {
	font-size:0.8em;
	color:#fff;
	margin:0 0 0 45px;
	padding:3px 0;
	list-style:none;
}
#nav li {
	display:inline;
	padding:0;
	margin:0;
}
#nav li a {
	text-decoration:none;
	font-size:120%;
	padding:3px 25px 4px;
	margin:0 5px 0 0;
}
.home {
	background-color:#003745;
}
.homeActive {
	background-color:#003745;
}
#nav li a:hover.home {
	background-color: #03647a;
}
.services {
	background-color:#008576;
}
.servicesActive {
	background-color:#008576;
}
#nav li a:hover.services {
	background-color: #04af96;
}
.fleet {
	background-color:#002d6a;
}
.fleetActive {
	background-color:#002d6a;
}
#nav li a:hover.fleet {
	background-color: #044c9b;
}
.history {
	background-color:#776441;
}
.historyActive {
	background-color:#776441;
}
#nav li a:hover.history {
	background-color: #a88e65;
}
.testimonials {
	background-color:#00483a;
}
.testimonialsActive {
	background-color:#00483a;
}
#nav li a:hover.testimonials {
	background-color: #01755f;
}
.contact {
	background-color:#006990;
}
.contactActive {
	background-color:#006990;
}
#nav li a:hover.contact {
	background-color: #0489b2;
}
.quote {
	background-color:#5c2946;
}
.quoteActive {
	background-color:#5c2946;
}
#nav li a:hover.quote {
	background-color: #7f4f6d;
}
#nav li a:link {
	color:#ffffff;
}
#nav li a:visited {
	color:#ffffff;
}
#nav li a:hover {
	color:#ffffff;
}

a.email {
	text-decoration:underline;
	color:#fff;
}
a:hover.email {
	color:#000066;
}

/*Content properties*/
#content {
	width:100%;
	min-height:550px;
/* min-height fix for ie6 */
	height:auto !important;
  	height:550px;
}
h1 {
	padding:15px 0 0 15px;
	font-size:1em;
}

/*Background properties*/
.homeWm {
	background:url('../images/wm_home.jpg') 50px 60px no-repeat #003745;
}
.servicesWm {
	background:url('../images/wm_services.jpg') 50px 60px no-repeat #008576;
}
.fleetWm {
	background:url('../images/wm_fleet.jpg') 50px 60px no-repeat #003768;
}
.historyWm {
	background:url('../images/wm_history.jpg') 50px 60px no-repeat #776441;
}
.testimonialsWm {
	background:url('../images/wm_testimonials.jpg') 50px 60px no-repeat #00483a;
}
.contactWm {
	background:url('../images/wm_contact.jpg') 50px 60px no-repeat #006990;
}
.quoteWm {
	background:url('../images/wm_quote.jpg') 50px 60px no-repeat #5c2946;
}

/* flash */
#homeFlash {
	 width:750px;
	 height:200px;
	 margin:0 auto;
	 padding-top:20px;
}
#servicesFlash {
	 float:left;
	 width:440px;
	 height:300px;
	 margin:0 0 0 70px;
	 padding-top:20px;
}
#fleetFlash {
	 float:left;
	 width:440px;
	 height:400px;
	 margin:0 0 0 70px;
	 padding-top:20px;
}
#contactFlash {
	 float:left;
	 width:440px;
	 height:400px;
	 margin:0 0 0 70px;
	 padding-top:20px;
}
#historyFlash {
	 float:left;
	 width:440px;
	 height:250px;
	 margin:0 0 0 70px;
	 padding-top:20px;
}
#footer {
	clear:both;
}
