@charset "utf-8";
/* SITE-WIDE STYLE SHEET */

/* ------ HTML Declarations ------ */
body {
	margin: 0;
	padding: 0;
	font: 62.5% Tahoma, Arial, Helvetica, sans-serif;
	background: #fff url(/images/backgrounds/denim-stripe.png);
	}
a:link,
a:visited {
	color: #7ca1d2;
	}
h1,
h2,
h3 {
	margin: 0 0 .5em;
	color: #baa588;
	font-weight: normal;
	}
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: 960px;
	background-color: #fff;
	border-left: 1px solid #969ba2;
	border-right: 1px solid #969ba2;
	}

/* -- Holiday Header -- */
/*
#header {
	height: 480px;
	text-indent: -9999px;
	background-image: url(/images/backgrounds/holiday-header.jpg);
	}
*/
	
/* -- Header -- */
#header {
	height: 235px;
	text-indent: -9999px;
	background: transparent url(/images/backgrounds/banner.png);
	}
	
/* -- Navigation -- */
#navigation {
	height: 48px;
	background: transparent url(/images/backgrounds/nav.png);
	}
#navigation ul {
	margin: 0 0 0 206px;
	padding: 5px 0;
	list-style: none;
	}
#navigation li {
	display: block;
	float: left;
	margin-right: 27px;
	}
#navigation a {
	display: block;
	height: 28px;
	text-indent: -9999px;
	overflow: hidden;
	}
#nav-home {
	width: 74px;
	}
#nav-aboutus {
	width: 109px;
	}
#nav-blog {
	width: 60px;
	}
#nav-policies {
	width: 84px;
	}
#nav-contact {
	width: 115px;
	}
	
/* -- Side bar -- */
#categories,
#sidebar {
	float: left;
	padding: 5px 10px 10px;
	width: 200px;
	text-align: center;
	font-size: 1.3em;
	}
#sidebar {
	float: right;
	}
#categories h2,
#sidebar h2 {
	margin: 0;
	height: 32px;
	text-indent: -9999px;
	background-position: center top;
	background-repeat: no-repeat;
	}
#categories ul,
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#categories li a,
#sidebar li a {
	display: block;
	padding: .5em 0;
	font-weight: bold;
	color: #000;
	}
#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 {
	background-image: url(/images/backgrounds/shopping.png);
	}
#header-basket {
	height: 25px;
	background-image: url(/images/backgrounds/cart.png);
	}
h2#header-information {
	margin-top: 10px;
	height: 31px;
	background-image: url(/images/backgrounds/information.png);
	}
#simple-cart p {
	margin: 5px 0;
	}
	
/* -- Page Content -- */
#content {
	float: right;
	padding: 0 10px 10px;
	width: 500px;
	min-height: 500px;
	line-height: 1.5;
	font-size: 1.3em;
	}

/* -- Holiday Footer -- */
/*
#footer {
	clear: both;
	height: 349px;
	text-align: center;
	background: #fff url(/images/backgrounds/holiday-footer.jpg) left bottom no-repeat;
	}
*/
	
/* -- Footer -- */
#footer {
	clear: both;
	padding-top: 42px;
	height: 51px;
	text-align: center;
	font-size: 1.2em;
	color: #6f6f6f;
	background: transparent url(/images/backgrounds/footer.png);
	}
#footer p {
	margin: 0;
	}
#footer a {
	color: #6f6f6f;
	}
	
/* -- 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;