body {
	margin: 0;
	padding: 0;
	background: #000;
	color: #c0c0c0;
	font-family: Arial, sans-serif;
	font-size: 0.85em;
}

a img {
	border: none;
}

a {
	color: #aaa;
}
a:hover {
	color: #fafafa;
	text-decoration: none;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}

p {
	margin: 0;
	padding: 0 0 1.2em 0;
	line-height: 1.3em;
}

div#page {
	width: 931px;
	margin: 0 auto;
}

div#header {
	padding: 15px 0 0 0;
}

div#logo a {
	display: block;
	float: left;
	width: 355px;
	height: 104px;
	background: transparent url(images/dime_bags.png) no-repeat;
	text-indent: -9999px;
	-moz-outline: 0;
}

div#menu {
	float: right;
	padding: 23px 0 0 0;
	height: 53px;
	width: 502px;
}
div#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
div#menu li {
	margin: 0;
	padding: 0;
	float: left;
}
div#menu li a {
	display: block;
	float: left;
	background-image: url(images/nav_top.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	-moz-outline: 0;
	height: 53px;
	overflow: hidden;
}
li#nav_1 a { width: 100px; background-position: 0 0; }
li#nav_1 a:hover, li#nav_1 a.active { background-position: 0 -55px; }
li#nav_2 a { width: 75px; background-position: -100px 0; }
li#nav_2 a:hover, li#nav_2 a.active { background-position: -100px -55px; }
li#nav_3 a { width: 99px; background-position: -175px 0; }
li#nav_3 a:hover, li#nav_3 a.active { background-position: -175px -55px; }
li#nav_4 a { width: 105px; background-position: -274px 0; }
li#nav_4 a:hover, li#nav_4 a.active { background-position: -274px -55px; }
li#nav_31 a { width: 123px; background-position: -379px 0; }
li#nav_31 a:hover, li#nav_5 a.active { background-position: -379px -55px; }

div#content {
	padding: 1px 0 0 0;
	clear: both;
}

div#content ul {
	margin: 0;
	padding: 5px 0 20px 20px;
	list-style-type: none;
}
div#content ul li {
	background: url(images/bullet.png) left 3px no-repeat;
	padding: 2px 0 2px 24px;
	font-weight: bold;
}

#slideshow {
	padding: 14px 0 0 0;
}

h1,h4 {
	font-size: 1.5em;
	font-weight: bold;
	margin: 0;
	padding: 0 0 0.8em 0;
	color: #cfcfcf;
}
h2 {
	font-size: 1.3em;
	font-weight: bold;
	margin: 0;
	padding: 0.5em 0 0.7em 0;
	color: #65b65e;
}
h5 {
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	padding: 0 0 1em 0;
	color: #cfcfcf;
}

div#intro {
	padding: 25px 70px 20px 0;
}
div#introimage {
	float: left;
	padding: 0 0 0 20px;
	width: 224px;
}
div#introtext {
	padding: 7px 0 0 224px;
}

div#body {
	padding: 12px 0 35px 0;
}

.image-left {
	float: left;
}
.image-right {
	float: right;
}

.product-item, .category-item {
	margin: 20px 0;
}
.product-item a, .category-item a {
	color: #cfcfcf;
}
.product-item a:hover, .category-item a:hover {
	color: #eee;
}
.product-item .product-image, .category-item .category-image {
	float: left;
	width: 257px;
	text-align: center;
}
.product-item .product-desc, .category-item .category-desc {
	color: #aaa;
	float: left;
	height: 165px;
	width: 627px;
	background: transparent url(images/product_bg_sm.png) no-repeat;
	padding: 16px 23px;
	font-size: 0.95em;
}
.product-checkout {
	float: right;
	width: 175px;
	padding: 0 0 0 15px;
	text-align: center;
	font-weight: bold;
}
.product-checkout p {
	padding: 14px 0;
	font-size: 1.2em;
	font-weight: bold;
}
.sold {
	color: #ce7c7c;
}
.sale {
	color: #84ce7c;
}
label {
	display: block;
	padding: 0 0 15px 0;
	font-weight: bold;
}
input, select, textarea {
	background: #333;
	color: #fff;
	border: 1px solid #444;
}
input:hover, select:hover, textarea:hover {
	border: 1px solid #555;
}
input:focus, select:focus, textarea:focus {
	background-color: #444;
	border: 1px solid #666;
}
.unavailable {
	text-decoration: line-through;
	color: #ccc;
}
.button {
	width: 67px;
	height: 26px;
	background: transparent url(images/buy-now.png) left 2px no-repeat;
	display: block;
	cursor: pointer;
	border: none !important;
	margin: 0 auto;
	font-size: 0.85em;
	font-weight: bold;
	text-align: center;
}
.button:focus {
	background-color: transparent;
}

div#footer {
	clear: both;
	margin: 0 0 32px 0;
	width: 931px;
	height: 53px;
	background: transparent url(images/nav_bottom.png) no-repeat;
	text-align: center;
}
div#footer p {
	padding: 18px 0 0 0;
	font-size: 0.9em;
	font-weight: bold;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
.fieldset {
	line-height: 205%;
}
textarea {
	overflow: auto;
}
#cfContact {
	margin: 0 !important;
}
#FeedbackForm, #ResellersForm {
	border-top: 1px solid #222;
	padding-top: 15px;
}
#FeedbackForm label, #ResellersForm label {
	font-size: 0.95em;
	padding: 4px 0 5px 0;
}

