body {
	text-align: center;
	font: normal 12px Arial, sans-serif;
	background-color:#FFFFFF;
}

form {
	margin: 0;
	padding: 0;
}

a img {
	border: none;
}

div#overall {
	width: 1000px;
	margin: auto;
	text-align: left;
}

/* -- Shell Header -- */

div#header {
	float: left;
	width: 1000px;
	background: #FFFFFF url('header-bg.gif') no-repeat left top;
}

div#header form.search-box {
	background: url('search-bg.gif') no-repeat 6px bottom;
	padding: 93px 0 0 16px;
	margin:  0;
	height: 30px;
	width: 180px;
	float: left;
}

div#header form.search-box * {
	vertical-align: middle;
}

div#header form.search-box input.query-box {
	width: 140px;
	margin-right: 2px;
	font: normal 11px Arial, Helvetica, sans-serif;
}

div#header a.logo-img {
	float: left;
	width: 408px;
}

div#header a.logo-img img {
	display: block;
}

div#header ul#header-links {
	position: relative;
	font-size: 18px;
	float: left;
	width: 800px;
	list-style: none;
	padding: 0 0 0 0;
	margin: 0;
	text-align: left;
}

div#header ul#header-links li {
	display: inherit;
	padding: 0 15px;
}

div#header ul#header-links li a {
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	font-size: 11px;
}

div#header ul#header-links li a:hover {
	text-decoration: underline;
}

div#header ul#header-links li.cart {
	display: block;
	background: url('cart-tab-bg.gif') no-repeat right bottom;
	position: absolute;
	right: 0px;
	top: -31px;
	padding: 0;
	height: 31px;
	width: 151px;
	overflow: hidden;
	text-align: left;
}

div#header ul#header-links li.cart a {
	display: block;
	background: url('cart-link-bg.gif') no-repeat 16px center;
	padding: 9px 0 0 42px;
	height: 22px;
	color: #B51A1A;
}

/* -- End Shell Header -- */

div#main {
	clear: left;
	float: left;
	width: 1000px;
}

/* -- Shell Main Nav -- */

div#main div#main-nav {
	float: left;
	width: 179px;
	padding: 0 5px 30px 12px;
}

div#main-nav ul#sc-left-nav {
	padding: 0 0 60px 0;
	margin: 0;
	list-style: none;
	color: #000000;
}

div#main-nav ul#sc-left-nav li a {
	padding: 10px 10px 10px 20px;
	display: block;
	color: #000000;
	text-decoration: none;
	font: bold 14px Verdana, sans-serif;
}

div#main-nav ul#sc-left-nav li a:hover {
	text-decoration: underline;
}

div#main-nav ul#sc-left-nav li ul {
	margin: 0;
	list-style: none;
	padding: 0;
}

div#main-nav ul#sc-left-nav li ul li a {
	padding: 3px 10px 3px 38px;
	display: block;
	color: #000000;
	text-decoration: none;
	font: bold 14px Arial, sans-serif;
}

div#main-nav ul#sc-left-nav li ul li a:hover {
	background: url('nav-arrow.gif') no-repeat 20px 7px;
	color: #B61A1A;
}

div#main-nav div.badges {
	text-align: center;
}

div#main-nav div.badges img {
	margin: 4px 0;
}

/* -- End Shell Main Nav -- */

/* -- Shell Footer -- */

div#footer {
	clear: both;
	text-align: center;
}

div#footer ul#footer-links {
	border-top: solid 1px #999999;
	border-bottom: solid 1px #999999;
	background-color: #000000;
	padding: 8px;
	margin: 0;
	color: #fff;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
}

div#footer ul#footer-links li {
	display: inline;
	border-left: solid 1px #fff;
	padding: 0 16px;
}

div#footer ul#footer-links li.home {
	border-left: none;
}

div#footer ul#footer-links li a {
	text-decoration: none;
	color: #fff;
}

div#footer ul#footer-links li a:hover {
	text-decoration: underline;
}

div#footer div.copyright {
	padding-top: 16px;
	font-size: 10px;
	color: #000000;
}

div#footer div.sc-link {
	padding-bottom: 16px;
	font-size: 0px;
	color: #000000;
}

div#footer div.sc-link a {
	font-size: 0px;
	color: #000000;
	text-decoration: none;
}

div#footer div.sc-link a:hover {
	text-decoration: underline;
}

/* -- End Shell Footer -- */

/* -- Main Content -- */

div#main div#main-content {
	float: right;
	width: 770px;
	padding: 0 0 30px 4px;
	background-color: #FFFFFF;
}

table#contents-table tr td {
	text-align: center;
	padding: 4px;
	font-size: 11px;
}

table#contents-table tr td a img {
	margin: 4px 0;
}

table#contents-table tr td div.name a {
	text-transform: uppercase;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

table#contents-table tr td div.name a:hover {
	text-decoration: underline;
}

table#contents-table tr td div.sale-price {
	color: #F00;
}

table#contents-table tr td div.sale-price-bold {
	color: #F00;
	font-weight: bold;
}

div#main-content div.breadcrumbs {
	font: normal 12px Verdana, sans-serif;
	color: #000000; 
	margin: 10px;
}

div#main-content div.breadcrumbs a {
	color: #000000;
}

div#main-content div.breadcrumbs a:hover {
	text-decoration: none;
}

div#main-content h1 {
	font: bold 16px Arial, sans-serif;
	color: #000000;
	margin: 10px;
}

div#main-content h3 {
	clear: both;
	font: bold 12px Arial, sans-serif;
	color: #fff;
	margin: 6px 10px 6px 6px;
	padding: 4px 10px;
	background-color: #335B89;
}

/* -- Home Page Content -- */

div#main-content img.banner {
	margin-bottom: 2px;
}

div#main-content div.top-sellers {
	float: right;
	width: 160px;
	margin: 5px 4px 12px 0;
	padding-bottom: 4px;
	background: #E6E4C8 url('top-sellers-footer.gif') no-repeat left bottom;
}

div#main-content div.top-sellers table td {
	background-color: #fff;
}

div#main-content div.featured-items {
	float: right;
	width: 600px;
	margin: 5px 4px 12px 0;
	padding-bottom: 4px;
	background: #E9E9E9 url('featured-footer.gif') no-repeat left bottom;
}

div#main-content div.featured-items table td {
	border: solid 1px #C2C2C2;
	background-color: #fff;
}

/* -- End Home Page Content -- */

/* -- Section Page Content -- */

div#main-content img.section-main-image {
	float: left;
	margin: 0 16px 8px 10px;
}

div#main-content div.top-sellers {
	float: right;
	width: 160px;
	height: auto;
	margin: 5px 4px 12px 0;
	padding-bottom: 4px;
	background: #E6E4C8 url('top-sellers-footer.gif') no-repeat left bottom;
}

div#main-content div.top-sellers table td {
	background-color: #fff;
}

div#main-content div.featured-items {
	float: left;
	width: 600px;
	height: auto;
	margin: 5px 4px 12px 0;
	padding-bottom: 4px;
	background: #E9E9E9 url('featured-footer.gif') no-repeat left bottom;
}

div#main-content div.featured-items table td {
	border: solid 1px #C2C2C2;
	background-color: #fff;
}

/* -- End Section Page Content -- */

/* -- Item Page Content -- */

div#main-content div.image-holster {
	float: left;
	width: 226px;
	text-align: center;
	margin-bottom: 6px;
}

div#main-content div.image-holster div#scPage-insets img {
	margin: 6px;
}

div#main-content div.pit-holster {
	float: right;
	width: 317px;
	color: #000000;
	margin: 0 10px 6px 0;
}

div#main-content div.pit-holster h1 {
	margin: 0 0 10px 0;
}

div#main-content div.pit-holster form {
	margin: 0;
	padding: 0;
}

div#main-content div.pit-holster form table#product-info-table {
	width: 317px;
}

div#main-content div.pit-holster form table#product-info-table th,
div#main-content div.pit-holster form table#product-info-table td {
	border-top: solid 1px #B3B3B3;
	font: normal 11px Arial, sans-serif;
}

div#main-content div.pit-holster form table#product-info-table th {
	padding: 4px 2px;
	width: 99px;
	color: #fff;
	background-color: #000000;
	text-align: right;
}

div#main-content div.pit-holster form table#product-info-table th.name {
	padding: 4px 6px;
	width: auto;
	text-align: left;
	font-weight: bold;
}

div#main-content div.pit-holster form table#product-info-table td {
	padding: 4px 6px;
	width: 202px;
	color: #000000;
	background-color: #FFFFFF;
	text-align: left;
}

div#main-content div.pit-holster form table#product-info-table td.sale-price {
	color: #CD0000;
	font-weight: bold;
}

div#main-content div.pit-holster form table#product-info-table td.you-save {
	font-weight: bold;
}

div#main-content div.pit-holster form table#product-info-table td select {
	width: 202px;
	font: normal 11px Arial, sans-serif;
}

div#main-content div.pit-holster form table#product-info-table td input {
	font: normal 11px Arial, sans-serif;
}

div#main-content div.pit-holster form table#product-info-table td.add-to-cart {
	padding: 18px;
	width: auto;
	text-align: center;
}

div#main-content div#seo-related-links {
	width: 600px;
	margin: 10px auto auto;
}

div#main-content div#seo-related-links h3 {
	color: #000000;
	background-color: transparent;
	text-align: center;
	margin: 2px 0;
	padding: 0;
}

div#main-content div#seo-related-links ul {
	margin: 0 auto 30px auto;
	padding: 0;
	border-top: solid 1px #7F7F7F;
	border-bottom: solid 1px #7F7F7F;
	list-style: none;
	float: left;
	width: 600px;
	color: #FFFFFF;
}

div#main-content div#seo-related-links ul li {
	float: left;
	width: 50%;
}

div#main-content div#seo-related-links ul li a {
	padding: 3px 12px;
	display: block;
	background: url('related-dot.gif') no-repeat 4px 8px;
	color: #000000;
	text-decoration: none;
	font: normal 10px Arial, sans-serif;
}

div#main-content div#seo-related-links ul li a:hover {
	color: #355C87;
	text-decoration: underline;
}

/* -- End Item Page Content -- */

/* -- Sitemap Page -- */

a.sitemap-header {
    font-weight: bold;
		font-size: 14px;
    color: #E2A000;
    display: block;
    padding-top:  15px;
}

a.sitemap-1      {
    font-weight: bold;
		font-size: 12px;
    color: #004272;
    display: block;
    padding-left: 25px;
}

a.sitemap-2      {
    font-size: 12px;
    color: #B61A1A;
    display: block;
    padding-left: 50px;
}

a.sitemap-3      {
    font-size: 10px;
    color: #004272;
    display: block;
    padding-left: 75px;
}

a.sitemap-4      {
    font-size: 8px;
    color: #B61A1A;
    display: block;
    padding-left: 100px;
}

/* -- End Sitemap Page -- */


/* -- End Main Content -- */
