@charset "utf-8";
/* -- Site-wide Style Sheet -- */
body {
	margin: 20px 0;
	padding: 0;
	font: 62.5% Arial, Helvetica, sans-serif;
	background: url(/images/backgrounds/back1.jpg);}

a:link, a:visited, a:active, a:focus {
	text-decoration: none;
	color: #633410;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3 {
	margin: 0 0 .5em;}

p, table, fieldset {
	margin: 1em 0;}

legend {
	color: #633410;}

h1 {font-size: 2em;}
h2 {font-size: 1.6em;}
h3 {font-size: 1.4em;}

h1, h2, h3 {color: #633410;}

/* -- Site Structure -- */
#wrapper {
	margin: 0 auto;
	width: 760px;
	background: #f4dce2 url(/images/backgrounds/back3.jpg) repeat-y;
	border: 1px solid #ecc4ce;}
	
/* -- Header -- */
#header {
	height: 140px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(/images/backgrounds/banner.jpg);}
	
/* -- Navigation -- */
#navigation {
	padding: 5px 0;
	width: 760px;
	font-size: 1.2em;
	text-align: center;
	background: #ECC4CE url(/images/backgrounds/foot_back1.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 {
	text-decoration: none;}
	
/* -- Categories -- */
#categories {
	float: left;
	margin: 5px 0;
	width: 150px;
	text-align: center;
	background: #F4DCE2;}
	
#categories ul {
	margin: 0;
	padding: 0;
	list-style: none;}

#categories a {
	display: block;
	padding: 0.5em;
	color: #633410;
	font-style: bold;
	font-size: 12px;
	margin: 5px 0 10px 0px;}
	
/* -- Page Content -- */
#content {
	float: right;
	padding: 10px;
	width: 590px;
	min-height: 400px;
	font-size: 1.2em;
	color:#633410;
	background: #ffffff url(/images/backgrounds/content.jpg) no-repeat;}

#content:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
	visibility: hidden;}	
	
/* -- Footer -- */
#footer {
	clear: both;
	color:#633410;
	padding: .5em;
	text-align: center;
	background: #ECC4CE url(/images/backgrounds/foot_back1.jpg);}
	
#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-payment, #header-wholesale {
	height: 55px;
	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/gallery.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/news.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/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;}