@charset "utf-8";
/* -- Site-wide Style Sheet -- */
body {
	margin: 20px 0;
	padding: 0;
	font: 62.5% Georgia, "Times New Roman", Times, serif;
	color: #000;
	background: #fff url(/images/backgrounds/lace.gif) fixed;}

a {
	color: #bf608a;
}

h1, h2, h3 {
	margin: 0 0 .5em;}

p, table, fieldset {
	margin: 1em 0;}

legend {
	#color: #000;
}

h1 {font-size: 2em;}
h2 {font-size: 1.6em;}
h3 {font-size: 1.4em;}

/* -- Site Structure -- */
#wrapper {
	margin: 0 auto;
	width: 786px;}
	
/* -- Header -- */
#header {
	height: 169px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(/images/backgrounds/banner.gif);}
	
/* -- Navigation -- */
#navigation {
	height: 65px;
	background: url(/images/backgrounds/nav.gif);}

#navigation:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
	visibility: hidden;}	

#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;}
	
#navigation li {
	display: block;
	float: left;}

#navigation a {
	margin-right: 27px;
	display: block;
	height: 28px;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;}

#navigation #link-home {
	margin-left: 273px;
	width: 55px;
}

#navigation #link-about {
	width: 83px;
}

#navigation #link-message {
	width: 95px;
}

/* -- Page -- */
#page {
	background: url(/images/backgrounds/repeat.gif) 31px 0 repeat-y;
}
	
/* -- Categories -- */
#categories {
	float: left;
	padding: 29px 42px 0 43px;
	width: 150px;
	text-align: center;
	font-size: 1.2em;
	background: url(/images/backgrounds/side-bar.gif) no-repeat;}

#categories h2 {
	margin: 0;
	text-indent: -9999px;
}

#categories #header-more-links {
	margin-top: 10px;
	height: 61px;
	background: url(/images/backgrounds/text/more-pages.gif) 8px 0 no-repeat;
}

#categories p {
	margin: 0 0 5px;
}

#categories ul {
	margin: 41px 0 0 0;
	padding: 0;
	list-style: none;}

#categories ul ul {
	margin: 0;
}

#categories ul a {
	display: block;
	padding: 6px 0;
	text-decoration: none;}

#categories ul a:hover {
	text-decoration: underline;
}
	
#categories .collapsed {
	display: none;
}

#categories #subnavigation ul {
	margin-top: 0;
}

/* -- Page Content -- */
#content {
	float: right;
	padding: 0 35px 10px 10px;
	width: 506px;
	min-height: 450px;
	font-size: 1.2em;
	background: url(/images/backgrounds/content.gif) no-repeat;}

#content:after, #page:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
	visibility: hidden;}	
	
/* -- Footer -- */
#footer {
	clear: both;
height: 52px;
padding: 12px 0 0 170px;
	text-align: center;
	background: url(/images/backgrounds/footer.gif) no-repeat;}
	
#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;}

/* -- Classes -- */
.error {
padding: .5em;
color: #d00;
background-color: #fff;
border: 1px solid #c00;
}
.success {
padding: .5em;
color: #060;
background-color: #fff;
border: 1px solid #060;
}
	
/* -- Image Replacement -- */
#header-welcome, #header-mailing-list, #header-about, #header-events, #header-search, #header-links, #header-guestbook, #header-gallery, #header-policies, #header-contact, #header-thank-you, #header-empty-cart, #header-checkout, #header-payment, #header-wholesale {
	margin: 0;
	height: 55px;
	text-indent: -9999px;
	overflow: hidden;}
	
#header-welcome {background: url(/images/backgrounds/text/welcome.gif) no-repeat;}
#header-mailing-list {background: url(/images/backgrounds/text/mailing-list.gif) no-repeat;}
#header-about {background: url(/images/backgrounds/text/about-us.gif) no-repeat;}
#header-events {background: url(/images/backgrounds/text/news-events.gif) no-repeat;}
#header-search {background: url(/images/backgrounds/text/search-results.gif) no-repeat;}
#header-links {background: url(/images/backgrounds/text/favorite-links.gif) no-repeat;}
#header-guestbook {background: url(/images/backgrounds/text/guest-book.gif) no-repeat;}
#header-gallery {background: url(/images/backgrounds/text/gallery.gif) no-repeat;}
#header-policies {background: url(/images/backgrounds/text/policies.gif) no-repeat;}
#header-contact {background: url(/images/backgrounds/text/contact-us.gif) no-repeat;}
#header-thank-you {background: url(/images/backgrounds/text/thank-you.gif) no-repeat;}
#header-empty-cart {background: url(/images/backgrounds/text/header-10.png) no-repeat;}
#header-checkout {background: url(/images/backgrounds/text/header-11.png) no-repeat;}
#header-payment {background: url(/images/backgrounds/text/header-12.png) no-repeat;}
#header-wholesale {background: url(/images/backgrounds/text/header-13.png) no-repeat;}