﻿@charset "UTF-8";
/* CSS Document */

html, body{
	margin: 0;
	padding: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	border-left:0;
} 
div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1;
	color: black;
	background: white;
	font-family: Arial, Verdana, Helvetica, sans-serif;	
}
ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}	
caption, th, td {
	text-align: left;
	font-weight: normal;
}	
.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}	
.clearfix {
	display:inline-block;
}	
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

/*........... do not change or amalgamate the above clearfix styles..................*/


body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	background-image:url(images/top-line.png);
	background-repeat:repeat-x;
	
	}
	
#wrapper {
	margin: 0 auto;
	width:958px;}
	
#header {
	background-image:url(images/header.jpg);
	width:958px;
	height:109px;}
	
.logo a {
	background-image:url(images/logo.png);
	height:53px;
	width:371px;
	display:block;
	text-indent:-999999px;
	position:absolute;
	margin: 37px 0 0 0;}
	
.top-text-holder {
	float:right;
	font-size:11px;
	color:#FFF;
	padding:3px 8px 0 0;
	font-family:Verdana, Geneva, sans-serif;}


/*-----------GLOBAL TEXT STYLE-------------*/

h1 {
	font-size:12px;
	color:##2173A1;
	display:inline;
	font-weight:900;}
	
h2 {
	font-size:20px;
	color:#002554;}
	
h3 {
	font-size:20px;
	color:#002554;}
	
a:link {
	text-decoration:underline;
	color:#2173A1;}
	
.text-hdr1  {
	font-size:18px;	}

	
.text-hdr2 {
	font-size:20px;
	color:#002554;}
	
.text-hdr2 a{
	color:#002554;
	text-decoration:none;}
	
.text-hdr2 a:hover {
	text-decoration:underline;}
	
.text-hdr3 {
	font-size:14px;
	font-weight:bold;
	}
	
.text-hdr3 a {
	color:#2173A1;
	}
	
	
.text-hdr4 {
	font-size:20px;
	line-height:25px;
	text-align:center;
	color:#FFF;
	}
	
.text-hdr5 {
	font-size:25px;
	text-align:center;
	color:#FFF;
	}
	
.text-hdr6 {
	font-size:14px;
	text-align:center;
	color:#900;
	}
	
.text-hdr7 {
	font-size:25px;
	text-align:center;
	color:#900;
	}

.text-hdr8 {
	font-size:16px;
	text-align:center;
	color:#FFFFFF;
	}

	
.blue-text {
	color:#002958;}
	
.red-text {
	color:#C00;}

	
.spacer1 {
	margin-bottom:11px;}
	
.spacer2 {
	margin-right:11px;}
	
.h-div {
	border-bottom: dotted 1px #1D6690;
	width:216px;}
	
.h-div2 {
	border-bottom: solid 2px #000235;
	}
	
	.h-div3 {
	border-bottom: solid 3px #2172A1;
	width:700px;
	margin: 0 auto;
	}



/*-----------NAVIGATION-------------*/
	
#nav {
	background-image:url(images/nav-bg.jpg);
	background-repeat:repeat-x;
	height:40px;
	}
	
#nav ul {
	}

#nav li {
	float:left;
	line-height:40px;
	font-size:11px;
	font-weight:bold;}

#nav li a {
	color:#FFF;
	text-decoration:none;
	margin: 0 14px 0 14px;
	}

#nav li a:hover {
	color:#F00;}


/*-----------BANNERS-------------*/

#banner1 {
	background-image:url(images/banner-home-bg.jpg);
	background-repeat:no-repeat;
	height:154px;}



/*home-forms*/

.home-form-holder {
	position:absolute;
	margin: 48px 0 0 258px;
	line-height:79px;
	width:670px;
	}
	
.textlabel {
	font-size:14px;
	color:#FFF;
	float:left;
	margin:0 10px 0 10px;}
	
.input-holder {
	float:left;}
	
.list1 {
	width:160px;
	margin-top:32px;
	}
	
.search-btn1 {
	position:absolute;
	margin: 22px 0 0 10px;}
	
/*makepage-forms*/

.make-form-holder {
	width:726px;
	height:153px;
	background-image:url(images/makepage-banner.jpg);
	background-repeat:no-repeat;}
	
.make-form-inner {
	position:absolute;
	width:340px;
	margin: 78px 0 0 29px;}
	
.make-list {
	width:230px;}
	
.make-rightbox {
	position:absolute;
	width:232px;
	height:103px;
	margin: 14px 0 0 459px;
	padding:10px;
	color:#FFF;}
	
.make-rightbox p {
	margin: 20px 0 0 20px;
	display:block;}
	
	
/*landingpage-forms*/

.landing-form-holder {
	background-image:url(images/gradient-blue.jpg);
	background-repeat:repeat-x;
	padding:20px 0 0 0;}

.landing-form-frame-holder {
	padding:20px 0 0 0;

	}
	
.landing-form-inner {
	margin: 0 auto;
	width:650px;
	padding:4px 20px 0 20px;
	background-color:#FFF;}


.rounded-top {
	background-image:url(images/rounded-top.png);
	width:690px;
	height:6px;
	display:block;
	margin: 0 auto;}
	
.landing-txt-label {
	float:left;
	display:block;
	width:190px;
	text-align:right;
	margin-right:10px;
	font-size:14px;
	margin-bottom:14px;
	line-height:20px;
	color:#666;}
	
.landing-txt-label2 {
	float:left;
	display:block;
	width:210px;
	margin-left:10px;
	font-size:11px;
	margin-bottom:14px;
	line-height:26px;
	color:#666;}
	
.landing-list {
	float: left;
	width: 240px;
	padding: 3px;
	margin: 0 10px 10px 0;
}
	
.landing-textarea {
	float:left;
	width:260px;
	height:100px;
	margin-bottom:14px;
	border: solid 1px #8EB3C8;
	background-color:#EBEBEB;
	font-size:14px;}
	
.landing-textinput {
	float:left;
	width:200px;
	height:24px;
	margin-bottom:14px;
	border: solid 1px #8EB3C8;
	background-color:#EBEBEB;
	font-size:14px;}
	
.landing-textinput2 {
	float:left;
	width:200px;
	height:24px;
	margin-bottom:14px;
	border: solid 1px #8EB3C8;
	/*background-color:#EBEBEB;*/
	font-size:14px;}	
	
.landing-btn-holder {
	float:left;
	display:block;
	width:210px;
	}

	
/*complete-forms*/

.complete-form-holder {
	background-image:url(images/gradient-gray.jpg);
	background-repeat:repeat-x;
	padding:20px 0 0 0;}



/*-----------CONTENT-------------*/

#main-content {
	margin: 0 auto;
	width:958px;
	background-image:url(images/sidebox-bg.jpg);
	background-repeat:repeat-y;
	background-position:top left;
	}


#left-holder {
	width:210px;
	padding: 11px;
	float:left;}
	
	
#right-holder {
	width:714px;
	float:right;
	padding:11px 0 11px 0;}
	
#right-holder2 {
	width:726px;
	float:right;
	}
	
#right-holder2 p {
	margin:0 0 0 11px;}
	

/*featured-make*/	
.featured_make_wrap {
	width:710px;
	padding: 0 0 10px 0;	
	margin: 0 0 10px 11px;
	font-size:11px;
	
}

.featured_make_wrap ul {	
	padding: 10px 20px 10px 0;	
	margin: 10px 0 0 0;
}
	
.featured_make_wrap li {	
	float:left;
	width:162px;
	margin: 0 10px 4px 0;
	line-height:28px;
}
	
.featured_make_wrap li a{
	text-decoration:none;
	color:#25658B;
	padding: 0 0 0 5px;
}
	
.featured_make_wrap li a:hover{
	text-decoration:underline;
	color:#2582C2;
}


/*featured-used Engines*/

.featured-engines-hdr {
	background-image:url(images/hdr-bg.jpg);
	height:41px;
	font-size:20px;
	color:#FFF;
	text-indent:10px;
	line-height:40px;}

.featured-engines ul {}

.featured-engines li {
	float:left;
	display:block;
	width:241px;
	height:250px;
	border-right: solid 1px #000235;
	text-align:center;
	font-size:12px;
	}
	
	
/*Engine Installer*/

.engine-installers-holder {
	
	}
	
.engine-installers-holder ul {
	margin-left:20px;
	}
	
.engine-installers-holder li {
	float:left;
	display:block;
	margin:7px 0 0 0 ;
	width:231px;
	font-size:14px;
	background-repeat:no-repeat;
	background-position:left;
	}
	
.engine-installers-holder li a{
	color:#002958;
	text-decoration:none;
	line-height:30px;
	padding-left:10px;
	}

.engine-installers-holder li a:hover {
	text-decoration:underline;}
	
	
	
/*Engine Photos*/	

.engine-photos-holder {
	margin: 0 auto;
	width:640px;
	}
	
.engine-photos-holder ul  {}

.engine-photos-holder li  {
	float:left;
	text-align:center;
	display:block;
	width:314px;
	margin-bottom:20px;}
	
.engine-photos-holder li a {
	font-size:14px;
	color:#206E9B;
	font-weight:bold;}
	
	
.contact-search {
	background-image:url(images/contact-search-bg.jpg);
	width:352px;
	height:52px;
	padding: 25px 10px 0 16px;
	margin-left:11px;}
	
.contact-list {
	float:left;
	width:230px;
	height:26px;
	margin-bottom:14px;
	background-color:#FFF;
	border: solid 1px #8EB3C8;
	font-size:14px;}
	
.contact-btn {
	position:absolute;
	margin-left:240px;
	}

/*-----------FOOTER-------------*/

#footer {
	background-image:url(images/footer-bg.jpg);
	font-size:11px;
	height:63px;
	width:938px;
	padding: 0 10px 0 10px;
	line-height:63px;
	color:#FFF;
	margin: 0 auto;}
	
#footer a{
	color:#FFF;}
	
#logo-thumb {
	background-image:url(images/logo-thumb.png);
	width:194px;
	height:19px;
	display:block;
	position:absolute;
	margin: 24px 0 0 740px;
	}



.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/**************************************************************************
	ORDER FORM
***************************************************************************/

#order-form {
	/*background: none repeat scroll 0 0 #F4F4F4;
	border: 1px dotted #999999;
	margin: 0 auto;
	padding: 20px;
	width: 460px;*/
}

#order-form label {	
	/*color: #666666;
	display: block;
	float: left;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 14px;
	margin-right: 10px;
	text-align: right;
	width: 190px;*/
}

#order-form input {
	/*background-color: #EBEBEB;
	border: 1px solid #8EB3C8;
	float: left;
	font-size: 14px;
	height: 24px;
	margin: 0 10px 10px 0;
	width: 200px;*/
}

#order-form select {
	float: left;
	margin: 0 10px 10px 0;
	padding: 3px;
	width: 200px;
}

#order-form textarea {
	background-color: #EBEBEB;
	border: 1px solid #8EB3C8;
	float: left;
	font-size: 14px;
	margin: 0 10px 10px 0;
}

#order-form .req {
	color: #CC0000;
}

#order-form h2 {
	line-height: 40px;
	margin-bottom: 10px;
}
