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

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background: url(../images/body_bg.png) 0 22px scroll repeat-x #fff;
	color:#666;
	border:0;
}

a {
	color:#333;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}
	
img {
	border:0;
	}

hr {
	border:0;
	border-bottom:1px solid #eee;
	margin:10px 0;
}
	
	
#page {
	width:985px;
	margin:20px auto;
	/*border:solid 1px blue;*/
}

#header {
	width:auto;
	height:160px;
	margin:0;
	padding:0;
	/*border:solid 1px red;*/
	_height:155px; /*IE6*/
	*height:155px; /*IE7*/
}

#topheader {
	width:985px;
	height:110px;
	margin:0;
	padding:0;
	clear:both;
	/*border:solid 1px blue;*/
	*height:105px; /*IE7*/
}

#topmenu {
	width:990px;
	height:49px;
	margin:0;
	background:url(../images/topmenu_bg.png) 0 0 repeat-x;
	clear:both;
	/*border:solid 1px blue;*/
	_height:44px;; /*IE6*/
}

#topmenu-wrapper {
	height:49px;
	margin:0;
	padding:0;
	background:url(../images/topmenu_l.png) 0 0 no-repeat;
	_height:44px;; /*IE hack*/
	}
#nav {
	height:49px;
	margin:0;
	/*border:1px solid red;*/
	padding-left:15px;
	padding-top:5px;
	background:url(../images/topmenu_r.png) right 0 no-repeat;
	_height:44px;; /*IE hack*/
	}
	
#logo {
	width:125px;
	height:106px;
	margin-bottom:5px;
	font-style:italic;	
	float:left;
	
    /*border:solid 1px blue;*/
}

#logo a {
	width:125px;
	height:106px;
	display:block;
	background:url(../images/logo.png) 0 0 no-repeat;
}

#logo span {
	display:none;
}

#phones {
	width:680px;
	height:75px;
	margin:0;
	text-align:right;
	font-size:1.5em;
	color:#666;
	font-weight:bold;
	float:right;
	/*border:solid 1px blue;*/

}

#phone-number-header {
	font-size:1.8em;
	color:#000;
}

#contenttop {
	width:988px;
	height:520px;
	background-color:#fff;
	margin:0;
	padding:0;
	/*border:solid 1px blue;*/
	_height:555px;; /*IE6 hack*/
	*height:555px;; /*IE7 hack*/
}

#banner {
	font-size:1.5em;
	font-style:italic;
	text-align:center;
	vertical-align:baseline;
	width:674px;
	height:100px;
	margin:0;
	padding:0;
	float:left;
	background:url(../images/banner.png) 0 0 no-repeat;
	margin-left:-27px;
	padding-top:420px;
	/*border:solid 1px blue;*/
}
#banner img {
	float:right;
	margin:0 5px;
}

#logo_bbb {
	padding-top:15px;
	display:block;
}
#trustedbuyer{
	width:380px;
	padding-left:45px;
	font-size:0.9em;
	font-weight:bold;
	color:#333;
	float:left;
}

/***********************
 Form
************************/
#forms {
	width:310px;
	height:450px;
	margin:0 0 0 0 ;
	padding-top:100px;
	padding-right:31px;
	float:right;
	text-align:right;
	color:#fff;
	background:url(../images/form_bg.png) 0 0 no-repeat;
	/*border:solid 1px blue;*/
}

#forms label {
	margin-left:25px;
	text-align:left;
	color:#333;
	font-size:1.1em;
	font-weight:bold;
	border:0;
	padding:0;
	float:left;
	/*border:solid 1px blue;*/
}

#forms input{
	width:180px;
	height:26px;
	border:0;
	padding:4px 0px 4px 11px;
	margin:0;
	color:#666;
	background:url(../images/input_bg1.png) 0 0 no-repeat;
}

#forms .btn-submit {
	height:41px;
	width:215px;
	border:0;
	padding:0;
	background:url(../images/submit-btn-bg.png) 0 0 no-repeat;
	cursor:pointer;
}
#forms textarea {
	width:180px;
	height:70px;
	border:0;
	padding:10px 0px 4px 11px;
	background:url(../images/textarea-bg.png) 0 0 no-repeat;
	margin-bottom:10px;
	color:#666;
 }
 
#forms select{
	width:190px;
	height:31px;
	border:0;
	padding:5px;
	margin-bottom:5px;
	color:#666;
	background:url(../images/input_bg1.png) 0 0 no-repeat;
}

#year {
	width:93px !important;
	background:url(../images/input_caryear_bg.png) 0 0 no-repeat !important;
	margin-right:87px !important;
}

#mileage {
	width:125px !important;
	background:url(../images/input_carmileage_bg.png) 0 0 no-repeat !important;
	margin-right:55px !important;
}


/***************************
Content
*****************************/

#contentbottom {
	width:985px;
	background-color:#fff;
	float:left;
	clear:both;
	margin:0 0 20px 0;
	/*border:solid 1px blue;*/
}

#leftcol{
	width:620px;
	padding:10px;
	float:left;
	
}

#rightcol{
	width:335px;
	padding:0;
	text-align:left;
	float:right;
}

/**************************
 Footer
***************************/

#footer {
	width:985px;
	height:37px;
	background:url(../images/footer_bg.png) 0 0 repeat-x;
	color:#fff;
	text-align:center;
	clear:both;
}

#footerwrapper {
	background:url(../images/footer_l.png) 0 0 no-repeat;
	height:37px;
}

#footermenu {
	padding:10px 0 0;
	background:url(../images/footer_r.png) right 0 no-repeat;
	height:37px;
}

#footer a {
	color:#fff;
	font-size:1em;
	text-decoration:none;
	}
#footer a:hover {
	text-decoration:underline;
	}
	
/****************************
 Testimonial box
****************************/
.testimonialbox, .testimonialbox-top, .testimonialbox-bottom, .testimonialbox-content  {
	width:333px;
	margin:0;
	padding:0;
	}
.testimonialbox-content {
	width:313px;
	background:url(../images/testbox_content.jpg) 0 0 repeat-y #fff;
	padding:0 10px;
	text-align:left;
	float:left;
	clear:both;
	/*border:1px solid green;*/
}

.testimonialbox-top {
	background:url(../images/testbox_t.jpg) 0 0 repeat-x #fff;
	height:15px;
	clear:both;
	/*border:1px solid red;*/
}

.testimonialbox-bottom {
	background:url(../images/testbox_b.jpg) 0 0 repeat-x #fff;
	height:15px;
	clear:both;
	/*border:1px solid red;*/
}

.testimonialbox-content img {
	float:left;
	margin:0 10px;
}

/**********************
Top Menu
************************/
#topmenu ul {
	width:auto;
	list-style:none;
	display:inline-block;
	margin:0;
	padding:0;
	/*border: 1px solid green;*/
	}
#topmenu ul li {
	font-size:1.25em;
	font-weight:bold;
	color:#fff;
	display:inline;
	background:url(../images/topmenu_sep.png) right top no-repeat;	
	/*border: 1px solid green;*/
	}

#topmenu a {
	color:#fff;
	height:15px;
	display:inline-block;
	padding:12px 20px;
	text-align:center;
	text-decoration:none;
	/*vertical-align:middle;*/
	}

#topmenu a:hover {
	background-color:#693; /*9c6;*/
	}
	
#last-nav-item {
	background-image:none !important;
	}
	
/********************
 Paragraph
*********************/
.div-gogreen{background-color:#9c3;padding:10px;color:#333;}
.uppercase {text-transform:uppercase;}
.page-title {text-transform:uppercase;background:url(../images/header_bg.png) 0 0 repeat-x;display:inline-block;padding:4px;border-top:0px solid #eee;width:100%;}
.p-immediate-cash {color:#066;font-style:normal;font-size:0.75em;}
.p-header {font-size:1.8em;color:#000;font-weight:bold;}
.p-big {font-size:1.4em;font-weight:bold;color:#666;line-height:1.8em;}
.p-center {text-align:center;}
.p-title {font-size:1.8em;font-weight:bold;color:#666;line-height:1.8em;}
.img-left {float:left;margin:0 10px 10px 0;}
.img-right {float:left;margin:0 0 10px 10px;}
.adv-text{text-align:center;font-size:1.4em;height:200px;margin:40px 10px 10px;line-height:2em;color:#666;font-weight:bold;background:url(../images/grey_bg.png) 0 0 repeat-x;border:1px solid #eee;padding:10px;}
.adv-text h3{color: #41701c;}
table {
	/*background-color:#eee;*/
	border:1px solid #ccc;
	width:95%;
	}
.table-contact td {
	/*border-bottom:1px solid #ccc;*/
	padding:10px;
	height:80px;
}
.td-grey{
	background-color:#eee;
	width:100px;
}
#thankyou {
	color:#fff;
	margin:10px;
	padding-left:20px;
	text-align:center;
	
	}
	
#links {
	text-align:center;
	font-size:12px;
	margin:0;
	padding:20px;
	border-top:1px solid #eee;
	clear:both;
}


/*******************
 old site
*******************/
.phoneGreen {
	color: #41701c;
	font-size: 38px;
	font-weight: bold;
	text-align: center;
}

.phonesalmon{
	color: #900;
	font-size: 38px;
	font-weight: bold;
	text-align: center;
}
.fadedGreen {
	color: #869778;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}
.fadedGrey{
	color: #999;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}
.BoldChat {
	margin: 20px  auto;
	width: 200px;
	text-align:center;
}