/*	Less Framework 4 with 16/24 type presets
	http://lessframework.com
	by Joni Korpi
	License: http://opensource.org/licenses/mit-license.php	*/



/*	Resets
	------	*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, 
p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, 
img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, hr, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figure, figcaption, hgroup, 
menu, footer, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	
}

div {
	overflow:hidden;
}

article, aside, canvas, figure, figure img, figcaption, hgroup,
footer, nav, section, audio, video {
	display: block;
}

a img {border: 0;}



/*	Typography presets
	------------------	*/

.gigantic {
	font-size: 110px;
	line-height: 120px;
	letter-spacing: -2px;
}

.huge, h1 {
	font-size: 68px;
	line-height: 72px;
	letter-spacing: -1px;
}

.large, h2 {
	font-size: 42px;
	line-height: 48px;
}

.bigger, h3 {
	font-size: 26px;
	line-height: 36px;
}

.big, h4 {
	font-size: 22px;
	line-height: 30px;
}

body {
	font: 16px/24px Georgia, serif;
}

.small, small {
	font-size: 13px;
	line-height: 18px;
}

/* Selection colours (easy to forget) */

::selection 	 	{background: rgb(255,255,158);}
::-moz-selection 	{background: rgb(255,255,158);}
img::selection 		{background: transparent;}
img::-moz-selection	{background: transparent;}
body {-webkit-tap-highlight-color: rgb(255,255,158);}



/*		Default Layout: 992px. 
		Gutters: 24px.
		Outer margins: 48px.
		Leftover space for scrollbars @1024px: 32px.
-------------------------------------------------------------------------------
cols    1     2      3      4      5      6      7      8      9      10
px      68    160    252    344    436    528    620    712    804    896    */


body {
	
	width: 100%;
	background-color:#000;
	overflow:visible;
	-webkit-text-size-adjust: 100%; /* Stops Mobile Safari from auto-adjusting font-sizes */
}

#largecontainer {
	position:relative;
	width: 1280px;
	background-image:url(../images/black.jpg);
	-webkit-text-size-adjust: 100%; /* Stops Mobile Safari from auto-adjusting font-sizes */
	margin: -30px auto;
}


@font-face{
	font-family: 'GearedBold';
	src:url(../fonts/GearedSlab-Bold.ttf);
}

@font-face{
	font-family: 'Geared';
	src:url(../fonts/GearedSlab.ttf);
}

@font-face{
	font-family: 'GearedLight';
	src:url(../fonts/GearedSlab-Light.ttf);
}

header {
	position:relative;
	background-image:url(../images/red_header.png);
	background-repeat:no-repeat;
	background-position:center;
	width:1025px;
	height:145px;
	margin: 70px auto;
	vertical-align:middle;
	
}

#logo{
	margin-top:-15px;
	margin-left: 80px;
	float:left;
}

nav#mainNav {
	float:left;
	margin-top: 30px;
	margin-left:20px;
}

nav#mainNav ul li {
	list-style-type:none;
	float: left;
	padding:29px 12px 4px 12px;
	margin-right: 12px;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	vertical-align:middle;
	letter-spacing:1px;
}


nav#mainNav ul li:hover {
	background-color:#8A151C;
	width:auto;
	height:44px;
}



nav#mainNav ul li.active {
	background-color:#8A151C;
	width:auto;
	height:44px;
}

nav#mainNav ul li a {
	color: #FFF;
	text-decoration: none;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:14px;
	font-weight:bold;
}

#customer{
	float:left;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:11px;
	font-weight:lighter;
	color: #FFF;
/*	border: solid 1px #00FF00;*/
	letter-spacing:1px;
	margin: 5px 0 0 60px;
}

#line2{
	margin-top:5px;
}

#tfheader{
		float:left;
		background-color:#fff;
		border:0px !important; /*important*/
	}
	.tftextinput{
		margin: 0;
		padding: 5px 15px;
		font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size:12px;
		color: #4D4D4D;
		border:0px !important; /*important*/
		height:10px;
		
	}
	.tfbutton {
		margin: 0;
		padding: 5px 15px;
		font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size:12px;
		cursor: pointer;
		text-align: center;
		text-decoration: none;
		color: #4D4D4D;
		background: #FFF;
		border:0px !important; /*important*/
		
		
	}
	.tfbutton:hover {
		text-decoration: none;
	}
	/* Fixes submit button height problem in Firefox */
	.tfbutton::-moz-focus-inner {
	  border: 0;
	}
	.tfclear{
		clear:both;
	}

#title{
	width:824px;
	height: 101px;
	margin: -30px auto;
	text-align:center;
}

#mainContent{
	width:1025px;
	height:1300px;
	background-image:url(../images/white.jpg);
	background-repeat:no-repeat;
	margin: 55px auto;
	box-shadow: 3px 3px 5px #000;
	overflow:visible;
}

#banner{
	width:1025px;
	height:72px;
	background-color:#61AEB4;
	margin: 24px auto;
	float:left;
}

#newproducts{
	font-size:40px;
	color:#FFF;
	font-family:"Geared";
	font-weight:lighter;
	float:left;
	letter-spacing:3px;
	margin:14px 0 0 168px;
	padding:15px 0 0 0;
	height:48px;
	word-spacing:2px;
}

#forthe{
	font-size:27px;
	color:#FFF;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:500;
	float:left;
	letter-spacing:3px;
	margin:10px 0 0 15px;
	padding:15px 0 0 0;
	word-spacing:3px;
}

#years{
	font-size:47px;
	color:#FFF;
	font-family:"Geared";
	font-weight:lighter;
	float:left;
	letter-spacing:3px;
	margin:14px 0 0 15px;
	padding:15px 0 0 0;
	word-spacing:3px;
}

#season{
	font-size:27px;
	color:#FFF;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:500;
	float:left;
	letter-spacing:3px;
	margin:10px 0 0 15px;
	padding:15px 0 0 0;
}

#sidebar{
	float:left;
	width:215px;
	height:525px;
	margin: 40px 0 0 45px;
}

h3.categoryTitle{
	font-family:'GearedLight';
	font-size:16px;
	color:#000;
	letter-spacing: 0.1em;
	margin: 5px 0 0 0;
	font-weight:normal;
	line-height:24px;
}

h3.categoryTitle ul li{
	list-style-type:none;
	padding-left:10px;
}

h3.categoryTitle ul li a{
		color:#FFF;
		text-decoration: none;
}

h4.categoryItem{
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:14px;
	font-weight:normal;
	margin: 0 0 0 10px;
	letter-spacing: 0.06em;

}

h4.categoryItem ul li{
	list-style-type:none;
	line-height: 24px;
	padding-left:10px;
}

h4.categoryItem ul li a{
		color:#000;
		text-decoration: none;
}

a:active {
	color:#fff;
}

h3.categoryTitle ul li.active2 {
	background-color:#BF392E;
	width:150px;
	height:22px;
	color:#FFF; 
}


h4.categoryItem ul li.active2 {
	background-color:#BF392E;
	width:150px;
	height:22px;
	color:#FFF;
}

#refineSection{
	float:left;
	width:550px;
	height: 80px;
	overflow:visible;
	margin: 25px 0 0 0;
}

#refine{
	float:left;
	font-size:14px;
	font-family:helvetica;
	padding: 18px 0 0 0;
	margin: 0 0 0 20px;
}

#menu {
    width: 500px;
    margin: 0;
    padding: 10px 0 0 0;
    list-style: none;
}

#menu li {
    float: left;
    padding: 0 0 10px 0;
    position: relative;
}

#menu a {
    float: left;
    height: 25px;
	margin:5px 0 0 10px;
	padding: 8px 10px 0 10px;
	width:auto;
    color: #000;
    font: normal 14px Helvetica;
    text-decoration: none;
	vertical-align:middle;
	background-color: #DCDCDC;
}

#menu li:hover > a {
    color: #666;
}

*html #menu li a:hover { /* IE6 */
    color: #666;
}

#menu li:hover > ul {
    display: block;
}

/* Sub-menu */
#menu ul {
    list-style: none;
    margin: 5px 0 0 0;
    padding: 0;    
    display: none;
    position: absolute;
    top: 35px;
    left: 10px;
    z-index: 99999;    
    background-color: #999;
	overflow:visible;
}

#menu ul li {
    float: none;
    margin: 0;
    padding: 0;
    display: block;  
	overflow:visible;
}

#menu ul li:last-child { 
    box-shadow: none; 
	overflow:visible;   
}

#menu ul a {    
    padding: 10px;
    height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
	overflow:visible;
}

*html #menu ul a { /* IE6 */   
    height: 10px;
    width: 150px;
}

*:first-child+html #menu ul a { /* IE7 */    
    height: 10px;
    width: 150px;
}

#menu ul a:hover {
	color: #999;
}

#menu ul li:first-child a {
	margin: 0 0 0 0;
}

/*#menu ul li:first-child a:after {
    content: '';
    position: absolute;
    left: 30px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #444;
}*/

#menu ul li:first-child a:hover:after {
    border-bottom-color: #04acec; 
}

#menu ul li:last-child a {
	margin: 1px 0 0 0;
}



/* Clear floated elements */
#menu:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
	overflow:visible;
}

* html #menu             { zoom: 1; } /* IE6 */
*:first-child+html #menu { zoom: 1; } /* IE7 */




#productview{
	float:left;
	font-size:14px;
	font-family:helvetica;
	padding: 23px 0 0 0;
	margin: 20px 0 0 0;
}

#productviewIcon{
	float:left;
	padding: 18px 0 0 0;
	margin: 20px 0 0 20px;
}

#pagenumbers1 {
	float:left;
	margin-top: 5px;
	margin-left:70px;
}

#pagenumbers1 ul li {
	list-style-type:none;
	float: left;
	font-family:helvetica;
	padding-left:5px;
	letter-spacing:1px;
	color:#BF392E;
	font-size:14px;
	font-weight:normal;
}

#pagenumbers1 ul li a{
	color:#BF392E;
	text-decoration:none;
}

#pagenumbers1 ul li a:hover {
	color:#999;
	width:auto;
	height:18px;
}

#pagenumbers1 ul li.active {
	color:#999;
	width:auto;
	height:18px;
	text-decoration:underline;
}

#productContainer1 {
	width:720px;
	height:950px;
	float: left;
	/*border:1px solid #0F0;*/
	margin-top:15px;
} 

.imageNode{
	width:720px;
	height:185px;
}

#column1{
	width:165px;
	height:160px;
	float: left;
	vertical-align:central;
	padding-top:10px;
	overflow:visible;
	margin-left:2px;
}

.productImage{
	width:154px;
	height:154px;
	border-radius:3px;
	box-shadow: 0 0 3px #666666;
	overflow:visible;
}

#columns{
	width:150px;
	height:175px;
	float: left;
	vertical-align: middle;
	padding-left:20px;
}

#column4{
	width:130px;
	height:175px;
	float: left;
	vertical-align: middle;
	padding-left:20px;
}

.verticalBlue{
	float: left;
	vertical-align: middle;
	margin-top:10px;
	margin-left:18px;
}

.productTitle{
	font-family:"Geared";
	font-size:22px;
	color: #61aeb4;
	font-weight:lighter;
	letter-spacing:1px;
	padding-top:25px;
	width:180px;
	overflow:visible;
}

.model{
	font-family:Helvetica;
	font-size:14px;
	color:#000;
	font-weight:bold;
	margin: -8px 0 0 0;
}

.specs{
	margin-top:15px;
	width:175px;
	overflow:visible;
}

.specs ul li{
	font-family:Helvetica;
	font-size:14px;
	color:#000;
	font-weight:normal;
	line-height:16px;
	padding-left:9px;
	list-style-type:none;
}

.price{
	font-family:"Geared";
	font-size:22px;
	font-weight:lighter;
	letter-spacing:1px;
	padding-top:31px;
	color:#bf392e;
}

.listPrice{
	font-family:Helvetica;
	font-size:14px;
	color:#000;
	font-weight:normal;
	line-height:16px;
}

.youSave{
	font-family:Helvetica;
	font-size:14px;
	color:#000;
	font-weight:bold;
	line-height:16px;
}

.addtocart{
	margin-top:70px;
}

.horizontalRed{
	float: left;
}

#pagenumbers2 {
	float:left;
	margin-left:620px;
	margin-top:740px;
}

#pagenumbers2 ul li {
	list-style-type:none;
	float: left;
	font-family:helvetica;
	padding-left:5px;
	letter-spacing:1px;
	color:#BF392E;
	font-size:14px;
	font-weight:normal;
}

#pagenumbers2 ul li a{
	color:#BF392E;
	text-decoration:none;
}

#pagenumbers2 ul li a:hover {
	color:#999;
	width:auto;
	height:18px;
}

#pagenumbers2 ul li.active {
	color:#999;
	width:auto;
	height:18px;
	text-decoration:underline;
}

.modalDialog {
	float:left;
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}

.modalDialog:target {
	opacity:1;
	pointer-events: auto;
}

.modalDialog > div {
	width: 715px;
	height:507px;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 25px;
	background-image:url(../images/cartBackground.jpg);
	background-repeat:no-repeat;
	box-shadow: 0px 0px 15px #000;
}



/*.close {
	float:left;
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.close:hover { background: #00d9ff; }*/

.shoppingCart{
	float:left;
	width: 660px;
	height: 30px;
	margin-top:25px;
	font-family:"Geared";
	font-size:36px;
	letter-spacing:2px;
	/*border:1px solid #0F0;*/
}

#closebutton {
	float:left;
	width: 50px;
	height: 30px;
	margin-top:25px;
	font-family:helvetica;
	font-size:15px;
	letter-spacing:1px;
	color:#BA392E;
	font-weight:bold;
}


#graybar1{
	float:left;
	width: 710px;
	height: 30px;
	margin-top:8px;
	/*border:1px solid #0F0;*/
}

#productSection{
	float:left;
	width:705px;
	height:100px;
	border:1px solid #8A8A8A;
	margin-top:10px;
}

#shoppingProductImage{
	width:90px;
	height:100px;
	float: left;
	vertical-align:central;
	padding-top:5px;
	padding-left:5px;
	/*border:1px solid #0F0;*/
}

.shoppingProductTitle{
	font-family:"Geared";
	font-size:17px;
	color: #000;
	font-weight:lighter;
	letter-spacing:1px;
}

.shoppingModel{
	font-family:Helvetica;
	font-size:12px;
	color:#000;
	font-weight:bold;
	margin: -12px 0 0 0;
}

.shoppingSpecs{
	margin-top:0px;
}

.shoppingSpecs ul li{
	font-family:Helvetica;
	font-size:12px;
	color:#000;
	font-weight:normal;
	line-height:16px;
	padding-left:15px;
}

#shoppingcolumn1{
	width:340px;
	height:100px;
	float: left;
	vertical-align: middle;
	padding-left:20px;
	/*border:1px solid #0F0;*/
}

#unitPrice{
	width:65px;
	height:60px;
	/*border:1px solid #0F0;*/
	vertical-align:auto;
	text-align:center;
	float:left;
	font-family:helvetica;
	font-size:12px;
	padding-top:35px;
	margin-left:5px;
}

#quantity{
	float:left;
	width:55px;
	height:60px;
	/*border:1px solid #0F0;*/
	vertical-align:auto;
	text-align:center;
	font-family:helvetica;
	font-size:12px;
	padding-top:35px;
	margin-left:3px;
}

#subtotal{
	float:left;
	width:50px;
	height:60px;
	/*border:1px solid #0F0;*/
	vertical-align:auto;
	text-align:center;
	font-family:helvetica;
	font-size:12px;
	padding-top:35px;
}

#removeButton{
	float:left;
	width:70px;
	height:50px;
	/*border:1px solid #0F0;*/
	vertical-align:auto;
	text-align:center;
	padding-top:35px;
}

#buttonrow1{
	float:left;
	width:705px;
	height:20px;
	margin-top:10px;
}

#continueShoppingBTN{
}

#updateQtyBTN{
	margin-left: 302px;
}

#proceedtocheckoutBTN{
}

#graybarrow{
	float:left;
	width:705px;
	height:25px;
	margin-top:50px;
}

#graybar3{
	margin-left:54px;
}

#enterDestination{
	float:left;
	width:360px;
	font-family:helvetica;
	font-size:12px;
	margin-left:13px;
}

#enterCoupon{
	float:left;
	width:300px;
	font-family:helvetica;
	font-size:12px;
	margin-left:21px;
}

#shippingbox{
	float:left;
	width:323px;
	height:150px;
	border:1px solid #8A8A8A;
}

.shippingsubtitle{
	float:left;
	width:200px;
	font-family:helvetica;
	font-size:12px;
	margin-left:21px;
	font-weight:bold;
	letter-spacing:1px;
	margin-top:3px;
}

.dropdowns{
	float:left;
	margin-left:21px;
	margin-top:-3px;
}

#quote{
	float:left;
	margin-left:21px;
	margin-top:10px;
}

#discountbox{
	float:left;
	width:323px;
	border:1px solid #8A8A8A;
	height:45px;
	margin-left:55px;
}

#couponbox{
	float:left;
	margin-top:15px;
	margin-left:21px;
}

#apply{
	float:left;
	margin-top:14px;
	margin-left:8px;
}

#totalbox{
	float:left;
	width:185px;
	height:65px;
	box-shadow: 0px 0px 5px #666666;
	margin: 15px 0 0 193px;
}

#subtotal2{
	float:left;
	width:180px;
	height:16px;
	margin: 5px 0 0 10px;
}

#subtotaltext{
	float:left;
	width:100px;
	height:16px;
	text-align:right;
	font-family:helvetica;
	font-size:12px;
	font-weight:bold;
}

#subtotalamount{
	float:left;
	width:70px;
	height:16px;
	text-align:right;
	font-family:helvetica;
	font-size:12px;
	font-weight:bold;
}

#total{
	float:left;
	width:180px;
	height:35px;
	margin: 10px 0 0 10px;
}


#totaltext{
	float:left;
	width:100px;
	height:35px;
	text-align:right;
	font-family:"Geared";
	font-size:26px;
	color:#BA392E;
	padding-top:2px;
}

#totalamount{
	float:left;
	width:70px;
	height:35px;
	text-align:right;
	font-family:"Geared";
	font-size:26px;
	color:#BA392E;
	padding-top:2px;
}

#finalcheckout{
	float:right;
	margin: 10px 12px 0 0;
}

footer {
	float:left;
	width: 1005px;
	height: 45px;
	margin: 50px 0 0 10px;
	background-image:url(../images/red_footer.jpg);
	overflow:hidden;
}

#socialmedia{
	float:left;
	width: 150px;
	height:30px;
	margin: 8px 0 0 12px;
	word-spacing: 3px;

}

#copyright{
	color:#FFF;
	font-size:12px;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align:center;
	line-height:15px;
	width:200px;
	margin: 10px 0 0 245px;

	float:left;
}

#tfheader2{
		background-color:#fff;
		border:0px; !important; /*important*/
		width:180px;
		float:right;
		margin:10px 12px 0 0;
	}
	.tftextinput2{
		margin: 0;
		padding: 5px 15px;
		font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size:12px;
		color: #4D4D4D;
		border:0px !important; /*important*/
		height:10px;
		
	}
	.tfbutton2 {
		margin: 0;
		padding: 5px 15px;
		font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size:12px;
		cursor: pointer;
		text-align: center;
		text-decoration: none;
		color: #4D4D4D;
		background: #FFF;
		border:0px !important; /*important*/
		
		
	}
	.tfbutton2:hover {
		text-decoration: none;
	}
	/* Fixes submit button height problem in Firefox */
	.tfbutton2::-moz-focus-inner {
	  border: 0;
	}
	.tfclear{
		clear:both;
	}

/*		Tablet Layout: 768px.
		Gutters: 24px.
		Outer margins: 28px.
		Inherits styles from: Default Layout.
-----------------------------------------------------------------
cols    1     2      3      4      5      6      7      8
px      68    160    252    344    436    528    620    712    */

@media only screen and (min-width: 768px) and (max-width: 991px) {

	body {
		width: 712px;
	}
}



/*		Mobile Layout: 320px.
		Gutters: 24px.
		Outer margins: 34px.
		Inherits styles from: Default Layout.
---------------------------------------------
cols    1     2      3
px      68    160    252    */

@media only screen and (max-width: 767px) {

	body {
		width: 252px;
	}

}



/*		Wide Mobile Layout: 480px.
		Gutters: 24px.
		Outer margins: 22px.
		Inherits styles from: Default Layout, Mobile Layout.
------------------------------------------------------------
cols    1     2      3      4      5
px      68    160    252    344    436    */

@media only screen and (min-width: 480px) and (max-width: 767px) {

	body {
		width: 436px;
	}

}


/*	Retina media query.
	Overrides styles for devices with a 
	device-pixel-ratio of 2+, such as iPhone 4.
-----------------------------------------------    */

@media 
	only screen and (-webkit-min-device-pixel-ratio: 2),
	only screen and (min-device-pixel-ratio: 2) {

	body {

	}

}/* CSS Document */

