@charset "utf-8";
/* -- Site-wide Style Sheet -- */
body {
	margin: 20px 0;
	padding: 0;
	font: 62.5% Arial, Helvetica, sans-serif;
	background: #ffffff url(/images/new-back.jpg);
}


legend {
	color: #EA858A;}
	
a:link {
	text-decoration: none;
	color: #EA858A;
}
a:visited {
	text-decoration: none;
	color: #EA858A;
}
a:hover {
	text-decoration: underline;
	color: #EA858A;
}



h1, h2, h3 {
	margin: 0 0 .5em;
}

h1 {font-size: 2em; color: #7A8B69;}
h2 {font-size: 1.6em; color: #7A8B69;}
h3 {font-size: 1.4em; color: #7A8B69;}

p, table, fieldset {
	margin: 1em 0;
}

/* -- Site Structure -- */
#wrapper {
	margin: 0 auto;
	width: 783px;
	background: url(/images/backgrounds/cont-2.jpg) 21px 0 repeat-y;
}

#page-wrapper {
background: url(/images/backgrounds/watermark.jpg) bottom right no-repeat;
}

#page-wrapper:after {
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden;
}

	
/* -- Header -- */
#header {
	height: 150px;
	text-indent: -9999px;
	overflow: hidden;
	background:url(/images/backgrounds/banner.gif) no-repeat;
}

	
/* -- Navigation -- */
#navigation {
	padding: 15px 0 15px 45px;
	height: 35px;
	font-size: 1.2em;
	text-align: center;
	background: transparent url(/images/backgrounds/nav.gif) no-repeat;}

#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 {
	text-decoration: none;}
	
	
/* -- Categories -- */
#categories {
	float: left;
	padding: 25px 0 0 25px;
	width: 172px;
	font-size: 1.2em;
	background:url(/images/backgrounds/cat.gif) no-repeat;}

#categories ul {
	margin: 0;
	padding: 0;
	list-style: none;}

#categories li {
    display: block;
    margin: .5em 0;
    text-align: center;
    font-weight: bold;}

#categories li li {
    display: block;
    margin: 0;
    padding: 0 2em;
    font-size: .9em;
    font-weight: normal;
    background: #FFF4F0;
    border: none;}

#categories li a {
    display: block;
    padding: 14px 10px;
	height: 15px;
    text-decoration: none;
    color: #EA858A;
    background: url(/images/backgrounds/button.jpg) center no-repeat;
    }

#categories li li a {
	padding: 0px 0;
	height: auto;
    color: #EA858A;
    background: #FFF4F0;
}


#simple-cart li a,
#subnavigation li a {
	padding: 5px 0;
	height: auto;
	background: none;
}

#categories li a:hover {
	text-decoration: underline;
}

	

#categories #product-search {
	margin: 1em 0;
}

#categories .expanded a {
	margin-left: 1em;
	padding: 4px 0;
	font-style: italic;
	font-size: smaller;
	font-weight: normal;
}

#categories .collapsed {
	display: none;
}

#categories #header-more-pages {
margin-top: 1em;
}
	
/* -- Page Content -- */
#content {
	float: right;
	padding: 0;
	width: 580px;
	min-height: 500px;
	font-size: 1.2em;
	color: #E25259;
}

	
/* -- Footer -- */
#footer {
	clear: both;
	padding: 15px;
	text-align: center;
	color: #E25259;
	background: transparent url(/images/backgrounds/footer.gif) no-repeat;
}
	
#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;}

/* -- 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;
}