@charset "utf-8";
/* -- Site-wide Style Sheet -- */
body {
	margin: 20px 0;
	padding: 0;
	font: 62.5% Calibri, Arial, Helvetica, sans-serif;
	background: #f9ebe7 url(/images/backgrounds/back1.jpg) fixed;
}

a {
	color: #c2716d;
}

h1, h2, h3 {
	margin: 0 0 .5em;
	color: #c6736d;
}

h1 {font-size: 2em;}
h2 {font-size: 1.6em;}
h3 {font-size: 1.4em;}

p, table, fieldset {
	margin: 1em 0;
}

legend {color: #c6736d;}

/* -- Site Structure -- */
#wrapper {
	margin: 0 auto;
	width: 797px;
	background: #fef7f5 url(/images/backgrounds/page.png) repeat-y;
	border: 3px solid #fdb3c8;
}
	
/* -- Header -- */
#header {
	float: left;
	width: 425px;
	height: 215px;
	text-indent: -9999px;
	overflow: hidden;
	background: #fcc url(/images/backgrounds/banner-left.png);
}
	
/* -- Navigation -- */
#navigation {
	height: 215px;
	background: #fcc url(/images/backgrounds/banner-right.png) right top;
}

#navigation:after {
	content: ".";
	display: block;
	clear: left;
	height: 0;
	visibility: hidden;
}

#navigation ul {
	margin: 0;
	padding: 40px 0 0;
	list-style: none;
	text-align: center;
	font-size: 1.5em;
}
	
#navigation li {
	display: inline;
	padding: 0 .5em;
}

#navigation a {
	text-decoration: none;
}

#navigation a:hover {
	text-decoration: underline;
}
	
/* -- Categories -- */
#categories {
	float: left;
	margin-left: 10px;
	width: 158px;
	text-align: center;
	font-size: 1.2em;
}

#categories h2 {
	margin: 0;
	text-indent: -9999px;
	overflow: hidden;
}

#categories #header-basket {
	height: 19px;
	background: url(/images/backgrounds/text/your-basket.png) center top no-repeat;
}

#categories #header-shopping {
	margin: .5em 0 0;
	height: 32px;
	background: url(/images/backgrounds/text/shopping.png) center top no-repeat;
}
	
#categories #header-more-pages{
	margin-top: 1em;
	height: 34px;
	background: url(/images/backgrounds/text/more-pages.png) center top no-repeat;
}

#categories #simple-cart p {
	margin: 0;
}

#categories ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#categories li a {
	display: block;
	padding: .5em 0;
	font-weight: bold;
}

#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;
}
	
/* -- Page Content -- */
#content {
	float: right;
	margin-right: 10px;
	width: 607px;
	min-height: 500px;
	font-size: 1.2em;
}
	
/* -- Footer -- */
#footer {
	clear: both;
	padding-bottom: 8px;
	text-align: center;
	background: transparent url(/images/backgrounds/footer.png) left bottom no-repeat;
}
	
#footer p {
	margin: 0 10px;
background-color: #fef7f5;}
	
/* -- 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;
}