@charset "utf-8";
/* -- Site-wide Style Sheet -- */
body {
	margin: 20px 0;
	padding: 0;
	font: 62.5% Arial, Helvetica, sans-serif;
	background: #e2f4d0 url(/images/backgrounds/polka-dot.png);
	}
a:link,
a:visited {
	color: #75b0be;
}
h1,
h2,
h3 {
	margin: 0 0 .5em;
	}
h1 {
	font-size: 2em;
	}
h2 {
	font-size: 1.6em;
	}
h3 {
	font-size: 1.4em;
	}
p, table, fieldset {
	margin: 1em 0;
	}
legend {
	color: #000;
	}

/* -- Site Structure -- */
#wrapper {
	position: relative;
	margin: 0 auto;
	width: 800px;
	background: #fff;
	border: 1px solid #4e7f2b;
	}
	
/* -- Header -- */
#header {
	height: 149px;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(/images/backgrounds/banner.jpg);
	}
	
/* -- Navigation -- */
#navigation {
	height: 63px;
	background-image: url(/images/backgrounds/nav.png);
	}
#navigation ul {
	margin: 0;
	padding: 1px 0 0 210px;
	list-style: none;
	}
#navigation li {
	display: block;
	float: left;
	padding: .5em;
	}
#navigation a {
	display: block;
	height: 20px;
	text-indent: -9999px;
	overflow: hidden;
	}
#navigation #nav-home {
	width: 59px;
	}
#navigation #nav-aboutus {
	width: 89px;
	}
#navigation #nav-gallery {
	width: 68px;
	}
#navigation #nav-policies {
	width: 74px;
	}
#navigation #nav-contact {
	width: 105px;
	}
	
/* -- Side bar -- */
#categories {
	float: left;
	margin: 10px 0;
	padding: 0 10px;
	width: 205px;
	font-size: 1.2em;
	border-right: 2px solid #e2f4d0;
	}
#categories h2 {
	margin: 0;
	height: 82px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	}
#categories #header-basket {
	background-image: url(/images/backgrounds/basket.png);
	}
#categories #header-shopping {
	background-image: url(/images/backgrounds/shop.png);
	}
#categories #header-information {
	background-image: url(/images/backgrounds/pages.png);
	}
#categories ul {
	margin: 0;
	padding: 0 0 0 1em;
	list-style: none;
	}
#categories li a {
	display: block;
	padding: .5em 0;
	font-weight: bold;
	color: #000;
	}
#categories #product-search {
	margin: 1em 0;
	}
#categories .root ul {
	margin-left: 1.5em;
	font-size: .9em;
	}
#categories .expanded a {
	font-weight: normal;
	}
#categories .collapsed {
	display: none;
	}
#categories #simple-cart p {
	margin: .5em 0 0 1em;
	}
#categories #quick-search {
	position: absolute;
	top: 12px;
	right: 11px;
	width: 300px;
	text-align: right;
	}
#categories #keywords {
	padding: .25em;
	border: 1px solid #e2f4d0;
	}
	
/* -- Page Content -- */
#content {
	float: right;
	padding: 10px;
	width: 553px;
	min-height: 500px;
	line-height: 1.5;
	font-size: 1.2em;
	}
	
/* -- Footer -- */
#footer {
	clear: both;
	padding: .5em;
	text-align: center;
	font-size: 1.4em;
	font-weight: bold;
	color: #75b0be;
	background: #e8f6d9;
	}
#footer p {
	margin: 0;
	}
	
/* -- 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;
	}

/* -- Misc. 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;
	}