@charset "utf-8";
/* -- Site-wide Style Sheet -- */
body {
	margin: 20px 0;
	padding: 0;
	font: 62.5% Verdana, Arial, Helvetica, sans-serif;
	background: #fff url(/include/backgrounds/floral.gif) fixed;
	}
a:link,
a:visited {
	color: #e84294;
	}
h1,
h2,
h3 {
	margin: 0 0 .5em;
color: #e84294;
	}
h1 {
	font-size: 2em;
	}
h2 {
	font-size: 1.6em;
	}
h3 {
	font-size: 1.4em;
	}
p, table, fieldset {
	margin: 1em 0;
	}
legend {
	color: #000;
	}

/* -- Site Structure -- */
#wrapper {
	margin: 0 auto;
	width: 760px;
	}
#page {
	background: transparent url(/include/backgrounds/page-repeat.png) 20px 0 repeat-y;
	}
#page:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	}
	
/* -- Header -- */
#header {
	height: 150px;
	text-indent: -9999px;
	overflow: hidden;
	background: transparent url(/include/backgrounds/banner.gif);
	}
	
/* -- Navigation -- */
#navigation {
	margin: 0 20px;
	width: 720px;
	font-size: 1.2em;
	background: #e84294 url(/include/backgrounds/banner-extend.gif) -20px 0 no-repeat;
	border-bottom: 2px solid #fff;
	}
#navigation ul {
	margin: 0;
	padding: 8px 0 5px;
	text-align: center;
	list-style: none;
	}
#navigation li {
	display: inline;
	padding: 0 .5em;
	}
#navigation a {
	text-decoration: none;
	white-space: nowrap;
	color: #fff;
	}
	
/* -- Side bar -- */
#categories {
	float: left;
	margin-left: 20px;
	width: 150px;
	text-align: center;
	}
#categories h2 {
	margin: .5em 0;
	color: #3bbd10;
	}
#categories h3 {
	margin-top: 1em;
	font-size: 1em;
	}
#categories address {
	font-style: normal;
	padding: 0 1em;
	}
#categories ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#categories li a {
	display: block;
	padding: .5em;
	text-decoration: none;
	text-align: left;
	color: #fff;
	background-color: #38c610;
	border-top: 1px solid #fff;
	}
#categories li a:hover {
	color: #cc7586;
	background-color: #a6f685;
	}
#categories #simple-cart li a,
#categories #subnavigation li a {
	padding: .2em 0;
	text-align: center;
	font-weight: bold;
	color: #000;
	background: none;
	border: none;
	}
#categories #subnavigation li a {
	padding-bottom: .7em;
	font-size: 1.2em;
	font-weight: normal;
	}
#categories #simple-cart li a:hover,
#categories #subnavigation li a:hover {
	text-decoration: underline;
	}
#categories #simple-cart,
#categories #subnavigation {
	border-bottom: 2px solid #fff;
	}
#categories #keywords {
	margin: 1em 0 0;
	width: 70px;
	}
#categories .root ul {
	margin-left: 1em;
	font-size: .9em;
	}
#categories .expanded a {
color: #000;
	background-color: #68e640;
	}
#categories .collapsed {
	display: none;
	}
	
/* -- Page Content -- */
#content {
	float: right;
	margin-right: 20px;
	padding: 10px;
	width: 548px;
	min-height: 500px;
	line-height: 1.5;
	font-size: 1.2em;
	}
	
/* -- Footer -- */
#footer {
	clear: both;
	margin: 0 auto;
	padding: 5px;
	width: 710px;
	text-align: center;
	background: #ffbed6;
	border-top: 2px solid #fff;
	}
#footer p {
	margin: 0;
	color: #e84294;
	}
	
/* -- 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;
	}

/* -- Misc. Classes -- */
.success {
	padding: .5em;
	color: #060;
	background-color: #f6fff6;
	border: 1px solid #060;
	}
.success a {
	color: #060 !important;
	text-decoration: underline !important;
	}
.error {
	padding: .5em;
	color: #c00;
	background-color: #fff6f6;
	border: 1px solid #c00;
	}
.error a {
	color: #c00 !important;
	text-decoration: underline !important;
	}
.section-divider {
	clear: both;
	}