@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
	position: relative;
}
html {
	background:url(/images/backgroundGradient2.png) center top;
	height: 100%;
	background-color:#adafb2;
}
body {
	height: 100%;

}
img {
	padding: 0;
	margin: 0;
	border: none;
}
a {
  	text-decoration:none;
	color:#00f;
}
a:hover {
  	color: #000;
}

#totalContainer {
	
	background-position:top center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	width: 956px;
	height: 100%;
	margin: 0 auto;

}
#mainContainer {
	background-color:#c9c9c9;
	width: 910px;
	height:100%;
	margin: 0 auto;
}
#topContainer {
	background:url(/images/topgradient.png) repeat-x;
	background-color:#fff;
	float: left;
	width: 100%;
	height: 122px;
}
#carsKeys {
	float: left;
	margin: 10px 0 0 28px;
}
#getQuote {
	float: left;
	width: 214px;
	height: 53px;
	margin: 65px 0 0 166px;
}

#vehicleEntry {
	background:url(/images/vehicleEntry.png) no-repeat;
	float: right;
	width: 282px;
	height: 37px;
	margin: 18px 22px 0 0;
	text-indent: -9999px;
}
#callUs {
	background:url(/images/phoneNumber.png) no-repeat;
	float: right;
	width: 305px;
	height: 37px;
	margin: 18px 22px 0 0;
	text-indent: -9999px;
}

#topMenuContainer {
	background:url(/images/topmenubar.png) no-repeat;
	float: left;
	width: 100%;
	height: 32px;
	color: #000;
	margin: -6px 0 0 0;
	padding:0;
	display: inline;
}
#topMenuContainer a {
	float: left;
	background:url(/images/menuSpacer1.png) no-repeat;
	background-position: left 6px;
	padding: 10px 10px 0 10px;
  	text-decoration:none;
	color:#444;
}
#topMenuContainer a:hover {
	padding: 10px 10px 0 10px;
  	color: #fff;
}
#topMenuContainer ul {
	float: left;
	clear: left;
	margin: 0 0 0 0;
}
#topMenuContainer li {
	float: left;
	list-style-type:none; 
	margin: 0 0 0 -1px;
	padding:0;
}

#middleContainer {
	background:url(/images/topShadow.png) no-repeat;
	background-color:#fff;
	float: left;
	width: 100%;
}
#middleOffers {
	background:url(/images/specialOffers.png) no-repeat;
	background-position: top center;
	width: 100%;
	height: 27px;
	float: left;
	margin: 6px 0 40px 0;
	text-indent: -9999px;
}
#middleBlurb {
	float: left;
	width: 492px;
	margin: 0 2px 0 16px;
	color: #000;
}
#middleBlurb2 {
	float: left;
	width: 870px;
	margin: 0 2px 0 16px;
	color: #000;

}
#subNav {
	float:left;
	width:180px;
	margin: 0 2px 0 16px;
}
#middleBlurb3 {
	float: left;
	width: 648px;
	margin: 0 2px 0 16px;
	color: #000;
}
#middleWelcome {
	background:url(/images/Welcome.png) no-repeat;
	float: left;
	width: 100%;
	height: 41px;
	margin: 0 0 0 12px;
	text-indent: -9999px;
}
#middleImage {
	float: left;
	margin: 0 0 0 0;
}
#carNames {
	float: left;
	margin: 0 0 4px 0;
}

#bottomMenuContainer {
	background:url(/images/topmenubar.png) no-repeat;
	float: left;
	width: 100%;
	height: 33px;
	margin: -6px 0 0 0;
	color: #000;
}
#bottomMenuText {
	float: left;
	color: #5a5a5a;
	margin: 10px 0 0 8px;
}
#bottomMenu {
	float: right;
}
#bottomMenu a {
	float: left;
	background:url(/images/menuSpacer1.png) no-repeat;
	background-position: right 6px;
	padding: 10px 10px 0 10px;
  	text-decoration:none;
	color:#444;
}
#bottomMenu a:hover {
	padding: 10px 10px 0 10px;
  	color: #fff;
}
#bottomMenu ul {
	float: left;
	clear: left;
	margin: 0 0 0 0;
}
#bottomMenu li {
	float: left;
	list-style-type:none; 
	margin: 0 -1px 0 0;
	padding:0;
}

#footerContainer {
	background:url(/images/topShadow.png) no-repeat;
	background-color:#c9c9c9;
	float: left;
	width: 100%;
	height: 27px;
}
#footerContainer a {
	float: right;
	margin: 6px 8px 0 16px;
  	text-decoration:none;
	color:#7b7b7b;
}
#footerContainer a:hover {
  	color: #000;
}

P{margin-bottom:8px;margin-top:12px;}


#subNav ul {
	list-style:none;
}








