@charset "utf-8";
/* -- Site-wide Style Sheet -- */
body {
	margin: 20px 0;
	padding: 0;
	font: 62.5% Arial, Helvetica, sans-serif;
	background: #fff url(/images/backgrounds/wallpaper.png);
	}
a:link,
a:visited {
	color: #000;
}
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 url(/images/backgrounds/green-divider.gif) 225px 0 repeat-y;
	border: 2px solid #c1272d;
	}
	
/* -- Header -- */
#header {
	height: 148px;
	text-indent: -9999px;
	overflow: hidden;
	background: #fff url(/images/backgrounds/banner.png);
	}
	
/* -- Navigation -- */
#navigation {
	height: 86px;
	font-size: 1.4em;
	background: #fff url(/images/backgrounds/nav.png);
	}
#navigation ul {
	margin: 0;
	padding: 0 0 0 217px;
	list-style: none;
	}
#navigation li {
	display: block;
	float: left;
	padding: 7px 15px 0 0;
	}
#navigation a {
	display: block;
	height: 20px;
	text-indent: -9999px;
	overflow: hidden;
	}
#nav-home {
	width: 55px;
	}
#nav-aboutus {
	width: 84px;
	}
#nav-gallery {
	width: 62px;
	}
#nav-policies {
	width: 70px;
	}
#nav-contact {
	width: 102px;
	}
	
/* -- Side bar -- */
#categories {
	float: left;
	padding: 10px;
	width: 205px;
	font-size: 1.4em;
	}
#categories h2 {
	margin: 15px 0;
	height: 75px;
	text-indent: -9999px;
	}
#categories #header-shopping {
	margin-top: 0;
	background: transparent url(/images/backgrounds/shop.png) no-repeat;
	}
#categories #header-information {
	background: transparent url(/images/backgrounds/info.png) no-repeat;
	}
#categories #header-basket {
	background: transparent url(/images/backgrounds/cart.png) no-repeat;
	}
#categories ul {
	margin: 0 0 0 12px;
	padding: 0;
	list-style: none;
	}
#categories li a {
	display: block;
	padding: .5em 0;
	font-weight: bold;
	text-decoration: none;
	}
#categories li a:hover {
	text-decoration: underline;
	}
#categories #quick-search {
	position: absolute;
	top: 30px;
	right: 40px;
	}
#categories #keywords {
	margin-right: 5px;
	padding: .25em;
	border: 1px solid #c1272d;
	}
#categories #simple-cart {
	text-align: center;
	}
#categories #simple-cart ul {
	margin: 0;
	}
#categories .root ul {
	margin-left: 1em;
	font-size: .9em;
	}
#categories .expanded a {
	font-weight: normal;
	}
#categories .collapsed {
	display: none;
	}
	
/* -- Page Content -- */
#content {
	float: right;
	padding: 10px;
	width: 555px;
	min-height: 500px;
	line-height: 1.5;
	font-size: 1.4em;
	}
	
/* -- Footer -- */
#footer {
	clear: both;
	padding: 1em;
	text-align: center;
	font-size: 1.2em;
	background-color: #fefec6;
	border-top: 15px solid #fff;
	}
#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;
	}