@charset "utf-8";
/*****************************************/
/**            Structure                 */
/*****************************************/
* {
	padding: 0px;
	/* [disabled]margin: 0px; */
	font-style: normal;
	alignment-adjust: central;
}
body {
	background-color: #e3e2e1;
	background-image: url(images/background.png);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	padding-bottom: 0px;
	/* [disabled]font-weight: normal; */
	color: #FFF;
	alignment-adjust: after-edge;
}
#outer_wrap {
	width: 950px;
	border: 1px solid #999999;
	background-color: #E3E1E2;
	background-repeat: repeat-x;
	background-image: url(images/background.jpg);
	background-position: center top;
	color: #000;
	margin: auto;
	height: auto;
}
#outer_wrap2 {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #999999;
	background-color: #E3E1E2;
	background-repeat: repeat-x;
	background-image: url(images/background2.jpg);
	background-position: top;
}
#top_bar {
	width: 950px;
}
#logo {
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	height: 42px;
	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 {
	height: 40px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #B0D8FF;
	background-image: url(images/nav2.jpg);
	background-repeat: repeat-x;
}
#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: 920px;
	font-size: 14px;
}
#main_left {
	float: left;
	width: 330px;
	color: #000000;
	padding-top: 10px;
	padding-bottom: 10px;
}
#main_right {
	float: left;
	width: 580px;
	background-image: url(images/Main_bg.jpg);
	background-repeat: repeat-x;
	color: #000000;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#feature {
	padding-bottom: 20px;
}
#calltoaction {
	width: 360px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	width: 100%;
	float: left;
}
#nav_bot {
	width: 950px;
	height: 40px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #B0D8FF;
	background-image: url(images/nav2.jpg);
	background-repeat: repeat-x;
}

#copyright {
	padding-top: 3px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 20px;
	padding-bottom: 20px;
	text-align: center;
}

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

h1 {
	font-size: 24px;
	color: #FFF;
	padding-top: 10px;
	text-transform: uppercase;
	font-weight: normal;
}

h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #930;
	padding-bottom: 5px;
	font-style: normal;
	font-variant: normal;
	/* [disabled]text-transform: lowercase; */
	text-align: left;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
	color: #003366;
}
.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: 950px;
	list-style-type: none;
	padding-top:12px;
	text-align: left;
	margin-left: 25px;
}
#nav_bar li {
	color: #333333;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	padding-right: 18px;
	padding-left: 18px;
}
#nav_bar li a:link, #nav_bar li a:visited, #nav_bar li a:active  {
	color: #333333;
	text-decoration: none;
	/* [disabled]font-weight: bold; */
}
#nav_bar li a:hover {
	color: #333333;
	font-size: 9pt;
	font-weight: normal;
}
#nav_bot ul {
	width: 935px;
	list-style-type: none;
	padding-top: 12px;
	padding-left: 15px;
}
#nav_bot li {
	color: #333333;
	float: left;
	height: 20px;
	padding-right: 5px;
	padding-left: 12px;
}
#nav_bot li a:link, #nav_bot li a:visited, #nav_bot li a:active  {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
#nav_bot li a:hover {
	color: #333333;
}
/*****************************************/
/**            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;
	color: #000;
	font-size: 12px;
	text-align: left;
}
/********************************************/
/*				 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: 130px;
}
.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;
}
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;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000;
	text-align: left;
}
.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:#00C;
	cursor:pointer;
	font-size: 16px;
}
.link{
color:#FFFFFF;
cursor:pointer;
}dd {
	padding-left: 15px;
}
.space{
padding:5px;
}
.desc{
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	}
.Drcomment {
	background-color: #E6DFBD;
	padding-right: 10px;
	padding-left: 10px;
	width: 300px;
	border: 1px solid #BFB285;
}
.test {
	font-style: italic;
	font-weight: bold;
}
.right {
	float: right;
}
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-image: url(images/button.png);
	background-repeat: no-repeat;
	text-align: center;
	height: 30px;
	width: 390px;
	padding-top: 10px;
	margin-left: 80px;
	text-decoration: none;
	font-weight: bold;
}
.under {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
p {
	color: #000;
	font-size: 14px;
	resize: both;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

	font-family: Arial, Helvetica, sans-serif;
}
.border {
	border: thin solid #CCCCCC;
}
.pic {
	padding-right: 25px;
}
.box2 {
	background-color: #E6DFBD;
	border: 1px solid #999999;
	font-size: 30px;
	text-align: center;
	color: #E00;
	font-family: Arial, Helvetica, sans-serif;
}
.demos {
	width: 920px;
}
.demobox {
	height: 130px;
	width: 190px;
	padding-top: 10px;
	padding-left: 10px;
	margin-left: 20px;
	background-image: url(images/softbox.png);
	background-repeat: no-repeat;
}
.demobox2 {
	height: 130px;
	width: 190px;
	padding-top: 10px;
	padding-left: 10px;
	margin-left: 20px;
	background-image: url(images/softbox.png);
	background-repeat: no-repeat;
}
/********************************************/
/*		      Columns Sizes 				*/
/********************************************/
.c370 {
	width: 370px;
	height: 148px;
}
.c400{
	width:600px;
	}
.c250px {
	width:250px;
	margin-top:0px;
}
.c450px {
	width:350px;
	margin-top:0px;
}
.c200{
	width:200px;
	}
.text {
	background-image: url(images/box.png);
	height: 31px;
	width: 200px;
	padding-top: 14px;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #377BAC;
	margin-top: 10px;
	margin-left: 20px;
	background-repeat: no-repeat;
	text-align: center;
	margin-bottom: 5px;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	/* [disabled]color: #000000; */
	font-weight: lighter;
	margin-left: 15px;
}
.titlebox {
	padding-left: 10px;
	padding-top: 8px;
	height: 32px;
	background-image: url(images/softwarebar.jpg);
	background-repeat: repeat-x;
	font-size: 16px;
}
.gold {
	color: #C93;

}
.madd {
	margin-left: 15px;
}
.video {
	background-image: url(images/videobar.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.software {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	color: #000066;
	font-weight: bold;
	padding-top: 1px;
	font-style: italic;
	padding-left: 90px;
}
.software2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000000;
	padding-top: 2px;
	padding-right: 45px;
}
.brainbox {
	background-image: url(images/brainbox.png);
	background-repeat: no-repeat;
	height: 262px;
	width: 310px;
	float: left;
	margin-top: 60px;
	padding-right: 15px;
	padding-left: 15px;
	margin-left: 40px;
}
.mecstitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #000066;
	text-align: center;
	font-weight: bold;
	padding-top: 10px;
}
.senses {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #850000;
	font-weight: bold;
	padding-bottom: 5px;
}
.handmind {
	margin-top: -95px;
	margin-left: 60px;
	float: left;
}
.image {
	margin-left: 50px;
}
.modern {
	float: left;
	margin-top: 60px;
	margin-left: 10px;
	width: 400px;
}
.prices {
	margin-left: 130px;
	text-align: center;
	margin-right: 20px;
}
.prices2 {
	float: left;
	padding-right: 20px;
	padding-left: 20px;
	text-align: center;
}
.prices3 {
	text-align: center;
	margin-left: 20px;
}.classes {
	margin-left: 120px;
}
.off {
	float: left;
	padding-right: 90px;
	padding-left: 90px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: -35px;
	text-align: center;
	color: #000;
}
.years {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	float: left;
	padding-right: 35px;
	color: #000;
	text-align: center;
}
.years2 {
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	padding-left: 50px;
	font-size: 18px;
	text-align: left;
	color: #000;
}
.slash {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	float: left;
	padding-right: 90px;
	padding-left: 80px;
	text-align: left;
}
.lfmargin {
	float: left;
	margin-left: 70px;
}
.title2 {
	font-size: 20px;
	color: #FFF;
	margin-right: 190px;
	font-weight: bold;
}
.samples {
	font-size: 20px;
	color: #FFF;
	font-weight: bold;
	margin-left: -15px;
	}
.preview {
	text-align: center;
	border: 1px solid #999999;
	background-color: #CCCCCC;
}
#titlefriend {
	font-family:Arial;
	font-size:13pt;
	font-weight:bold;
	color:#850000;
	padding-top: 5px;
	padding-right: 3px;
	padding-left: 3px;
}
#cell {
	/* [disabled]font-family:Tahoma; */
	/* [disabled]font-size:11px; */
	color:#000000;
}
.friendbox {
	background-color: #CCCCCC;
	float: right;
	border: 1px solid #999999;
	margin-right: 30px;
}
.botnav {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	margin-top: 5px;
}
.botnav a {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
.indent {
	padding-left: 10px;
}
.abot {
	background-color: #CCCCCC;
	padding: 5px;
	border: 1px solid #999999;
	font-weight: bold;
	color: #0F1024;
	font-size: 16px;
}
.box {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	/* [disabled]font-size: 11px; */
	/* [disabled]font-weight: bold; */
}
.flink {
	float: right;
	margin-top: 5px;
}
.flink2{
	float:left;
	margin-top:55px;
	width:180px;
	padding-right:10px;
}
.titlepad{
	padding-left:170px;
	}
#nav_bar .noborder {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.font14 {
	font-size: 12pt;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	font-style: italic;
	color: #000;
	text-align: center;
}
.font12 {
	font-size: 12px;
	text-align: left;
	text-decoration: none;
	color: #000;
}
.font18 {
	font-size: 18pt;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
.fontDarkBlue {
	color: #000080;
}
.font16 {
	font-size: 16pt;
	text-align: center;
	font-weight: normal;
	text-decoration: none;
}
.fontBlack {
	color: #000;
	font-weight: normal;
	text-decoration: none;
}
#outer_wrap #main_content .box .font12 .fontBlack .font14 .font14 .font12 b {
	font-size: 14px;
}
.words17 {
	font-size: 17px;
}
.words17 {
	font-size: 18px;
}
.wordsBlack {
	color: #000;
	font-size: 12px;
}
.wordsBlack {
	color: #000;
	font-size: 18px;
	text-align: center;
}
#outer_wrap2 #main_content div tr td .botnav input {
	text-align: center;
}
.aligncenter {
	text-align: center;
	alignment-adjust: text-after-edge;
	color: #000;
	font-size: 18px;
}
.SpaldingLeft {
	text-align: left;

}
.new14Black {
	font-size: 14pt;
	font-weight: normal;
	color: #000;
	list-style-type: none;
	text-align: center;
}

