@charset "utf-8";
/* -- Site-wide Style Sheet -- */
body {
	margin: 20px 0;
	padding: 0;
	font: 62.5% "Lucida Sans", Arial, Helvetica, sans-serif;
	background-color: #fff;
	}
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: 743px;
	background: #fff url(/images/backgrounds/page.png) 0 220px;
	}
	
/* -- Header -- */
#header {
	height: 149px;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(/images/backgrounds/banner.png);
	}

#header h1 {
	position: absolute;
	bottom: 86px;
	left: 0;
	width: 56px;
	height: 86px;
	background-image: url(/images/backgrounds/footer-decoration.png);
	}
	
/* -- Navigation -- */
#navigation {
	width: 743px;
	height: 79px;
	font-size: 1.4em;
	background-image: url(/images/backgrounds/nav.png);
	}
#navigation:after {
	content: ".";
	display: block;
	clear: left;
	height: 0;
	visibility: hidden;
	}
#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#navigation li {
	display: block;
	float: left;
	padding: 5px 20px 0 0 ;
	}
#navigation a {
	display: block;
	height: 33px;
	overflow: hidden;
	text-indent: -9999px;
	}
#navigation a.selected {
	font-weight: bold;
	}
#nav-home {
	margin-left: 200px;
	width: 77px;
	}
#nav-aboutus {
	width: 80px;
	}
#nav-blog {
	width: 70px;
	}
#nav-contact {
	width: 85px;
	}
	
/* -- Side bar -- */
#categories {
	float: right;
	padding: 0 20px;
	width: 182px;
	font-size: 1.2em;
	text-align: center;
	}
#categories h2 {
	margin: .5em 0;
	}
#categories ul {
	margin: 0;
	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 #product-search {
	margin: 1em 0;
	}
#categories .expanded a {
	margin-left: 1em;
	padding: 4px 0;
	font-style: italic;
	font-size: smaller;
	font-weight: normal;
	}
#categories .collapsed {
	display: none;
	}
#header-basket {
	height: 53px;
	text-indent: -9999px;
	background: transparent url(/images/backgrounds/text/your-cart.png) center top no-repeat;
	}
#header-shopping {
	height: 72px;
	text-indent: -9999px;
	background: transparent url(/images/backgrounds/text/shopping.png) center top no-repeat;
	}
#header-information {
	height: 72px;
	text-indent: -9999px;
	background: transparent url(/images/backgrounds/text/information.png) center top no-repeat;
	}
#simple-cart {
	height: 99px;
	background: transparent url(/images/backgrounds/text/your-cart-decoration.png) center top no-repeat;
	}
	
/* -- Page Content -- */
#content {
	float: left;
	padding: 0 10px 0 60px;
	width: 451px;
	min-height: 500px;
	line-height: 1.5;
	font-size: 1.2em;
	background: transparent url(/images/backgrounds/content-decoration.png) no-repeat;
	}
	
/* -- Footer -- */
#footer {
	clear: both;
	padding: 70px 222px 0 50px;
	height: 26px;
	text-align: center;
	background: #fff url(/images/backgrounds/footer.png);
	}
#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;
	}
