﻿body {
	background-color:#CCCCCC;
}

a:link {color: #006699; text-decoration: underline; }
a:hover {color: #CCCCCC; text-decoration: none; }
a:visited {color: #CCCCCC; text-decoration: none; }
a:active {color: #CCCCCC; text-decoration: none; }

.h1 { 
	font-family: 'Droid Sans';
	font-size:60px;
	color: #006699;
	text-transform:uppercase;
	font-weight:600;
	text-align:right;
}


.h2 { 
	font-family: 'Arimo';
	font-size:14px;
	color:#666666;
	text-align:justify;
}


.h3 { 
	font-family: 'Arimo';
	font-size:11px;
	color:#CCCCCC;
	text-align:center;
}


.h4 { 
	font-family: 'Arimo';
	font-size:11px;
	color:#006699;
	text-transform:uppercase;
	font-weight:bold;
	text-align:left;
}


.h5 { 
	font-family: 'Arimo';
	font-size:14px;
	color:#666666;
	text-align:center;
}



.h6 { 
	font-family: 'Arimo';
	font-size:14px;
	color:#666666;
	text-align:right;
}


.h8 { 
	font-family: 'Arimo';
	font-size:16px;
	color:#666666;
	text-align:justify;
}



#top_background {
	position:fixed;
	height: 300px;
	width:100%;
	left:0px;
	top:0px;
	z-index:-1;
	background-image:url(images/bg_gradient_300.png);
	background-repeat:repeat-x;
	
}


#main_container {
	position:relative;
	width: 845px;
	height: auto;
	margin-left: auto ;
  	margin-right: auto ;
	top:25px;
}

#logo {
	position:absolute;
	top:0px;
	left:0px;
	z-index:2;
}


#content_container {
	position:relative;
	width:825px;
	height:auto;
	top:30px;
	right:-20px;
	background-color:#FFF;
}


#links {
	position:relative;
	width:825px;
	height:50px;
	top:0;
	right:-120px;
	z-index:1;
	text-align:right;
}


#header_spacer {
	position:relative;
	width:825px;
	height:3px;
	background-color:#CCCCCC;
}

#title {
	position:relative;
	width:675px;
	height:auto;
	top:35px;
	right:-84px;
	text-align:right;
}


#content {
	position:relative;
	width:675px;
	height:auto;
	margin-top:55px;
	margin-bottom:65px;
	text-align:justify;
	right:-75px;
}


#footer {
	position:relative;
	widows:825px;
	height:90px;
	text-align:center;
}


#spacer_bottom {
	position:relative;
	widows:825px;
	height:125px;
	text-align:center;
	z-index:3;
}


#about_left {
	position:relative;
	width:345px;
	height:auto;
	left:0px;
}

#about_right {
	position:absolute;
	width:300px;
	height:auto;
	left:365px;
	top:0px;
}


#contact_left {
	position:relative;
	width:350px;
	height:auto;
	left:10px;
	top:40px;
	text-align:center;
}

#contact_right {
	position:absolute;
	width:300px;
	height:auto;
	left:365px;
	top:77px;
	text-align:center;
}


#cars_container {
	position:relative;
	width:625px;
	height:auto;
	left:25px;
	text-align:center;
}

#form_container{
	position:relative;
	width:600px;
	height:auto;
	left:100px;
}

#quote_box_1 {
	position:relative;
	width:420px;
	height:auto;
	left:100px;
	margin-top:30px;
	margin-bottom:30px;
}


#quote_box_2 {
	position:relative;
	width:500px;
	height:auto;
	left:90px;
	margin-top:30px;
	margin-bottom:30px;
}


#quote_box_3 {
	position:relative;
	width:360px;
	height:auto;
	left:150px;
	margin-top:30px;
	margin-bottom:30px;
}


#quote_box_4 {
	position:relative;
	width:525px;
	height:auto;
	left:50px;
	margin-top:30px;
	margin-bottom:30px;
}

#quote_box_5 {
	position:relative;
	width:400px;
	height:auto;
	left:130px;
	margin-top:30px;
	margin-bottom:30px;
}