/* CSS Document */
* {
	padding:0;
	margin:0;
}
body {
	background-color:#151515;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
td {
	text-align:left;
	vertical-align:top;
}
td[align="center"]
{
	text-align:center;
}
td[align="right"]
{
	text-align:right;
}
td[vAlign="middle"]
{
	vertical-align:middle;
}
td[vAlign="bottom"]
{
	vertical-align:bottom;
}
td[align="right"]
{
	text-align:right;
}
table[cellPadding="4"] td,
table[cellPadding="4"] th
{
	padding:4px;
}
table[cellPadding="2"] td,
table[cellPadding="2"] th
{
	padding:2px;
}

img {
	border:none;
}
.alignRight {
	text-align:right;
}
.alignCenter {
	text-align:center;
}
.alignMiddle {
	vertical-align:middle;
}
.alignBottom {
	vertical-align:bottom;
}
.floatLeft {
	float:left;
	margin:0 15px 6px 0px;
}
.floatRight {
	float:right;
	margin:0 0 6px 15px;
	clear:right;
}
.clear {
	clear:both;
}

#wrap {
	margin:0 auto;
	width:920px;
}
#wrap-header-top {
	height:64px;
}
	#header-top {
		clear:both;
		color:#7f7f7f;
		font-size:11px;
		margin:0 auto;
		padding:10px 0;
		text-align:right;
		width:920px;
	}
		#header-top h1
		{
			float:left;
			font-size:24px;
			margin:8px 0 0 15px;
		}
		#header-top p
		{
			margin-bottom:4px;
		}
		#header-top a:visited,
		#header-top a:link,
		#header-top input[type="button"],
		#header-top input[type="submit"] {
			color:#7f7f7f;
		}
		#header-top a:active,
		#header-top a:hover,
		#header-top input[type="button"]:hover,
		#header-top input[type="submit"]:hover {
			color:#fff;
		}
		#header-top ul {
			list-style:none;
			float:right;
		}
			#header-top ul li {
				border-left:1px solid;
				float:left;
				line-height:16px;
				margin-left:9px;
				padding-left:10px;
			}
			#header-top ul li:first-child {
				border-left:none;
			}
			#header-top ul li.cart {
				background-image:url(images/icons/cart.png);
				background-position:10px top;
				background-repeat:no-repeat;
				padding-left:28px;
			}

#wrap-header {
	background-color:#0c0c0c;
	border-top:1px solid #1e1e1e;
	padding-bottom:6px;
}
#header {
	clear:both;
	color:#767575;
	margin:0 auto;
	width:920px;
}
	#header #logo-nav {
		padding:10px 0 13px 0;
	}
		#header #nav {
			background-image:url(images/backgrounds/nav-right.png);
			background-position:right top;
			background-repeat:no-repeat;
			border-bottom:2px solid #3e3d3d;
			color:#c4c3c3;
			float:right;
			font-size:13px;
			margin-top:17px;
			width:637px;
		}
			#header #nav ul {
				background-image:url(images/backgrounds/nav-li.png);
				background-position:left top;
				background-repeat:repeat-x;
				height:33px;
				list-style:none;
				margin-right:7px;
			}
				#header #nav ul li:first-child {
					background-image:url(images/backgrounds/nav-left.png);
					background-position:left top;
					background-repeat:no-repeat;
				}
				#header #nav ul li {
					float:left;
					padding:2px 0 0 7px;
				}
					#header #nav ul li a {
						display:block;
						line-height:31px;
						padding:0 13px;
					}
					#header #nav ul li a:link,
					#header #nav ul li a:visited {
						color:#c4c3c3;
						text-decoration:none;
					}
					#header #nav ul li a:active,
					#header #nav ul li a:hover {
						background-image:url(images/backgrounds/nav-li-a.png);
						background-position:left top;
						background-repeat:repeat-x;
						color:#fff;
					}
	#header #redBox {
		background-image:url(images/backgrounds/redBox.png);
		background-position:left top;
		background-repeat:repeat-x;
		color:#fff;
		height:106px;
	}
		#header h3,
		#header #redBox #search span {
			display:block;
			font-size:16px;
			font-weight:bold;
			margin-bottom:4px;
			text-transform:uppercase;
		}
		#header #redBox #search {
			background-image:url(images/backgrounds/redBox-left.png);
			background-position:left top;
			background-repeat:no-repeat;
			float:left;
			height:86px;
			padding:20px 10px 0 15px;
			width:208px;
		}
			#header #redBox #search input[type="text"]
			{
				margin-left:-2px;
				width:192px;
			}
			#header #redBox input[type="button"],
			#header #redBox input[type="submit"] {
				color:#fff;
				display:block;
				font-size:14px;
				font-weight:bold;
				margin:0;
				width:96%;
			}
		#header #redBox #banner {
			background-image:url(images/backgrounds/redBox-right.png);
			background-position:right top;
			background-repeat:no-repeat;
			float:left;
			height:106px;
			width:687px;
		}

#content {
	clear:both;
	margin-bottom:6px;
	padding-top:6px;
}
#content p,
#content ul,
#content ol,
#content hr,
#content .form {
	margin-bottom:8px;
}
#content h2 {
	color:#8c8c8c;
	font-size:12px;
	margin-bottom:5px;
	text-transform:uppercase;
}
#content ul,
#content ol 
{
	margin-left:20px;
}
#content ul li,
#content ol li
{
	margin-bottom:4px;
}
#content hr
{
	background-color:Transparent;
	border:none;
	border-top:1px dotted #cccccc;
	height:1px;
}
#content a:link,
#content a:visited 
{
	color:#f80505;
}

#content a:hover,
#content a:active 
{
	color:#000;
}

#content .red {
	color:#f80505;
}
#content #breadcrumb
{
	margin-bottom:4px;
}

#content #col-left {
	float:left;
	margin-right:8px;
	width:178px;
}
	#content #col-left ul {
		list-style:none;
		font-size:1em;
		margin-left:0;
	}
		#content #col-left ul li {
			background-image:url(images/icons/square-white.png);
			background-position:left 6px;
			background-repeat:no-repeat;
			padding-left:10px;
			margin-bottom:6px;
		}
	#content #col-left .grayBG {
		background-color:#1f1f1f;
		background-image:url(images/backgrounds/grayBG.png);
		background-position:right bottom;
		background-repeat:no-repeat;
		color:#fff;
		margin-bottom:8px;
	}
		#content #col-left .grayBG .pad,
		#content #col-left .whiteBG .pad {
			padding:10px 15px 10px 15px;
		}
	#content #col-left .grayBG h2 {
		background-image:url(images/backgrounds/grayBG-h2.png);
		background-position:left top;
		background-repeat:no-repeat;
		color:#fff;
		line-height:27px;
		padding-left:13px;
	}
		#content #col-left .grayBG a:visited,
		#content #col-left .grayBG a:link {
			color:#fff;
			text-decoration:none;
		}
		#content #col-left .grayBG a:active,
		#content #col-left .grayBG a:hover {
			color:#767575;
			text-decoration:underline;
		}
	#content #col-left .whiteBG {
		background-color:#fff;
		background-image:url(images/backgrounds/whiteBG.png);
		background-position:right bottom;
		background-repeat:no-repeat;
		margin-bottom:8px;
	}
		#content #col-left .whiteBG h2 {
			background-image:url(images/backgrounds/whiteBG-h2.png);
			background-position:left top;
			background-repeat:no-repeat;
			color:#fff;
			line-height:27px;
			padding-left:13px;
		}

#content #colMain {
	float:left;
	width:734px;
}
#content #colMain #banners
{
	margin-bottom:8px;
}
#content #colMain #banners div.box 
{
	background-color:#1e1e1e;
	background-image:url(images/backgrounds/banner-bottom.png);
	background-position:right bottom;
	background-repeat:no-repeat;
	color:#fff;
	float:left;
	margin-left:7px;
	min-height:250px;
	width:178px;
}
#content #colMain #banners div.box:first-child
{
	margin-left:0;
}
	#content #colMain #banners div.box h2 
	{
		background-image:url(images/backgrounds/banner-h2.png);
		background-position:left top;
		background-repeat:no-repeat;
		border-bottom:2px solid #2a2929;
		color:#fff;
		line-height:41px;
		margin-bottom:1px;
		padding-left:13px;
	}
	#content #colMain #banners div.box img
	{
		padding:0 2px;
		margin-bottom:10px;
	}
	#content #colMain #banners div.box p,
	#content #colMain #banners div.box ul,
	#content #colMain #banners div.box ol
	{
		margin-left:15px;
		margin-right:15px;
	}
	#content #colMain #banners div.box p.more
	{
		background-image:url(images/backgrounds/banner-more-left.png);
		background-position:left top;
		background-repeat:no-repeat;
		color:#fff;
		padding:0 0 0 8px;
	}
		#content #colMain #banners div.box p.more a
		{
			background-image:url(images/backgrounds/banner-more-right.png);
			background-position:right top;
			background-repeat:no-repeat;
			color:#fff;
			display:inline-block;
			line-height:23px;
			padding:0 8px 0 0;
		}
		#content #colMain #banners div.box p.more a:link,
		#content #colMain #banners div.box p.more a:visited
		{
			text-decoration:none;
		}
		#content #colMain #banners div.box p.more a:hover,
		#content #colMain #banners div.box p.more a:active
		{
			text-decoration:underline;
		}
#content #colMain #whiteBG {
	background-color:#FFF;
	background-image:url(images/backgrounds/content-top.png);
	background-position:left top;
	background-repeat:no-repeat;
	clear:both;
}
	#content #colMain .pad {
		padding:12px 25px 0 25px;
	}
	#content #colMain .pad:first-child {
		min-height:401px;
	}

	#content #colMain #bottom {
		background-image:url(images/backgrounds/content-bottom.png);
		background-position:right bottom;
		background-repeat:no-repeat;
		clear:both;
		height:8px;
	}
	
	#content #colMain table.products {
		border-collapse:collapse;
		width:100%;
	}
	#content #colMain table.products td,
	#content #colMain table.products th {
		border-collapse:collapse;
		border-top:1px dotted #cccccc;
		border-left:1px dotted #cccccc;
		padding-top:10px;
		text-align:center;
		width:25%;
	}
	#content #colMain table.products tr:first-child td,
	#content #colMain table.products tr:first-child th,
	#content #colMain table.products td td {
		border-top:none;
		padding-top:0;
	}
	#content #colMain table.products tr td:first-child,
	#content #colMain table.products tr th:first-child,
	#content #colMain table.products td td {
		border-left:none;
	}
	#content #colMain table.products input[type="button"].AddToCartButton
	{
		background-position:102px top;
		display:block;
		text-align:center;
		width:90%;
	}

	#content table.comparison th
	{
		background-color:#4d4d4d;
		color:#b2b2b2;
		font-size:14px;
		padding:4px;
	}
	#content table.comparison td 
	{
		padding:4px 4px 0 4px;
	}
	#content #colMain table.products.comparison tr:first-child th
	{
		padding-top:4px;
	}

	#content #colMain table.variants {
		border-collapse:collapse;
		width:100%;
	}
	#content #colMain table.variants td 
	{
		padding:4px 4px 0 4px;
	}
	#content #colMain table.variants td,
	#content #colMain table.variants th {
		border-collapse:collapse;
		border-top:1px dotted #cccccc;
		border-left:1px dotted #cccccc;
	}
	#content #colMain table.variants th
	{
		background-color:#4d4d4d;
		border-top:none;
		color:#b2b2b2;
		font-size:14px;
		padding:4px;
	}
	#content #colMain table.variants tr td:first-child,
	#content #colMain table.variants tr th:first-child,
	#content #colMain table.variants td td {
		border-left:none;
	}
	#content #colMain table.variants input[type="button"].AddToCartButton
	{
		display:block;
	}

#footer {
	clear:both;
	color:#5f6162;
	margin:6px 0 20px 0;
	padding:10px 0;
	text-align:center;
}
	#footer ul {
		list-style:none;
		margin:5px;
	}
		#footer ul li {
			border-left:1px solid #8a8a8a;
			display:inline;
			margin-left:6px;
			padding-left:8px;
		}
		#footer ul li:first-child {
			border-left:none;
			margin-left:0;
			padding-left:0;
		}
	#footer a:visited,
	#footer a:link {
		color:#8a8a8a;
	}
	#footer a:active,
	#footer a:hover {
		color:#fff;
	}

/* form styles */
input[type="text"],
input[type="password"],
textarea,
select {
	border:1px solid #e0e7ee;
	font-family:inherit;
	font-size:12px;
	background-color:#ffffff !important;
}
input[type="text"],
input[type="password"],
textarea,
select {
	margin-bottom:4px;
}
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
	background-color:#fdfe99 !important;
	border-color:#576162;
}
input[type="text"],
input[type="password"] {
	height:14px;
	vertical-align:middle;
}
input[type="text"],
input[type="password"],
textarea {
	padding:2px;
}
input[type="text"],
input[type="password"],
textarea {
	width:245px;
	vertical-align:middle;
}
input[type="text"].short {
	width:100px;
}
input[size="4"],
input[size="3"]
{
	margin-right:10px;
	width:25px;
}
textarea {
	height:100px;
	overflow:auto;
}
input[type="submit"],
input[type="button"],
input[type="reset"],
a.more {
	background-color:Transparent !important;
	background-image:url(images/icons/arrow-red.png);
	background-position:right center;
	background-repeat:no-repeat;
	border:none !important;
	cursor:pointer;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-left:10px;
	padding:0 10px 0 0;
	text-align:right;
}
td input[type="submit"]:first-child,
td input[type="button"]:first-child,
td input[type="reset"]:first-child
{
	margin-left:0;
}
input[type="submit"].cart,
input[type="button"].cart,
input[type="submit"].AddToCartButton,
input[type="button"].AddToCartButton {
	background-image:url(images/icons/cart2.png);
	background-position:right top;
	background-repeat:no-repeat;
	font-weight:bold;
	line-height:18px;
	margin-right:8px;
	padding-right:18px;
}
.form br {
	clear:left;
}
label {
	font-weight:bold;
	text-align:right;
	padding-right:10px;
}
.fieldset {
	border:1px solid #444444;
}
fieldset,
.fieldset {
	padding:5px;
	margin-bottom:5px;
}
legend {
	margin-bottom:5px;
}