/* Start parameters for the site */
/* Default color for all links */
a, a:visited, a:active, a:hover{
	color: #0000ff;
}

.wrapper, .absheader, .absfooter{
/* Width of the site */
	width: 960px; /* SITE_WIDTH */
}
/* Height of the header */
.absheader{
	height: 127px;
}
.wrapper{
	padding-top: 127px;
}
/* Padding top */
.wrapper{
	margin-top: 0;
}
/* Content padding */

/* Width of the left navigation */
.colleft{
	width: 186px; /* LEFTCOL_WIDTH */
	margin: 0 0 12px 0;
	padding: 7px 0 0 0;
}
.colleft-header{
	background-image: url(../images/left-header.png);
	width: 186px;
	height: 9px;
	overflow: hidden;
	font-size: 1px;
	line-height: 1px;
}
.colleft-footer{
	background-image: url(../images/left-footer.png);
	width: 186px;
	height: 19px;
	overflow: hidden;
	font-size: 1px;
	line-height: 1px;
}
.colleft-inner{
	background-image: url(../images/left-bg.png);
	padding: 3px 0 0 19px;
}
.content{
	width: 772px; /* =SITE_WIDTH - LEFTCOL_WIDTH - LEFT_PADDING - RIGHT_PADDING */
	margin-right: 1px;
}
.content-header{
	background-image: url(../images/content-header.png);
	width: 772px;
	height: 25px;
	position: relative;
}
.content-header span{
	display: block;
	background-color: #ffffff;
	height: 6px;
	overflow: hidden;
	width: 709px;
	position: absolute;
	bottom: 0px;
	left: 27px;
}
.content-footer{
	background-image: url(../images/content-footer.png);	
	width: 772px;
	height: 36px;
	position: relative;
}
.content-footer span{
	display: block;
	background-color: #ffffff;
	height: 6px;
	overflow: hidden;
	width: 709px;
	position: absolute;
	top: -1px;
	left: 27px;	
}
.content-inner{
	background-image: url(../images/content-bg.png);
	padding: 0 36px 0 27px;
	width: 709px;
}
/* Default styles for the whole site */
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000000; /*Background color for the left, right, bottom areas */
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center 0;
}
.absfooter{
	width: 960px;
}
.absfooter-header{
	background-image: url(../images/footer-header.png);
	height: 14px;
	width: 935px;
	overflow: hidden;
}
.absfooter-footer{
	background-image: url(../images/footer-footer.png);
	height: 14px;
	width: 935px;
	overflow: hidden;
	clear: left;
}
.absfooter-inner{
	background-color: #000000;
	border-left: 2px solid #171717;
	border-right: 2px solid #171717;
	width: 931px;
}
/* Size of the logo link (goes to the home page) Can be bigger then logo.png */
h1.logo a{
	width: 215px;
	height: 70px;
	display: block;
	top: 0;
	left: 0;
	text-indent: -3000px;
	overflow: hidden;
}
/* Position of the logo link */
h1.logo{
	width: 215px;
	height: 70px;
	display: block;
	float: left;
	margin: 7px 0 11px 6px;
	background-image: url(../images/logo.png);
}
/* End parameters for the site */
.topnav{
	background-image: url(../images/topnav-bg.png);
	width: 938px;
	height: 39px;
	margin-left: -1px;
	list-style: none;
	clear: both;
}
.topnav li{
	float: left;
	padding-top: 2px;
}
.topnav li a{
	float: left;
	height: 31px;
	line-height: 31px;
	color: #FDFBFB !important;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
	text-align: center;
}
.topnav li a:hover{
	color: #ce921b !important;
}
.topnav .topnav1{
	padding-left: 10px;
}
.topnav .topnav1 a{
	width: 65px;
}
.topnav .topnav2 a{
	width: 115px;
}
.topnav .topnav3 a{
	width: 150px;
}
.topnav .topnav4 a{
	width: 147px;
}
.topnav .topnav5 a{
	width: 145px;
}
.topnav .topnav6 a{
	width: 117px;
}
.topnav .topnav7 a{
	width: 117px;
}

div.cart{
	background-image: url(../images/cart.png);
	width: 500px;
	height: 32px;
	line-height: 28px;
	color: #fdfbfb;
	font-size: 11px;
	text-align: right;
	padding: 0 50px 0 0;
	float: right;
	margin: 35px 0 0 0px;
	position: relative;
	left: -25px;
}
div.cart a{
	color: #ffffff;
	text-decoration: none;
	position: relative;
	z-index: 101;
}
div.cart a:hover{
	color: #ce921b;	
}
div.cart .phone{
	float: left;
	padding-left: 21px;
	font-size: 13px;
	line-height: 26px;
}

body{
	margin: 0;
	padding: 0 0 12px 0;
}
form{
	margin: 0;
	padding: 0;
}
img{
	border: 0;
}

fieldset{
	margin: 0;
	padding: 0;
	border: none;
}
fieldset legend{
	display: none;
}
ul, li{
	margin: 0;
	padding: 0;
}
.no-display{
	display: none;
}
.wrapper{
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.content{
	float: right;
}
.absheader{
	position: absolute;
	top: 0;
	left: 0;
}
.colleft{
	float: left;
}
.searchform{
	margin: 0 0 22px 0;
	background-image: url(../images/search-bg.png);
	width: 149px;
	height: 30px;
}
.searchform fieldset{
	position: relative;
}
.searchform-text{
	position: absolute;
	top: 7px;
	left: 9px;
	border: 0;
	padding: 0;
	width: 106px;
	height: 18px;
}
.searchform-img{
	position: absolute;
	top: 4px;
	left: 121px;
}
.nav{
	font-family: Myriad Pro;
	font-size: 13px;
	line-height: 23px;
	width: 155px;
	padding: 0 0 13px 0;
}
.nav h3{
	margin: 0 0 4px 4px;
	color: #e49d1a;
	font-size: 16px;
	line-height: 16px;
	height: 20px;
}

.nav ul{
	list-style: none;
	color: #ffffff;
}
.nav ul li{
	display: inline;
}
.nav ul{
	padding: 0 0 0 4px;
	margin: 0 0 13px 0;
}
.nav ul.last{
	margin-bottom: 0;
}
.nav ul ul{
	padding: 0 0 0 6px;
	margin: 0;
}
.nav a{
	text-decoration: none;
	color: #ffffff !important;
	display: block;
}
.nav a:hover{
	text-decoration: underline;
}
.nav span{
	display: block;
	cursor: pointer;
}
.nav ul ul a{
	background-image: url(../images/bullet.png);
	background-position: 0 10px;
	background-repeat: no-repeat;
	padding-left: 7px;
}
.emailsignup{
	padding: 0 0 25px 0;
}
.emailsignup h3{
	color: #fdfbfb;
	font-size: 12px;
	line-height: 14px;
	margin: 0 0 5px 3px;
	font-weight: normal;
}
.emailsignup h3 strong{
	display: block;
	color: #af7917;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
}
.emailsignup fieldset{
	position: relative;
}
.emailsignup-text{
	border-top: 1px solid #5e5e5e;
	border-right: 1px solid #8e8e8e;
	border-bottom: 1px solid #adadad;
	border-left: 1px solid #8f8f8f;
	width: 86px;
	height: 15px;
	padding: 0px 3px;
	position: absolute;
	top: 0;
	left: 2px;
	font-size: 11px;
}
.emailsignup-img{
	position: absolute;
	top: 0;
	left: 100px;
	padding: 0;
	margin: 0;
	border: 0;
	background-image: url(../images/submit.gif);
	width: 47px;
	height: 17px;
	text-align: left;
	text-indent: -3000px;
	overflow: hidden;
	cursor: pointer;
}

.absfooter{
	margin: 0 auto;
}
.bottomnav{
	list-style: none;
	padding: 0 0 0 19px;
	font-family: Myriad Pro;
	font-size: 13px;
}
.bottomnav li{
	float: left;
}
.bottomnav ul li{
	float: none;
	display: inline;
}
.bottomnav ul{
	list-style: none;
}
.bottomnav h4{
	background-repeat: no-repeat;
	height: 22px;
	margin: -6px 0 0 0;
	color: #fefcfc;
	font-size: 15px;
	line-height: 15px;
	text-transform: uppercase;
	letter-spacing: -1px;
	font-weight: bold;
}
.bottomnav .bnav1{
	width: 134px;
}
.bottomnav .bnav2{
	width: 178px;
}
.bottomnav .bnav3{
	width: 161px;
}
.bottomnav .bnav4{
	width: 156px;
}
.bottomnav .bnav5{
	width: 157px;
}
.bottomnav .bnav6{
	width: 114px;
}
.bottomnav a{
	text-decoration: none;
	display: block;
	color: #929292 !important;
}
.bottomnav a:hover{
	text-decoration: underline;
}

