@charset "utf-8";
/* -- Site-wide Style Sheet -- */
body {
	margin: 20px 0;
	padding: 0;
	font: 62.5% Verdana, Arial, Helvetica, sans-serif;
	background: #000 url(/images/backgrounds/dots.png) fixed;
	}
hr {
	height: 0;
	background-color: #000000;
	border: 1px solid #000000;
	}
	
legend { color: #000000; }	

a:link { color: #000000; }
a:visited { color: #000000; }
a:hover{ color: #000000; }

h1, h2, h3 { margin: 0 0 .5em; }
h1 { font-size: 2em; color: #000000; }
h2 { font-size: 1.6em; color: #000000; }
h3 { font-size: 1.4em; color: #000000; }

p, table, fieldset { margin: 1em 0; }

/* -- Site Structure -- */
#wrapper {
	position: relative;
	margin: 0 auto;
	width: 762px;
	}
#page {
	background: #fff url(/images/backgrounds/page.png);
	}

#page:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
	}

/* -- Header -- */
#header {
	height: 113px;
	text-indent: -9999px;
	overflow: hidden;
	background: transparent url(/images/backgrounds/banner.gif);
	}
#header h1 {
	position: absolute;
	bottom: 57px;
	right: 0;
	width: 285px;
	height: 193px;
	background: transparent url(/images/backgrounds/watermark.png);
	z-index: 2;
	}
	
/* -- Navigation -- */
#navigation {
	height: 51px;
	overflow: hidden;
	font-size: 1.2em;
	text-align: center;
	background: transparent url(/images/backgrounds/nav.png);
	}
#navigation ul {
	margin: 0 0 0 310px;
	padding: 0;
	list-style: none;
	}	
#navigation li {
	display: block;
	float: left;
	}
#navigation a {
	display: block;
	padding-top: 13px;
	width: 87px;
	height: 28px;
	color: #000000;
	font-size: 1.2em;
	text-decoration: none;
	background: transparent url(/images/backgrounds/nav-tab.png) 88px 42px no-repeat;
	}

#navigation a:hover {
	color: #e59cb6;
	background-position: 0 0;
	}
	
/* -- Categories -- */
#categories {
	float: left;
	padding: 40px 0 0 20px;
	width: 168px;
	text-align: center;
	font-size: 1.2em;
	background: transparent url(/images/backgrounds/sidebar-top.png) right top no-repeat;
	}
#categories h2 {
	margin: 0;
	text-indent: -9999px;
	}
#categories #header-basket {
	margin: 20px 0 10px;
	height: 31px;
	background: transparent url(/images/backgrounds/text/your-cart.gif) center top no-repeat;
	}
#categories #header-shopping{
	height: 29px;
	background: transparent url(/images/backgrounds/text/shopping.gif) center top no-repeat;
	}
#categories #header-more-pages {
	margin-top: 15px;
	height: 28px;
	background: transparent url(/images/backgrounds/text/more-pages.gif) center top no-repeat;
	}
#categories ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#categories li a {
	display: block;
	padding: 11px 20px 2px;
	height: 19px;
	font-weight: bold;
	text-decoration: none;
	}
#categories li a:hover {
	background: transparent url(/images/backgrounds/flower-highlight.gif) no-repeat;
	}
#categories #simple-cart li a {
	padding: 10px 10px 2px;
	background: none;
	}
#categories #product-search {
	margin: 1em 0;
	}
#categories .expanded a {
	padding: 0 0 5px;
	font-style: italic;
	font-size: smaller;
	font-weight: normal;
	background: none;
	}
#categories .expanded a:hover {
	background: none;
	}
#categories a:hover {
	color: #e59cb6;
	}
#categories .collapsed {
	display: none;
	}
	
/* -- Page Content -- */
#content {
	position: relative;
	float: right;
	padding: 20px 60px 10px 10px;
	width: 504px;
	min-height: 500px;
	font-size: 1.2em;
	background: transparent url(/images/backgrounds/content-top.png) no-repeat;
	color: #000000;
	z-index: 3;
	}
/* -- Footer -- */
#footer {
	clear: both;
	padding-top: 40px;
	height: 27px;
	text-align: center;
	background: transparent url(/images/backgrounds/footer.gif);
	}
#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;
	}
	
/* -- Image Replacement for headers -- */
#header-welcome,
#header-about,
#header-policies,
#header-contact,
#header-events,
#header-gallery,
#header-links,
#header-mailing-list,
#header-search,
#header-empty-cart,
#header-checkout {
	height: 58px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	}
#header-welcome { background-image: url(/images/backgrounds/text/header-01.gif); }
#header-about { background-image: url(/images/backgrounds/text/header-02.gif); }
#header-policies { background-image: url(/images/backgrounds/text/header-03.gif); }
#header-contact { background-image: url(/images/backgrounds/text/header-04.gif); }
#header-events { background-image: url(/images/backgrounds/text/header-05.gif); }
#header-gallery { background-image: url(/images/backgrounds/text/header-06.gif); }
#header-links { background-image: url(/images/backgrounds/text/header-07.gif); }
#header-mailing-list { background-image: url(/images/backgrounds/text/header-08.gif); }
#header-search { background-image: url(/images/backgrounds/text/header-09.gif); }
#header-empty-cart { background-image: url(/images/backgrounds/text/header-10.gif); }
#header-checkout { background-image: url(/images/backgrounds/text/header-11.gif); }
