/* Category Menu CSS */
#categorymenumain 
{
	padding-top: 5px;
	padding-left: 0px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-color: #999999;
	font-size: 14px;
}

#categorymenusub 
{
	padding-top: 3px;
	padding-left:10px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	font-size: 12px;
	font-style: italic;
	border-bottom-color: #999999;
	color: #898989;
}

#categorymenusubsub 
{
	padding-top: 3px;
	padding-left:15px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-bottom-color: #d3d1c1;
}
a.categorymenu
{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #91644f;
}
a:hover.categorymenu
{
	color:#5b1108;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
a:active.categorymenu
{
	color:#333333;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

/* END OF Category Menu CSS */









body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

#srch {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #898989;
}
#myEmail {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #898989;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #898989;
}
.footer a {
	color: #898989;
	text-decoration: none;
}
.quickFind {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #000000;
}
.quickFindDropdown {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #91644F;
	margin-bottom: 0px;
	margin-top: 0px;
}

.footer a:hover {
	color: #841910;
}
.featuredName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #7A150C;
}
.featuredOurPrice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}
.featuredPrice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #851910;
}
.featuredImage 
{
        border-color: #a8a8a8;
        border: 1px;
		width: 200px;
		height: 300px;
}
