@charset "utf-8";
/* -- Site-wide Style Sheet -- */
body {
	margin: 20px 0;
	padding: 0;
	font: 62.5% Arial, Helvetica, sans-serif;
	background:#FCEEF1 url(/images/backgrounds/back.jpg);}

legend {
	color: #BB6D69;}



a:link {
	text-decoration: none;
	color: #BB6D69;
}
a:visited {
	text-decoration: none;
	color: #BB6D69;
}
a:hover {
	text-decoration: underline;
	color: #BB6D69;
}


h1, h2, h3 {
 margin: 0 0 .5em;}

p, table, fieldset {
	margin: 1em 0;}

h1 {font-size: 2em; color:#BB6D69;}
h2 {font-size: 1.6em;color:#BB6D69;}
h3 {font-size: 1.4em;color:#BB6D69;}


/* -- Site Structure -- */
#wrapper {
	margin: 0 auto;
	width: 760px;
	background: #fff url(/images/backgrounds/side-bar.gif) repeat-y;
	border: 1px solid #BB6D69;}
	
/* -- 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: #E9C6C0;}

#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: #BB6D69;
	
}




/* -- Search Box -- */

.search-box {
border: 1px solid #BB6D69;}


/* -- Categories -- */
#categories {
	float: left;
	width: 150px;
	background: #F4E2D6; }
	
#categories ul {
	margin: 0;
	padding: 0;
	list-style: none;}

#categories a {

	background:#F9EDE5;
	border: 1px solid #FDE1F1;
	display: block;
	padding: 0.3em;
	color: #BB6D69;
	font-style: bold;
	font-size: 12px;
	text-align: center;
	
	}

#categories li a {
	margin: 10px 0 0 0px;
}

#categories a:hover {
	text-decoration: underline;
	color: #BB6D69;
	
}

#categories li li a {
	margin: 0;
	font-size: 10px;
	font-style: italic;
}

#categories li li.collapsed {
	display: none;
}

	
/* -- Page Content -- */
#content {
	float: right;
	padding: 10px;
	width: 590px;
	min-height: 335px;
	font-size: 1.2em;
	color: #BB6D69;
	background: #FFFfff;}

#content:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
	visibility: hidden;}
		
/* -- Footer -- */
	
#footer {
	
	clear: both;
    padding: 1em;
    color: #BB6D69;
    text-align: center;
    background:#E9C6C0;}

	
#footer p {
	margin: 0;}
	
#footer a {
	color: #BB6D69;}
	
	
	
	
/* -- 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: 65px;
	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;} */
