﻿
/*===================== 
	CSS reset/normalize 
=======================*/

/**Correct `block` display not defined in IE 8/9.**/
article,aside,details,figcaption,figure,footer,header,hgroup,
main,nav,section,summary {display: block;}
pre {white-space: pre-wrap;}
small { font-size: 80%;}


/*===================== 
		Fonts
=======================*/



/*===================== 
	base styles 
=======================*/

html {
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
	}

body {
    font-family: 'Roboto Condensed', sans-serif;
    margin: 0;
	padding:0;
	background:url(../siteart/p6.png) repeat;
	color:#000;
	}

svg:not(:root) {overflow: hidden;/*reset*/}
	
/* clear floats */ 
.group:before,
.group:after {content: ""; display: table;} 
.group:after {clear: both;}
.group {zoom: 1;}	
.clear { clear: both;}
	
/*image replacement*/
.hide-text {
	text-indent:  100%;
	white-space:  nowrap;
	overflow:  hidden;
	}	

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
	border-style: solid;
    height: 0;
	} 

img { border: 0; max-width:100%;} 
	
/*===================== 
	typography 
=======================*/

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto Condensed', sans-serif;
	margin: 0;
	padding:0 0 2% 0;
	font-weight:700;
	line-height:1.5em;
	}
	h1 {font-size: 40px;}
	h2 {font-size: 32px;}
	h3 {font-size: 28px;}
	h4 {font-size: 24px;}
	h5 {font-size: 20px;}

p {
    font-family: 'Roboto Condensed', sans-serif;
	padding: 0 0 2% 0;
	font-size:20px;
	line-height:1.5em;
	margin: 0;
	font-weight:400;
	}
strong{font-family: 'Roboto Condensed', sans-serif;font-weight:700;}

/*===================== 
	link styles 
=======================*/

a.link:focus {outline: thin dotted;/*reset*/
	}
	
a {
    text-decoration:none;
	color:inherit;
}

a:hover  {
	text-decoration: none;
	color: #eb6a2a;
	} 
	
	
.appbutton{}
.appbutton a{background:#38b749; padding:5px 10px;color:#fff; border-radius:3px;}
.appbutton a:hover{background:#262626; padding:5px 10px;color:#fff; border-radius:3px;}
 
 
/*===================== 
	list styles 
=======================*/
ul.list{
	margin:0;
	padding: 0 0 5% 7%;
}
ul.list li{
	font-size:16px;
}

/*===================== 
	header styles 
=======================*/
.topbar{background:#000; padding:10px 0;font-size:14px;color:#fff;}
.topbar p{padding:0 0 0 0;}
.topbar ul{list-style:none;margin:0;padding:0;}
.topbar ul li{float:left;padding:0 40px 0 0;font-weight:700;font-size:16px;}
.topbar ul li a{color:#fff}
.topbar ul li a:hover{color:#eb6a2a;}
.topbar ul li span a,.topbar ul li a span{color:#eb6a2a;}
.topbar ul li:last-child{float:right;padding:0 0 0 0;}
.topbar ul li span a:hover,.topbar ul li a:hover > span{color:#fff;}

header{width:100%;margin:0;padding:20px 0;background:url("../siteart/headback.jpg") right center no-repeat #fff;border-bottom:8px solid #eb6a2a;}

.headerwrap{width:96%;max-width:1680px;margin:0 auto;position:relative;}
.logo{float:left;}
.headright{float:right;}
.navbar{position:absolute;width:80%;right:0;bottom:-28px;background:url("../siteart/navback.jpg") repeat-x;}


/*===================== 
	content styles 
=======================*/
.wrapper{width:96%;max-width:1680px;margin:0 auto;padding:30px 0;}
.container{width:100%;max-width:1720px;margin:0 auto;}
.internal{background:#fff;}

/*===================== 
	quicklinks styles 
=======================*/
.quicklinks{background:url("../siteart/footerback.png") repeat;padding:2% 4%;width:92%;text-align:center;margin:0 auto;}
.linkbox{display:inline-block;zoom: 1;*display: inline;vertical-align:middle; width:22%;margin:0 1%; height:150px;position:relative;-moz-border-radius:10px;-webkit-border-radius:10px;border-radius:10px;overflow:hidden;}
.linktitler{position:absolute;z-index:10;width:90%;left:5%;right:5%;top:50%;-moz-transform:translate(0,-50%);-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);-o-transform:translate(0,-50%);transform:translate(0,-50%);}
.linktitler h2{color:#fff;padding:0;line-height:1em;border-bottom:4px solid #eb6a2a;}
.linktitler h4{color:#ccc;line-height:1em;padding:0;}
.linktitler h4 i{font-size:20px;color:#eb6a2a;padding:0;}
.overlayer{display:block;position:absolute;z-index:9;width:100%;height:100%;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.5);}
.linkbox:hover img{-moz-transform:scale(1.1);-webkit-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1);-moz-transition:0.2s all ease;-webkit-transition:0.2s all ease;-ms-transition:0.2s all ease;-o-transition:0.2s all ease;transition:0.2s all ease;}
.linkbox:hover .overlayer{background:rgba(255,255,255,0.8);-moz-transition:0.2s all ease;-webkit-transition:0.2s all ease;-ms-transition:0.2s all ease;-o-transition:0.2s all ease;transition:0.2s all ease;}
.linkbox:hover .linktitler{width:80%;left:10%;right:10%;-moz-transition:0.4s all ease;-webkit-transition:0.4s all ease;-ms-transition:0.4s all ease;-o-transition:0.4s all ease;transition:0.4s all ease;}
.linkbox:hover .linktitler h2{color:#000;-moz-transition:0.2s all ease;-webkit-transition:0.2s all ease;-ms-transition:0.2s all ease;-o-transition:0.2s all ease;transition:0.2s all ease;}
.linkbox:hover .linktitler h4{color:#333;-moz-transition:0.2s all ease;-webkit-transition:0.2s all ease;-ms-transition:0.2s all ease;-o-transition:0.2s all ease;transition:0.2s all ease;}

/*===================== 
	welcome styles 
=======================*/
.welcome{border-bottom:30px solid #eb6a2a;background:#fff;}
.padit{padding:5% 0;}
.welcome h4{color:#000;padding:0;line-height:1em;}
.welcome h1{color:#eb6a2a;line-height:1.2em;padding-bottom:1%;}
.welcomeleft{width:60%;float:left;}
.welcomelink{float:none !important;}
.welcomeright{width:36%;padding-left:4%;float:left;text-align:center;}
.partsbox{width:96%;padding:2%;background:#fff;-moz-box-shadow:5px 5px 5px rgba(0,0,0,0.4);-webkit-box-shadow:5px 5px 5px rgba(0,0,0,0.4);box-shadow:5px 5px 5px rgba(0,0,0,0.4);margin:2% auto;text-align:left;}
.partsbox h4{color:#eb6a2a;margin-top:2%;padding-bottom:1%;}
.partsbox p{line-height:1.2em;}
.linkbutton{float:right;width:40%;padding:8px;text-align:center;color:#fff;font-size:20px;background:url("../siteart/buttonback.jpg") repeat-x;margin-top:2%;font-weight:700;}
.linkbutton:hover{background:#848484;}

/*===================== 
	mapblock styles 
=======================*/
.mapblock{width:100%;border-top:5px solid #fff;position:relative;}
.maplogo{position:absolute;width:20%;left:40%;right:40%;top:-70px;z-index:10;}
.mapblock iframe{width:100%;height:400px;border-top:5px solid #000;}
	
/*===================== 
	contact styles 
=======================*/
.addressstack{margin:0 auto;padding-bottom:2%;}
.addressstack p{padding:0;line-height:1.2em;}
.addressstack p span{color:#eb6a2a;}
.contactbar{display:inline-block;zoom: 1;*display: inline;vertical-align:middle;margin-right:2%;}
.contactbar a strong{font-weight:700;color:#eb6a2a;}

/*===================== 
	Form styles 
=======================*/
#formpage .half{width:48%;margin:0 1%;float:left;}

form{
	margin:0 0 0;
}
form label{
	display:block;
	font-size:16px;
	padding-top: 4%;
	width:100%;
}
input{
	font-family: 'Roboto Condensed', sans-serif;
	border: #999999 solid 1px;
	border-radius: 2px;
	padding: 1%;
	font-size:14px;
	width:98%;
	margin-bottom:10px;
}
input:focus{
	border: #2885b3 solid 1px;
}
input.button2{
	display:block;
	width:50%;
	margin:0 auto 5% auto;
	border:#277e32 solid 1px;
	background-color:#38b749;
	color:#fff;
	border-radius: 2px;
}

input.button2:hover{
	background-color:#277e32;
	cursor:pointer;
}

select{
	font-family: 'Roboto Condensed', sans-serif;
	border: #999999 solid 1px;
	padding: 1%;
	font-size:14px;
	width:100%;
	margin-bottom:10px;
}

.commentbox{width:98%;margin:0 auto;}

textarea{
	font-family: 'Roboto Condensed', sans-serif;
	border: #999999 solid 1px;
	border-radius: 2px;
	padding: 1%;
	font-size:14px;
	width:98%;
}

input[type='checkbox'],input[type='radio']{width:15px !important;min-width:15px !important;margin-right:2px;}

.sendbutton{width:100%;margin:0 auto;color:#fff;background:url("../siteart/buttonback.jpg") repeat-x;float:none;font-weight:700;font-size:18px;padding:8px 1%;}
.sendbutton:hover{background:#848484;cursor:pointer;}

/*===================== 
	layout styles 
=======================*/

.sitemap{background:url(../siteart/escheresque_ste.png) repeat;color:#fff;}
.sitemap p{line-height:2em;}
.sitemap i{font-size:42px;margin-right:20px;}

/*--------Scrolling Inventory--------*/

.hosted-content .pagination > .drop-down-form select{width:8% !important;}
.hosted-content h1{font-size:24px !important;line-height:1.3em;}
.hosted-content h2{font-size:22px !important;line-height:1.2em;}
.hosted-content h3{font-size:20px !important;line-height:1.1em;}



/*===================== 
	footer styles 
=======================*/

.pagebottom{background:url("../siteart/footerback.png") repeat;padding:20px 0;}
.pagebottom h3{color:#eb6a2a;padding:0;}
.pagebottom p{color:#fff;font-size:16px;}
.pagebottom a,
.pagebottom a[href^="tel:"] {color:#fff;}

.pagebottom a:hover{color:#eb6a2a;}

#footerleft{width:20%;float:left;margin-right:5%;}
#footerleft strong{color:#eb6a2a;}
.footerlinks{width:15%;float:left;margin-right:5%;}
.footerlinks a{display:block;margin:2px 0;}
#footerright{width:55%;float:right;text-align:right;}
#footerright a img{display:inline-block;zoom: 1;*display: inline;vertical-align: middle;max-width:200px;margin-left:20px;}

/*  scrolling inventory
------------------------------------------------*/
.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
	margin-bottom:20px;	
}
 
.scrolling-wrap iframe{width:100%;}

.scrolling{
    width:100%;
    height:92px;
}

footer {
	margin: 0 auto;
	width: 100%;
	}
	
a.footerlink:link,
a.footerlink:visited, 
a.footerlink:active {
	text-decoration: none; 
	font-size:11px;
	color: #ccc;
	border-bottom:none;
	}
	a.footerlink:hover {
		text-decoration:none; 
		font-size:11px;
		color: #fff;
		}

.footertext {
	font-size:11px; 
	color:#666;
	}

.smallfootertext {
	font-size:11px; 
	color:#666;
	}

.divfooter {
	margin:0 auto;
	padding-top:10px;
	}

/*===================== 
	Responsive styles 
=======================*/
@media screen and (max-width: 1540px) {
	.quicklinks{width:96%;padding:2%;}
	.quicklinks > .wrapper{width:100%;}
	.maplogo{width:24%;left:38%;right:38%;}
	.mapblock iframe{height:300px;}
}

@media screen and (max-width: 1400px) {
	h1 {font-size: 36px;}
	h2 {font-size: 28px;}
	h3 {font-size: 24px;}
	h4 {font-size: 20px;}
	h5 {font-size: 18px;}
	p {font-size: 18px;}
	.navbar{width:75%;}
	.topbar ul li{padding-right:20px;}
	.linkbox{height:110px;}
	.linktitler h4 i{font-size:16px;}
	.linkbutton{width:50%;font-size:18px;}
	.partsbox p{font-size:16px;}
	.maplogo{top:-50px;}
}

@media screen and (max-width: 1100px) {
	.topbar ul li{font-size:15px;}
	header{padding-bottom:0;border-bottom:none;}
	.headerwrap{width:100%;}
	.navbar{width:100%;left:0;right:0;position:relative;bottom:0;}
	.logo{width:200px;margin-left:2%;margin-bottom:2%;}
	.headright{margin-right:2%;}
	.linkbox{height:100px;width:22.5%;}
	.linktitler{width:90% !important;left:5% !important;right:5% !important;}
	.mapblock iframe{height:250px;}
	.addressstack{padding-bottom:4%;}
}

@media screen and (max-width: 1000px) {
	.linkbox{height:100px;width:40%;margin:1%;}
	.partsbox > a > .linkbutton{float:none;width:100%;padding:8px 0;}
	#footerleft{width:30%;margin-right:2%;}
	.footerlinks{width:20%;margin-right:2%;}
	#footerright{width:45%;}
	#footerright a img{max-width:160px;}
	.pagebottom p,.footerlinks a{font-size:14px;}
}


@media screen and (max-width: 800px) {
	.topbar ul{text-align:center;width:100%;display:block;}
	.topbar ul li{float:none;display:inline-block;zoom: 1;*display: inline;vertical-align:middle;padding:0 7px 7px 7px;}
	.topbar ul li:last-child{float:none;display:block;margin:0 auto;text-align:center;width:100%;}
	h1 {font-size: 30px;}
	h2 {font-size: 26px;}
	h3 {font-size: 22px;}
	h4 {font-size: 20px;}
	h5 {font-size: 18px;}
	p {font-size: 16px;}
	.linkbox{width:47%;}
	.welcome{border-bottom:20px solid #eb6a2a;}
	.welcome > .wrapper{width:92%;}
	.welcomeleft{width:100%;float:none;display:block;text-align:center;}
	.welcomelink{width:60%;margin:1% auto;float:none;}
	.welcomeright{width:70%;margin:5% auto;padding:0;float:none;}
	.partsbox{text-align:center;}
	.partsbox p{padding:0;}
	.maplogo{width:34%;left:33%;right:33%;}
	#footerright a img{max-width:100px;margin-left:10px;}
	.pagebottom h3{font-size:20px;}
	#formpage .half,#formpage .commentbox{text-align:left;}
}

@media screen and (max-width: 600px) {
	.welcomelink{width:100%;padding:8px 0;}
	.welcomeright{width:100%;margin:8% auto;}
	.maplogo{width:40%;left:30%;right:30%;}
	.pagebottom{text-align:center;}
	#footerleft,.footerlinks{display:inline-block;zoom: 1;*display: inline;vertical-align:top;width:48%;margin:0 auto;float:none;}
	#footerright{width:100%;float:none;margin:2% auto;text-align:center;}
}

@media screen and (max-width: 480px){
	h1 {font-size: 26px;}
	h2 {font-size: 22px;}
	h3 {font-size: 20px;}
	h4 {font-size: 18px;}
	h5 {font-size: 16px;}
	p {font-size: 16px;}	
	.topbar ul li{font-size:13px;}
	header{padding-top:10px;text-align:center;}
	.logo,.headright{float:none;display:inline-block;zoom: 1;*display: inline;vertical-align:middle;margin:0 4%;text-align:center;}
	.logo{width:160px;}
	.headright img{max-width:120px;}
	.navbar{margin-top:10px;}
	.linkbox{height:80px;width:90%;margin:2% auto;}
	.linktitler h4 i{font-size:14px;}
	.linkbutton,.sendbutton{font-size:16px;}
	.maplogo{top:-35px;}
	#footerleft,.footerlinks{width:100%;margin-bottom:2%;}
	#formpage .half,#formpage .commentbox{width:100%;margin:0 auto;}
}

@media screen and (max-width: 360px){
	.topbar ul li{font-size:12px;}
	.logo,.headright{margin:0 2%;}
	.maplogo{top:-30px;}
	.addressstack{padding-bottom:6%;}
	.addressstack p span,.contactbar{display:block;}
	.tollfree{margin-top:4%;}
	
}
	
