body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #3b1608;
}

a {
	outline: 0;
	color: #3b1608;
}
input, select, textarea {
	font-family: Helvetica, Arial, sans-serif;
}
img {
	border: 0;
}

.georgia { font-family: Georgia, 'Times New Roman', Times, serif; }
.helvetica { font-family: Helvetica, Arial, sans-serif; }
.trebuchet { font-family: 'Trebuchet MS', Helvetica, sans-serif; }

h1 {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 26px;
	line-height: 28px;
	color: #3b1608;
	font-weight: normal;
	margin: 0;
	padding: 8px 0;
}
h2 {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 20px;
	line-height: 22px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
h3 {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 18px;
	line-height: 22px;
	margin: 0;
	padding: 0;
	color: #666;
	text-transform: uppercase;
}
h4 {
	margin: 0;
	padding: 10px 0 5px;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
}
h5 {
	margin: 0;
	padding: 5px 0 0;
	font-size: 13px;
	line-height: 18px;
}
h6 {
	font-size: 1em;
	margin: 0;
	padding: 0;
}
p {
	margin: 0;
	padding: 0 0 12px;
}

img.left, .image img {
	float: left;
	display: inline;
	margin: 5px 22px 10px 0;
}
img.right {
	float: right;
	display: inline;
	margin: 5px 0 10px 22px;
}
table.files {
	margin: 0 0 12px;
}
	
a.btnRed {
	display: -moz-inline-box;
	display: inline-block;
	height: 19px;
	width: 102px;
	overflow: hidden;
	color: #f4e7ca !important;
	text-align: center;
	text-decoration: none;
	background: #690a21;
}


.logo {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 30px;
	line-height: 1.25em;
	padding: 0 0 10px;
	margin: 0 0 10px;
	border-bottom: 1px solid #ccc;
}
	.logo a {
		color: #000;
		text-decoration: none;
	}
	
#footer {
	clear: both;
	text-align: center;
	padding-top: 10px;
	border-top: 1px solid #ccc;
}
	
#header .bg, #header .decor, #header .store, #primaryMenu, #footer ul, #utilityMenu, .cartFile {
	display: none;
}
.detailLeft, .detailRight, .productMenu, .featuredProducts, .exploreStore {
	display: none;
}
.productContent, .title_allProducts {
	clear: both;
}

ul.products {
	margin: 0;
	padding: 20px 0;
	list-style: none;
	overflow: hidden;
	color: #3b1608;
	line-height: 14px;
}
	ul.products a {
		color: #3b1608;
	}
		ul.products a:hover {
			color: #96581b;
		}
	.products li {
		float: left;
		width: 30%;
		padding: 0 15px;
		text-align: center;
		overflow: hidden;
	}
		.products .image {
			padding: 0 0 10px;
		}
		.products h4 {
			padding: 0;
			font-size: 18px;
			line-height: 20px;
		}
			.products h4 a {
				text-decoration: none;
			}
				.products h4 a:hover {
					text-decoration: underline;
				}
		.products p {
			padding: 4px 0;
		}
		.products ul.icons_small {
			padding: 5px 0 8px;
			overflow: hidden;
		}
			.products ul.icons_small li {
				float: none;
				width: auto;
				padding: 0;
				text-align: center;
				overflow: visible;
			}