body {
	background: #999 url(../images/background.gif) 0 0 repeat-x;
	text-align: center;
}
#wrappertop {
	margin: 0 auto;
	border-bottom: 1px solid #424242;
}
#wrappercontainer {
	width: 949px;
	margin: 0 auto;
}
#breadcrumb {
	float:right;
	color:#666;
	display: inline;
	text-align:left;
	padding: 5px 11px 0 0;
}
#content .left #breadcrumb a,
#breadcrumb a {
	color:#a4a4a4;
	text-decoration:none;
	outline:0;
}
#content .left #breadcrumb a:hover,
#breadcrumb a:hover {
	color:#626262;
	outline:0;
}
#currentDate {
	float:right;
	text-align:right;
	display: inline;
	width:400px;
	padding: 8px 0;
	color: #666;
}
#wrapper {
	/*clear:both;*/
	width: 949px;
	margin: 0 auto;
	text-align: left;
	padding-top: 16px;
}
#wrapper #logo h1 span {
	display: none;
}
#wrapper #logo,#wrapper #logo  a {
	display:block;
	outline:0;
	height:73px;
}
#header ul {
	display:block;
	font-size:2em;
	float:right;
	color: #666;
	padding-right:10px;
}
#header li {
	font-size:0.6em;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	display: inline;
	margin-left:35px;
	font-weight:normal;
}
#header li a {
	color:#666;
	text-decoration:none;
	outline:0;
}
#header li a.active,
#header li a:hover {
	color: #009900;
	outline:0;
}
#header #banner {
	margin-top:10px;
	background:transparent url(../images/banner_shadow.png) 0 0 no-repeat;
	width:949px;
	height:200px;
	text-align:center;
}
#header #banner img,
#header #banner object {
	outline:0;
	display:block;
	margin:0 auto;
}
#content {
	margin-top:15px;
	color: #ccc;
}
#content p.intro {
	font-size: 1.1em;
}
#content .left {
	width: 575px;
	float: left;
	display: inline;
	margin: 0;
	padding-bottom: 43px;
	overflow: visible;
	position: relative;
}
#content .left p {
	width: 93%;
}
#content .left address,
#content .left h2,
#content .left h3 {
	padding-left: 11px;
	line-height: 1.3;
}
#content .left h2 {
	color: #000;
	font-size: 1.3em;
	margin-bottom: 18px;
	font-weight:bold;
}
#content .left address {
	line-height: 1.4;
	margin-bottom: 18px;
}
#content .left p {
	margin: 15px 0;
}
#content .left p em {
	font-style: italic;
	color: #000;
	font-weight: bold;
}
#content .left a {
	color: #ccc;
	text-decoration:none;
	font-weight:bold;
}
#content .left a:hover {
	text-decoration:underline;
	font-weight:bold;	
}
#content #sitemap a {
	text-decoration: none;
}
#content #sitemap a:hover {
	text-decoration: underline;
}
#content .right {
	margin-left: 24px;
	float: left;
	display: inline;
	width: 350px;
}
#content .right h1 {
	padding-left: 4px;
}
#quote {
	margin-top: -4px;
	width: 379px;
	background: transparent url(../images/request_shadow.png) 0 0 no-repeat;
	text-align: center;
	padding-top: 10px;
	margin-left: -14px;
}
#quote .border {
	width: 343px;
	background: #333;
	margin: 0 auto;
	text-align: left;
	padding: 3px 0;
}
#quote .inner {
	margin: 0 3px;
	background: #353535 url(../images/request_gradient.gif) 0 0 repeat-x;
	height: 285px;
	padding: 0 13px;
}
#quote p.heading {
	padding: 11px 0;
	border-bottom: 1px solid #505050;
	margin-bottom: 15px;
}
#quote p {
	padding: 0;
	margin: 0;
	margin-bottom: 8px;
}
#quote label {
	display: inline;
	float: left;
	padding-top: 2px;
	width: 100px;
}
#quote select,
#quote p input {
	font-size: 1em;
	width: 150px;
	color: #7a7a7a;
}
#quote select#direction {
	width: 200px;
}
#quote .submit {
	margin-top: 15px;
	border-top: 1px solid #505050;
	padding-top: 15px;
	padding-left: 100px;
}
#quote .submit input {
}
#quote #manufacturers {
	padding: 43px 0;
}
#quote #manufacturers div {
	background: transparent url(../images/manufacturers.png) 0 0 no-repeat;
	width: 323px;
	height: 41px;
	margin-left: 30px;
}
#footerwrapper {
	margin: 0 auto;
	text-align: center;
	border-top: 1px solid #a4a4a4;
}
#footer {
	padding: 8px 0px;
	color: #e9e9e9;
	font-size: 0.8em;
	width: 949px;
	text-align: left;
	margin: 0 auto;
}
#footerRight {
	float:right;
	text-align:right;
	width:45%;
	line-height: 1.6;
	display: inline;
}
#footerRight a:hover {
	border-bottom: 1px dotted #fff;
}
#footerRight span {
	color:#c1c1c1;
}
#footerLeft {
	float:left;
	text-align:left;
	display: inline;
	width:45%;
	padding-left: 11px;
}
#footer a {
	color: #e9e9e9;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

/*
 * 	Ajax form stuff
 */
 
#requestFormInner {
	position: relative;
}
#requestFormInner #loading_overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000;
}
#requestFormInner #loading_overlay img {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -16px;
	margin-left: -16px;
}

#sitemap ul {
	margin:5px 0px 0px 10px;
}
#sitemap li {
	margin:0px 0px 5px 0px;
}
#content .left ul#locations_list {
	margin: 0;
	margin-top: 14px;
	padding-top: 10px;
	list-style: none;
	display: inline;
	padding-left: 0;
	float: left;
	margin-left: 10px;
}
#content .left p.location_map {
	float: left;
	width: 410px;
	margin-top: 4px;
	display: inline;
}
#content .left ul#locations_list li {
	line-height: 1.4;
	padding-left: 0;
	margin-left: 0;
	display:block;
	padding-left: 20px;
}
#content .left #locations_list a {
	text-decoration: none;
	color: #fff;
}
#content .left #locations_list a:hover span {
	text-decoration: underline;
}
#content .left #locations_list a.active span {
	color: #009900;
}
#quote select#day,
#quote select#month,
#quote select#year,
#quote select#hours,
#quote select#mins {
	width: 47px;
}
#quote select#year {
	width: 51px;
}
h1#black {
	color: #000;
	padding-top: 25px;
}