@charset "utf-8";
/* -- Site-wide Style Sheet -- */
body {
	margin: 20px 0;
	padding: 0;
	font: 62.5% georgia;
	background: #fff5fa url(/images/backgrounds/back.jpg);}
	
legend {
	color: #F1ABB0;}



a:link {
	color: #F1ABB0;
}
a:visited {
	color: #F1ABB0;
}
a:hover {
	color: #F1ABB0;
}



h1, h2, h3 {
	margin: 0 0 .5em;}

p, table, fieldset {
	margin: 1em 0;}

h1 {font-size: 2em; color:#F1ABB0;}
h2 {font-size: 1.8em; color:#F1ABB0;}
h3 {font-size: 1.4em; color:#F1ABB0;}

/* -- Site Structure -- */
#wrapper {
	margin: 0 auto;
	width: 760px;
	border: 1px solid #FFC1C2;
	background: #ffffff ;}
	
/* -- Header -- */
#header {
	height: 150px;
	text-indent: -9999px;
	overflow: hidden;
	background:#ffffff url(/images/backgrounds/banner1.jpg);}
	
/* -- Navigation -- */

#navigation {
	
	padding: 0 0 5px;
	overflow: hidden;
	font-size: 1.2em;
	text-align: center;
	background: #FCEFE7;}

#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: #F1ABB0;
	font-size: 1.2em;
	text-decoration: none;}

#navigation a:hover {
	text-decoration: underline;}
	
	


/* -- Categories -- */
#categories {
	clear: left;
	float: left;
	width: 150px;
	font-size: 1.2em;
	background: url(/images/backgrounds/cat.jpg);
	text-align: center;}

	
#categories ul {
	margin: 0;
	padding: 0;
	list-style: none;}



#categories li {
    display: block;
    /* margin: .5em 0; */
    text-align: center;
font-size: 1em;
font-weight: bold;}

#categories li li {
    display: block;
    margin: 0;
    padding: 0 2em;
    font-size: .9em;
    font-weight: normal;
    background: 
    border: none;}

#categories li a {
    display: block;
    padding: 14px 10px 7px;
	height: 22px;
    text-decoration: none;
    color: #EFADAF;
    /* background: url(/images/backgrounds/button.gif) center no-repeat; */
    }

#categories li li a {
padding: 4px 0;
height:  auto;
background: url(/images/backgrounds/sub.gif) no-repeat; 
text-decoration: underline;   
}


#categories li a:hover {
	text-decoration: underline;
}


	
	
	
	


/* -- Search Box -- */
.search-box {
color:#808080;
border: 1px solid #F8CFCF;}
	
/* -- Page Content -- */
#content {
	color: #F1ABB0;
	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;
	color: #F1ABB0;
	background:#FCEFE7;}
	
#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.jpg) no-repeat;}
#header-about {background: url(/images/backgrounds/about.jpg) no-repeat;}
#header-events {background: url(/images/backgrounds/news.jpg) no-repeat;}
#header-links {background: url(/images/backgrounds/links.jpg) no-repeat;}
#header-guestbook {background: url(/images/backgrounds/guest.jpg) no-repeat;}
#header-gallery {background: url(/images/backgrounds/gallery.jpg) no-repeat;}
#header-policies {background: url(/images/backgrounds/policies.jpg) no-repeat;}
#header-contact {background: url(/images/backgrounds/contact.jpg) no-repeat;}
#header-thank-you {background: url(/images/backgrounds/thanks.jpg) no-repeat;}
#header-empty-cart {background: url(/images/backgrounds/cart.jpg) 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;}