
/* default 0 paddings */
html, 
body, 
form {
	padding: 0px ;
	margin: 0px ; 
}

/* general font sizing */
body, 
input, 
select, 
textarea, 
button, 
h1, 
h2,
h3
h4,
h5, 
h6 {
	font-family: verdana, arial, sans-serif ;
	font-size: 13px ;
	line-height: 1.25; /* should never change */
}

/* general font color */
body {
	color: #000;
}

p {
	margin: 13px 0px; /* top and bottom padding should match font-size */
}

p:first-child {
	/*margin-top: 0px; */
}

p,
blockquote,
ul,
ol, 
menu,
.lh {
	line-height: 1.75; /* set general line height if different than standard (no units is multiplied by font size) */
}

/* set heading styles - always set top and bottom margins */
h1 {
	font-size: 32px ;
	font-weight: bold ;
	letter-spacing: -3px ;
	text-transform: lowercase ;
	color: #800000 ;
	margin-top: 0px ;
	margin-bottom: 13px;
}

h1:first-child {
	margin-top: 0px; 
}

h2 {
	font-size: 24px ;
	font-weight: normal ;
	letter-spacing: -2px ;
	color: #800000 ;
	margin-top: 13px; 
	margin-bottom: 13px;
}

h3 {
	margin-top: 13px; 
	margin-bottom: 13px; 
}

h3, .inline_h {
	font-size: 14px ;
	letter-spacing: -1px ;
	font-weight: bold ;
	color: #800000 ;
}

h4 {
	font-size: 1.5em;
	margin-top: 11px; 
	margin-bottom: 0px; 
}

h5 {
	font-size: 1.25em;
	margin-top: 11px; 
	margin-bottom: 0px; 
}

h6 {
	margin-top: 11px; 
	margin-bottom: 0px; 
}

/* set anchor styles */
a:link {
	color: #CC0000;
}

a:active, 
a:visited {
	color: #804000;
}

a:hover {
	color: #CC6600;
}

/* default table properties */
table {
	border-collapse: collapse ;
}

/* default image properties */
img {
	; 
}

/* hr styles */
hr {
	margin: 6px 0px; 
	padding: 0px;
	border: none; 
	border-top: solid 1px #000;
	border-bottom: solid 1px #fff;
	opacity: 0.4;
}

/*	template styles	*/

body {
	background-image: url(/images/page_bg.jpg) ;
	background-position: center top ;
	background-attachment: fixed ;
}

.body {
	margin: 0px; /* never change cos of ie6 */
	padding: 10px; 
}

.container {
	width: 980px;
}

.page_top {
	background-color: #145163;
	border-bottom: solid 1px #ccc;
}

.page_top a img {
	border: 0px !important; 
}

.info_bar {
	background-color: #800000;
	padding: 15px;
	text-align: center;
	
	font-weight: bold;
	color: #fff;
}

.navigation_bar {
	background-color: #800000;
	border: solid 0px #ccc;
}

.page_body_div {
	border-top: solid 1px #ccc;
}

.page_body_table {
	width: 100%;
}

.nav_cell {
	background-color: #145163;
	width: 250px;
	border: solid 0px #ccc;
	vertical-align: top;
}

.content_cell {
	background-color: #fff;
	border: solid 0px #ccc;
	vertical-align: top;
}

.content {
	padding: 20px ;
}

/* nav button styles */

a.button:link, 
a.button:active, 
a.button:visited,
a.side_category:link,
a.side_category:active,
a.side_category:visited {
	display: block ;
	margin: 5px ;
	color: #fff ;
	border-left-color: #BF9F7F ;
	border-top-color: #BF9F7F ;
	border-right-color: #5A2D00 ;
	border-bottom-color: #5A2D00 ;
	border-style: solid ;
	border-width: 2px ;
	text-align: center ;
	padding: 2px 12px ;
	font-size: 18px ;
	letter-spacing: -1px ;
	text-decoration: none ;
	font-weight: bold ;
	text-transform: lowercase ;
}

a.side_category:link,
a.side_category:active,
a.side_category:visited {
	background-image: url(/images/nav_bg.png) ;
	background-position: center ;
	text-align: left ;
	line-height: 1.5 ;
}

a.button:hover,
a.side_category:hover {
	background: #804000 ;
}

/* nav sub */

.nav li ul li a {
	width: 300px; 
}

a.button_sub:link, 
a.button_sub:active, 
a.button_sub:visited {
	display: block ;
	color: #fff ;
	border-left-color: #BF9F7F ;
	border-top-color: #BF9F7F ;
	border-right-color: #5A2D00 ;
	border-bottom-color: #5A2D00 ;
	border-style: solid ;
	border-width: 1px ;
	text-align: left ;
	padding: 8px 12px ;
	margin-left: 5px ;
	font-size: 14px ;
	background: #800000 ;
	letter-spacing: 0px ;
	line-height: 1 ;
	text-decoration: none ;
	font-weight: normal ;
	text-transform: lowercase ;
}

a.button_sub:hover {
	background: #804000 ;
}

/* share this */

.shareThis, .addThis {
	float: right ;
	margin-left: 20px ;
	margin-bottom: 10px; 
}

.shareThis a:link,
.shareThis a:active,
.shareThis a:visited,
.addThis a:link,
.addThis a:active,
.addThis a:visited {
	text-decoration: none ;
	color: #1C6E35 ;
	font-size: 12px ;
}

.addThis a:hover,
.shareThis a:hover {
	text-decoration: underline ;
}

.addThis a:link, 
.addThis a:active,
.addThis a:hover,
.addThis a:visited {
	color: #FE6D4C ;
}

/* footer styles */

.foot,
.foot a:link,
.foot a:active,
.foot a:visited {
	color: #fff ;
	text-decoration: none ;
}
.foot a:hover {
	text-decoration: underline ;
}

/* link_white */

a.link_white:link, 
a.link_white:active, 
a.link_white:visited {
	color: #fff ;
	text-decoration: none ;
}

a.link_white:hover {
	text-decoration: underline ;
}

/* misc standard styles */

img.img_float {
	clear: right; 
	float: right;
	border: solid 1px #145163;
	margin: 0px 0px 10px 10px; 
}

.box {
	border: solid 1px #ccc; 
}

.box_h {
	border: solid 1px #fff; 
	background-color: #ccc;
	color: #fff; 
	font-weight: bold; 
	padding: 5px; 
}

.box_c {
	padding: 5px; 
}

.action_end {
	text-align: center; 
	border: solid 1px #ccc;
	background-color: #fafafa;
	padding: 10px; 
	color: #800000;
	margin: 10px 0px; 
}

.gb {
	font-weight: bold; 
	color: #666;
}

.google_info_win {
	font-size: 12px ;
	margin-top: 10px ;
	line-height: 1.5 ;
}


/* _table default styles */

table.list_cont {
	width: 100%; 
}

table.list_cont td {
	padding: 5px; 
	vertical-align: top;
	border-top: dotted 1px #666;
}

table.list_cont tr:first-child td {
	border-top: 0px; 
}

td.img_cont {
	text-align: center; 
}

div.list_item {
	padding: 3px 0px; 
	border-top: dotted 1px #666;
	clear: both;
}

div.list_item:first-child {
	border-top: 0px; 
}

tr.list_item td {
	padding-top: 10px; 
	padding-bottom: 10px; 
}

table.hor_list_cont {
	width: 100%; 
}

td.hor_list_item {
	text-align: center; 
	vertical-align: top; 
	padding: 6px; 
	padding-bottom: 12px; 
}

table.hor_list_item {
	margin: auto; 
}

table.hor_list_item td {
	text-align: center; 
}

.view_all {
	margin-top: 6px; 
	border-top: solid 1px #666;
}

.name {
	font-size: 1.2em; 
	font-weight: bold; 
}

.date {
	font-style: italic;	
}

div.img_cont {
	clear: right;
	float: right; 
	margin: 0px 0px 10px 10px; 
}

.link {
	text-align: right; 
	clear: right; 
}

.teaser {
	
}

/* nav */

.nav {
	margin: 0px;
	padding: 0px;
	overflow: visible;
	list-style: none;
	list-style-image: none;
	clear: both;
}

.nav li {
	display: inline-block;
}


.nav li a {
	display: block ;
}

.nav li {
	width: 100%; 
	margin: 0px;
	padding: 0px;
	position: relative;
}

/* sub nav */
.nav li ul {
	display: none;
	margin: 0px ;
	padding: 0px ;
	position: absolute;
	list-style: none;
	list-style-image: none;
}
.nav_hor li ul {
	left: 0;
	top: 100%;
}
.nav_ver li ul {
	left: 100%;
	top: 0;
}

.nav li:hover > ul {
	display: block;
	z-index: 2;
}
.nav li ul li a {
	display: block;
}

/* sub-sub nav */
.nav li ul li ul {
	display: none;
}
.nav li ul li:hover ul {
	left: 100%;
	top: 0;
}

/*	COMMON STYLES	/*

/* TinyMCE specific rules */


body.mceContentBody {
   background: #fff;
}

.mceContentBody a {
	color: #CC0000 !important; /* Should match standard anchors; FF requires a important here for mceContentBody */
}

a:link img, 
a:active img, 
a:visited img {
	border-style: solid;
	border-width: 1px; 
	border-color: #CC0000;
}

a:hover img {
	border-color: #CC6600;
}

input {
	margin: 2px; 
	margin-left: 0px; 
}

label, 
input[type="radio"], 
input[type="checkbox"] {
	vertical-align: middle; 
}

/*Misc Standard Styles*/

.w100 {
	width: 100%; 
}

.vat,
table.vat td,
tr.vat td {
	vertical-align: top; 
}

.vabl,
table.vabl td,
tr.vabl td {
	vertical-align: baseline; 
}

.vam,
table.vam td,
tr.vam td {
	vertical-align: middle; 
}

.tar {
	text-align: right; 
}

.important {
	color: #800000;
}

.required {
	text-align: center;
	color: #800000;
}

.even_row, 
.row_0 {
	background-color: #eee;
}

.odd_row, 
.row_1 {
	background-color: #fff;
}

.good, 
.status1 {
	color: #CC6600;
}

.bad, 
.status0 {
	color: #800000;
}

table.form td {
	vertical-align: baseline; 
}

table.form td.label {
	text-align: right; 
}

/* jquery */

img.ui-datepicker-trigger {
	cursor: pointer;
	position: relative;
	left: 0px; 
	top: 4px;
}


/* BLOGS STYLES */

/* generic */

.blg.aut {
	font-weight: bold;
}

/* list */


/* detail */


/* module */


/* comments */

table.bc.list_cont {
	width: 100%; 
}

table.bc.list_cont td {
	vertical-align: top;
}

td.bc.comment_form {
	text-align: right;
	width: 300px; 
}

div.bc.comment_box {
	margin-left: 10px; 
	background-color: #ccc;
	padding: 0px 10px; 
	border: solid 1px #804000;
}

.bc.comments_result {
	text-align: center;
	font-weight: bold;
	color: #800000 ;
}

textarea.bc.icontent {
	width: 98%; 
	height: 6em; 
}

div.bc.comment {
	border: solid 1px #804000;
	border-width: 1px 0px 0px 0px;
	padding: 10px; 
}

div.bc.comment.row0 {
	background-color: #eee;
}

div.bc.comment.row1 {
	background-color: #fff;
}

div.bc.comment_date {
	font-size: .8em; 
}

div.bc.comment_name {
	font-size: .8em;
}

div.bc.comment_content {
	margin-top: 10px; 
}


/* PRODUCTS STYLES */

/* bread crumb */

.bcrumb a:link,
.bcrumb a:active,
.bcrumb a:visited {
	font-size: 12px; 
	text-decoration: none; 
}

.bcrumb a:hover {
	text-decoration: underline; 
}

/* generic */

.price {
	font-size: .9em; 
	font-style: italic; 
}

/* list */

/* category list */

div.cat.hor_list_cont {
	border: solid 1px #ccc;
	background-color: #fafafa;
}

div.cat.hor_list_cont {
	width: 100%; 
}

.cat .cat.hor_img_cont {
	/*background-color: #ccc;
	border-radius: 5px;*/
}

/* product list */


/* product detail */

div.prd_float_spaced {
	/*margin: -1px 0px;*/
	margin: 10px 0px; 
}

div.prd_img_cont {
	border: solid 1px #ccc;
	/*background-color: #eee;*/
	/*linear gradient not supported*/; 
	border-radius: 10px;
}

/*
div.prd_float_spaced:first-child div.prd_img_cont {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

div.prd_float_spaced:last-child div.prd_img_cont {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
*/

table.prd_img_main_cont td {
	text-align: center; 
	padding: 0px; 
}

table.prd_img_add_cont {
	width: 100%; 
	border-collapse: separate; 
}

table.prd_img_add_cont td {
	text-align: center; 
	padding: 0px; 
	/*
	border: solid 1px #ccc;
	background-color: #eee;
	border-radius: 3px;
	*/
}

table.prd_pdfs_cont {
	width: 100%; 
}

table.prd_pdfs_cont td {
	text-align: center; 
	vertical-align: top; 
	padding: 3px; 
}

.prd_pdfs_name {
	font-size: 10px; 
}

/* module */


/* CART STYLES */

table.cart.list.list_cont {
	border: solid 1px #804000;
}

table.cart.list.list_cont td {
	vertical-align: middle; 
	padding: 5px; 
}

tr.cart.list.list_item td {
	border-color: #804000;
}

tr.cart.list.list_head {
	background-color: #CC6600;
	background-image: url(/images/slogan_bg.png);
	background-position: center center;
	color: #fff;
	font-weight: bold;
}

tr.cart.list.list_head td {
	vertical-align: bottom; 
	border-bottom: solid 1px #804000; 
}

.cart.list.cart_id {
	font-size: .8em;
}

.cart.list.quantity {
	width: 25px ; 
	font-size: .8em; 
	text-align: right; 
}

tr.cart.list.list_item td {
	background: #fff;
}

.cart.list.img_cont {
	padding: 2px !important; 
}

.cart.list.name_cont {
	font-size: 1.1em;
}

.cart.list.opt_cont {
	/*font-size: .8em; */
}

.cart.list.quantity_cont {
	text-align: center; 
	width: 1% ; 
	white-space: nowrap; 
}

.cart.list.remove_cont {
	text-align: center; 
	width: 1% ; 
	white-space: nowrap; 
}

.cart.list.amount_cont {
	text-align: right; 
}

.cart.list.item_total_cont {
	text-align: right; 
}

table.cart.list.subtotal {
	width: 100%; 
	margin-top: 9px;
}

table.cart.list.subtotal td {
	vertical-align: top; 
	padding: 0px; 
}

.cart.list.subtotal_cont {
	text-align: right;
}

.cart.list.tax_cont {
	text-align: right;
}

.cart.list.promo_cont {
	text-align: right; 
}

.cart.list.handling_cont {
	text-align: right;
}

.cart.list.shipping_cont {
	text-align: right;
}

.cart.list.total_cont {
	text-align: right;
	font-size: 16px; 
}

div.cart.list.checkout {
	text-align: right; 
	margin-top: 9px; 
}

a:link.checkout_button,
a:active.checkout_button,
a:visited.checkout_button {
	display: inline-block;
	border: outset 2px #CC6600;
	padding: 9px 15px; 
	/*background-color: #CC6600;*/
	font-size: 16px; 
	font-weight: bold; 
	color: #fff; 
	text-decoration: none; 
	/*linear gradient not supported*/; 
}

a:hover.checkout_button {
	/*linear gradient not supported*/; 
}

/* Checkout Styles (NEEDS UPDATED) */

h3.checkout {
	text-align: center; 
	background-color: #CC6600;
	padding: 6px 0px; 
	border: solid 1px #ccc;
	color: #fff;
}

table.totaler {
	width: 100%; 
	margin: 10px 0px; 
}

table.totaler td {
	padding: 1px 3px; 
	vertical-align: baseline; 
}

table.totaler tr.head td {
	color: #666; 
	font-weight: bold ; 
	border-bottom: solid 1px #804000 ;
}

table.totaler tr.body td {
	border-bottom: solid 1px #ccc ;
}

table.totaler_totals {
	margin: 15px 0px 15px auto;
}

table.totaler_totals td {
	text-align: right;
}

table.totaler_totals td.label {
	color: #666 ;
	text-align: left;
	padding-right: 10px;
	font-weight: bold;
	white-space: nowrap;
}

table.totaler_totals td.total {
	color: #666;
	border-top: solid 1px #804000;
	font-size: 14px;
	font-weight: bold;
}

table.checkout {
	margin: auto;
}

table.checkout td {
	padding: 3px;
	vertical-align: top;
	padding: 3px; 
}

table.checkout td.label {
	padding-right: 10px;
	text-align: right;
	font-weight: normal;
}

table.checkout td input[type="text"] {
	width: 300px;
}

/* USERS STYLES */

/* generic */

a.button_user:link, 
a.button_user:active, 
a.button_user:visited, 
a.button_user:hover {
	display: inline-block; 
	color: #fff ;
	padding: 5px 10px ;
	text-decoration: none ;
	font-size: 1.2em ;
	font-weight: bold ;
	text-align: center ;
	letter-spacing: -1px ;
	border: outset 1px #145163;
	/*linear gradient not supported*/; 
	
}

a.button_user:hover {
	/*linear gradient not supported*/; 
}


/* list */


/* detail */


/* module */


.print_only {
	display: none; 
}

@media print {
	
	.print_only {
		display: block;
	}
	
	.no_print {
		display: none; 
	}
	
	.container {
		width: 100% !important;
		margin: 0px !important;
		padding: 0px !important;
	}
	
	.content {
		margin: 0px !important;
		padding: 0px !important; 
		float: none !important;
	}
	
}

.top_holder {
	width: 174px ;
	height: 174px ;
	margin: 10px 5px ;
	border-style: solid ;
	border-width: 0px ;
	border-color: #fff ;
	padding: 5px ;
	background: url(/images/top_holder_bg.png) ;
}

.top_holder img {
	height: 174px ;
	width: 174px ;
}

.preloader {
	height: 1px ;
	width: 1px ;
}

.float {
	float: right ;
	clear: right ;
	margin: 0px 0px 13px 20px ;
}

.border {
	border-left-color: #BF9F7F ;
	border-top-color: #BF9F7F ;
	border-right-color: #5A2D00 ;
	border-bottom-color: #5A2D00 ;
	border-style: solid ;
	border-width: 1px ;
}

.box {
	border: 1px solid #800000 ;
}
.heading {
	background: #800000 ;
	color: #fff ;
	font-size: 18px ;
	font-weight: bold ;
	letter-spacing: -1px ;
	padding: 8px 12px ;
	text-transform: lowercase ;
	line-height: 1 ;
}