/* TABLE OF CONTENTS
	1. reset
	2. global
	3. header
	4. global content
	5. content / home
	6. content / inventory
	7. content / inventory detail
	8. content / request drive
	9. content / email friend
	10. content / vehicle finder
	11. content / featured vehicles
	12. content / finance center
	13. content / directions
	14. content / about us
	15. content / testimonials
	16. content / terms
	17. footer
*/

/* reset
   ================================================== */

/*
* {
	margin: 0;
	padding: 0;
}
*/

/* global
   ================================================== */
   
html {
	margin: 0;
	padding: 0;
}

body {
		margin: 0;
		padding: 0;
		border: 0;
		background-image: url(../images/master_bottom_fade.jpg);
		background-attachment: fixed;
		background-position: bottom left;
		background-repeat: repeat-x;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #333;}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
}
h1.regular {
		font-size: 150%;
		font-weight: bold;
		color: #990000;
		margin: 0 0 5px 0;
		padding: 0 0 5px 0;
		border-bottom: 1px solid #999;
}
p {
	font-family: Arial, sans-serif;
	font-size: 12px;
}

li {
	font-family: Arial, sans-serif;
	font-size: 12px;
	list-style: none;
}

a {
	outline: none;
	text-decoration: none;
	*cursor: hand;
}

.bold {
	font-weight: bold;
}

.clear {
	clear: both;
}

#container {
	margin: 0 auto;
	padding: 0;
	width: 922px;
	
}

/* header
   ================================================== */

#header {
	margin: 0 auto;
	width: 922px;
	height: 109px;
	background: url(../images/header.png) no-repeat;
}

		
#header h1, h2 {
	float: left;
	text-indent: -9999px;
}

#contact-home {
	text-indent: -9999px;
}

#contact-home h2 {
	text-indent: -9999px;
	_display: none;
}

#contact-home h3 {
	text-indent: -9999px;
	_display: none;
}

#header-email {
	margin: 98px 0 0 0;
	float: right;
	width: 240px;
	height: 22px;
}
#Header_nav {
	margin: 0px 0 0 0px;
	padding: 0;
	width: 922px;
	height: 109px;
	background: url(../images/header.png) no-repeat;
	position: absolute;
}

#Header_nav span {
	display: none;
}

#Header_nav li, #Header_nav a {
	height: 109px;
	display: block;
}

#Header_nav li {
	display: inline;
}

#Header_home-nav {
	position: absolute;
	margin: 0 0 0 0px;
	width: 446px;
}

#Header_home-nav a:hover {
	background: url(../images/header_hover.png) no-repeat;
}

#Header_contact-nav {
	position: absolute;
	margin: 0 0 0 446px;
	width: 106px;
}

#Header_contact-nav a:hover {
	background: url(../images/header_hover.png) -446px no-repeat;
}

#Header_directions-nav {
	margin: 0 0 0 552px;
	position: absolute;
	width: 143px;
}

#Header_directions-nav a:hover {
	background: url(../images/header_hover.png) -552px no-repeat;
}

#Header_testimonials-nav {
	margin: 0 0 0 695px;
	position: absolute;
	width: 121px;
}

#Header_testimonials-nav a:hover {
	background: url(../images/header_hover.png) -695px no-repeat;
}

#Header_about-nav {
	position: absolute;
	margin: 0 0 0 816px;
	width: 106px;
}

#Header_about-nav a:hover {
	background: url(../images/header_hover.png) -816px no-repeat;
}

#nav {
	margin: 0px 0 0 0px;
	padding: 0;
	width: 922px;
	height: 35px;
	background: url(../images/nav.png) no-repeat;
	position: absolute;
}

#nav span {
	display: none;
}

#nav li, #nav a {
	height: 35px;
	display: block;
}

#nav li {
	display: inline;
}

#home-nav {
	position: absolute;
	margin: 0 0 0 0px;
	width: 120px;
}

#home-nav a:hover {
	background: url(../images/nav_hover.png) no-repeat;
}

#inventory-nav {
	position: absolute;
	margin: 0 0 0 120px;
	width: 162px;
}

#inventory-nav a:hover {
	background: url(../images/nav_hover.png) -120px no-repeat;
}

#featured-nav {
	margin: 0 0 0 282px;
	position: absolute;
	width: 244px;
}

#featured-nav a:hover {
	background: url(../images/nav_hover.png) -282px no-repeat;
}

#finder-nav {
	position: absolute;
	margin: 0 0 0 526px;
	width: 205px;
}

#finder-nav a:hover {
	background: url(../images/nav_hover.png) -526px no-repeat;
}




#directions-nav {
	margin: 0 0 0 731px;
	position: absolute;
	width: 191px;
}

#directions-nav a:hover {
	background: url(../images/nav_hover.png) -731px no-repeat;
}




/* global content
   ================================================== */

.page-heading {
	margin: 0;
	color: #000;
	font-size: 22px;
}

.center-pages {
	padding: 20px 0 0px 0;
	margin: 0 auto;
	width: 922px;
	background-image: url(../images/master_bottom_fade.jpg);
	background-attachment: fixed;
	background-position: bottom left;
	background-repeat: repeat-x;
	border: 1px solid #0E2944;
	
}


.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;	
}

.textarea {
	font-size: 12px;
	color: #000;
	background-color: #FFF;
	border: 1px solid #0E2944;
	height: 100px;
	width: 282px;
}

.message {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #8685B0;	
	border: 1px solid #0E2944;
	width: 540px;
}

.inputbox_entry {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #373644;
	border: 1px solid #727890;
	height: 17px;	
}

.selectbox {
	font-size: 12px;
	color: #000;
	background-color: #FFF;
	border: 1px solid #727890;
}

.print_page{
	font-size: 11px;
	color: #FFF8B0;	
	text-decoration: none;
	text-align: center;
}

#memberships {
	padding: 20px 20px 20px 50px;
	float: left;
	width: 320px;
}

#ase {
	padding: 0 15px 0 0;
	float: left;
	width: 121px;
	height: 41px;
	background: url(../images/ase.png) no-repeat;
}

#niada {
	padding: 0 15px 0 0;
	float: left;
	width: 103px;
	height: 36px;
	background: url(../images/niada.png) no-repeat;

}

#fiada {
	float: left;
	width: 58px;
	height: 59px;
	background: url(../images/fiada.png) no-repeat;

}

#bbb {
	float: left;
	width: 291px;
	height: 46px;
	background: url(../images/bbb.png) no-repeat;

}

#subLeft {
	width: 420px;
	float: left;
	margin: 0;
	padding: 0;
	border: 0;
}
		
#subRight {
	width: 420px;
	float: right;
	margin: 0;
	padding: 0;
	border: 0;
}
/* content / home
   ================================================== */

#banner-home {
	margin: 0 auto;
	width: 735px;
	height: 317px;
	background: url(../images/banner.jpg) no-repeat;
}

#content-home {
	padding: 0;
	height: 550px;
	text-align: center;
	
	
}
#content-home-imgFeatured {
	margin: 45px 0 0  0px;
	padding: 0;
	float: left;
	width: 220px;
	height: 300px;
	background-color: #C9C9C9;
}
#content-home-img1 {
	margin: 45px 0 0  0px;
	padding: 0;
	float: left;
	width: 700px;
	height: 300px;
	
}

#content-home-img2 {
	margin: 10px 0 0  0px;
	padding: 0;
	float: left;
	width: 220px;
	height: 180px;
	background: transparent url(../images/home_family.jpg) no-repeat;
}
#content-home-img2 p {
	margin: 20px 0 0  230px;
	width: 472px;
	height: 180px;
	text-align: left;
	line-height: 14px;
	font-size: 13px;
	font-style: normal;
	
}
#content-home-img3 {
	margin: 10px 0 0  502px;
	padding: 0;
	float: left;
	width: 200px;
	height: 180px;
	background: transparent url(../images/facebook.jpg) no-repeat;
}

#content-home-img4 {
	margin: 0;
	padding: 0;
	float: left;
	width: 922px;
	height: 2px;
	background: transparent url(../images/home_bottom.jpg) no-repeat;
}

#content-home-img5 {
	margin: 0;
	padding: 0;
	float: left;
	width: 320px;
	height: 376px;
	background: transparent url(../images/content_bg_05.jpg) no-repeat;
}

#content-home-img6 {
	margin: 0;
	padding: 0;
	float: left;
	width: 319px;
	height: 376px;
	background: transparent url(../images/content_bg_06.jpg) no-repeat;
}

#content-home img {
	padding: 0px;
}

#content-home table {
	float: left;
}

#inventory-home {
	margin: 47px 0 0 758px;
	*margin: 47px 0 0 280px;
	position: absolute;
	width: 133px;
	height: 56px;
	background: transparent url(../images/inventory_home.png) no-repeat;
}

#finance-home {
	margin: 106px 0 0 758px;
	*margin: 106px 0 0 280px;
	position: absolute;
	width: 133px;
	height: 56px;
	background: transparent url(../images/finance_home.png) no-repeat;
}

#intro-phone {
	margin: 0px 0 0 53px;
	*margin: 20px 0 0 -800px;
	position: absolute;
	width: 922px;
}

#intro-phone p {
	text-align: left;
	line-height: 30px;
	font-size: 28px;
	font-style: normal;
	color: #235D8B;
}

#intro-name {
	margin: 30px 30px 30px 232px;
	width: 450px;
}

#intro-name p {
	text-align: left;
	line-height: 14px;
	font-size: 13px;
	font-style: normal;
	color: #235D8B;
}

#intro-phone2 {
	margin: 0px 0 0 53px;
	*margin: 100px 0 0 -865px;
	position: absolute;
	width: 922px;
}

#intro-phone2 p {
	text-align: left;
	line-height: 30px;
	font-size: 28px;
	font-style: normal;
	color: #235D8B;
}

#intro-name2 {
	margin: 0px 0 0 53px;
	*margin: 130px 0 0 -865px;
	position: absolute;
	width: 922px;
}

#intro-name2 p {
	text-align: left;
	line-height: 18px;
	font-size: 15px;
	font-style: normal;
	color: #235D8B;
}
#featured-vehicles-home {
	margin: 15px 0 0 20px;
	position: left;
	width: 170px;
	height: 150px;
	
}

#featured-vehicles-home h3 {
	text-align: left;
	font-size: 10px;
	font-weight: 100;
}

.special-home {
	padding: 0 8px 0 8px;
	width: 170px;
	height: 125px;
	float: left;
	outline: none;
	text-decoration: none;
	*cursor: hand;
	border: thin solid #000;
	
}

.special-home img {
	border: 1px solid #666;
}

.special-home h3 {
	padding: 3px 0 0 0;
}
/* content / inventory
   ================================================== */

#inventory {
	padding: 30px 30px 30px 30px;
}

.vehicle-heading {
	font-size: 20px;
	padding: 10px 0 10px 0;
}

.sort_search{
	font-size: 12px;
	color: #ADACDC;
	font-weight: bold;	
	text-decoration: none;
	text-align: center;
}

.Refinetext {
	font-size: 12px;
	color: #000;
}

.VehicleDesc {
	font-size: 17px;
	color: #000;
	text-align: left;
	font-weight: bold;
}

.modelbox {
	font-size: 12px;
	color: #000;
	text-align: left;
	padding-left: 10px;
	vertical-align: middle;
}

.Stockbox-inventory {
	font-size: 11px;
	color: #6B602E;	
}

.Milesbox {
	font-size: 12px;
	color: #E0E0E0;	
	padding-left: 10px;
}

.Pricebox{
	font-size: 16px;
	color: #240CC3;
	font-weight: bold;	
	padding-left: 10px;	
}

.PriceboxListing{
	font-size: 15px;
	color: #240CC3;
	font-weight: bold;			
}

.detailbox{
	font-size: 11px;
	color: #000;
	font-weight: bold;
	text-decoration: none;	
}

.Detail_heading{
	font-size: 18px;
	color: #000;
	padding-left: 10px;
	padding-bottom: 3px;
}

#testdrive-request {
	padding: 0 0 3px 0;
	text-indent: -9999px;
	background: url(../images/detail_links.png) 0 0 no-repeat;
	width: 311px;
	height: 23px;	
}

#testdrive-request a h2 {
	width: 311px;
	height: 23px;	
}

#testdrive-request a h2:hover {
	background: url(../images/detail_links_hover.png) 0 0 no-repeat;
}

#testdrive-finance {
	padding: 0 0 3px 0;
	text-indent: -9999px;
	background: url(../images/detail_links.png) 0px -28px no-repeat;
	width: 311px;
	height: 23px;
}

#testdrive-finance a h2 {
	width: 311px;
	height: 23px;	
}

#testdrive-finance a h2:hover {
	background: url(../images/detail_links_hover.png) 0 -28px no-repeat;
}

#testdrive-print {
	padding: 0 0 3px 0;
	text-indent: -9999px;
	background: url(../images/detail_links.png) 0px -56px no-repeat;
	width: 311px;
	height: 23px;
}

#testdrive-print a  h2 {
	width: 311px;
	height: 23px;	
}

#testdrive-print a h2:hover {
	background: url(../images/detail_links_hover.png) 0 -56px no-repeat;
}

#testdrive-email {
	padding: 0 0 3px 0;
	text-indent: -9999px;
	background: url(../images/detail_links.png) 0px -84px no-repeat;
	width: 311px;
	height: 23px;
}

#testdrive-email a h2 {
	width: 311px;
	height: 23px;	
}

#testdrive-email a h2:hover {
	background: url(../images/detail_links_hover.png) 0 -84px no-repeat;
}

#testdrive-finder {
	padding: 0 0 3px 0;
	text-indent: -9999px;
	background: url(../images/detail_links.png) 0px -112px no-repeat;
	width: 311px;
	height: 23px;
}

#testdrive-finder a h2 {
	width: 311px;
	height: 23px;	
}

#testdrive-finder a h2:hover {
	background: url(../images/detail_links_hover.png) 0 -112px no-repeat;
}

.Picture_Box {
}

.installed_options_head{
	font-size: 12px;
	color: #fff;
	background-color: #333;
}

.installed_options{
	font-size: 12px;
	color: #000;
	width: 250px;
	height:10px;
	overflow: auto;
	border: none;
	background-color: #FFF;
	vertical-align: top;	
}

.inputbox_inital {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #373644;
	border: 1px solid #727890;
	height: 22px;
	width: 30px;	
}
.inputbox_datebirth {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #373644;
	border: 1px solid #727890;
	height: 22px;
	width: 70px;	
}
.inputbox_street {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #373644;
	border: 1px solid #727890;
	height: 22px;
	width: 250px;	
}
.inputbox_city {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #373644;
	border: 1px solid #727890;
	height: 22px;
	width: 111px;	
}
.check_box {	
	height: 13px;
	width: 13px;	
}
.inputbox_application {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #373644;
	border: 1px solid #727890;
	height: 22px;
	width: 100px;	
}

/* content / inventory detail
   ================================================== */

#inventory-detail {
	padding: 30px 30px 30px 30px;
}

.Detail_heading {
	font-weight: bold;
	text-decoration: underline;
}

.photo-gallery {
	margin: 0 0 0 60px;
}

#detail-links {
	margin: 0 0 0 60px;
}

.Stockbox-inventory-detail {
	font-size: 11px;
	color: #fff;	
}

.vehicle-details {
	font-size: 11px;
	color: #000;
}

.vehicle-details:hover {
	color: #fff;
}

/* content / request drive
   ================================================== */

#request-drive {
	padding: 30px 70px 30px 30px;
}

#request-drive-desc {
	padding: 20px 0 25px 0;
	font-size: 14px;
}

/* content / email friend
   ================================================== */

#email-friend {
	padding: 30px 30px 30px 30px;
}

#email-friend-desc {
	padding: 20px 0 25px 0;
	font-size: 14px;
}

/* content / vehicle finder
   ================================================== */

#vehicle-finder {
	padding: 30px 70px 30px 30px;
}

#vehicle-finder-leftcol {
	float: left;
	width: 600px;
}

#vehicle-finder-leftcol table {
	padding: 10px 0 0 0;
	float: left;
}

#vehicle-finder-desc {
	padding: 20px 0 15px 0;
	font-size: 14px;
}

#vehicle-finder-rightcol {
	margin: 0 0 0 50px;
	float: right;
	width: 184px;
	height: 162px;
}

.inputbox {
	font-size: 12px;
	color: #000;
	background-color: #FFF;
	border: 1px solid #0E2944;
	height: 18px;
	width: 250px;
}

.Year_inputbox {
	font-size: 12px;
	color: #000;
	background-color: #FFF;
	border: 1px solid #0E2944;
	height: 18px;
	width: 100px;
}

.finder_selectbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #FFF;
	border: 1px solid #727890;
	width: 115px;
}
.finder_selectbox2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #FFF;
	border: 1px solid #727890;
	width: 250px;
}

/* content / featured vehicles
   ================================================== */
   
#featured-vehicles {
	padding: 30px 30px 30px 30px;
}

#featured-vehicles h3 {
	margin: 0 0 20px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #A99748;
	font-weight: bold;
	font-size: 23px;
}

/* content / finance center
   ================================================== */

#finance-instructions h3 {
	padding: 30px 0 0 41px;
	font-weight: bold;
	font-size: 12px;
}

#finance-calc {
	margin: 0;
	padding: 0;
}

#finance-calc p {
	margin: 0;
	padding: 0;
}

#payment-input {
	color: green;
}

#payment-input-field {
	background: #ddd;
}

.finance_selectbox2 {
	font-size: 12px;
	color: #000;
	background-color: #FFF;
	border: 1px solid #727890;
	width: 190px;
	height: 22px;
}

.finance_selectbox3 {
	font-size: 12px;
	color: #000;
	background-color: #FFF;
	border: 1px solid #727890;
	width: 80px;
	height: 22px;
}

.finance_selectboxTerm {
	font-size: 12px;
	color: #000;
	background-color: #FFF;
	border: 1px solid #727890;
	width: 60px;
	height: 22px;
}

.form_text {
	height: 22px;
}

.finance_selectbox {
	font-size: 12px;
	color: #000;
	background-color: #FFF;
	border: 1px solid #727890;
	width: 115px;
	height: 22px;
}

.terms_and_conditions {
	font-family: Tohama, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	width: 650px;
	height:200px;
	overflow: auto;
	border: none;
	background-color: #FFF;
	vertical-align: top;
	padding-left: 10px;
	padding-right: 10px;	
}

.inputboxFinance {
	font-size: 12px;
	color: #000;
	background-color: #FFF;
	border: 1px solid #0E2944;
	height: 18px;
	width: 180px;
}
.inputboxFinanceZip {
	font-size: 12px;
	color: #000;
	background-color: #FFF;
	border: 1px solid #0E2944;
	height: 18px;
	width: 100px;
}

.inputboxFinanceSmall {
	font-size: 12px;
	color: #000;
	background-color: #FFF;
	border: 1px solid #0E2944;
	height: 18px;
	width: 110px;
}
.inputboxFinancePhone {
	font-size: 12px;
	color: #000;
	background-color: #FFF;
	border: 1px solid #0E2944;
	height: 18px;
	width: 150px;
}
.inputboxFinanceEmail {
	font-size: 12px;
	color: #000;
	background-color: #FFF;
	border: 1px solid #0E2944;
	height: 18px;
	width: 250px;
}
.inputboxFinanceYears {
	font-size: 12px;
	color: #000;
	background-color: #FFF;
	border: 1px solid #0E2944;
	height: 18px;
	width: 50px;
}
.inputboxFinanceAddress {
	font-size: 12px;
	color: #000;
	background-color: #FFF;
	border: 1px solid #0E2944;
	height: 18px;
	width: 220px;
}
.ComboFinanceMed {
	font-size: 12px;
	height: 18px;
	width: 230px;
}

/* content / directions
   ================================================== */

#directions {
	padding: 30px 30px 30px 30px;
}

#directions-map {
	margin: 0 auto;
	padding: 10px 0 0 0;
	width: 800px;
}

#view-larger-map {
	margin: 0 0 0 754px;
}

/* content / about us
   ================================================== */

#about-us {
	padding: 30px 30px 30px 30px;
	height: 650px;
	
}

#about-us h1 {
	padding: 0 0 20px 0;
}

#about-us h3 {
	padding: 0 0 10px 0;
	font-size: 20px;
}

#about-us h4 {
	padding: 0 0 5px 0;
	font-size: 16px;
	font-weight: 100;
}

/* content / testimonials
   ================================================== */
   
#testimonials {
	padding: 30px 30px 30px 30px;
}

#testimonials h3 {
	margin: 0 0 30px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #A99748;
	font-weight: bold;
	font-size: 23px;
}

#testimonials h4 {
	font-size: 16px;
	font-weight: 100;
}

#testimonials p {
	margin: 10px 0 0 10px;
	
}

.test-single {
	padding-bottom: 30px;
}

/* content / terms
   ================================================== */

#terms {
	padding: 30px 30px 15px 30px;
}

#terms h1 {
	padding: 0 0 30px 0;
	text-align: center;
	font-size: 22px;
}

#terms h3 {
	font-size: 16px;
}

/* footer
   ================================================== */

#footer p {
	margin: 0;
	padding: 10px 0 0 0;
	text-align: center;
	font-size: 12px;
	color: #666;
}