a {
	color: #666666;
}

a:hover {
	color:  #666666;
}

			.miniText {
				font-family: Arial, Helvetica, sans-serif;
				font-size: 10px;
				color: #333333;
				text-decoration: none;
			}
			.miniText a:link{
				font-family: Arial, Helvetica, sans-serif;
				font-size: 10px;
				color: #333333;
				text-decoration: none;
			}
			.miniText a:visited{
				font-family: Arial, Helvetica, sans-serif;
				font-size: 10px;
				color: #333333;
				text-decoration: none;
			}
			.miniText a:hover{
				font-family: Arial, Helvetica, sans-serif;
				font-size: 10px;
				color: #333333;
				text-decoration: underline;
			}

/*Footer */
.footText {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration:none;
}
.footText a:link{
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration:none;
}
.footText a:visited{
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration:none;
}
.footText a:hover{
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration:underline;
}
.bsFooter {
	background-color: #E4D9B1;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #312302;	
}

.bsFootColTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #312302;
	text-decoration: none;
	text-align: left;
	line-height: 24px;
	font-weight: normal;
}
.bsFootColText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #666666;
	text-decoration: none;
	text-align: left;
}
.bsFootColText a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #666666;
	text-decoration: none;
	text-align: left;
}
.bsFootColText a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #666666;
	text-decoration: none;
	text-align: left;
}
/* Header */
#Header {
	position: relative;
	height: 108px;
	margin-top: 32px;
}

/* Top Navigation Menu */
#TopMenu {
	position: relative;
	float: right;
}
#TopMenu li {
	color: #312302;
	border-left: 1px solid #bccc66;
}

#TopMenu li a {
	color: #312302;
}

#TopMenu li a:hover {
	color: #312302;
}

/* Pages Menu */
#Menu {
	background: #312302;
	border-top: 1px solid #fff;
	border-bottom: 0px solid #fff;
}

#Menu li a {
	color: #030;
	border-right:  1px solid #daf7a7;
}
#Menu li {
	float:  left;
	display: block;
	list-style: none;
	font-size: 12px;
	font-weight: normal;
	position: relative;
}
#Menu li a {
	color: #30;
	border-right:  1px solid #fff;
}


#Menu li a:link {
	background: #312302;
	color: #fff;
}

#Menu li a:visited {
	background: #312302;
	color: #fff;
}
#Menu li a:hover {
	background: #F8F0D2;
	color: #000;
}
#Menu ul li ul {
	background: #030;
}

#Menu li li a {
	color: #fff;
	background: #030;
}

#Menu li li a:hover {
	background: #F8F0D2;
}

/* Primary Content Area */
.homeContent h2 {
	color:#312302;
	background-color: #FFF;
	font-weight: normal;
}



#footerBox { position:absolute; left:0px; bottom:0px; width:100%; background:#cfcfcf; } 

#FooterSpan {
	width: 100%;
	height: 170px;
	display:table;
	background-image:url(/images/footBg.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

#FooterSpan a {
	color: #3a3a3b;
	text-decoration:none;
}

#FooterSpan a:hover {
	text-decoration:underline;
}.dashBorder {
	border: 2px dashed #312302;
}
.cardsBg {
	background-image: url(/images/cards.jpg);
	background-repeat: no-repeat;
	background-position: top;
}


/* Home Content Area */
/* Primary Content Area */
.homeContent {
	float: left;
	width: 550;
	margin: 0 10px;
	font-size: 11px;
}

.homeContent a {
	text-decoration:underline;
}

.homeContent .Block {
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
}

.homeContent h2 {
	margin: 0;
	font-size: 18px;
	padding-bottom: 3px;
	margin-bottom: 10px;
}

.homeContent h3 {
	 margin: 0;
	 font-size:13px;
	 padding: 8px 0 10px 0;
}

.homeContent.Wide {
	width: 750px;
	margin-right: 0;
}

.homeContent.Widest {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}

.homeContent .ProductList li {
	list-style: none;
	float: left;
	width: 120px;
	margin: 6px 0;
	padding: 8px;
	overflow: hidden;
	min-height: 18em;
	text-align: center;
}.imageBorder {
	border: 1px solid #CCCCCC;
}

/* PRODUCTS */

.ProductList .ProductImage {
	float: left;
	margin: 5px 0 5px 6px;
	display: block;
	width: 120px;
	height: 120px;
	text-align: center;
	overflow: hidden;

	border: 1px solid #dadada;
}

.homeContent .ProductList li {
	list-style: none;
	float: left;
	width: 120px;
	min-height: 20em;
	font-size: 0.95em;
	margin: 6px 13px 10px 0;
	overflow: hidden;
}

.homeContent .ProductList.List .ProductDetails {
	height: auto;
	display: block;
	clear: none;
	padding: 0px;
	padding-left: 10px;
	margin: 0px;
	margin-left: 0px;
	text-align: left;
	background-image: none;
}

/* Shop by Price Listings */
.ShopByPrice li {
	margin-bottom: 4px;
	padding-left: 0px;
	background: none;
	list-style: none;
	margin-left: 0;
}
/* Brand Listings */

.BrandList li {
	background: none;
	padding-left: 0px;
	list-style: none;
	margin-left: 0;
}

/* Side Category Listings */
#SideCategoryList li {
	background: none;
	padding-left: 0px;
	list-style: none;
	margin-left: 0;
}

/* Search Box */
#SearchForm {
	position: absolute;
	top: 20;
	right: 0;
	width: 190px;
	padding: 0 10px 5px 10px;
}
#SearchForm {
	background: #E5D9B1;
	border: 1px solid #9A7A4B;
}
#SearchForm label {
	color: #312302;
	font-size:12px;
	font-weight:bold;
}
#SearchForm p a {
	color: #312302;
}

/* Drop down menu */
#Menu ul li ul {
	margin: 0;
	display: none;
	z-index: 150;
	position: absolute;
	left: 0;
	top: 100%;
	padding: 0;
	width: 200px;
	border-left: 0;
}
#Menu li li a {
	font-size:  10px;
	font-weight:  normal;
	letter-spacing:  normal;
	width: 180px;
	padding: 3px 10px;
}