

@charset "utf-8";
/* -- Site-wide Style Sheet -- */
body {
	margin: 20px 0;
	padding: 0;
	font: 62.5% Arial, Helvetica, sans-serif;
	background: #fff url(/images/backgrounds/red_white_dot.jpg);}
	
legend {
	color: #7D74C3;}

a:link {
	color: #7D74C3;
}
a:visited {
	color: #7D74C3;
}
a:hover {
	color: #7D74C3;
}

h1, h2, h3 {
	margin: 0 0 .5em;}

p, table, fieldset {
	margin: 1em 0;}

h1 {font-size: 2em; color:#7D74C3;}
h2 {font-size: 1.6em; color:#7D74C3;}
h3 {font-size: 1.4em; color:#7D74C3;}

/* -- Site Structure -- */
#wrapper {
	margin: 0 auto;
	width: 760px;
	border: 1px solid #C9627D;
	background: #Ffffff;}
	
/* -- Header -- */
#header {
	height: 200px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(/images/backgrounds/banner.png);}
	
/* -- Navigation -- */

#navigation {	
	padding: 5px 0;
	overflow: hidden;
	font-size: 1.4em;
	text-align: center;
	background:#D2FA92;}

#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: inline;
	padding: .5em;	}

#navigation a {
	color: #7D74C3;
	font-size: 1.2em;
	text-decoration: none;}

#navigation a:hover {
	text-decoration: underline;}
	
/* -- Categories -- */
#categories {
	float: left;
	width: 150px;
	text-align: center;
	font-size: 1.4em;
	background: #E8FDC7;}
	
#categories h2 {
	margin: 0;
	padding: .15em 0;
	font: 1.4em "Times New Roman", Times, serif;
	font-weight: normal;
	color: #584DAD;
	background: #D2FA92;}
	
#categories ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: #d2fa92;}

#categories li {
	display: block;
	margin: .5em 0;
	text-align: center;
	background: #D2FA92 url(/images/backgrounds/button.gif) center top no-repeat;}
}

#categories li li {
	display: block;
	margin: 0;
	padding: 0 10px;
	font-size: 1.2em;
	
	font-weight: normal;
	background: #E8FDC7;
	border: none;}

#categories li a {
	display: block;
	padding: 15px 10px 15px 20px;
	height: 19px;
	text-decoration: none;
	font-size: .9em;
	color: #584DAD;
	}

#categories li li {
	background: none;
}

#categories li li a {
	padding: 0 10px;
	height: auto;
	text-align: center;
	font-size: .8em;
	color: #584DAD;
	background: none;
}

#categories li a:hover {
	text-decoration: underline;
}

#categories input {
	margin: .2em .5em;
	color: #584DAD;}

#categories .search-box {
	display: block;
	margin-top: .5em;
	border: 1px solid #584DAD;}

#categories .collapsed {
display: none;
}

	
/* -- Page Content -- */
#content {
	color: #7D74C3;
	float: left;
	padding: 10px;
	width: 590px;
	min-height: 350px;
	font-size: 1.2em;
	background:#Ffffff;}

#content:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
	visibility: hidden;}	
	
/* -- Footer -- */
#footer {
	clear: both;
	padding: 5px;
	height: 14px;
	overflow: hidden;
	text-align: center;
	color: #7D74C3;
	background:#D2FA92;}
	
#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;}
	
/* -- Image Replacement -- */
#header-welcome, #header-about,#header-mail, #header-events, #header-links, #header-guestbook, #header-gallery, #header-policies, #header-contact, #header-thank-you, #header-empty-cart, #header-checkout, #header-payment, #header-wholesale {
	 height: 50px;
	text-indent: -9999px;
	overflow: hidden;}
	
#header-welcome {background: url(/images/backgrounds/welcome.gif) no-repeat;}
#header-about {background: url(/images/backgrounds/about.gif) no-repeat;}
#header-events {background: url(/images/backgrounds/news.gif) no-repeat;}
#header-links {background: url(/images/backgrounds/links.gif) no-repeat;}
#header-guestbook {background: url(/images/backgrounds/guest.gif) no-repeat;}
#header-gallery {background: url(/images/backgrounds/gallery.jpg) no-repeat;}
#header-policies {background: url(/images/backgrounds/policies.gif) no-repeat;}
#header-contact {background: url(/images/backgrounds/contact.jpg) no-repeat;}
#header-mail {background: url(/images/backgrounds/mail.jpg) no-repeat;}
#header-thank-you {background: url(/images/backgrounds/thanks.jpg) no-repeat;}
#header-empty-cart {background: url(/images/backgrounds/cart.jpg) 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/wholesale.jpg) no-repeat;}