@charset "utf-8";
/* -- Site-wide Style Sheet -- */
body {
	margin: 5px 0 0;
	padding: 0;
	font: 62.5% Georgia, serif;
	background: #71526d url(/images/backgrounds/wallpaper.png) fixed;
	}
a:link,
a:visited {
	color: #77221e;
}
h1,
h2,
h3 {
	margin: 0 0 .5em;
	color: #7a5d76;
	}
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: 777px;
	}
#page {
	clear: both;
	background: transparent url(/images/backgrounds/page.png) right top repeat-y;
	}
#page:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	}
	
/* -- Header -- */
#header {
	float: left;
	width: 227px;
	height: 240px;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(/images/backgrounds/banner-left.gif);
	}
#header h1 {
	position: absolute;
	bottom: 196px;
	left: 43px;
	width: 162px;
	height: 207px;
	background-image: url(/images/backgrounds/geisha-top.png);
	}
	
/* -- Navigation -- */
#navigation {
	position: relative;
	float: right;
	width: 550px;
	height: 240px;
	font-size: 1.4em;
	background-image: url(/images/backgrounds/nav.gif);
	}
#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: .5em;
	}
#navigation a {
	position: absolute;
	display: block;
	height: 20px;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	}
#navigation a.selected {
	font-weight: bold;
	}
#nav-home a {
	top: 16px;
	left: 77px;
	width: 50px;
	}
#nav-blog a {
	top: 93px;
	left: 40px;
	width: 40px;
	}
#nav-aboutus a {
	top: 59px;
	left: 148px;
	width: 54px;
	}
#nav-policies a {
	top: 153px;
	left: 75px;
	width: 53px;
	}
#nav-contact a {
	top: 121px;
	left: 140px;
	width: 70px;
	}
	
/* -- Side bar -- */
#categories {
	float: left;
	margin-left: 21px;
	padding: 0 12px 207px 10px;
	width: 184px;
	text-align: center;
	font-size: 1.2em;
	color: #fff;
	background: transparent url(/images/backgrounds/text/your-basket.png) no-repeat;
	}
#categories h2 {
	margin: .5em 0;
	text-indent: -9999px;
	}
#categories ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#categories li a {
	line-height: 2.2;
	padding: 5px 25px;
	color: #fff;
	text-decoration: none;
	}
#categories li a:hover {
	color: #fdd7e4;
	background: url(/images/backgrounds/flower-bullet.png) no-repeat;
	}
#categories #product-search {
	margin: 1em 0;
	}
#categories .root ul {
font-size: .9em;
}
#categories .expanded a {
	padding: 4px 0;
font-style: italic;
	font-weight: normal;
	color: #fdd7e4;
	}
#categories .expanded a:hover {
color: #fff;
background: none;
}
#categories .collapsed {
	display: none;
	}
#header-shopping {
	height: 54px;
	background: transparent url(/images/backgrounds/text/shopping.png) center top no-repeat;
	}
#header-information {
	height: 48px;
	background: transparent url(/images/backgrounds/text/information.png) center top no-repeat;
	}
	
/* -- Page Content -- */
#content {
	float: right;
	padding: 0 25px 0 10px;
	width: 515px;
	min-height: 500px;
	line-height: 1.5;
	font-size: 1.2em;
	background: transparent url(/images/backgrounds/content-top.png) no-repeat;
	}
	
/* -- Footer -- */
#footer {
	clear: both;
	margin-left: 21px;
	padding: 0 25px 0 225px;
	height: 206px;
	text-align: center;
	background-image: url(/images/backgrounds/footer.png);
	}
#footer p {
	margin: 0;
	padding-top: 180px;
	color: #fff;
	}
#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;
	}

/* -- 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;
	}

/* -- Image Replacement -- */
#header-welcome,
#header-about,
#header-policies,
#header-contact,
#header-gallery,
#header-links,
#header-events,
#header-guest-book,
#header-mailing-list,
#header-wish-list,
#header-checkout {
	text-indent: -9999px;
	width: 507px;
	height: 32px;
	}
#header-welcome {
	background: url(/images/backgrounds/text/welcome.gif) no-repeat
	}
#header-about {
	background: url(/images/backgrounds/text/about.gif) no-repeat
	}
#header-policies {
	background: url(/images/backgrounds/text/policy.gif) no-repeat
	}
#header-contact {
	background: url(/images/backgrounds/text/contact.gif) no-repeat
	}
#header-gallery {
	background: url(/images/backgrounds/text/photo-gallery.gif) no-repeat
	}
#header-links {
	background: url(/images/backgrounds/text/favorite-links.gif) no-repeat
	}
#header-events {
	background: url(/images/backgrounds/text/news-events.gif) no-repeat
	}
#header-guest-book {
	background: url(/images/backgrounds/text/guest-book.gif) no-repeat
	}
#header-mailing-list {
	background: url(/images/backgrounds/text/mailing-list.gif) no-repeat
	}
#header-wish-list {
	background: url(/images/backgrounds/text/wish-list.gif) no-repeat
	}
#header-checkout {
	background: url(/images/backgrounds/text/your-basket.gif) no-repeat
	}