@charset "utf-8";
/* -- Site-wide Style Sheet -- */
body {
	margin: 20px 0;
	padding: 0;
	font: 62.5% Arial, Helvetica, sans-serif;
	background: #CCFF8C url(/images/backgrounds/back.jpg);}
	
legend {
	color: #000000;}



a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #000000;
}



h1, h2, h3 {
	margin: 0 0 .5em;}

p, table, fieldset {
	margin: 1em 0;}

h1 {font-size: 2em; color:#000000;}
h2 {font-size: 1.6em; color:#000000;}
h3 {font-size: 1.4em; color:#000000;}

/* -- Site Structure -- */
#wrapper {
	margin: 0 auto;
	width: 760px;
	border: 1px solid #000000;
	background: #CCFF8C;}
	
/* -- Header -- */
#header {
	height: 267px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(/images/backgrounds/banner.jpg);}
	
/* -- Navigation -- */

#navigation {
	
	padding: 0 0 5px;
	height: 20px;
	overflow: hidden;
	font-size: 1.2em;
	text-align: center;
	background:#CCFF8C url(/images/backgrounds/navigation.jpg);}

#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: #000000;
	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.2em;}
	
#categories ul {
	
	margin: .5em auto 10px;
	padding: 0;
	list-style: none;}

#categories ul ul {
	margin: 0;
	
}

#categories a {

	display: block;
	padding: 5px 0;
	text-align: center;
	text-decoration: none;
	font-style: bold;
	color: #000000;	
	}
	
#categories a:hover {
	text-decoration: underline;
	color: #000000;}

#categories h2 {
	margin: 0;
	font-size: 1.2em;
}


#categories input {
	margin: .2em .5em;
	color: #000000;}

#categories .search-box {
	display: block;
	margin-top: .5em;
	border: 1px solid #000000;}

	
/* -- Page Content -- */
#content {
	color: #000000;
	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;
	background:#CCFF8C;}
	
#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: 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.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/view.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;}