@charset "utf-8";
/* SITE-WIDE STYLE SHEET */

/* ------ HTML Declarations ------ */
body {
	margin: 20px 0;
	padding: 0;
	font: 62.5% "Times New Roman", Times, serif;
	color: #9d8d85;
	background-color: #fff;
	}
a:link,
a:visited {
	color: #ffa8c8;
	}
h1,
h2,
h3 {
	margin: 0 0 .5em;
	font-family: Georgia, serif;
	}
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 {
	margin: 0 auto;
	width: 870px;
	background: #fff url(/images/backgrounds/divider.png) 200px 0 repeat-y;
	}
	
/* -- Header -- */
#header {
	height: 224px;
	text-indent: -9999px;
	background: #fff url(/images/backgrounds/banner.png) center top no-repeat;
	}
	
/* -- Navigation -- */
#navigation {
	height: 40px;
	background: #fff url(/images/backgrounds/nav.png) 14px 0;
	}
#navigation ul {
	margin: 0;
	padding: 10px 0 0 50px;
	list-style: none;
	}
#navigation li {
	display: inline;
	}
#navigation a {
	display: block;
	float: left;
	width: 58px;
	height: 24px;
	text-indent: -9999px;
	}
#navigation a.selected {
	font-weight: bold;
	}
	
/* -- Side bar -- */
#categories {
	float: left;
	width: 190px;
	font-size: 1.4em;
	}
#categories h2 {
	margin: 20px 0 0;
	height: 39px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	}
h2#header-shopping {
	background-image: url(/images/backgrounds/header-shop.png);
	}
h2#header-information {
	height: 46px;
	background-image: url(/images/backgrounds/header-information.png);
	}
h2#header-basket {
	height: 34px;
	background-image: url(/images/backgrounds/header-cart.png);
	}
#categories ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#categories li a {
	padding: .5em 0;
	line-height: 2;
	font-weight: bold;
	color: #9d8d85;
	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;
	}
	
/* -- Page Content -- */
#content {
	float: right;
	padding: 10px;
	width: 640px;
	min-height: 500px;
	line-height: 1.5;
	font-size: 1.4em;
	}
	
/* -- Footer -- */
#footer {
	clear: both;
	padding: .5em;
	text-align: center;
	font-size: 1.1em;
	background-color: #ffe5ee;
	}
#footer p {
	margin: 0;
	}
#footer a {
	color: #9d8d85;
}
	
/* -- 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;
	}