* {
	margin:0px;
	padding:0px;
}

body {
	background:#242424;
}

#container {
	position:relative;
	width:800px;
	margin:0 auto;
	border-left:1px solid #525252;
	border-right:1px solid #525252;
}

#header {
	background:url('images/header.jpg') no-repeat;
	border-bottom:1px solid #7f0e02;
	height:135px;
}

#main {
	background:#000000;
	border-top:1px solid #000000;
}

.logo {
	float:left;
	padding-left:10px;
	padding-top:6px;
}

.emailSignup {
	float:right;
	width:180px;
	display:inline;
	right:10px;
	top:10px;
	position:absolute;
}

#navigation {
	position:absolute;
	top:102px;
	right:5px;
}

#navigation ul {
	float:right;
	list-style:none;
	clear:both;
}

#navigation ul li {
	float:left;
	padding-left:7px;
}

#navigation ul li:hover, #navigation ul li.current, #navigation ul li.sfhover {
	background:#ffffff;
	background:url('images/leftTab.jpg') top left no-repeat;
}

#navigation ul li a {
	display:block;
	padding:10px 14px 10px 7px;
	font-family:arial;
	text-transform:uppercase;
	font-weight:bold;
	font-size: 13px;
	color:#ffffff;
	text-decoration:none;
}

#navigation ul li:hover a,  #navigation ul li.current a, #navigation ul li.sfhover a {
	color:#ff9000;
	background:url('images/rightTab.jpg') top right no-repeat; 
}

.subHome {
	width:100%;
	background:#1c1c1b;
}

.rightSide {
	float:right;
	width:330px;
	padding:30px 10px;
}

h3 {
	font-family:arial;
	font-size:16px;
	color:#999999;
	line-height:22px;
	margin:14px 0px;
}

h3 span {color:#ffffff;}

h1 {
	font-family:arial;
	font-size:20px;
	font-style:italic;
	color:#ffb400;
	height:30px;
}

.btnGray {
	color:#ffffff;
	text-transform:uppercase;
	font-family:arial;
	font-weight:bold;
	font-size:14px;
	width:154px;
	text-decoration:none;
	background:#ff0000 url('images/button_gray.jpg') no-repeat;
	padding:9px 0px;
	display:block;
	text-align:center;
	float:left;
}

.btnGrayHOME {
	color:#ff0000;
	text-transform:uppercase;
	font-family:arial;
	font-weight:bold;
	font-size:14px;
	width:154px;
	text-decoration:none;
	background:#ff0000 url('images/button_gray.jpg') no-repeat;
	padding:9px 0px;
	display:block;
	text-align:center;
	margin:0px;
	line-height:16px;
}



.btnGray:hover, .btnGrayHOME:hover {
	color:#ffb400;
}

.btnShop {
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
}

.content {
	background:url('images/contentBG.jpg') repeat-x;
	border-top:1px solid #000000;
	padding:20px;
}

.content p {
	font-family:verdana;
	font-size:11px;
	color:#999999;
	line-height:18px;
	margin:10px 0px;
}

.products td {
	font-family:verdana;
	font-size:11px;
	color:#999999;
	line-height:18px;
}

.cart {
	margin:0 auto;
	position:relative;
}

.cart th {
	font-family:verdana;
	font-size:12px;
	color:#ffffff;
	padding:8px;
}

.cart th {
	background:#525252;
	border-bottom:1px solid #222222;
}

.cart td {
	font-family:verdana;
	font-size:12px;
	padding:8px;
	background:#333333;
	color:#999999;
	border-bottom:1px solid #222222;
	}

.cart td a {color:#ffffff;}

.products h3.title {
	color:#ffb400;
}

.products td {
	border-bottom:1px solid #999999;
}

.price td {
	padding:5px 15px;
	border:0px;
}

#footer {
	background:#000000 url('images/footer.jpg') repeat-x;
}

#footer p {
	padding:10px;
	text-align:center;
	font-family:verdana;
	font-size:11px;
	color:#999999;
	font-weight:bold;
}