body {
	background-color: #000000;
	background-image: url(../images/fade_bg.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
}
body, td, p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

tr.header, td.header, td.black-bg  {
	background-color: #000000;
	color: #AC8A45;
}
.header a, .header a:link, .header a:visited, .header a:active {
	color: #D5AB55;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px 10px;
}
.header a:hover {
	color: #FFCD66;
}
tr.foil, td.foil {
	background-color: #554422;
}
tr.red-foil, td.red-foil {
	background-color: #CC0000;
}
.redCopy, .callNow {
	color: #CC0000;
}
.callNow {
	font-size: 14px;
	font-weight: bold;
}
.col-box {
	background-color: #FFCD66;
}
.col-box a, .col-box a:link, .col-box a:visited, .col-box a:active {
	color: #CC0000;
	font-size: 10px;
	text-decoration: none;
	display: block;
	padding: 1px 2px;
	margin: 0px 0px 0px 6px;
} 
.col-box a:hover {
	background-color: #D7AD56; 
}
a.more {
	text-align: right !important;
	color: #796231 !important;
	display: inline !important;
	text-decoration: none;
	font-weight: bold;
	
}
a.more:hover {
	background-color: #FFCD66;
	text-decoration: underline;
}
h1,h2,h3,h4,h5,h6 {
	margin: 2px 2px 7px;
	padding: 0px;
}

h1 {
	font-size: 18px;
}

p {
	margin: 2px 2px 5px;
	padding: 0px;
}
ul {
	margin: 0px;
	padding: 0px 0px 0px 6px;
}
li { 
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
	list-style-type: none;
	list-style-image: url(../images/li-arrow.gif);
}
h4 {
	color: #000000;
	font-size: 14px;
}
/* Products */
table.productTable td {
	padding: 5px;
	vertical-align: top;
}
td.productCell {
	border-right: 1px solid #554422;
	border-bottom: 1px solid #554422;
}
/* Product Group */
table.productGroup td {
	padding: 2px;
}
td.productGroupCell {
	width: 120px;
	text-align: center;
}
td.productGroupCell a, td.productGroupCell a:active, td.productGroupCell a:visited, td.productGroupCell a:link {
	color: #D5AB55;
	font-size: 10px;
	text-decoration: none;
}
td.productGroupCell a:hover {
	color: #FFCD66;
}

table.productGroup th {
	text-align: center;
}
table.productGroup th, table.productGroup th a {
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
table.productGroup th a:hover {
	text-decoration: underline;
}

/* footer */
.footer {
	color: #000000;
}
.footer a, .footer a:link, .footer a:active, .footer a:visited {
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	padding: 1px 2px;
	margin: 0px;
}
.footer a:hover {
	background-color: #D7AD56; 
}
#contentTable {
	margin: 10px;
}
img.floatLeft {
	float: left;
	margin: 2px;
}
/* Form Elements */
input.button {
	background-color: #D2AA55;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFDD95;
	border-right-color: #B99549;
	border-bottom-color: #B99549;
	border-left-color: #FFDD95;
	font-weight: bold;
}
pre {
	padding: 8px;
	margin: 8px;
	background-color: #B99549;
	border: 1px solid #000000;
	font-size: 12px;
	font: Arial, Helvetica, sans-serif;
	
}
a.ipLink:hover {
	background-color:#000000!important;
}
table.cartTable {
	color: #AC8A45;
	/*background-color: #000000;*/
}
table.cartTable td {
	padding: 3px;
}
table.cartTable tr.oddrow td {
	background-color: #B89448;
	color: #000000;
	border-bottom: 2px solid #766031;
}
table.cartTable tr.evenrow td {
	background-color: #CCB37D;
	color: #000000;
	border-bottom: 2px solid #766031;
}
table.cartTable td a, table.cartTable td a:link, table.cartTable td a:active, table.cartTable td a:visited {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}
table.cartTable tr.evenrow a:hover {
	color: #CC0000;
	background-color: #B89448;
}
table.cartTable tr.oddrow a:hover {
	color: #CC0000;
	background-color: #CCB37D;
}
table.cartTable td.subtotal,
table.cartTable td.subtotal-value,
table.cartTable td.shipping,
table.cartTable td.shipping-value,
table.cartTable td.total,
table.cartTable td.total-value {
	background-color: #000000;
	font-size: 12px;
}
table.cartTable td.subtotal-value,
table.cartTable td.shipping-value,
table.cartTable td.total-value {
	border-left: 1px solid #B89448;
	border-right: 2px solid #766031;
	font-weight: bold;
	color: #DBCAA6;
}
table.cartTable td.subtotal,
table.cartTable td.shipping,
table.cartTable td.total {
	border-right: 1px solid #151515;
	border-left: 2px solid #766031;
}
table.cartTable td.subtotal,
table.cartTable td.subtotal-value,
table.cartTable td.shipping,
table.cartTable td.shipping-value {
	border-bottom: 1px solid #B89448;
}
table.cartTable td.total,
table.cartTable td.total-value {
	border-bottom: 2px solid #766031;
}
table.cartTable td.item-price,
table.cartTable td.total-price {
	font-weight: bold;
	color: #003300 !important;
}
table.cartTable td.total-price {
	border-right: 1px solid #766031;
	border-left: 1px solid #766031;
}
table.cartTable th{
	font-size: 12px;
}
