html {
	overflow-y: scroll;
	height: 100%;
	margin-bottom: 0.1em;
}

body {
	margin: 0px 0px 0px 0px;
	padding-top: 10px;
	background-color: #ffffff;
}

.pca {
	margin: 0px 0px 36px 0px;
}

.pca img {
	border: 1px solid #4d2f19;
}


			/* Header Navigation */
			
			#navigation {
				border-top: 2px solid #B59517;
				border-bottom: 2px solid #B59517;
				padding: 8px 0px 8px 0px;
				margin: 16px 0px 16px 0px;
			}
			
			#navigation a {
				font-family: Arial, Helvetica, Sans Serif;
				font-size: 9pt;
				font-weight: bold;
				line-height: 12pt;
				color: #B59517;
				text-decoration: none;
				padding: 0px 8px 0px 8px;
				text-transform: uppercase;
			}
			
			#navigation a.cart {
				color: #3B6C2B;
				text-transform: uppercase;
				font-family: Arial, Helvetica, Sans Serif;
				font-size: 9pt;
				font-weight: bold;
				line-height: 12pt;
				text-decoration: none;
				padding: 0px 8px 0px 8px;
			}
			
			#navigation a:hover {
				text-decoration: underline;
				color: #804000;
			}
			
			#navigation a.cart:hover {
				text-decoration: underline;
				color: #4a9100;
			}
			
			#navigation a span {
			}
			
			#navigation a, #navigation a span {
				display: block;
				float: left;
			}
			
			/* Hide from IE5-Mac \*/
			#navigation a, #navigation a span {
				float: none
			}
			/* End hide */
			
			#navigation ul {
				list-style: none;
				padding: 0px;
				margin-top: 0px;
			}
			
			#navigation li {
				list-style: none;
				float: left;
				margin: 0px 0px 0px 0px;
			}

/* Default Font Styles */

h1 {
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 14pt;
	color: #4d2f19;
	font-weight: bold;
}

p {
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 12pt;
	color: #FFFFFF;
}

pre.orderreceipt {
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 11pt;
	color: #000000;
}

.pagenumbers {
	margin: 20px 0px 20px 0px;
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 12pt;
	color: #000000;
	text-align: center;
}

/* IE Select Disabled Fix */

select, option {
  behavior: url(iedisableoptions.htc);
}

/* Customer Service Styles */

.cs_question {
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 13pt;
	color: #4d2f19;
	min-width: 600px;
	width: 600px;
	border: 1px outset #4d2f19;
	padding: 6px 16px 6px 16px;
	margin: 8px 20px 16px 0px;
	background-color: #e4dbc2;
	cursor: pointer;
}

.cs_question_hilited {
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 13pt;
	color: #f6f3f2;
	min-width: 600px;
	width: 600px;
	border: 1px outset #4d2f19;
	padding: 6px 16px 6px 16px;
	margin: 8px 20px 16px 0px;
	background-color: #603a1e;
	cursor: pointer;
}

.cs_question_faded {
	display: none;
}

.cs_hidden {
	display: none;
}

.cs_visible {
	display: block;
	margin: 10px 0px 25px 0px;
}

.notice {
	font-weight: bold;
	text-decoration: underline;
}

.contactform {
	border-width: 0px;
	border-spacing: 0px;
	margin: 20px auto 20px auto;
	padding: 0px;
}

.contactform tr {
}

.contactform th {
	height: 40px;
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 10pt;
	font-weight: bold;
	text-align: right;
	color: #000000;
	padding-right: 14px;
	padding-top: 6px;
	vertical-align: top;
}

.contactform td {
	height: 42px;
	color: #adadad;
	vertical-align: top;
}

.contactform input, .contactform textarea {
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 10pt;
	font-weight: normal;
	text-align: left;
	line-height: 16pt;
	height: 26px;
	color: #000000;
}

.contactform textarea {
	padding: 4px;
}

.contactform .large {
	width: 300px;
}

.contactform .largetall {
	width: 400px;
	height: 120px;
}

.contactform .small {
	width: 120px;
	margin-right: 20px;
}

.contactform .submit {
	height: 40px;
	vertical-align: bottom;
}

/* Page Appearance Styles */

table.page {
	
}

.navpadding {
	margin: 5px 10px 10px 25px;
}

.pagepadding {
	margin: 20px 20px 30px 35px;
}

.personalmessage {
	margin-top: 8px;
	width: 600px;
	height: 24px;
	border: 1px solid #ACA0B8;
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 10pt;
	color: #000000;
}

.optionmenu {
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 10pt;
	color: #000000;
}

/* Page Stuff */

table.page td.navigation {
	background-color: #eae3ce;
}

table.page td.page {
	background-color: #FFFFFF;\
}

p {
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 11pt;
	color: #0f0f0f;
}

p.navigation a:link {
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 11pt;
	color: #260000;
	line-height: 18pt;
	text-decoration: none;
	margin-left: 10px;
}

p.navigation a:visited {
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 11pt;
	color: #260000;
	line-height: 18pt;
	text-decoration: none;
	margin-left: 10px;
}

p.navigation a:hover {
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 11pt;
	color: #5d412e;
	line-height: 18pt;
	text-decoration: none;
	margin-left: 10px;
}

p.copyright {
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 8pt;
	text-align: center;
	color: #2d2d2d;
}

p.copyright_links {
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 10pt;
	text-align: center;
	color: #2d2d2d;
}

p.copyright_links a {
	padding: 2px 10px 2px 10px;
	text-decoration: none;
}

p.copyright_links a:hover {
	padding: 2px 10px 2px 10px;
	text-decoration: underline;
}

form {
	margin-bottom: 0px;
}

/* Featured Products */

table.featured {
	background-color: #e5dcc2;
	border: 1px solid #603a1e;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

table.featured th {
	line-height: 24pt;
	background-color: #96683e;
	color: #FFFFFF;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

table.featured img {
	border: 1px solid #4d2f19;
}



/* Link colors */

a:link {
	color: #4d2f19;
	text-decoration: underline;
}

a:visited {
	color: #4d2f19;
	text-decoration: underline;
}

a:hover {
	color: #44260c;
	text-decoration: underline;
}

/* Thumbnail Link Colors */

a.thumbnail:link {
	color: #4d2f19;
	text-decoration: none;
}

a.thumbnail:visited {
	color: #4d2f19;
	text-decoration: none;
}

a.thumbnail:hover {
	color: #44260c;
	text-decoration: none;
}



.centered {
	text-align: center;
}

.benchmark {
	font-family: 	Verdana, Arial, sans-serif;
	font-size:		10;
	text-align:		center;
}

.error_header {
	font-family: 	Verdana, Arial, sans-serif;
	font-size:		16;
	font-weight: 	bold;
	color:			#FF0000
}

.error_description {
	font-family: 	Verdana, Arial, sans-serif;
	font-size:		12;
}

.random_product_text {
	font-family: 	Verdana, Arial, sans-serif;
	font-size:		10;
	text-align:		center
}



/* used to highlight comment in the manager */

.red_comment {
	font-family: 	Verdana, Arial, sans-serif;
	font-size:		12;
	font-weight: 	bold;
	color:			#FF0000
}



/* used to highlight comment in the manager */

.center_error {
	font-family: 	Verdana, Arial, sans-serif;
	font-size:		12;
	font-weight: 	bold;
	color:			#FF0000
	text-align:		center
}



/* used in hack attempt error code */

.large_center_header {
	font-family: 	Verdana, Arial, sans-serif;
	font-size:		16;
	font-weight: 	bold;
	text-align:		center
}



/* used in manager members hack */

.large_left_header {
	font-family: 	Verdana, Arial, sans-serif;
	font-size:		16;
	font-weight: 	bold;
}



/* used to add left and right margin */

.margins_left_right {
	margin-left: 	20px;
	margin-right:	20px;
	margin-top: 	10px;
}



/* used in manager below the header to describe what this feature is */

.text_description {
	font-family: 	Verdana, Arial, sans-serif;
	font-size:		12;
}



/* Small text that shows up below the gateway check out buttons. */

.gateway_button {
	margin: 0px 0px 8px 0px;
}

.gateway_description {
	font-family: 	Verdana, Arial, sans-serif;
	font-size:		10;
	text-align:		center;
}



/* user on forms and cart display */

.ccresponse {
	margin: 24px auto 24px auto;
	padding: 8px;
	min-width: 320px;
	width: 440px;
	max-width: 600px;
	border: 1px solid #a87c4f;
	background-color: #e5ddc3;
	text-align: center;
}

.colored_cell_header {
	color: #000000;
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 11pt;
	font-weight: bold;
	background-color: #eae3ce;
	border-top: 1px solid #a87c4f;
	border-bottom: 1px solid #a87c4f;
	height: 40px;
	padding-left: 16px;
}

.colored_top_border {
	border-top: 1px solid #a87c4f;
}

.colored_bottom_border {
	border-top: 1px solid #a87c4f;
}

.cartcontents {
	font-family: Arial, Helvetica, "Sans Serif", Sans-Serif;
	font-size: 10pt;
}

.cartcontents_odd {
	font-family: Arial, Helvetica, "Sans Serif", Sans-Serif;
	font-size: 10pt;
	background-color: #f2f2f2;
	border-bottom: 1px solid #cccccc;
	padding: 6px 0px 6px 0px;
}

.cartcontents_noborder_odd {
	font-family: Arial, Helvetica, "Sans Serif", Sans-Serif;
	font-size: 10pt;
	background-color: #f2f2f2;
	padding: 6px 0px 0px 0px;
}

.cartcontents_even {
	font-family: Arial, Helvetica, "Sans Serif", Sans-Serif;
	font-size: 10pt;
	background-color: #ffffff;
	border-bottom: 1px solid #cccccc;
	padding: 6px 0px 6px 0px;
}

.cartcontents_noborder_even {
	font-family: Arial, Helvetica, "Sans Serif", Sans-Serif;
	font-size: 10pt;
	background-color: #ffffff;
	padding: 6px 0px 0px 0px;
}

input.sc_button {
	background-color: #754c28;
	color: #ffffff;
	border: 1px solid #603a1e;
	font-family: Arial, Helvetica, "Sans Serif", Sans-Serif;
	font-size: 10pt;
	font-weight: normal;
	padding: 3px 8px 4px 8px;
}

input.sc_button:active {
	background-color: #603a1e;
}

input.sc_checkout_button {
	background-color: #754c28;
	color: #ffffff;
	border: 1px solid #603a1e;
	font-family: Arial, Helvetica, "Sans Serif", Sans-Serif;
	font-size: 10pt;
	font-weight: normal;
	padding: 3px 8px 4px 8px;
}

input.sc_checkout_button:active {
	background-color: #603a1e;
}

.soldoutnotice {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	border: 1px solid #cc0000;
	background-color: #ffe8e3;
	color: #000000;
	padding: 6px;
	margin: 4px 0px 4px 0px;
	display: inline-block;
	text-shadow: 1px 1px 1px #cfcfcf;
	-moz-box-shadow: 3px 3px 4px #cfcfcf;
	-webkit-box-shadow: 3px 3px 4px #cfcfcf;
	box-shadow: 3px 3px 4px #cfcfcf;
}

.soldoutnotice u {
	font-weight: bold;
	text-decoration: none;
}

img.cart_image {
	border: 1px solid #cbcbcb;
	padding: 3px;
	background-color: #FFFFFF;
	margin: 2px 6px 2px 2px;
	max-width: 64px;
	max-height: 64px;
}

.cart_totals {
	font-family: Arial, Helvetica, "Sans Serif", Sans-Serif;
	font-size: 11pt;
	text-align: right;
}

.cart_totals_labels {
	font-family: Arial, Helvetica, "Sans Serif", Sans-Serif;
	font-size: 11pt;
	text-align: right;
	font-weight: bold;
}

/* Messages and Text Formatting */

.item_added_message {
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 11pt;
	text-align: center;
	font-weight: bold;
}

.d_category{
	HEIGHT: 22px;
	WIDTH: 210px;
}

next_link {
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 11pt;
	font-weight: bold;
}

back_link {
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 11pt;
	font-weight: bold;
}

.cart_edit_quantity{}

.cart_error{}

.no_items_found {
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
}

.default_small {
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 9pt;
}

.default_text {
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 12pt;
}

.default_right {
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 10pt;
	text-align: right;
}

.default_right_bold {
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 12pt;
	text-align: left;
	font-weight: bold;
}

.default_bold {
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 10pt;
	font-weight: bold;
}

.small_bold {
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 9pt;
	font-weight: bold;
}

.row_title {
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 10pt;
	font-weight: bold;
	text-align: right;
}

.row_titleerror {
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 10pt;
	font-weight: bold;
	background-color: #9c0508;
	color: #fefffe;
	border: 1px 0px 1px 0px solid #fefffe;
	text-align: right;
}

td.error {
	background-color: #9c0508;
	color: #fefffe;
	border: 1px 0px 1px 0px solid #fefffe;
}

td.error a {
	color: #fefffe;
}

.formnotes {
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 9pt;
}

.agreeboxtext {
	text-align: center;
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 11pt;
}

.agreeboxtexterror {
	text-align: center;
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 11pt;
	color: #fefffe;
}

table.orderform {
	margin-top: 24px;
}

table.orderform td {
	height: 26px;
}

/* used in the download hack from the members area to sell product downloads */

.download_link {
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 11pt;
}

.customer_login_headers {
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 12pt;
	font-weight: 	bold;
	text-align:		center;
	height:			35;
	vertical-align:	center;
}



.template_cell_headers {
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 11pt;
	font-weight: bold;
}



.sitename {
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 18pt;
	font-weight: 	bold;
	color:			#FFFFFF;
	text-align:		center;
	line-height: 	3;
}

.center_header {
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 13pt;
	font-weight: bold;
	text-align: center;
}

.borderbottom {
	BORDER-BOTTOM:	#C2C2C2 1px solid;
}

/* Colors Area */

ul.colors_list {
	float: right;
	width: 400px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
 
ul.colors_list li {
	float: left;
	width: 400px;
	height: 40px;
	margin: 0;
	padding: 0px;
}

ul.colors_list img {
	border: 1px solid #000000;
	margin-right: 4px;
	width: 24px;
	height: 24px;
}

/* Order Form Agreement Box */

div.box {
	width: 564px;
	height: 156px;
	margin: 10px auto 10px auto;
	padding: 0px 10px 5px 10px;
	border: 1px solid #acacac;
	background-color: #ffffff;
	overflow: auto;
	text-align: left;
}

div.box li {
	font-family: Arial, Helvetica, MS Sans Serif, Sans Serif;
	font-size: 9pt;
	color: #000000;
	margin-bottom: 6px;
}

div.box p {
	font-family: Arial, Helvetica, MS Sans Serif, Sans Serif;
	font-size: 9pt;
	color: #000000;
}

/* Various Others */
