@import url('css/reset.css');

.clear:after {
	clear:both;
	content:".";
	display:block;
	height:0;
	position:relative;
	visibility:hidden;
}

body {
	background:#000000 url('images/site_background.png') repeat-x;
	color:#2F2F2F;
	font-family:arial,helvetica,sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
}

h1, h2, h3, h4, h5 ,h6 {
	color:#588438;
} 

h1 {
	font-size:1.6em;
	margin-bottom:1em;
}

h3 {
	font-size:1.6em;
	margin-bottom:1em;
}

h4 {
	font-size:1.2em;
	margin-bottom:0.5em;
}

a {
	color:#555;
}

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

p {
	margin-bottom:0.5em;
}

div.wrapper {
	background:transparent url('images/content_background.jpg') repeat-y scroll 0 0;
	margin:0 auto;
	text-align:left;
	width:800px;
}

div#header {
	background:transparent url('images/header.jpg') no-repeat center center;
	height:205px;
	margin:0 auto;
	width:100%;
}

div#header a {
	border:0;
}

div#navigation {
	padding: 10px 25px;
}

div#navigation img {
	margin-right:10px;
}

div#categories {
	background:#0C1F06;
	font-family:Georgia,serif;
	font-size:1.25em;
	padding:0 1.7em;
}

div#categories li {
	float:left;
	line-height:1.3em;
}

div#categories a {
	color:#588438;
	float:left;
	padding:0.5em 1em 0.5em 0;
	text-decoration:none;
}

div#metamenu {
	text-align:right;
	padding:25px;
}

div#content {
	padding:0 25px;
	min-height:300px;
}

div.product_list_item, div.new_product_item {
	width:172px;
	margin:0 20px 1em 0;
	float:left;
	height:350px;
}

div.last {
	margin-right:0;
}

div.product_list_item h2 a, div.new_product_item h2 a {
	font-size:1.05em;
	height:33px;
	margin:0;
	padding:0.5em 0 0.25em;
	color:#274F15;
	font-weight:bold;
	text-decoration:none;
}

div.product_info {
	width:500px;
	margin-right:25px;
	float:left;
}

div.product_media {
	float:left;
	width:222px;
}

div.divider {
	border-top:1px dashed #222;
	height:25px;
	margin-top:25px;
}

div#footer {
	text-align:right;
	padding:25px;
}

div.morepics img {
	margin:5px 5px 5px 0;
}

/**
* Cart Table
*/

table.orderdetails, {
	margin-bottom:1em;
}

table.orderdetails td {
	padding:0.5em;
}

table.orderdetails tr.headerrow {
	border-bottom:1px solid #555;
}

table.orderdetails td.subtotal {
	background:#111;
	text-align:right;
	border-top:1px solid #555;
}

/**
* Checkout
*/

span.trail_current {
	font-weight:bold;
	color:#274F15;
}

table.shippingblock, table.paymentblock {
	margin-bottom:0.5em;
	background:#111;
}

table.shippingblock td, table.paymentblock td {
	padding:0.5em;
}

table.shippingblock td.head, table.paymentblock td.head {
	font-weight:bold;
}

p.price {
	color:#C76200;
	font-size:1.4em;
	font-weight:bold;
}

div.copyright, div.parseTime {
	display:none;
}