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

/*-----Universal--------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}

html, body {
	margin: 0; padding: 0;
}


body {
	background-color: #000;
	font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.5em;
	color:#fff;
	background-position: top center;
	background-repeat:no-repeat;
	height:100%;
}

#container {
	width: 930px;
	margin: 0 auto;
	height:auto;
}

#header {
	position:relative;
	width:930px;
	height:199px;
	background-image: url(images/header.png); 
}

.clear{
	clear:both;
}

#footer{
	height:40px;
	margin-top:5px;
	font-size:10px;
}

a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #aaa;
}

.small {
	font-size:10px;
	text-transform:uppercase;
}

.large {
	font-size:15px;
	text-transform:uppercase;
}

h2 {
	width:512px;
	padding:15px 20px;
	color:#003366;
	font-style:italic;
	line-height:1.5em;
	background-color:#e2f0fd;
}

h3 {
	padding:15px 20px;
	color:#0466c7;
	font-style:italic;
}

h3 a:link {
	color:#0466c7;
}

h3 a:hover {
	color:#003366;
}

h4 {
	padding:15px 20px;
	color:#0466c7;
}

ul {
	padding:0 20px 0 40px;
	color:#000;
}

h5 {
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
}


/*-----Nav--------------------------------------------------------*/
#mainnav {
	position:relative;
	margin-left: 20px;
	margin-top:77px;
	height:44px;
	float:left;
}

#whoweare_btn {
	width:190px;
	height: 44px;
	background:url(images/who_we_are.jpg) no-repeat 0 0;
	display: block;
	float:left;
	border:0px;
}

#whoweare_btn_active {
	width:190px;
	height: 44px;
	background:url(images/who_we_are.jpg) no-repeat 0 -44px;
	float:left;
}

#whoweare_btn:hover {
	background:url(images/who_we_are.jpg) no-repeat 0 -44px;
}

#vehicles_btn {
	width:151px;
	height: 44px;
	background:url(images/vehicles.jpg) no-repeat 0 0;
	display: block;
	float:left;
	border:0px;
}

#vehicles_btn_active {
	width:151px;
	height: 44px;
	background:url(images/vehicles.jpg) no-repeat 0 -44px;
	float:left;
}

#vehicles_btn:hover {
	background:url(images/vehicles.jpg) no-repeat 0 -44px;
}

#parts_btn {
	width:110px;
	height: 44px;
	background:url(images/parts.jpg) no-repeat 0 0;
	display: block;
	float:left;
	border:0px;
}

#parts_btn_active {
	width:110px;
	height: 44px;
	background:url(images/parts.jpg) no-repeat 0 -44px;
	float:left;
}

#parts_btn:hover {
	background:url(images/parts.jpg) no-repeat 0 -44px;
}

#news_btn {
	width:105px;
	height: 44px;
	background:url(images/news.jpg) no-repeat 0 0;
	display: block;
	float:left;
	border:0px;
}

#news_btn_active {
	width:105px;
	height: 44px;
	background:url(images/news.jpg) no-repeat 0 -44px;
	float:left;
}

#news_btn:hover {
	background:url(images/news.jpg) no-repeat 0 -44px;
}

/*-----Home--------------------------------------------------------*/
#feature1 {
	position:relative;
	width:930px;
	height:333px;
}

#feature2, #feature3 {
	position:relative;
	margin:15px 15px 0 0;
	width: 293px;
	height:152px;
	background-color:#070707;	
	float:left;
	padding-right:10px;
}

#feature4 {
	position:relative;
	margin-top: 15px;
	width: 294px;
	height:152px;
	background-color:#070707;
	float:left;
}

#signup_btn {
	position:absolute;
	bottom:15px;
	right:15px;
	width:71px;
	height: 21px;
	background:url(images/signup_btn.jpg) no-repeat 0 0;
	display: block;
	border:0px;
}

#signup_btn:hover {
	background:url(images/signup_btn.jpg) no-repeat 0 -21px;
}

#shopsmall_btn {
	position:absolute;
	bottom:15px;
	right:15px;
	width:87px;
	height: 21px;
	background:url(images/shopsmall_btn.jpg) no-repeat 0 0;
	display: block;
	border:0px;
}

#shopsmall_btn:hover {
	background:url(images/shopsmall_btn.jpg) no-repeat 0 -21px;
}

.small {
	font-size:9px;
}

.required {
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	color:#F00;
}

#thank_you {
	width:500px;
	height:115px;
	background:#333;
	margin:15px auto;
	text-align:left;
}

#thank_you h2 {
	width:460px;
	padding:15px 20px;
	color:#003366;
	font-style:italic;
	line-height:1.5em;
	background-color:#e2f0fd;
}


/*-----Jquery--------------------------------------------------------*/
#myController {
	position: absolute;
	left:45px;
	top:280px;
	width:200px;
	font-size: 11px;
}

.slide-thumbnail { 
	width:930px;
	height:333px;
}

.slide-details {
	position:absolute;
	left:42px;
	top: 215px;
}

#btn1 {
	width:16px;
	height: 16px;
	padding:0 5px 0 0;
	background:url(images/btn1.jpg) no-repeat 0 0;
	display: block;
	float:left;
	border:0px;
	cursor:pointer;
}

#btn1:hover { 
	background:url(images/btn1.jpg) no-repeat 0 -16px; 
}

#btn2 {
	width:16px;
	height: 16px;
	padding:0 5px 0 0;	
	background:url(images/btn2.jpg) no-repeat 0 0;
	display: block;
	float:left;
	border:0px;
	cursor:pointer;
}

#btn2:hover { 
	background:url(images/btn2.jpg) no-repeat 0 -16px; 
}

#btn3 {
	width:16px;
	height: 16px;
	padding:0 5px 0 0;
	background:url(images/btn3.jpg) no-repeat 0 0;
	display: block;
	float:left;
	border:0px;
	cursor:pointer;
}

#btn3:hover { 
	background:url(images/btn3.jpg) no-repeat 0 -16px; 
}

#btn4 {
	width:16px;
	height: 16px;
	padding:0 5px 0 0;
	background:url(images/btn4.jpg) no-repeat 0 0;
	display: block;
	float:left;
	border:0px;
	cursor:pointer;
}

#btn4:hover { 
	background:url(images/btn4.jpg) no-repeat 0 -16px; 
}

#shoplrg_btn {
	width:123px;
	height: 31px;
	background:url(images/shoplrg_btn.png) no-repeat 0 0;
	display: block;
	float:left;
	border:0px;
	cursor:pointer;
}

#shoplrg_btn:hover { 
	background:url(images/shoplrg_btn.png) no-repeat 0 -31px; 
}

#testimonials_btn {
	width:151px;
	height: 31px;
	background:url(images/testimonials_btn.png) no-repeat 0 0;
	display: block;
	float:left;
	border:0px;
	cursor:pointer;
}

#testimonials_btn:hover { 
	background:url(images/testimonials_btn.png) no-repeat 0 -31px; 
}

#videos_btn {
	width:140px;
	height: 31px;
	background:url(images/videos_btn.png) no-repeat 0 0;
	display: block;
	float:left;
	border:0px;
	cursor:pointer;
}

#videos_btn:hover { 
	background:url(images/videos_btn.png) no-repeat 0 -31px; 
}

/*-----About--------------------------------------------------------*/
#about_content {
	position:relative;
	width:930px;
	height:764px;
	background-color:#070707;
}

#text_about {
	position:relative;
	width:552px;
	height:638px;
	background-color:#fff;
	float:left;
	margin-left:38px;
}

#testimonials_smallbtn {
	position:absolute;
	bottom:15px;
	right:15px;
	width:108px;
	height: 22px;
	background:url(images/testimonials_smallbtn.jpg) no-repeat 0 0;
	display: block;
	border:0px;
}

#testimonials_smallbtn:hover {
	background:url(images/testimonials_smallbtn.jpg) no-repeat 0 -22px;
}

#videos_smallbtn {
	position:absolute;
	bottom:15px;
	right:15px;
	width:108px;
	height: 22px;
	background:url(images/videos_smallbtn.jpg) no-repeat 0 0;
	display: block;
	border:0px;
}

#videos_smallbtn:hover {
	background:url(images/videos_smallbtn.jpg) no-repeat 0 -22px;
}

/*-----Testimonials--------------------------------------------------------*/
#testimonials_content {
	position:relative;
	width:930px;
	height:3765px;
	background-color:#070707;
}

#text_testimonials {
	position:relative;
	width:853px;
	background-color:#fff;
	float:left;
	margin-left:38px;
}

.testimonials {
	margin:15px 20px;
	font-size:14px;
	color:#000;
	line-height:1.5em;
}

.testimonials2 {
	width:813px;
	padding:15px 20px;
	font-size:14px;
	color:#000;
	line-height:1.5em;
	background-color:#e2f0fd;
}

#video_btn {
	width:124px;
	height: 70px;
	margin:5px 0;
	background:url(images/video_testimonial.jpg) no-repeat 0 0;
	display: block;
	border:0px;
}

#video_btn:hover {
	background:url(images/video_testimonial.jpg) no-repeat 0 -70px;
}

/*-----Parts--------------------------------------------------------*/
#parts_content {
	position:relative;
	width:930px;
	height:905px;
	background-color:#070707;
}

#textbox_parts {
	position:relative;
	width:284px;
	height:287px;
	background-color:#333;
	margin-left:15px;
	float:left;
}

#shopparts_btn {
	position:absolute;
	bottom:15px;
	right:15px;
	width:99px;
	height: 22px;
	background:url(images/shopparts_btn.jpg) no-repeat 0 0;
	display: block;
	border:0px;
}

#shopparts_btn:hover {
	background:url(images/shopparts_btn.jpg) no-repeat 0 -22px;
}

#specials_btn {
	position:absolute;
	bottom:15px;
	right:15px;
	width:116px;
	height: 22px;
	background:url(images/specials_btn.jpg) no-repeat 0 0;
	display: block;
	border:0px;
}

#specials_btn:hover {
	background:url(images/specials_btn.jpg) no-repeat 0 -22px;
}

#diagrams_btn {
	position:absolute;
	bottom:15px;
	right:15px;
	width:119px;
	height: 22px;
	background:url(images/diagrams_btn.jpg) no-repeat 0 0;
	display: block;
	border:0px;
}

#diagrams_btn:hover {
	background:url(images/diagrams_btn.jpg) no-repeat 0 -22px;
}

/*-----Vehicles--------------------------------------------------------*/
#vehicles_content {
	position:relative;
	width:930px;
	height:603px;
	background-color:#070707;
}

#used_content {
	position:relative;
	width:930px;
	height:100%;
	background-color:#070707;
}

#used_container {
	position:relative;
	width:854px;
	margin:0 auto;
}

#img {
	float:left;
	padding:6px;
	margin:0 8px 35px 0;
	background-color:#333;
}

.car_title {
	width:108px;
	height:111px;
	float:left;
	margin-right:20px;
	padding-left:8px;
	border-left:solid #0466c7 2px;
}

.car_title_last {
	width:108px;
	height:111px;
	float:left;
	padding-left:8px;
	border-left:solid #0466c7 2px;
}

#car_large {
	width:488px;
	margin:15px auto;
	padding:12px;
	background-color:#333;
}

.car_description {
	position:relative;
	background-color:#333;
	margin:0 auto;
	padding-top:10px;
	border-top:solid #0466c7 2px;
}

#textbox1 {
	position:relative;
	width:284px;
	height:237px;
	background-color:#333;
	margin-left:15px;
	float:left;
}

#textbox2 {
	position:relative;
	width:284px;
	height:237px;
	background-color:#333;
	margin:15px 0 0 15px;
	float:left;
}

#viewcars_btn {
	position:absolute;
	bottom:15px;
	right:15px;
	width:87px;
	height: 22px;
	background:url(images/viewcars_btn.jpg) no-repeat 0 0;
	display: block;
	border:0px;
}

#viewcars_btn:hover {
	background:url(images/viewcars_btn.jpg) no-repeat 0 -22px;
}

/*-----NEWS--------------------------------------------------------*/
#news_small_btn {
	position:absolute;
	bottom:15px;
	right:15px;
	width:87px;
	height: 22px;
	background:url(images/news_btn.jpg) no-repeat 0 0;
	display: block;
	border:0px;
}

#news_small_btn:hover {
	background:url(images/news_btn.jpg) no-repeat 0 -22px;
}

#help_btn {
	position:absolute;
	bottom:15px;
	right:15px;
	width:87px;
	height: 22px;
	background:url(images/help_btn.jpg) no-repeat 0 0;
	display: block;
	border:0px;
}

#help_btn:hover {
	background:url(images/help_btn.jpg) no-repeat 0 -22px;
}

#news_content {
	position:relative;
	width:930px;
	height:1750px;
	background-color:#070707;
}

#tech_content {
	position:relative;
	width:930px;
	height:1490px;
	background-color:#070707;
}

#bobstext {
	position:relative;
	width:284px;
	height:auto;
	background-color:#333;
	margin-left:15px;
	float:left;
}

#text_news {
	position:relative;
	width:552px;
	height:auto;
	background-color:#fff;
	float:left;
	margin-left:38px;
}

.news {
	margin:0 20px;
	color:#000;
}

/*-----Employees--------------------------------------------------------*/
#content {
	position:relative;
	width:930px;
	height:395px;
	background-color:#070707;
}

#content2 {
	position:relative;
	width:930px;
	height:655px;
	background-color:#070707;
}

#employee_content {
	position:relative;
	width:854px;
	margin:0 auto;
}

#forms, #bulletins {
	position:relative;
	width:274px;
	height:527px;
	background-color:#333;
	margin-right:16px;
	float:left;
}

#forum {
	position:relative;
	width:274px;
	height:527px;
	background-color:#333;
	float:left;
}

#login_btn {
	width:71px;
	height:21px;
	background:url(images/login_btn.jpg) no-repeat 0 0;
	display:block;
	border:0px;
}

#login_btn:hover {
	background:url(images/login_btn.jpg) no-repeat 0 -21px;
}

#employee_login {
	position:relative;
	width:315px;
	height:267px;
	margin:0 auto;
}

#fields {
	padding:20px;
	background-color:#333;
	margin:0 auto;
}
