﻿/***** BEGIN RESET *****/

html, body, 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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;	
}

ol, ul {
	list-style: none;
}

table{border-collapse:collapse; width:100%;}
td{vertical-align:top;}

/* Make HTML 5 elements display block-level for consistent styling */  
header, nav, article, footer, address {  
    display: block;  
} 

/*-------- COLORS --------
yellow: #ff9948;

*/

/***** END RESET *****/
::-moz-selection {
    background: #000; 
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}


/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}

/*-------- BODY STYLES --------*/

body {
	font-family: 'Open Sans', sans-serif; 
	font-size:15px; 
	line-height: 26px; 
	background:url(../siteart/bg.jpg) no-repeat top center fixed  !important;;
	color: #000; 
	font-weight:300;	
	height:100%;
	background-size:contain;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-attachment:fixed !important ;
	overflow-x:hidden;
}
h1 { font-size: 32px; color:#000; padding-bottom: 20px; text-align:left; font-weight: 700;}
h2 {}
h3 {font-size:18px; color: #000; font-weight: 400; letter-spacing:1px;}
h4{font-size:20px; color:#fff;font-weight: 700; text-transform: uppercase;}

p {font-size:16px; color:#000; font-weight:400;}

a:link, a:visited, a:active {text-decoration:none; color:#000;}
a:hover {color: #ff9948;text-decoration: none; font-weight:600;}
strong { font-size:16px;}

.right{float: right; text-align:right;}
.left{text-align:left;}

.pad{padding: 2% 0;}

hr{border:#000 1px solid;}

/*** HEAD ***/
.width {width: 80%; margin: 0 auto;}
.logo {display:inline-block; vertical-align:middle;}
.logo img{max-width:400px; width: 100%; display:inline-block; text-align:left;}
.case-contact {display:inline-block; text-align:right; vertical-align:middle; float:right;}


#inv_banner_bg {
	background:gray;
	height:90px;
	border-top:6px white solid;
	border-bottom:6px white solid;
}

#footer {
	background:#cecdce;
	padding:30px 0;
}
#footer2 {
	width:420px;
	margin:0 auto;
	max-height:100px;
}




/**-------Home Page------*/
.quicklinks {width:80%; margin: 0 auto; position:absolute; top:60%; left:10%; z-index:10;}
.link {width:33%; float:left; padding:2% 0; background:rgba(0,0,0,.70); border:2px solid #fff;}
.line {width: 150px; text-align:center; margin: 0 auto; height:3px; background: #ff9948;}
.link h1 {font-size:22px; letter-spacing:2px; text-transform:uppercase; color:#fff; text-align:center; font-weight:600;}
.link:hover {background:#000;} 

.blackbar {width:100%; background:#000;}
.blackbar h1 {text-transform:uppercase; padding:10px 0; font-style:italic; font-weight:600; font-size:30px; line-height:40px; color:#ff9948; text-align:center; letter-spacing:1px;}

.welcome {background:#ddd; padding:3% 0;}
.welcome-width {width:60%; margin: 0 auto;}
.welcome-width h1 {font-weight:800;}
.welcome-width p {font-weight:500;}
.myacct {width:250px; background:#fff; border-left:5px solid #000; border-right:5px solid #000; vertical-align:middle; padding:5px 0;}
.myacct img {display:inline-block; width:100px; vertical-align:middle;}
.myacct h3 {vertical-align:middle; display:inline-block; font-size:22px;}
.myacct:hover {background:#ff9948;}


.pg-header {margin:2% 0;}
.pg-header h1 {border-bottom:1px solid #000; color:#ff9948; font-size:25px; line-height:30px; letter-spacing:2px; font-weight:500;}
.pg-header h4 {font-size:16px; font-weight:500; letter-spacing:1px; color:#000; border-left:6px solid #ff9948;padding-left:2%; }
.pg-header p {padding:1% 0;}
.mfg img { padding:1% 1%; width:50%; vertical-align:middle;}
.mfg {width:24.5%; display:inline-block; vertical-align:middle;}
.mfg-logos {width:80%; margin: 0 auto;}

.parts img {margin-top:2%; max-width:800px; width:100%;}
.charities {width:100%; margin: 0 auto; text-align:center; display:inline-block; }
.charities img {max-width:350px; width: 100%; display:inline-block; vertical-align:middle;padding:1% 1%;  }

.financing img {margin:2% 2%; }


/*  SCROLLING INVENTORY
------------------------------------------------*/
.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
	padding:10px 0;
}
 
.scrolling{
    width:100%;
    height:92px;
}


/**-------Footer------*/
footer {background:#000; padding:1% 0;}
.col {width:30%; display:inline-block; vertical-align:top;}
.col h3 {color:#ff9948; font-size:18px; text-transform:uppercase; line-height:30px; font-weight:400;}
.col h4 a {color:#fff; }
.col h4 {color:#fff; text-transform:uppercase; font-size:17px;font-weight:400;}
.social {float:right; vertical-align:bottom;}
.social img {width:40px;display:inline-block; }
a.footerlink:link, a.footerlink:visited, a.footerlink:active{text-decoration:underline; font-family:Arial, Helvetica, sans-serif;font-size:13px; color:#666666;}
a.footerlink:hover {text-decoration:underline; font-family:Arial, Helvetica, sans-serif;font-size:13px; color:#666666;}

.footertext{font-family:Arial, Helvetica, sans-serif;font-size:13px; color:#666666;}

.smallfootertext{font-family:Arial, Helvetica, sans-serif;font-size:10px; color:#666666;}

.divfooter {width:450px; text-align:center; margin:0 auto;}

/*--------FORM STYLES----------------------*/
#formpage { vertical-align:top; margin: 0 auto;  text-align:center; padding:2% 0;}

#formpage div {
	vertical-align:top;
	padding:5px 5px;
	color: #000;
}

#formpage input {
	padding:6px 5px 10px;
	border:1px solid #8e8d8d;
	font-size:13px;
	background:#fff;
}

#formpage textarea {
	padding:6px 0px;
	border:1px solid #8e8d8d;
	font-weight: 700;
	color:#000;
	font-size:12px;
	background:#fff;
	margin-top: 5px;
}

/* selects have similar styles to input & textarea fields, but with no padding. Text in a dropdown select is positioned differently */
#formpage select {
	border:1px solid #8e8d8d;
	color:#202e3b;
	vertical-align:middle;
	font-size:12px;
	line-height:normal;
	padding:5px;
	width:100%;
}

.formfield {
	width:31%; 
	display:inline-block; 
	margin-right: 12px; 
	margin-top: 10px;
	color: #000;
	text-align:left;
	font-family: 'Open Sans', sans-serif; 

	
}
#formpage input  {
    width:100%;
	margin-top: 5px;
}
 
#formpage input.larger  {
    width:100%;
}

#formpage textarea {
    width:98%;
    height:85px;
	font-family: 'Open Sans', sans-serif; 
}

#formpage input.radio {
    padding:0; 
    border:0;
    margin:0 5px 0 0;
    width:15px;
    height:15px;
    display:inline;
	
 }

/* focus states of various types of fields */
#formpage input:focus,
#formpage textarea:focus,
#formpage select:focus {
	background:#abacac; 
	color:#FFF;
	border:1px solid #abacac;
	outline-style:none;
}
#formpage input.radio:focus,
#formpage input.checkbox:focus {
	background:none; 
	border:0;
	outline-style:none;
}

#formpage input.button,
#formpage input.button:focus {
    width:115px;
    margin:0;
    background: #ff9948; /* For browsers that do not support gradients */
    line-height:18px;
    color:#fff;
	padding: 10px 20px;
	font-family: 'Open Sans', sans-serif; 
	font-weight: 500;
	letter-spacing:1px;
}
#formpage input.button:hover {
	width:115px;
    margin:0;
	padding: 10px 20px;
    background: #000; /* For browsers that do not support gradients */
    line-height:18px;
    color:#fff;
}

/* for plain text next to an input field, if not using a table structure */
#formpage label.basic {
    color:#212121;
    font-size:13px;
    text-align:left;
} 

/*control the Captcha */

.CaptchaPanel {margin:0 auto !important;padding:0 0 0 0 !important;line-height:normal !important;color:#000;width: 70%; text-align:center;}

.CaptchaImagePanel {
	
margin-top: 10px;
padding:0 0 0 0;
}

.CaptchaMessagePanel {
padding:0 0 0 0 !important;
margin:0 0 0 0 !important;
font-weight:normal !important;
font-size:12px;
line-height:14px;
text-align: center;
}

.CaptchaAnswerPanel {
margin:0 0 0 0;
padding:2px 0px 2px 0px !important;
}

.CaptchaWhatsThisPanel {
	line-height:0;
	margin:0 0 10px 0;
	padding:10px 0 10px 0 !important;
}
.CaptchaWhatsThisPanel a {color:#000;}
.CaptchaWhatsThisPanel a:hover {text-decoration:none;} 




/*===================== 
   Responsive Styles
=======================*/
@media screen and (max-width: 1550px){
	.link {width: 32%;}
}

@media screen and (max-width: 1200px) {	
.quicklinks {position:relative; margin:0 auto; width:100%; left:0; top:0;}
.link {width:32.8%; background:#000;}
.link:hover {background:#ddd;}
.width {width:90%;}
.welcome-width {width:90%;}
.col {width:44%;}
.mfg img { padding:1% 1%; width:80%; vertical-align:middle;}
.mfg {width:24.5%; display:inline-block; vertical-align:middle;}
.mfg-logos {width:90%; margin: 0 auto;}

}

@media screen and (max-width: 1120px) {
	
}


@media screen and (max-width: 900px) {	
.logo img {max-width:300px; width:100%;}
	.logo {width:100%; margin: 0 auto; text-align:center;}
	.case-contact {margin: 0 auto; text-align:center; float:none;display:block; margin-top:-15px; text-align:center; }
	.case-contact img {text-align:center; margin: 0 auto;}
	.col {width:40%;}
	.col h4{font-size:14px;}
	.link {width:49.4%;}
	.mfg {width:45%; display:inline-block; vertical-align:middle;}


	
}

@media screen and (max-width: 800px) {
.link {width: 100%;}
}


@media screen and (max-width:760px) {

}
@media screen and (max-width:630px) {
	.welcome {padding:8% 0;}
	.col {width:100%; padding-top:5px;}
	.social {float:none; width:100%; padding-top:5px;}
	.link {width:98.7%; padding:15px 0;}
	.blackbar h1 {font-size:25px; line-height:31px;}
	
	.formfield {width:90%; }



}


@media screen and (max-width: 475px){
	.mfg {width:100%; display:inline-block; vertical-align:middle; text-align: center; padding:2% 0;}
	.mfg img {width:60%;}
	.pg-header h4 {font-size:14px; padding:2% 0; border-left:0; border-top:2px solid #ff9948; margin-top:2%;}

}
@media screen and (max-width: 375px) {
}
@media screen and (max-width: 320px) {
}








