
/* 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: trebuchet ms, arial, sans-serif ;
	font-size: 14px ;
	line-height: 1.25; /* should never change */
}

/* general font color */
body {
	color: #ffffff;
}

p {
	margin: 14px 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: 34px ;
	font-weight: normal ;
	color: #e6ca80;
	margin-top: 14px; 
	margin-bottom: 14px;
	text-shadow: 3px 3px 3px rgba(0, 0, 0, 1);
}

h1:first-child {
	margin-top: 0px; 
}

h2 {
	font-size: 26px ;
	font-weight: normal ;
	color: #b0a791; 
	margin-top: 14px; 
	margin-bottom: 14px; 
}

h3 {
	font-size: 20px ;
	font-weight: normal ;
	margin-top: 14px; 
	margin-bottom: 14px; 
}

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, 
a:link {
	color: #b0a791;
}

a:active, 
a:visited {
	color: #b0a791;
}

a:hover {
	color: #cebb87;
}

/* default table properties */
table {
	border-collapse: collapse ;
}

/* default image properties */
img {
	; 
	border-collapse: separate; /* for ie9 */
}

a:link .drop,
a:active .drop,
a:visited .drop,
a:link .drop2,
a:active .drop2,
a:visited .drop2 {
	border: solid 1px #14232d; 
}

a:hover .drop,
a:hover .drop2 {
	border: solid 1px #696457; 
}

.drop {
	box-shadow: 0px 0px 12px 6px rgba(0, 0, 0, 0.5); 
}

.drop2 {
	box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.5); 
}

/* hr styles */
hr {
	margin: 6px 0px; 
	padding: 0px;
	border: none; 
	border-top: solid 1px #000;
	border-bottom: solid 1px #fff;
	opacity: 0.4;
}

input,
textarea,
select {
	border: solid 1px #b0a791; 
	background-color: #303d46;
	color: #ffffff; 
	box-shadow: inset 0px 0px 4px 1px rgba(0, 0, 0, 0.5); 
	border-radius: 4px;
}

/*	template styles	*/

body {
	background-color: #303d46; 
	background-image: url(/images/body_bg.jpg) ;
	background-repeat: repeat-x;
	height: 100%; /* for iE6 */
}

.body {
	margin: 0px; /* never change cos of ie6 */
	padding: 10px; 
	position: relative; 
}

.container_width {
	width: 980px;
	margin: auto;
}

.container {
	box-shadow: 0px 0px 12px 6px rgba(0, 0, 0, 0.3); 
	border-radius: 0px 0px 10px 10px;
}

.banner {
	font-size: 60px; 
	/*line-height: 0px; */
	text-shadow: 3px 3px 10px rgba(0, 0, 0, 1);
}

.banner a {
	font-weight: bold; 
	text-decoration: none; 
	color: #e6ca80;
}

.banner a img {
	border: 0px !important; 
}

.nav_cont {
	border-radius: 10px 10px 0px 0px;
	border: solid 1px #e6ca80; 
	background-color: #14232d ;
	/*linear gradient not supported*/; 
}

.nav td:first-child .nav1 {
	border-radius: 10px 0px 0px 0px;
	border-left: 0px; 
}

.nav td:last-child .nav1 {
	border-radius: 0px 10px 0px 0px;
	border-right: 0px; 
}

.page_body_div {
	border-radius: 0px 0px 10px 10px;
	border: solid 1px #e6ca80;
	border-top: none; 
}

.page_body_table {
	width: 100%;
}

.nav_cell {
	border-radius: 0px 0px 0px 10px;
	background-color: #303d46;
	width: 250px;
	border: solid 0px #e6ca80;
	vertical-align: top;
}

.content_cell {
	border-radius: 0px 0px 10px 0px;
	background-color: #14232d;
	border: solid 0px #e6ca80;
	vertical-align: top;
}

.content {
	padding: 10px ;
}

/* nav button styles */

a.button, 
a.button:link, 
a.button:active, 
a.button:visited {
	font-size: 18px ;
	font-weight: bold ;
	letter-spacing: 1px; 
	text-decoration: none ;
	color: #e6ca80 !important;
	text-align: center; 
	padding: 6px 10px ;
	border-left: 2px solid #303d46 ;
	border-right: 2px solid #121e38 ;
}

a.button:hover {
	background-color: #14232d ;
	border-color: #14232d; 
}

/* nav sub */

.nav li ul li a {
	width: 250px; 
}

a.button_sub, 
a.button_sub:link, 
a.button_sub:active, 
a.button_sub:visited {
	font-size: .8em ;
	font-weight: bold ;
	text-decoration: none ;
	color: #e6ca80 ;
	background-color: #14232d ;
	background-image: url(/images/button.png);
	background-position: left center; 
	/*margin: 3px 3px ;*/
	padding: 10px 10px ;
	border: 1px solid #e6ca80 ;
}

a.button_sub:hover {
	background-color: #14232d ;
	background-image: url(/images/button_up.png);
	text-decoration: underline ;
}

/* footer styles */

div.foot {
	text-align: center ; 
	font-size: 10px ; 
	padding: 12px 0px; 
}

.foot, 
a.foot, 
a.foot:link, 
a.foot:active, 
a.foot:visited, 
a.foot:hover {
	color: #b0a791; 
}

/* link_white */

a.link_white, 
a.link_white:link, 
a.link_white:active, 
a.link_white:visited {
	color: #b0a791 ;
	text-decoration: none ;
}

a.link_white:hover {
	text-decoration: underline ;
}

/* misc standard styles */

.float {
	clear: right; 
	float: right;
	border: solid 1px #303d46;
	margin: 0px 0px 10px 10px; 
}

.box {
	border-radius: 5px;
	/*border: solid 1px #e6ca80;*/
	/*linear gradient not supported*/; 
	padding: 3px; 
}

.box_h {
	/*border: solid 1px #14232d; */
	/*background-color: #cebb87;*/
	color: #303d46; 
	font-weight: bold; 
	font-size: 18px; 
	padding: 0px 3px; 
}

.box_c {
	border-radius: 5px;
	padding: 5px; 
	/*linear gradient not supported*/; 
}

.action_end {
	text-align: center; 
	border: solid 1px #e6ca80;
	background-color: #fafafa;
	padding: 10px; 
	color: #a63c26;
	margin: 10px 0px; 
}

.gb {
	font-weight: bold; 
	color: #b0a791;
}

.google_info_win {
	font-size: 12px ;
	margin-top: 10px ;
	line-height: 1.5 ;
}

div.overlay {
	margin: 10px; 
	border: solid 10px ; 
	background-color: #14232d; 
	padding: 10px 40px 30px 40px; 
}


/* _table default styles */

/* bread crumb */

.bcrumb, 
.bcrumb a, 
.bcrumb a:link,
.bcrumb a:active,
.bcrumb a:visited {
	font-size: 12px; 
	text-decoration: none; 
}

.bcrumb a:hover {
	text-decoration: underline; 
}

/* item lists */

table.list_cont {
	width: 100%; 
}

table.list_cont td {
	padding: 5px; 
	vertical-align: top;
	border-top: dotted 1px #b0a791;
}

table.list_cont tr:first-child td {
	border-top: 0px; 
}

td.img_cont {
	text-align: center; 
	padding: 9px; 
}

td.hor_img_cont {
	padding: 9px; 
}

div.list_item {
	padding: 9px 0px; 
	border-top: dotted 1px #b0a791;
	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 #b0a791;
}

.name {
	font-family: georgia ; 
	font-size: 1.2em; 
}

.date {
	font-style: italic;	
}

div.img_cont {
	clear: right;
	float: right; 
	margin: 0px 0px 10px 10px; 
	padding: 9px; 
}

.link {
	text-align: right; 
	clear: right; 
}

.teaser {
	
}

/* paging links */

div.paging {
	margin: 14px 0px; 
}

div.paging_np {
	
}

div.paging_pages {
	margin-top: 7px; 
}

a.paging, 
a.paging:link, 
a.paging:active, 
a.paging:visited,
a.paging:hover {
	display: inline-block; 
	border: solid 1px #b0a791; 
	border-radius: 4.6666666666667px;
	background-color: #b4ac96;
	/*linear gradient not supported*/; 
	padding: 4.6666666666667px 7px; 
	text-align: center;
	text-decoration: none; 
	color: #14232d;
}

a.paging:hover {
	background-color: #bbb4a1;
}

a.paging[disabled] {
	cursor: default; 
	border: solid 1px #b8b2a3; 
	background-color: #bbb5a6; 
	background-image: none;
	color: #7a7d78;
}

a.paging.paging_cur {
	border-width: 2px !important; 
	padding: 3.6666666666667px 6px !important; 
	font-weight: bold; 
	text-decoration: underline; 
}


/* 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	*/

a img, 
a:link img, 
a:active img, 
a:visited img {
	border-style: solid;
	border-width: 1px; 
	border-color: #b0a791;
}
a:hover img {
	border-color: #cebb87;
}

textarea {
	resize: vertical;
}

input {
	margin: 2px; 
	margin-left: 0px; 
}

label, 
input[type="radio"], 
input[type="checkbox"] {
	vertical-align: middle; 
}

/* TinyMCE specific rules */


body.mceContentBody {
   background: #14232d;
   padding: 10px; 
}

.mceContentBody a {
	color: #b0a791 !important; /* Should match standard anchors; FF requires a important here for mceContentBody */
}

/*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: #a63c26;
}

.required {
	text-align: center;
	color: #a63c26;
}


.done {
	margin-bottom: 14px; 
	background-color: #3f494c; 
	text-align: center; 
	color: #cebb87; 
	border: solid 1px #cebb87; 
}

.done_standard, 
.done_message {
	margin: 7px; 
}

.done_message p {
	margin: 7px 0px; 
}

.done_message > *:first-child {
	margin-top: 0px; 
}
.done_message > *:last-child {
	margin-bottom: 0px; 
}

.done_1 {
	
}
.done_0 {
	font-style: italic; 
}

.done_1 .done_standard {
	font-weight: bold; 
}

.done_0 .done_standard {
	font-weight: bold; 
}

.done_message {
	
}

.missing {
	margin-bottom: 14px;
	background-color: #3f494c; 
	padding: 7px;
	text-align: center; 
	color: #cebb87; 
	font-size: 1.6em; 
	border: solid 1px #cebb87; 
}

.even_row, 
.row_0 {
	background-color: #eeeeee;
}

.odd_row, 
.row_1 {
	background-color: #14232d;
}

.good, 
.status1 {
	color: #588548;
}

.bad, 
.status0 {
	color: #a63c26;
}

table.form td {
	vertical-align: baseline; 
	text-align: left; 
}

table.form td.label {
	text-align: right; 
}

div.label {
	margin-top: 14px; 
}

div.field {
	margin-bottom: 14px; 
}

/* Edit Me */

div.edit_me {
	opacity: 0.65; 
	position: fixed; 
	bottom: 0px;
	right: 10px; 
}

div.edit_me:hover {
	opacity: 1; 
}

div.edit_me_inner {
	box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.6); 
	border-radius: 5px 5px 0px 0px; 
	border: solid 1px #6e777d; 
	/*linear gradient not supported*/; 
	padding: 5px 8px; 
	font-family: arial,sans-serif; 
	font-size: 15px; 
}

div.edit_me img {
	border: 0px; 
	vertical-align: middle; 
}

div.edit_me a {
	color: #303d46; 
	text-decoration: none; 
}

div.edit_me a:hover, 
div.edit_me:hover a {
	text-decoration: underline; 
}

/* jquery */

.ui-datepicker {
	font-family: Verdana,Arial,Sans-Serif;
	font-size: 12px !important; 
	font-weight: normal; 
}

img.ui-datepicker-trigger {
	cursor: pointer;
	position: relative;
	left: 0px; 
	top: 4px;
}


/* GALLERIES STYLES */

/* generic */


/* list */


/* detail */

table.gal_id.detail.img_add_cont {
	width: 100%; 
}

td.gal_id.detail.img_add_item {
	text-align: center; 
	vertical-align: top; 
	padding: 6px; 
}

table.gal_id.detail.img_add_item {
	width: 100%; 
}

table.gal_id.detail.img_add_item td {
	text-align: center; 
}

/* module */


/* PRODUCTS STYLES */

/* generic */

.price {
	font-size: .9em; 
	font-style: italic; 
}

/* list */

/* category list */

div.cat_id.hor_list_cont {
	border: solid 1px #e6ca80;
	background-color: #fafafa;
}

div.cat_id.hor_list_cont {
	width: 100%; 
}

.cat_id .cat_id.hor_img_cont {
	/*background-color: #e6ca80;
	border-radius: 5px;*/
}

/* product list */


/* product detail */

div.prd_float_spaced {
	/*margin: -1px 0px;*/
	margin: 10px 0px; 
}

div.prd_img_cont {
	/*
	border: solid 1px #303d46;
	/*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 #e6ca80;
	background-color: #eeeeee;
	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; 
}

.prd_id.form_label {
	font-weight: bold; 
	color: #b0a791; 
}

/* module */


/* CART STYLES */

div.cart_id.list.list_cont {
	border: solid 1px #cebb87;
}

table.cart_id.list.list_cont td {
	vertical-align: middle; 
	padding: 5px; 
}

tr.cart_id.list.list_item td {
	border-color: #cebb87;
}

tr.cart_id.list.list_head td {
	background-color: #303d46;
	/*linear gradient not supported*/;
	color: #e6ca80;
	font-weight: bold;
}

tr.cart_id.list.list_head td {
	vertical-align: bottom; 
	border-bottom: solid 1px #cebb87; 
}

.cart_id.list.cart_id_id {
	font-size: .8em;
}

.cart_id.list.quantity {
	width: 25px ; 
	font-size: .8em; 
	text-align: center; 
}

tr.cart_id.list.list_item td {
	background: #14232d;
}

.cart_id.list.img_cont {
	padding: 7px !important; 
}

.cart_id.list.name_cont {
	font-size: 1.1em;
}

.cart_id.list.opt_cont {
	/*font-size: .8em; */
}

.cart_id.list.quantity_cont {
	text-align: center; 
	width: 1% ; 
	white-space: nowrap; 
}

.cart_id.list.remove_cont {
	text-align: center; 
	width: 1% ; 
	white-space: nowrap; 
}

.cart_id.list.amount_cont {
	text-align: right; 
}

.cart_id.list.item_total_cont {
	text-align: right; 
}

table.cart_id.list.subtotal {
	width: 100%; 
	margin-top: 9px;
}

table.cart_id.list.subtotal td {
	vertical-align: top; 
	padding: 0px; 
}

.cart_id.list.subtotal_cont {
	text-align: right;
}

.cart_id.list.tax_cont {
	text-align: right;
}

.cart_id.list.promo_cont {
	text-align: right; 
}

.cart_id.list.handling_cont {
	text-align: right;
}

.cart_id.list.shipping_cont {
	text-align: right;
}

.cart_id.list.total_cont {
	text-align: right;
	font-size: 16px; 
}

div.cart_id.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 #121e38;
	padding: 9px 15px; 
	/*background-color: #121e38;*/
	font-size: 16px; 
	font-weight: bold; 
	color: #14232d; 
	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: #121e38;
	padding: 6px 0px; 
	border: solid 1px #cebb87;
	color: #14232d;
}

table.totaler {
	width: 100%; 
	margin: 10px 0px; 
}

table.totaler td {
	padding: 1px 3px; 
	vertical-align: baseline; 
}

table.totaler tr.head td {
	color: #cebb87; 
	font-weight: bold ; 
	border-bottom: solid 1px #cebb87 ;
}

table.totaler tr.body td {
	border-bottom: solid 1px #cebb87 ;
}

table.totaler_totals {
	margin: 15px 0px 15px auto;
}

table.totaler_totals td {
	text-align: right;
}

table.totaler_totals td.label {
	color: #cebb87 ;
	text-align: left;
	padding-right: 10px;
	font-weight: bold;
	white-space: nowrap;
}

table.totaler_totals td.total {
	color: #cebb87;
	border-top: solid 1px #cebb87;
	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: #14232d ;
	padding: 5px 10px ;
	text-decoration: none ;
	font-size: 1.2em ;
	font-weight: bold ;
	text-align: center ;
	letter-spacing: -1px ;
	border: outset 1px #303d46;
	/*linear gradient not supported*/; 
	
}

a.button_user:hover {
	/*linear gradient not supported*/; 
}


/* list */


/* detail */


/* module */


/* orders */

table.ord {
	border: solid 1px #303d46;
	width: 100%; 
}

table.ord td {
	border-bottom: dotted 1px #303d46;
	padding: 3px 5px; 
}

tr.ord_h td {
	background-color: #303d46;
	color: white; 
	font-weight: bold; 
	vertical-align: bottom;
}

tr.ord_b td {
	vertical-align: baseline;
	
}

.ord_totals {
	margin: 14px 0px 0px auto; 
	text-align: right; 
}

.ord_tight {
	width: 1%; 
	white-space: nowrap; 
}

/* print styles */

.print_only {
	display: none !important; 
}

@media print {
	
	.print_only {
		display: block !important;
	}
	
	.no_print {
		display: none !important; 
	}
	
	.container {
		width: 100% !important;
		margin: 0px !important;
		padding: 0px !important;
	}
	
	.content {
		margin: 0px !important;
		padding: 0px !important; 
		float: none !important;
	}
	
}
