@charset "utf-8";
/* SITE-WIDE STYLE SHEET */

/* ------ HTML Declarations ------ */
body {
	margin: 20px 0;
	padding: 0;
	font: 62.5% Arial, Helvetica, sans-serif;
	color: #33240f;
	background: #f7f7e9 url(/images/backgrounds/polka-dots.png);
	}
a:link,
a:visited {
	color: #33240f;
	}
h1,
h2,
h3 {
	margin: 0 0 .5em;
	font-family: Georgia, serif;
	color: #33240f;
	}
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: 948px;
	background: url(/images/backgrounds/page.png) 12px 0 repeat-y;
	}
	
/* -- Header -- */
#header {
	height: 156px;
	text-indent: -9999px;
	background: #f7f7e9 url(/images/backgrounds/banner.png);
	}
	
/* -- Navigation -- */
#navigation {
	padding-left: 12px;
	width: 924px;
	height: 32px;
	background: #f7f7e9 url(/images/backgrounds/banner.png) bottom left;
	}
#navigation ul {
	margin: 0 0 0 10px;
	padding: 0;
	list-style: none;
	}
#navigation li {
	display: inline;
	}
#navigation a {
	display: block;
	float: left;
	height: 32px;
	overflow: hidden;
	text-indent: -9999px;
	}
#nav-home a {
	width: 74px;
	}
#nav-aboutus a {
	width: 99px;
	}
#nav-blog a {
	width: 60px;
	}
#nav-contact a {
	width: 105px;
	}
	
/* -- Side bar -- */
#categories {
	float: left;
	display: inline;
	margin-left: 12px;
	padding: 10px;
	width: 202px;
	font-size: 1.2em;
	}
#categories h2 {
	margin: 0;
	text-indent: -9999px;
	background-repeat: no-repeat;
	}
#categories ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#categories li a {
	padding: .5em 0;
	line-height: 2;
	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;
	}
#header-shopping {
	height: 27px;
	background-image: url(/images/backgrounds/header-products.gif);
}
#categories h2#header-information {
	margin-top: 1em;
	height: 27px;
	background-image: url(/images/backgrounds/header-information.gif);
}
#categories h2#header-basket {
	margin-top: 1em;
	height: 27px;
	background-image: url(/images/backgrounds/header-cart.gif);
}
#simple-cart p {
	margin-top: 0;
	font-weight: bold;
}
#quick-search {
	position: absolute;
	top: 160px;
	right: 25px;
}
#quick-search input {
	display: none;
}
#quick-search input#keywords {
	display: inline;
}
	
/* -- Page Content -- */
#content {
	float: right;
	display: inline;
	margin-right: 12px;
	padding: 10px;
	width: 682px;
	min-height: 500px;
	line-height: 1.5;
	font-size: 1.2em;
	}
	
/* -- Footer -- */
#footer {
	clear: both;
	margin-left: 12px;
	width: 924px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 1.1em;
	color: #fff;
	background: #f7f7e9 url(/images/backgrounds/footer.png) 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;
	}
