@charset "utf-8";
/* -- Site-wide Style Sheet -- */
body {
	margin: 20px 0;
	padding: 0;
	font: 62.5% Georgia, serif;
	background: #ccc url(/images/backgrounds/pattern.png);
	}
a:link,
a:visited {
	color: #555;
}
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: 756px;
	background: #fbeff3 url(/images/backgrounds/page.jpg);
	border: 2px solid #bbb;
	}
	
/* -- Header -- */
#header {
	height: 171px;
	text-indent: -9999px;
	overflow: hidden;
	background: transparent url(/images/backgrounds/header.jpg);
	}
	
/* -- Navigation -- */
#navigation {
	position: relative;
	height: 87px;
	overflow: hidden;
	font-size: 1.4em;
	background: transparent url(/images/backgrounds/nav.jpg);
	z-index: 2;
	}
#navigation ul {
	margin: 0 0 0 1em;
	padding: 0;
	list-style: none;
	}
#navigation li {
	display: inline;
	padding: 0 .5em;
	}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	}
#navigation a.selected {
	font-size: 1.2em;
	}
	
/* -- Side bar -- */
#categories {
	float: left;
	padding: 0 5px;
	width: 197px;
	text-align: center;
	font-size: 1.2em;
	z-index: 1;
	}
#categories h2 {
	margin: .5em 0;
	}
#categories ul {
	margin: -68px 0 10px;
	padding: 0;
	list-style: none;
	}
#categories li a {
	display: block;
	height: 70px;
	padding: 80px 0 0;
	font-weight: bold;
	text-decoration: none;
	background: transparent url(/images/backgrounds/wreath-frame.gif) center no-repeat;
	}
#categories #product-search {
	margin: 1em 0;
	}
#categories .root ul {
	margin: 0;
	font-size: .9em;
	}
#categories .expanded a {
	height: auto;
	padding: .5em 0;
	font-weight: normal;
	background: none;
	}
#categories .collapsed {
	display: none;
	}
#simple-cart {
	position: absolute;
	top: 5px;
	right: 10px;
	text-align: left;
	}
#simple-cart p {
	display: none;
	}
#simple-cart ul {
	margin: 0;
	}
#simple-cart li a {
	padding: .25em 0;
	height: auto;
	background: none;
	}
#simple-cart li a:hover {
	text-decoration: underline;
	}
#header-basket,
#header-shopping {
	height: 0;
	overflow: hidden;
	text-indent: -9999px;
	}
#categories #subnavigation ul {
	margin: 0;
	}
#categories #subnavigation li a {
	height: auto;
	padding: .5em 0;
	background: none;
	}
#categories #subnavigation li a:hover {
	text-decoration: underline;
	}
	
/* -- Page Content -- */
#content {
	float: right;
	padding: 10px;
	width: 529px;
	min-height: 500px;
	line-height: 1.5;
	font-size: 1.2em;
	background: transparent url(/images/backgrounds/content-top.png) 309px 0 no-repeat;
	}
	
/* -- Footer -- */
#footer {
	clear: both;
	padding: .5em;
	text-align: center;
	}
#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;
	}
