/*
 * Site: Enduratex.com
 * Author: Aaron Falls / cleanfa@gmail.com
 * Date: 20110708
 * Version: 1
*/

/* CSS reset via Eric Meyer http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain) */
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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0;  font-size: 100%; font: inherit; vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section{display:block;}
body{line-height:1;}
ol,ul{list-style:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after, q:before,q:after{content:'';content:none;}
table {border-collapse:collapse;border-spacing:0;}
figure{position:relative}
figure img{width:100%}

/* clearfix */
.clearfix:after { content:"."; display:block; clear:both; visibility:hidden; line-height:0; height:0; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }

/* ==================================================================================== */
/* ! The 1140px Grid V2 by Andy Taylor \ http://cssgrid.net \ http://www.twitter.com/andytlr \ http://www.andytlr.com   */
/* ==================================================================================== */

.container {
padding-left: 20px;
padding-right: 20px;
}

.row {
width: 100%;
max-width: 1140px;
min-width: 755px;
margin: 0 auto;
overflow: hidden;
}

.onecol, .twocol, .cust-two-col, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol {
margin-right: 3.8%;
float: left;
min-height: 1px;
}

.row .onecol {
width: 4.85%;
}

.row .twocol {
width: 13.45%;
}

.row .cust-two-col {
width: 15%; /* 15.75 breaks IE */
margin-right: 1%;
}

.row .threecol {
width: 22%;
}

.row .fourcol {
width: 30.75%;
}

.row .fivecol {
width: 39.45%;
}

.row .sixcol {
width: 48%;
}

.row .sevencol {
width: 56.75%;
}

.row .eightcol {
width: 65.4%;
}

.row .ninecol {
width: 74%; /* 74.05 breaks IE */
}

.row .tencol {
width: 82.7%;
}

.row .elevencol {
width: 91.35%;
}

.row .twelvecol {
width: 100%;
float: left;
}

.last {
margin-right: 0px;
}

img, object, embed {
max-width: 100%;
}

img {
	height: auto;
}


/* Smaller screens */

@media only screen and (max-width: 1023px) {

	body {
	font-size: 0.8em;
	line-height: 1.5em;
	}
	
}


/* Mobile */

@media handheld, only screen and (max-width: 767px) {

	body {
	font-size: 16px;
	-webkit-text-size-adjust: none;
	}
	
	.row, body, .container {
	width: 100%;
	min-width: 0;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
	}
	
	.row .onecol, .row .twocol, .row .threecol, .row .fourcol, .row .fivecol, .row .sixcol, .row .sevencol, .row .eightcol, .row .ninecol, .row .tencol, .row .elevencol, .row .twelvecol {
	width: auto;
	float: none;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 20px;
	padding-right: 20px;
	}

}

/* ==================================================================================== */
/* END 1140px grid */
/* ==================================================================================== */

/* baseline styles */

html, body { height: 100%; }

body {
	font: 400 13px/19px 'Open Sans', sans-serif;
	text-rendering: optimizeLegibility;
    text-shadow:0 0 1px transparent;
}

/* body class for info pages and home page (not product pages, will clash) */
.texture { background: url('../img/light_alu_1.jpg') repeat; }

strong {font-weight: bold;}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -120px;
}

footer, .push {
	height: 130px;
}

header,
footer {
	height: 150px;
	background: #f2d056 url('../img/etx-header.jpg') left top no-repeat;
	border-bottom: 1px solid #eac249;  /* #c8660f */
	-moz-box-shadow: 0px 0px 4px #7c6c1b;
	-webkit-box-shadow: 0px 0px 4px #7c6c1b;
	box-shadow: 0px 0px 4px #7c6c1b;
}

header {
	margin-bottom: 20px;
}

footer {
	margin-top: 20px;
	height: 100px;
	border-top: 1px solid #eac249;
	text-align: center;
}

#logo-link {
	position: absolute;
	top: 37px;
}

#hdr-contact {
	display: block;
	position: absolute;
	top: 20px;
	right: 60px;
}

#hdr-contact h3 {
	font-size: 23px;
	line-height: 21px;
	font-weight: normal;
	text-shadow: 0 0 3px #C9650D;
	color: #fff;
}

#hdr-contact #hdr-e { font-size: 16px; }

/*
#hdr-ph, #hdr-e { display: block; padding-left: 26px; }
#hdr-ph { background: url('../img/iphone_18x24.png') left center no-repeat; }
#hdr-e { background: url('../img/mail_24x18.png') left center no-repeat; }
*/

#hdr-contact address {
	
}

footer small {
	display: block;
	margin-top: 43px;
	text-align: center;
	color: #fff;
	text-shadow: 0 0 3px #c9650d;
}

a { color: #7E3117; outline: 0; border: 0; }
a:visited, a:hover { color: #C35617; }
#show-specs { font-size: 15px; }

img { border: 0; }

#main_nav {
	padding: 59px 0 0 320px;
}

#main_nav ul {}

#main_nav ul li {
	float: left;
	margin-right: 10px;
	line-height: 34px;
}

#main_nav a {
	padding: 3px 10px 5px;
	font-size: 11px;
	line-height: 11px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 0 0 3px #c9650d;
	text-decoration: none;
	background-color: rgba(0,0,0,.15);
	border: 1px solid rgba(0,0,0,.25);
	border-radius: 3px;
	-webkit-transition: .2s all ease-in-out;
}

#main_nav a:hover {
	background-color: rgba(0,0,0,.3);
}

#home-slideshow {
	height: 600px;
	width: 600px;
	margin: auto;
}

#home-aspirations { margin-top: 112px;; }
#home-cava { margin-top: 50px; }
#home-gran { margin-top: 98px;; }
#home-ossie { margin-top: 68px; }
#home-xtreme { margin-top: 68px; }
#home-british { margin-top: 68px; }

#home-slideshow img {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0px 0px 5px #7c6c1b;
	-webkit-box-shadow: 0px 0px 5px #7c6c1b;
	box-shadow: 0px 0px 5px #7c6c1b;
}

#sidebar {
	border: 1px solid #c9650d;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#basket-sidebar {
	border: 1px solid #c9650d;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#swatch-tool {
	margin: 10%;
}

#mail-form {
	margin: 10%;
}

#mail-form input, #contact_form input {
	display: block;
	width: 100%;
	margin-bottom: 10px;
	padding: 3px 5px;
	max-width: 185px;
}

#mail-form input[type='submit'], #contact_form input[type='submit'] {
	width: 150px;
}

#swatch-tool p {
	margin-top: 20px;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	color: #492505;
}

#sidebar input,
#sidebar select {
	width: 100%;
	max-width: 200px;
}

#sidebar input {
	width: 40%;
	padding: 3px 5px;
	max-width: 185px;
}

input[name='search_sku'] { margin-right: 10px; }

.form-error { color: #CC0000; font-size: 11px; font-weight: bold; }
#contact_form .form-error { padding-bottom: 0; }

#swatch-container ul li {
	position: relative;
	margin-bottom: 20px;
	float: left;
}

#swatch-container li img {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0px 0px 3px #7c6c1b;
	-webkit-box-shadow: 0px 0px 3px #7c6c1b;
	box-shadow: 0px 0px 3px #7c6c1b;
}

#all-patterns-link {
	font-size: 11px;
	font-weight: 700;
	text-decoration: none;
	color: #D62803;
}

#mail-form h1 {
	font-weight: bold;
	margin-bottom: 19px;
}

#mail-form label, #contact_form label {
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	color: #492505;
}



.gallery-sku,
.gallery-collection,
.gallery-detail  {
	display: block;
	text-decoration: none;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.gallery-sku,
.gallery-collection {
	font-size: 12px;
	font-weight: 700;
}

.gallery-sku {
	color: #c9650d;
}


.gallery-collection {
	color: #492505;
}

.gallery-detail {
	font-size: 12px;
	font-weight: 600;
	font-style: italic;
	color: 	#D62803;
	float: right;
}

.gallery-sku:hover,
.gallery-detail:hover {
	color: #7c6c1b;
}


.hq, .cgpc {
	width: 50%;
	float: right;
	margin: 0 0 20px 20px;
}

.cgpc { width: 40%; }

.about p, .environmental p, .contact p { padding-bottom: 19px; }

.environmental h2, .contact h2 {
	font-size: 15px;
	margin-bottom: 8px;
	font-weight: bold;
	color: #C35617;
}

.environmental img { margin-bottom: 19px; }

.extended-swatch-info {
}

.extended-swatch-info tr {
	border-bottom: 1px solid #333;
}

.extended-swatch-info thead tr {
	border-bottom: 0;
}

.spec-sku {
	padding: 0;
	text-align: left;
	font: normal 11px/15px 'Open Sans', sans-serif;
	text-transform: uppercase;
}

.extended-swatch-info tr td:first-child {
	width: 170px;
}

.extended-swatch-info td {
	padding: 2px 0;
}

.extended-swatch-info .spec-swatch-title {
	border-top: 0;
	padding: 0 0 5px;
	text-align: left;
}

.spec-swatch-title h1 {
	font: bold 21px/21px 'Open Sans', sans-serif;
}

.spec-item {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
}

.sku-caption {
	margin-top: 5px;
	float: left;
	clear: left;
	font: bold 11px/11px 'Open Sans', sans-serif;
	text-transform: uppercase;
}









/* browse page */
.browse-container {
	float: left;
	width: 15.5%;
	margin-right: 1%;
}

.browse-container h1,
h1.search-results-header,
h1.page-header {
	font: bold 17px/21px 'Open Sans', sans-serif;
	margin-bottom: 9px;
}

/* breaks in IE7
.browse-container ul li {
	padding-left: 15%;
	text-indent: -15%;
}
*/

.color_row_container {
	padding-bottom: 1%;
}

.color_row_container p, 
.color_row_container a,
.basket p,
.basket a {
	font: bold 11px/13px 'Open Sans', sans-serif;
	display: block;
	text-decoration: none;
}

#color_container .two-five-col {
	margin-right: 1%;
}

.gallery_sku { /* too similar to .gallery-sku, refactor! */
	text-transform: uppercase;
	margin-top: 2px;
}


/* pattern view page */

#single-sample {
	margin-bottom: 10px;
}

.mini-swatch-gallery {
}

#color_container {
	float: right;
}

#hide-specs,
.extended-swatch-info tbody {
	display: none;
}


#news-articles {
	margin-top: 25px;
}

#news-articles li {
	display: block;
	list-style-type: none;
	min-height: 100px;
	margin-bottom: 25px;
}

#news-articles li a.headline {
	margin-top: 25px;
	font-weight: bold;
}

.news-img {
	float: left;
	margin-right: 20px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0px 0px 5px #7c6c1b;
	-webkit-box-shadow: 0px 0px 5px #7c6c1b;
	box-shadow: 0px 0px 5px #7c6c1b;
}
