@charset "utf-8";


/*****************************************/
/**            Structure                 */
/*****************************************/


* {
	padding: 0px;
	margin: 0px;
}
body {
	background-color: #071515;
	background-image: url(images/background.png);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 20px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-bottom: 10px;
}
#outer_wrap {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #2997cc;
	background-color: #071515;
}
#top_bar {
	width: 900px;
	height: 60px;
	padding: 10px;
}
#logo {
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	height: 42px;
	width: 380px;
	float: left;
	margin-top: 10px;
}
.phone {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #C40006;
	margin-left: 230px;
	font-weight: bold;
}
#nav_bar {
	width: 900px;
	background-image: url(images/nav_bg.jpg);
	background-repeat: repeat-x;
	height: 47px;
}

#banner {
	width: 900px;
	height: 212px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #071515;
	border-bottom-color: #2997cc;
}
#buttons {
	width: 900px;
	padding-top: 20px;
	height: 104px;
}
#buttons a:link, #buttons a:active, #buttons a:hover, #buttons a:visited{
	text-decoration: none;
}  

#btn_marine{
	float: left;
	background-image: url(images/BTN_Marine.jpg);
	background-repeat: no-repeat;
	height: 84px;
	width: 191px;
	margin-left: 10px;
	text-align: right;
	padding-top:20px;
	padding-right: 20px;
	cursor: hand;
	text-decoration:none;
}
#btn_domestic {
	float: left;
	background-image: url(images/BTN_Domestic.jpg);
	background-repeat: no-repeat;
	height: 84px;
	width: 191px;
	margin-left: 10px;
	text-align: right;
	padding-top: 20px;
	padding-right: 20px;
	cursor: hand;
}
#btn_import {
	float: left;
	background-image: url(images/BTN_Import.jpg);
	background-repeat: no-repeat;
	height: 84px;
	width: 191px;
	margin-left: 10px;
	padding-top: 20px;
	padding-left: 20px;
	cursor: hand;
}
#btn_performance {
	float: left;
	background-image: url(images/BTN_Performance.jpg);
	background-repeat: no-repeat;
	height: 84px;
	width: 191px;
	margin-left: 10px;
	padding-top: 20px;
	padding-left: 20px;
	cursor: hand;
}
#main_content {
	padding: 15px;
	width: 870px;
}
#main_left {
	float: left;
	width: 600px;
	padding: 10px;
	background-image: url(images/Main_bg.jpg);
	background-repeat: repeat-x;
	margin-right: 10px;
}
#main_right {
	float: left;
	width: 220px;
	padding: 10px;
	background-color: #2a3841;
	background-image: url(images/Right_col_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;	
}
#feature {
	padding-bottom: 20px;
}
#calltoaction {
	width: 360px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	width: 880px;
}
#nav_bot {
	width: 860px;
	border-bottom: solid 2px #ffffff;
	padding-bottom: 18px;
	padding-right:10px;
}

#copyright {
	padding-top: 3px;
	padding-left: 10px;
}

/*****************************************/
/**       Formatting                     */
/*****************************************/

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;	
	padding-top: 10px;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;	
	padding-bottom: 5px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
}
.red_line {
	width: 220px;
	height: 1px;
	border-top: solid 2px #fc5560;		
}
.call {
	color: #fc5560;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
}
#clearft {
	clear: both;
}
p {
	padding-top: 5px;
	padding-bottom: 5px;
}

/*****************************************/
/**            Navigation                */
/*****************************************/

#nav_bar ul {
	width: 900px;
	list-style-type: none;
	padding-top: 15px;
	padding-left: 20px;
}
#nav_bar li {
	color: #ffffff;
	float: left;
	height: 20px;
	padding-right: 10px;
}
#nav_bar li a:link, #nav_bar li a:visited, #nav_bar li a:active  {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
#nav_bar li a:hover {
	color: #000;
}
#nav_bot ul {
	width: 870px;
	list-style-type: none;
}
#nav_bot li {
	float: left;
	padding-left: 10px;
}
#nav_bot li a:link, #nav_bot li a:visited, #nav_bot li a:active  {
	color: #ffffff;
	text-decoration: none;
}
#nav_bot li a:hover {
	color: #1f6d95;
}
/*****************************************/
/**            table LInks               */
/*****************************************/
#links{
	width:590px;
	padding-left:8px;
}
#links a{
	color:#FFFFFF;
	text-decoration:none;
	cursor: pointer;
}
#links a:hover{
color:#FFFFFF;
text-decoration:underline;
cursor: pointer;
}
#tableleft{
	float:left;
	width:170px;
	padding-left:20px;
	padding-top:4px;
}
#tablemid{
	float:left;
	width:170px;
	padding-left:20px;
	padding-top:5px;
	background-color:#999999;
	height: 23px;
}
.clearFloat{
clear:both;
}
.list {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
}
/********************************************/
/*				 Spry   					*/
/********************************************/

.eng-list {
	float: left;
	width: 440px;
	margin-right: 5px;
	margin-left: 5px;
}
.eng-list li {
	line-height: 1.7;
	cursor: pointer;
	font-size: 14px;
	list-style-type: none;
	font-weight: bold;
	padding-left: 8px;
	border: 1px solid #CCCCCC;
}
.engHover {
	color:#071515;
	background-color: #CCCCCC;
}
.engSelect {
	color:#071515;
	background-color: #B3B3B3;
}
.eng-desc {
	float: left;
	width: 420px;
	padding-left: 5px;
}
.eng-list2 {
	float: left;
	width: 440px;
	margin-right: 5px;
	margin-left: 5px;
}
.eng-list2 li {
	line-height: 1.7;
	cursor: pointer;
	font-size: 14px;
	list-style-type: none;
	font-weight: bold;
	padding-left: 8px;
	border: 1px solid #CCCCCC;
}
.eng-desc2 {
	float: left;
	width: 420px;
	padding-left: 5px;
}
#sourceContainer {
	position: absolute;
	left: 10000px;	
}
.panelbg{
	background-image:url(images/spry-bg.jpg);
	background-repeat:repeat-x;
	width: 230px;
	}
/********************************************/
/*		Buttons link styles					*/
/********************************************/
.company{
	padding-top:2px;
	width:882px;
	padding-left:10px;
	text-align: center;
	clear: both;
	float: left;
	}
.company a{
	background-image:url(images/linkbutton.png);
	background-repeat:no-repeat;
	float: left;
	height: 87px;
	width: 146px;
	text-decoration: none;
}
.company a:hover #away{
	background-image: url(images/linkhover.png);
	background-repeat: no-repeat;
	float: left;
	height: 85px;
	width: 146px;
	text-decoration: none;
	cursor: pointer;
}
#over {
	background-image: url(images/linkover.png);
	background-repeat: no-repeat;
	float: left;
	height: 85px;
	width: 146px;
	cursor: pointer;
}
#away {
	background-image: url(images/linkbutton.png);
	background-repeat: no-repeat;
	float: left;
	height: 85px;
	width: 146px;
	cursor: pointer;
}
.engines{
	padding-top:2px;
	width:882px;
	padding-left:10px;
	text-align: center;
	clear: both;
	float: left;
	}
.engines a{
	float: left;
	height: 85px;
	width: 126px;
	text-decoration: none;
	background-image: url(images/link-button2.png);
	background-repeat: no-repeat;
}
.engines a:hover #away2{
	float: left;
	height: 85px;
	width: 126px;
	text-decoration: none;
	cursor: pointer;
	background-image: url(images/link-hover2.png);
	background-repeat: no-repeat;
}
#over2 {
	float: left;
	height: 85px;
	width: 126px;
	cursor: pointer;
	background-image: url(images/link-over2.png);
	background-repeat: no-repeat;
}
#away2 {
	float: left;
	height: 85px;
	width: 126px;
	cursor: pointer;
	background-image: url(images/link-button2.png);
	background-repeat: no-repeat;
}
/********************************************/
/*		Emblems Positioning 				*/
/********************************************/
.photo{
	margin-left:20px;
	margin-top:8px;
	}
.manufacturers {
	padding-left: 15px;
	padding-bottom: 2px;
}
.toppad {
	margin-top:3px;
}
.pad{
	margin-top:7px;
}
.middle {
	margin-left: 210px;
}
.mid {
	margin-top: 15px;
}
.chrysler {
	margin-top: 30px;
}
.mer{
	margin-top:25px;
}
.vol {
	margin-top: 24px;
}
.SlidingPanelsContentGroup {min-height:0;}
.ind {
	margin-left: 150px;
}
.marine {
	margin-left: 70px;
}
.panel {
	float: left;
	height: 15px;
	width: 160px;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
	margin-right: 10px;
	background-image: url(images/tab.png);
	background-repeat: no-repeat;
	color: #071515;
	text-decoration: none;
	cursor: hand;
}
.c400{
	width:600px;
	}
div#preload { display: none; }
.move {
	margin-left: 20px;
}
.local {
	font-size: 30px;
	color: #c40006;
	font-weight: bold;
	margin-left: 300px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: -52px;
	float: left;
	width: 190px;
}
.left {
	float: left;
}
.right{
	float:right;
}
.callmid {
	margin-left: 225px;
	width: 65px;
	margin-top: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #C40006;
	float: left;
}
p a{
color:#FFFFFF;
cursor:pointer;
}
.link{
color:#FFFFFF;
cursor:pointer;
}dd {
	padding-left: 15px;
}
.space{
padding:5px;
}
.desc{
	font-size: 14px;
	font-weight: bold;
}
.payment{
	margin-top:3px;
}
.addlinks{
	color:#FFFFFF;
	}
.addlinks a{
	padding-bottom:5px;
	}
.link{ 
	color:#FFFFFF;
	}
.infolinks a:link, .infolinks a:visited, .infolinks a:active{
	color:#FFFFFF;
	padding-top:2px;
	padding-bottom:2px;
	}
.infolinks a:hover{
	color:#3366ff;
	}
.construction{
	font-size:18px;
	margin-left:160px;
	}
.warranty a{
	font-size: 25px;
	color:#3366ff;
	text-decoration: none;
}
.warranty a:hover{
	font-size: 25px;
	color:#3366ff;
	text-decoration: underline;
}
.warranty2 a{
	font-size: 25px;
	color:#ffffff;
	text-decoration: none;
}
.warranty2 a:hover{
	font-size: 25px;
	color:#ffffff;
	text-decoration: underline;
}
.conwarrant a{
	font-size: 12px;
	color:#ffffff;
	text-decoration: underline;
}
.conwarrant  a:hover{
	font-size: 12px;
	color:#ffffff;
	text-decoration: underline;
}