@charset "utf-8";
/* -- Site-wide Style Sheet -- */
body {
	margin: 20px 0;
	padding: 0;
	font: 62.5% Arial, Helvetica, sans-serif;
	background: url(/images/backgrounds/back2.jpg);}
	
	
legend {
	color: #FDABBF;}



a:link {
	text-decoration: none;
	color: #989B7F;
}
a:visited {
	text-decoration: none;
	color: #989B7F;
}
a:hover {
	text-decoration: underline;
	color: #989B7F;
}


	
	

h1, h2, h3 {
 margin: 0 0 .5em;}

p, table, fieldset {
	margin: 1em 0;}

h1 {font-size: 2em; color: #FDABBF;}
h2 {font-size: 1.6em; color: #FDABBF;}
h3 {font-size: 1.4em; color: #FDABBF;}

/* -- Site Structure -- */
#wrapper {
	margin: 0 auto;
	width: 760px;
	background: #FFEEEE;
	border: 2px solid #FDD2D5;}
	
/* -- Header -- */
#header {
	height: 150px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(/images/backgrounds/banner.jpg);}
	
/* -- Navigation -- */
#navigation {
	padding: 5px 0;
	width: 760px;
	text-align: center;
	background: #FDD2D5;}

#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: 0 0.3em;
	}


#navigation a {
	text-decoration: none;
	font-style: bold;
	font-size: 12px;
}
	
#navigation a:hover {
	text-decoration: underline;
	color: #4C503F;
	
}

	
/* -- Categories -- */
#categories {
	float: left;
	width: 150px;
	background: #fee;}
	
#categories ul {
	margin: 0;
	padding: 0;
	list-style: none;}

#categories ul ul {
margin: 0 0 0 1em;
padding-left: 1em;
list-style: disc;
color: #989b7f;}

#categories li li a {
font-size: 11px;}

#categories a {
	font-style: bold;
	font-size: 12px;
	display: block;
	padding: 6px;}
	
/* -- Page Content -- */
#content {
	float: right;
	padding: 10px;
	width: 590px;
	min-height: 425px;
	font-size: 1.2em;
	background: #fff;}

#content:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
	visibility: hidden;}	
	
/* -- Footer -- */
#footer {
	color: #989B7F;
	clear: both;
	padding: .5em;
	text-align: center;
	background: #fdd;}
	
#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-events, #header-links, #header-guestbook, #header-gallery, #header-policies, #header-contact, #header-thank-you, #header-empty-cart, #header-checkout, #header-payment, #header-wholesale {
	height: 55px;
	text-indent: -9999px;
	overflow: hidden; }
	
#header-welcome {background: url(/images/backgrounds/welcome.gif) no-repeat;}
#header-subscribe {background: url(/images/backgrounds/mailing_list.gif) no-repeat;}
#header-about {background: url(/images/backgrounds/about_us.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_book.gif) no-repeat;}
#header-gallery {background: url(/images/backgrounds/gallery.gif) no-repeat;}
#header-policies {background: url(/images/backgrounds/policies.gif) no-repeat;}
#header-contact {background: url(/images/backgrounds/contact.gif) no-repeat;}
#header-thank-you {background: url(/images/backgrounds/text/header-9.png) no-repeat;}
#header-empty-cart {background: url(/images/backgrounds/empty.gif) 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;}