@charset "utf-8";
/* SITE-WIDE STYLE SHEET */

/* ------ HTML Declarations ------ */
body {
	margin: 20px 0;
	padding: 0;
	font: 62.5% Arial, Helvetica, sans-serif;
	background: #b7cb88 url(/images/backgrounds/green-pattern.png);
	}
a:link,
a:visited {
	color: #413b35;
	}
h1,
h2,
h3 {
	margin: 0 0 .5em;
	font-family: Georgia, serif;
	color: #596b83;
	}
h1 {
	font-size: 2em;
	}
h2 {
	font-size: 1.6em;
	}
h3 {
	font-size: 1.4em;
	}
p, table, fieldset {
	margin: 1em 0;
	}
legend {
	color: #000;
	}

/* ------ Website Layout ------ */
#wrapper {
	position: relative;
	margin: 0 auto;
	width: 944px;
	}
#page {
	background: transparent url(/images/backgrounds/page.png) right top repeat-y;
	}
#page:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	}
	
/* -- Header -- */
#header {
	height: 160px;
	line-height: 150px;
	overflow: hidden;
	text-indent: -9999px;
	font-size: 1.6em;
	color: #fff;
	background-image: url(/images/backgrounds/banner.gif);
	}
	
/* -- Navigation -- */
#navigation {
	height: 94px;
	background-image: url(/images/backgrounds/nav.gif);
	}
#navigation ul {
	margin: 0 0 0 255px;
	padding: 5px 0;
	list-style: none;
	}
#navigation li {
	float: left;
	padding-right: 18px;
	}
#navigation a {
	display: block;
	height: 30px;
	text-indent: -9999px;
	overflow: hidden;
	}
#nav-home {
	width: 84px;
	}
#nav-aboutus {
	width: 92px;
	}
#nav-policies {
	width: 108px;
	}
#nav-contact {
	width: 125px;
	}
	
/* -- Side bar -- */
#categories {
	float: left;
	display: inline;
	margin-left: 17px;
	padding: 10px;
	width: 179px;
	text-align: center;
	font-size: 1.4em;
	}
#categories ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#categories li a {
	line-height: 2;
	font-weight: bold;
	text-decoration: none;
	}
#categories li a:hover {
	text-decoration: underline;
	}
#categories #product-search {
	margin: 1em 0;
	}
#categories .root ul {
	margin-left: 1em;
	font-size: .9em;
	}
#categories .expanded a {
	font-weight: normal;
	}
#categories .collapsed {
	display: none;
	}
#simple-cart {
	position: absolute;
	top: 90px;
	right: 30px;
	width: 175px;
	}
#simple-cart p {
	margin-top: 0;
	font-size: 1.2em;
	font-weight: bold;
	}
#simple-cart li a {
	line-height: 1.5;
	font-size: .9em;
	}
#categories h2 {
	height: 37px;
	text-indent: -9999px;
	background-position: center top;
	background-repeat: no-repeat;
	}
#categories h2#header-basket {
	margin: 0;
	height: 0;
	}
#header-shopping {
	background-image: url(/images/backgrounds/shopping.png);
	}
#categories h2#header-information {
	margin-top: 12px;
	background-image: url(/images/backgrounds/information.png);
	}
#keywords {
	width: 95px;
	}
	
/* -- Page Content -- */
#content {
	float: right;
	display: inline;
	margin-right: 27px;
	padding: 10px;
	width: 672px;
	min-height: 500px;
	line-height: 1.5;
	font-size: 1.2em;
	}
	
/* -- Footer -- */
#footer {
	clear: both;
	margin-left: 14px;
	padding: 0 40px 0 240px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: #fff;
	font-size: 1.1em;
	background: transparent url(/images/backgrounds/footer.gif) left bottom no-repeat;
	}
#footer p {
	margin: 0;
	}
#footer a {
	color: #fff;
	}
	
/* -- Wholesale -- */
#wholesale-valid {
	text-align: center;
	color: #900;
	}
#wholesale-valid a:link,
#wholesale-valid a:visited,
#wholesale-valid a:hover,
#wholesale-valid a:active {
	display: inline;
	width: auto;
	height: auto;
	text-decoration: underline;
	color: #900;
	background: none;
	border: none;
	}

/* ------ Classes ------ */
.success {
	padding: .5em;
	color: #060;
	background-color: #f6fff6;
	border: 1px solid #060;
	}
.success a {
	color: #060 !important;
	text-decoration: underline !important;
	}
.error {
	padding: .5em;
	color: #c00;
	background-color: #fff6f6;
	border: 1px solid #c00;
	}
.error a {
	color: #c00 !important;
	text-decoration: underline !important;
	}
.section-divider {
	clear: both;
	}