/*
red: #c00
orange: #f93
:hover: #fff
footer:hover: #f93
*/
* {
	padding: 0;
	margin: 0;
}
html {
	background: #000 url(/images/bg.png) repeat-x 0 0;
}
body {
	color: #fff;
	font: normal 12px/18px Helvetica, Arial, sans-serif;
}
article, aside, footer, header, hgroup, nav, section {
	display: block;
}
a {
	color: #e2e1e1;
	text-decoration: none;
}
	a:hover,
	a:focus,
	a:active {
		color: #f93;
	}
	a img {
		border: none;
	}
button, .button {
	border: none;
	background: none;
	vertical-align: middle;
}
footer {
	clear: both;
	overflow: hidden;
}
	footer h2 {
		padding: 0 0 6px;
		font: bold 30px "Helvetica Neue", HelveticaNeue, Helvetica, Arial, sans-serif;
		letter-spacing: -1px;
		text-transform: uppercase;
	}
	footer nav {
		float: left;
		height: 128px;
		padding: 45px 36px 40px;
	}
	footer p {
		clear: left;
		color: #4a4949;
		font: normal 12px/40px "Helvetica Neue", HelveticaNeue, Helvetica, Arial, sans-serif;
		text-align: right;
	}
	footer .fn {
		color: #999;
		font-style: italic;
		font-weight: bold;
	}
header {
	padding: 10px 0 0;
}
	header nav {
		font: normal 14px/14px Helvetica, Arial, sans-serif;
		text-transform: uppercase;
		height: 51px;
	}
nav li {
	list-style-type: none;
}
.ir {
	position: relative;
	display: block;
	background: none no-repeat 0 0;
	text-indent: -2000em;
	overflow: hidden;
}
.about {
	background: url(/images/bg-about.jpg);
}
.call {
	position: absolute;
	top: 0;
	right: 50%;
	display: block;
	margin-right: -290px;
	font: normal 14px/30px "Helvetica Neue", HelveticaNeue, Helvetica, Arial, sans-serif;
	text-shadow: 0 0 4px #000;
	text-transform: uppercase;
}
.carttab {
	position: absolute;
	top: 0;
	right: 50%;
	display: block;
	width: 100px;
	padding: 8px 20px 15px 54px;
	margin-right: -490px;
	background: url(/images/cart-tab.png) no-repeat 0 0;
}
.contact {
	padding-left: 32px;
	background: url(/images/bg-contact.jpg);
}
	.contact a[rel=me] {
		color: #c00;
		font-size: 15px;
	}
	.contact h3 {
		color: #e2e1e1;
		font-size: 15px;
	}
	.contact ul {
		padding: 0 0 12px;
	}
.container {	
	width: 960px;
	margin: 0 auto;
}
.guide {
	padding-left: 48px;
	width: 450px;
	background: url(/images/bg-buying-guide.jpg);
}
	.guide li {
		float: left;
		padding: 0 20px 0 0;
	}
	.guide .column1 {
		clear: left;
		width: 150px;
	}
	.guide .column2 {
		width: 130px;
	}
header .logo {
	width: 417px;
	height: 80px;
	margin-bottom: -25px;
	background-image: url(/images/logo.png);
}
.join {
	float: right;
	padding: 18px 12px 1px 0;
	background: url(/images/arrow.png) no-repeat 100% 100%;
}
.megamenu {
	float: left;
	position: relative;
	z-index: 20;
}
	.megamenu a {
		display: block;
		padding: 6px 6px 18px;
		margin: 0;
		color: #fff;
	}
		.megamenu a:hover,
		.megamenu a:focus,
		.megamenu a:active,
		.megamenu>li:hover {
			color: #fff;
			background: #900 url(/images/bg-tab.png) repeat-x 0 100%;
		}
		.megamenu a em {
			font-style: normal;
			text-transform: uppercase;
		}
	.megamenu li {
        list-style-type: none;
    }
 	.megamenu li>.oneoff:hover {
		color: #e2e1e1;
		background: transparent;
	}
	.megamenu>li {
		float: left;
		margin: 12px 0 0;
	}
	.megamenu .menu div {
		clear: left;
		padding: 10px 35px;
		border-top: dashed 2px #666;
	}
	.megamenu ul a {
		padding: 0 8px;
		font: bolder 12px/23px Helvetica, Arial, sans-serif;
	}
		.megamenu ul a:hover {
			color: #000;
			background: #aeaeaf;
		}
	.megamenu .menu {
		position: absolute;
		left: 0;
		display: none;
		width: 753px;
		padding: 10px 0 0;
		border-top: solid 12px #690100;
		background: url(/images/bg-menu.png) repeat-x 0 0;
		text-shadow: 0 0 0 #000;
	}
		.megamenu .menu a {
			color: #e2e1e1;
			text-transform: none;
		}
		.megamenu .menu div a {
			display: inline;
			padding: 0 20px 0 0;
			margin: 0 40px 0 0;
			background: url(/images/gt-red.png) no-repeat 100% center;
			font: normal 17px/17px Helvetica, Arial, sans-serif;
		}
		.megamenu .menu li {
			width: 126px;
			padding: 0 17px 0 23px;
		}
		.megamenu .menu ul {
			float: left;
			border-left: groove 2px #999;
			margin: 0 0 10px;
		}
		.megamenu .menu ul:first-child {
			padding-left: 10px;
			border-left: none;
		}
		.megamenu .oneoff,
		.megamenu .menu .oneoff {
			color: #f93;
			text-transform: none;
		}
.q {
	width: 120px;
}
.sidenav {
	float: right;
	width: 156px;
	padding: 28px 15px 20px 36px;
	background: url(/images/overlay.png);
}
	.sidenav a {
		color: #999 !important;
	}
		.sidenav a:hover {
			color: #fff !important;
		}
	.sidenav h2 {
		padding: 0 0 6px;
		color: #c00;
		font: bold 22px/20px "Helvetica Neue", HelveticaNeue, Helvetica, Arial, sans-serif;
		text-transform: uppercase;
	}
		.sidenav h2 span {
			display: block;
			color: #fff;
			font-size: 14px;
		}
		.sidenav form, .sidenav .form,
		.sidenav ul {
			padding: 0 0 25px;
			overflow: auto;
		}
		.sidenav li {
			list-style-type: none;
			float: left;
			width: 140px;
			margin-right: 5px;
		}
		.sidenav .twocol li
		{
			width: 72px;
		}		
.tiretrack {
	position: absolute;
	left: 50%;
	margin-left: -626px;
}