<!--
/* Overrides */
.catChildBox { border:none;background-color:#1A1717;padding:8px 10px 10px 10px; }
.listSortHdr{ font-weight: bold; background-color:#1A1717; padding:1px 3px 1px 3px; margin-top:12px; clear:both; }
.prodListHeader{ background-color: #000000; }
.prodListRow1{ background-color: #1A1717; }
.prodListRow2{ background-color: #2C2C2C; }

/* Products */
#prodBox{
	margin: 12px;
}
#prodBox IMG{
	padding: 2px;
	border: 1px solid #303030;
}

/* General */
BODY{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #727272;
	margin: 0px;
	padding: 0px;
}
TD{
	font-size: 11px;
}
A:link{ color: #C9C9C9; text-decoration: none; }
A:visited{ color: #8E8E8E; text-decoration: none; }
A:hover{ color: #AA9A6F; }
#header{
	padding: 50px 72px 50px 42px;
	border-bottom: 1px dotted #2C2C2C;
}
#headerIn{
	padding: 12px 72px 8px 42px;
	border-bottom: 1px dotted #2C2C2C;
}
#navBox{ padding: 50px 35px 50px 0px; }
#titleBox{ padding-top: 18px; }
#contentBox{ padding-bottom: 16px; line-height: 15px; }
.contentImg{
	padding: 2px;
	border: 1px solid #303030;
}
A.contentLink:link,A.contentLink:visited{ color: #727272; }
A.contentLink:hover{ color: #727272;text-decoration: underline; }
#clickPathBox{ font-size: 9px; }
#footer,#footer A{
	font-size: 9px;
	color: #585858;
}
#footer A:hover{ color: #888888; }

H1 {
	font-family: Georgia,Verdana,Arial,Helvetica,sans-serif;
	font-size: 18px;
	color: #AA9A6F;
	margin-top : 0px;
	margin-bottom : 14px;
	text-transform: uppercase;
}
H2{
	font-size: 14px;
	color: #726646;
	margin-top : 0px;
	margin-bottom : 14px;
	text-transform: uppercase;
}
A H2{ text-decoration: none; color: #726646; }
A:hover H2{ color: #AA9A6F; }
H3{
	font-size: 24px;
	color: #726646;
	font-weight: bold;
	margin-top : 2px;
	margin-bottom : 14px;
	text-transform: uppercase;
}
A H3{ text-decoration: none; color: #726646; }
A:hover H3{ color: #AA9A6F; }
-->