@charset "utf-8";
/* -- Site-wide Style Sheet -- */
body {
	margin: 20px 0;
	padding: 0;
	font: 62.5% Arial, Helvetica, sans-serif;
	background: #ebeacf url(/images/backgrounds/back2.jpg);}
	
legend {
	color: #cc4f89;
}


a:link {
	text-decoration: none;
	color: #cc4f89;
}
a:visited {
	text-decoration: none;
	color: #cc4f89;
}
a:hover {
	text-decoration: underline;
	color: #cc4f89;
}
h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #cc4f89;
}


h1, h2, h3 {
 margin: 0 0 .5em;}

p, table, fieldset {
	margin: 1em 0;}

h1 {font-size: 2em;
	color: #EA8AB2;}
	
h2 {font-size: 1.6em;
	color: #EA8AB2;}
	
h3 {font-size: 1.4em;
	color: #EA8AB2;}

/* -- Site Structure -- */
#wrapper {
	margin: 0 auto;
	width: 760px;
	background: #fee   url(/images/backgrounds/fade.png) ;
	border: 1px solid #F7D0E1;}
	
/* -- Header -- */
#header {
	height: 140px;
	text-indent: -9999px;
	overflow: hidden;
	background:  url(/images/backgrounds/banner.jpg);}
	
/* -- Navigation -- */
#navigation {
	width: 760px;
	background: #F7D0E1;
	text-align: center;
	font-size: 1.2em;}
	

#navigation:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
	visibility: hidden;}	

#navigation ul {
	margin: 0;
	padding: 5px;
	list-style: none;}
	
#navigation a:link, #navigation a:visited {
	color: #cc4f89;
}
#navigation a:hover {
	text-decoration: none;
	color: #cc4f89;
}
#navigation li {
	display: inline;
	padding: 0 0.5em;
}

	
/* -- Categories -- */
#categories {
	float: left;
	width: 150px;
}
	
#categories ul {
	margin: 0;
	padding: 0;
	list-style: none;}

#categories a {
	display: block;
	padding: 6px;}
	
	
	
#categories a:link, #categories a:visited {


display: block;
	width: 145px;
	height: 35px;
	padding: 25px 0 0 ;
	text-align: center;
	text-decoration: none;
	font-style: bold;
	color: #cc4f89;
	background: url(/images/backgrounds/button.jpg) center center no-repeat ;

}	
	
/* -- Page Content -- */
#content {
	float: right;
	padding: 10px;
	width: 590px;
	min-height: 400px;
	font-size: 1.2em;
	color: #EA8AB2;}

#content:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
	visibility: hidden;}	
	
/* -- Footer -- */
#footer {
	clear: both;
	padding: .5em;
	text-align: center;
	color: #cc4f89;
	background: #F7D0E1;}
	
#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/text/header-1.png) 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/guestbook.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/thanks.gif) no-repeat;}
#header-empty-cart {background: url(/images/backgrounds/empty.gif) no-repeat;}
#header-checkout {background: url(/images/backgrounds/checkout.gif) no-repeat;}
#header-payment {background: url(/images/backgrounds/payment.gif) no-repeat;}
#header-wholesale {background: url(/images/backgrounds/wholesale.gif) no-repeat;}