@charset "utf-8";
/* -- Site-wide Style Sheet -- */
body {
	margin: 0;
	padding: 0;
	font: 62.5% Georgia, "Times New Roman", Times, serif;
	color: #52a3a3;
	background: #feecec url(/images/backgrounds/fabric.png) center top repeat-y;}

a:link {color: #630;}
a:visited {color: #366;}
a:hover, a:active {color: #960;}

h1, h2, h3 {
 margin: 0 0 .5em;}

p, table, fieldset {
	margin: 1em 0;}

fieldset legend {
	font-weight: bold;
	color: #630;}

h1 {font-size: 1.8em;}
h2 {font-size: 1.6em;}
h3 {font-size: 1.2em;}

/* -- Site Structure -- */
#wrapper {
	margin: 0 auto;
	width: 760px;
	background: #edeee8;}
	
/* -- Header -- */
#header {
	height: 170px;
	text-indent: -9999px;
	overflow: hidden;
	background: transparent url(/images/2009/banner.jpg) center center no-repeat;}
	
/* -- Navigation -- */
#navigation {
margin-bottom: 10px;
padding: 5px 0;
	width: 760px;
	font-size: 1.2em;
background-color: #afa29c;}

#navigation:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
	visibility: hidden;}	

#navigation ul {
	margin: 0;
	padding: 5px 0;
	list-style: none;
	text-align: center;
border-top: 1px;
border-right: 0;
border-bottom: 1px;
border-left: 0;
border-color: #fff;
border-style: solid;}
	
#navigation li {
	display: inline;
	padding: 0 .75em 0;
color: #fff;}

#navigation a {
	color: #fff;
	text-decoration: none;}
	
/* -- Page Content -- */
#content {
	margin: 0 auto;
	padding: 0 0 10px;
	width: 590px;
	min-height: 500px;
	font-size: 1.4em;}

#content:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
	visibility: hidden;}	
	
/* -- Footer -- */
#footer {
	clear: both;
	padding: .5em;
	text-align: center;
	background: #c9e4e4;}
	
#footer p {
	margin: 0;}

#footer a {
	color: #52a3a3;}	
/* -- 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/text/header-1.png) no-repeat;}
#header-about {background: url(/images/backgrounds/text/header-2.png) no-repeat;}
#header-events {background: url(/images/backgrounds/text/header-3.png) no-repeat;}
#header-links {background: url(/images/backgrounds/text/header-4.png) no-repeat;}
#header-guestbook {background: url(/images/backgrounds/text/header-5.png) no-repeat;}
#header-gallery {background: url(/images/backgrounds/text/header-6.png) no-repeat;}
#header-policies {background: url(/images/backgrounds/text/header-7.png) no-repeat;}
#header-contact {background: url(/images/backgrounds/text/header-8.png) 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;}