* {
	font-family: tahoma, arial, sans-serif;
}

h1, h2, h3 {
	font-weight: bold;
	font-family: "Futura Bk BT", arial, sans-serif;
	page-break-after: avoid;
}

body {
	background: #219BB2 url("background.gif") repeat-y center top;
	padding: 0;
	margin: 0;
	text-align: center;
	font-size: 100%;
}

form {
	margin: 0;
	padding: 0;
}

div#container {
	width: 760px;
	margin: auto;
	text-align: left;
}

/* --- Start Header --- */

div#header {
	position: relative;
	background: url("header-bg.gif") no-repeat left top;
	padding-top: 10px;
	text-align: right;
}

div#header div#logo {
	margin: 0;
	padding: 0;
	float: left;
	width: 353px;
	position: relative;
}

div#logo a img {
	border: none;
	display: block;
}

div#header div#phone-number {
	margin: 24px 26px 0 0;
	padding: 0;
	float: right;
	width: 348px;
	color: #021A5A;
	font: bold 1.1em "Futura Bk BT", Arial, sans-serif;
	position: relative;
}

div#header-splash {
	clear: both;
}

div#header-splash img {
	display: block;
}

ul#header-links {
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: #021A5A;
	font: normal "Futura Bk BT", Arial, sans-serif;
}

ul#header-links * {
	vertical-align: bottom;
}

* html ul#header-links * {
	vertical-align: middle;
}

ul#header-links li {
	display: inline;
	background: url("header-link-divider.gif") repeat-y right center;
	padding: 0 25px 0 8px;
	line-height: 25px;
}

ul#header-links li a {
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	line-height: 25px;
}
		
ul#header-links li a:hover {
	text-decoration: underline;
}

ul#header-links li.cart {
	background: none;
	padding-right: 10px;
}

/* --- End Header --- */

div.clear {
	clear: both;
}

div#main {
	background: url("main-bg.gif") repeat-y left top;
	width: 760px;
	float: left;
}

/* --- Start Nav --- */

div#side-nav {
	background: #2099B1 url("left-nav-bg.gif") repeat-x left top;
	float: left;
	width: 182px;
	min-height: 538px;
	margin:0;
	text-align: center;
	color: #EAE4AA;
	padding-bottom: 80px;
}

* html div#side-nav {
	height: 538px;
}

div#side-nav h3 {
	margin: 0;
	padding: 0;
	font-size: 19px;
	font-style: italic;
	color: #DDD396;
}

div#search {
	background:transparent url("search-bg.jpg") no-repeat scroll right top;
	padding: 6px;
	text-align: left;
	color: #FFFF00;
	font: normal .9em "Futura Bk BT", Arial, sans-serif;
}

div#search form {
	margin: 4px 0 2px 0;
	padding: 0;
}

div#search input.search-box {
	width: 130px;
	margin-left: 6px;
	font-size: .8em;
	color: #000;
}

div#search input.btm-go {
	margin: 0;
	padding: 0;
}

div#search * {
	vertical-align: middle;
}

ul#nav {
	text-align: left;
	list-style: none;
	margin: 0 1px 0 0;
	padding: 1px 6px 0 6px;
	background: url("left-nav-divider.gif") no-repeat center top;
}

ul#nav li {
	background: url("left-nav-divider.gif") no-repeat center bottom;
	padding: 1px 0 2px 0;
	position: relative;
	z-index: 3;
}

ul#nav li span,
ul#nav li a {
	display: block;
	padding: 5px 4px 4px 10px;
	text-decoration: none;
	font-size: .7em;
	color: #fff;
}

* html ul#nav li a {
	padding-top: 2px;
}

* html ul#nav li span {
	padding-top: 2px;
}

ul#nav li.top span {
	color: #FFFF00;
	padding-left: 4px;
	font: normal .8em "Futura Bk BT", Arial, sans-serif;
}

ul#nav li a:hover {
	background: #fff url("left-nav-hover-bg.gif") no-repeat left center;
	color: #021A5A;
}

ul#nav li ul {
	display: none;
	position: absolute;
	z-index: 4;
	width: 169px;
	left: 169px;
	top: -1px;
	padding: 6px;
	margin: 0;
	list-style: none;
	border: solid 1px #fff;
	background: #2099B1 url("left-nav-bg.gif") repeat-x left top;
}

ul#nav li.sfhover ul,
ul#nav li:hover ul {
	display: block;
}

div#side-nav div#mailing-join {
	border-top: solid 1px #454A43;
	padding: 6px 8px 10px 8px;
	margin-top: 22px;
	text-align: left;
}

div#side-nav div#mailing-join p {
	margin: 4px 0 8px 0;
	padding: 0;
}

div#side-nav div#mailing-join input.email-box {
	color: #666666;
	width: 165px;
	padding: 2px 4px;
	margin-bottom: 6px;
}

div#side-nav div#mailing-join div.mail-btn {
	text-align: right;
}

div#side-nav div.testimonials {
	border-top: solid 1px #454A43;
	border-bottom: solid 1px #454A43;
	padding: 6px 8px 10px 8px;
	text-align: left;
}

div#side-nav div.testimonials h3 {
	padding-bottom: 4px;
}

div#side-nav div.testimonials ul {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 1.4;
	font-size: 9px;
	text-align: right;
}

div#side-nav div.testimonials p {
	margin: 0;
	padding: 0;
	font-size: 11px;
	text-align: left;
}

/* --- End Nav --- */

/* --- Start Page --- */

div#main div#page-content {
	float: left;
	width: 562px;
	color: #464646;
	padding: 8px;
}

* html div#main div#page-content {
	width: 578px;
}

*:first-child+html div#main div#page-content {
	width: 578px;
}

div#page-content div.quick-fix {
	padding: 16px;
}

table.contents-table {
	margin: 8px auto;
}

table.contents-table td {
	color: #666666;
	font-size: .7em;
	text-align: center;
}

table.contents-table td.img-cell img {
	margin: 6px 0;
}

table.contents-table a {
	color: #021A5A;
	font-weight: bold;
}

table.contents-table td em {
	color: #19829f;
	font-style: normal;
}

table.contents-table tr td.table-spacer-horizontal {
	/* background: url("headertext-dots.gif") no-repeat left center; */
}

h1.headertext {
	background: url("headertext-dots.gif") no-repeat center top;
	font: normal 1.1em Verdana, Arial, sans-serif;
	margin: 0;
	padding: 12px 16px;
	text-align: center;
	color: #219BB2;
}

#breadcrumbs {
	font-size: .7em;
	color: #666666;
}

#breadcrumbs a {
	color: #666666;
}

/* --- Start Home --- */

div.home-main-cont {
}

div.home-main-cont h1 {
	margin: 0;
	padding: 4px 8px;
	text-align: center;
	color: #219BB2;
	font-size: .9em;
	font-weight: normal;
}

div.home-main-cont p.message {
	margin: 0;
	padding: 4px 8px 16px 8px;
	text-align: left;
	color: #666666;
	font-size: .7em;
}

div.home-main-cont div.special-item {
	margin: 0;
	padding: 16px 8px 8px 8px;
	background: url("headertext-dots.gif") repeat-x left top;
	text-align: center;
	color: #666666;
	font-size: .7em;
	width: 348px;
	float: left;
	clear: left;
}

* html div.home-main-cont div.special-item {
	width: 354px;
}

div.home-main-cont div.special-item div.image-holster {
	padding: 0 16px 0 0;
	float: left;
	width: 120px;
	text-align: left;
}

div.home-main-cont div.special-item div.image-holster img {
	margin-top: 6px;
}

div.home-main-cont div.special-item div.info-holster {
	float: left;
	width: 206px;
	text-align: left;
}

div.home-main-cont div.special-item div.info-holster a.name-link {
	text-decoration: none;
	font-weight: bold;
	color: #021A5A;
}

div.home-main-cont div.special-item div.info-holster a.name-link:hover {
	text-decoration: underline;
}

div.home-main-cont div.special-item div.info-holster p {
	margin: 0;
	padding: 6px 0;
}

div.home-main-cont div.special-item div.info-holster a.more-link {
	background: url("more-link.gif") no-repeat right center;
	padding-right: 12px;
	color: #219BB2;
}

div.home-best-sellers {
	background: url("best-sellers-bg.gif") repeat-y left top;
	width: 180px;
	float: right;
	margin: 4px 4px 4px 14px;
	padding: 0;
}

div.home-best-sellers h3 {
	margin: 0;
	padding: 2px 12px;
	color: #FFFF00;
	text-align: center;
	font-weight: normal;
	font-size: 1em;
}

div.home-best-sellers table.contents-table td {
	color: #AAB8DE;
	font-size: .7em;
}

div.home-best-sellers table.contents-table a {
	color: #fff;
	text-decoration: none;
}

div.home-best-sellers table.contents-table a:hover {
	text-decoration: underline;
}

div.home-best-sellers table.contents-table td em {
	color: #FFFF00;
}

div.home-best-sellers table.contents-table tr td.table-spacer-horizontal {
	background: url("best-sellers-divider.gif") no-repeat center center;
}

/* --- End Home --- */

/* --- Start Section --- */

table.contents-table {
	margin: 12px auto;
	clear: both;
}

table.multi-contents {
	margin: 12px auto;
	clear: both;
}

table.multi-contents tr {
	background: url("headertext-dots.gif") no-repeat center top;
}

table.multi-contents tr.nodots {
	background: none;
}

table.multi-contents td {
	vertical-align: middle;
	padding: 14px 4px 10px 4px;
	color: #666666;
	font-size: .7em;
}

table.multi-contents td a {
	color: #219BB2;
}

table.multi-contents td input.quantity-input {
	margin-top: 4px;
	text-align: right;
}

table.multi-contents td div {
	padding: 3px 0;
}

table.multi-contents td div.multi-add-name-code-line a {
	color: #021A5A;
	font-weight: bold;
	text-decoration: none;
}

table.multi-contents td div.multi-add-name-code-line a:hover {
	text-decoration: underline;
}

table.multi-contents td span.price-text {
	color: #999999;
}

table.multi-contents td span.sale-text {
	color: #219BB2;
}

table.multi-contents td em {
	color: #219BB2;
	font-style: normal;
	font-weight: bold;
}

/* --- End Section --- */

/* --- Start Item --- */

div.image-holster {
	padding: 0 6px;
	width: 234px;
	float: left;
	margin-bottom: 18px;
}

div.image-holster h3 {
	margin: 0;
	padding: 8px 0;
	color: #021A5A;
	font-size: .7em;
	font-weight: normal;
}

* html div.image-holster {
	width: 246px;
}

*:first-child+html div.image-holster {
	width: 246px;
}

div.image-holster a#scMainImage img {
	border: solid 1px #DDDDDD;
}

div.image-holster div#scPage-insets img {
	border: solid 1px #DDDDDD;
	margin: 0 6px 6px 0;
}

div.image-holster div.pdf-links {
	border: solid 1px #DDDDDD;
	width: 210px;
	padding: 4px 10px 6px 10px;
}

* html div.image-holster div.pdf-links {
	width: 230px;
}

*:first-child+html div.image-holster {
	width: 230px;
}

div.image-holster div.pdf-links a {
	display: block;
	background: url("pdf-link-bg.gif") no-repeat left center;
	color: #021A5A;
	padding: 3px 0 3px 14px;
	font-size: .7em;
}

div.pit-holster {
	padding: 0 6px;
	width: 304px;
	float: left;
	margin-bottom: 18px;
}

* html div.pit-holster {
	width: 316px;
}

*:first-child+html div.pit-holster {
	width: 316px;
}

table#product-heading-table {
width: 305px;
margin-left: -1px;
}

html body table#product-heading-table td {
font: normal .7em Tahoma, Arial, sans-serif;
padding: 4px 6px;
text-align: left;
}

table#product-heading-table td.normal { 
background-color: #D7EDF1;
	color: #000000;
}

table#product-info-table { 
	width: 304px;
}

table#product-info-table th { 
	background-color: transparent;
	font: normal .7em Tahoma, Arial, sans-serif;
	color: #fff;
	width: 92px;
	padding: 4px 6px;
	text-align: left;
}

table#product-info-table td { 
	background-color: #D7EDF1;
	font: normal .7em Tahoma, Arial, sans-serif;
	padding: 4px 6px;
	color: #000000;
	text-align: left;
}

table#product-info-table td.availability a { 
	background: url("shipping-link-bg.gif") no-repeat right center;
	padding-right: 16px;
}

table#product-info-table tr.radio-header td { 
	background-color: #19829F;
	color: #fff;
	font-weight: bold;
}

table#product-info-table tr.radio-body td  { 
	background-color: #E5F4F6;
	padding: 6px 10px;
}

table#product-info-table tr.radio-body td * {
	vertical-align: middle;
}

table#product-info-table td.sale-price { 
	color: #008E47;
}

table#product-info-table td.sale-price em { 
	color: #19829F;
	font-size: 1.1em;
	font-weight: bold;
	font-style: normal;
}

table#product-info-table td input,
table#product-info-table td select { 
	font: normal 1em Tahoma, Arial, sans-serif;
	color: #000000;
}

table#product-info-table td a { 
	color: #000000;
}

table#product-info-table td input.order-button { 
	margin: 16px auto;
}

div.pit-holster div.pit-bottom-buttons {
	text-align: center;
}

div.pit-holster div.pit-bottom-buttons img {
	margin: 8px 3px;
}

h2.caption {
	clear: both;
	background-color: #021A5A;
	color: #fff;
	font-weight: normal;
	font-size: .9em;
	padding: 4px 6px;
	margin: 0;
	zoom: 100%;
}

h2.caption a#more-caption-link-top {
	float: right;
	color: #fff;
	font: normal 80% Tahoma, Arial, sans-serif;
}

p.caption {
	margin: 0;
	padding: 0 4px 6px 4px; 
	color: #666666;
	font: normal .75em Tahoma, Arial, sans-serif;
}

p#small-caption {
	margin: 0;
	padding: 6px 4px; 
	color: #666666;
	font: normal .75em Tahoma, Arial, sans-serif;
}

p#large-caption {
	display: none;
	margin: 0;
	padding: 6px 4px; 
	color: #666666;
	font: normal .75em Tahoma, Arial, sans-serif;
}

a#more-caption-link-bottom {
	color: #19829F;
	padding: 6px 4px;
	font: normal .75em Tahoma, Arial, sans-serif;
}

div.cross-sell h2 {
	clear: left;
	background-color: #19829F;
	color: #fff;
	font-weight: normal;
	font-size: .9em;
	padding: 4px 6px;
	margin: 16px 0 8px 0;
}

#seo-related-links {
	margin: 10px auto;
	background: url("headertext-dots.gif") repeat-x left top;
	padding-top: 10px;
}

#seo-related-links:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

#seo-related-links h3 {
	color: #021A5A;  
	font-weight: bold;
	font-family: Tahoma, Arial, sans-serif;
	font-size: .7em;
	line-height: 1.4;
	text-align: left;
	padding: 0;
	margin: 0;
}

#seo-related-links ul {
	margin:0; padding: 0;
	list-style: none;
}

#seo-related-links ul.seo-links li {
	width: 49%;
	float: left;
	display: inline;
	background: url("dot.gif") 20px center no-repeat;
	margin:0; 
	padding:0;
	font-size: .7em;
	line-height: 1.2;
}

#seo-related-links ul.seo-links li a {
	text-decoration: none;
	padding-left: 30px;
	display: block;
	color: #666666;
}

#seo-related-links ul.seo-links li a:hover {
	text-decoration: underline;
}

/* --- End Item --- */

/* --- Start Sitemap --- */

.sitemap-header {
    font-weight: bold;
		font-size: 14px;
    color: #000000;
    display: block;
    padding-top:  15px;
}
.sitemap-1      {
    font-weight: bold;
		font-size: 12px;
    color: #57021F;
    display: block;
    padding-left: 25px;
}
.sitemap-2      {
    font-size: 12px;
    color: #02A130D;
    display: block;
    padding-left: 50px;
}
.sitemap-3      {
    font-size: 10px;
    color: #57021F;
    display: block;
    padding-left: 75px;
}
.sitemap-4      {
    font-size: 8px;
    color: #02A130D;
    display: block;
    padding-left: 100px;
}

/* --- End Sitemap --- */

/* --- End Page --- */

/* --- Start Footer --- */

div#footer {
	background: url("footer-bg.gif") no-repeat left top;
	height: 109px;
	clear: both;
	position: relative;
	z-index: 0;
}

div#footer-links {
	list-style: none;
	padding: 6px;
	margin: 0;
	background-color: #021A5A;
	text-align: center;
	color: #C0C6D6;
}

div#footer-links a {
	text-decoration: none;
	padding: 0 8px 0 4px;
	border-right: solid 1px #C0C6D6;
	color: #C0C6D6;
	font-size: .7em;
}

div#footer-links a.cart {
	border-right: none;
}

div#footer-links a:hover {
	text-decoration: underline;
}

div#copyright {
	text-align: center;
	color: #D9E5F2;
	font-size: .7em;
	padding: 14px;
	line-height: 1.5em;
}

div#copyright a {
	color: #D9E5F2;
	text-decoration: none;
}

div#copyright a:hover {
	text-decoration: underline;
}

div#stamps {
	position: absolute;
	width: 182px;
	text-align: center;
	top: -50px;
	left: 0;
	z-index: 1;
}

.specials-title {background-color: #021A5A; width: 349px; float: left; font-size: 14px; padding: 5px 10px 5px 5px; color: #ffff00; margin-top: 7px;}

* html .specials-title {background-color: #021A5A; width: 364px; float: left; font-size: 14px; padding: 5px 10px 5px 5px; color: #ffff00; margin-top: 7px;}

/* --- End Footer --- */

@media print {
	div#header,
	div#side-nav,
	h2.caption a#more-caption-link-top,
	p#small-caption,
	a#more-caption-link-bottom,
	div.cross-sell,
	div#seo-related-links,
	div#footer {
		display: none;
	}
	
	p#large-caption {
		display: block;
	}
}
