@charset "utf-8";
/* -- Site-wide Style Sheet -- */
body {
	margin: 0;
	padding: 0;
	font: 62.5% Georgia, serif;
	color: #885b4b;
	background: #fde9ea url(/images/backgrounds/pattern-floral.jpg) center top repeat-y;
	}
a:link,
a:visited {
	color: #f8837e;
}
h1,
h2,
h3 {
	margin: 0 0 .5em;
	color: #f8837e;
	}
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: 957px;
	background: transparent url(/images/backgrounds/repeat-page.jpg) 22px 0 repeat-y;
	}
#page {
	background: transparent url(/images/backgrounds/watermark.gif) 747px bottom no-repeat;
}
#page:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	}
	
/* -- Header -- */
#header {
	height: 299px;
	text-indent: -9999px;
	overflow: hidden;
	background: #fde9ea url(/images/backgrounds/header.jpg);
	}
	
/* -- Navigation -- */
#navigation {
	height: 157px;
	font-size: 1.4em;
	background: transparent url(/images/backgrounds/nav.jpg);
	}
#navigation:after {
	content: ".";
	display: block;
	clear: left;
	height: 0;
	visibility: hidden;
	}
#navigation ul {
	margin: 0;
	padding: 10px 0;
	list-style: none;
	}
#navigation li {
	display: block;
	float: left;
	padding: 0;
	}
#navigation a {
	display: block;
	width: 180px;
	height: 100px;
	text-indent: -9999px;
	overflow: hidden;
	}
#nav-home {
	margin-left: 58px;
	}
#nav-policies {
	margin-left: 123px;
	}
	
/* -- Side bar -- */
#sidebar-shopping,
#sidebar-information {
	float: left;
	text-align: center;
	font-size: 1.2em;
	}
#sidebar-shopping {
	padding: 165px 8px 10px 46px;
	width: 181px;
	background: transparent url(/images/backgrounds/sidebar-left.jpg) no-repeat;
	}
#sidebar-information {
	float: right;
	padding: 43px 41px 130px 12px;
	width: 181px;
	background: transparent url(/images/backgrounds/sidebar-right.jpg) no-repeat;
	}
#sidebar-shopping h2,
#sidebar-information h2 {
	margin: 0;
	}
#header-shopping,
#header-basket {
	text-indent: -9999px;
	}
#header-information {
	height: 64px;
	text-indent: -9999px;
	background: transparent url(/images/backgrounds/text-menu.gif) center top no-repeat;
	}
#sidebar-shopping ul,
#sidebar-information ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#sidebar-shopping li a,
#sidebar-information li a {
	display: block;
	padding: .5em 0;
	font-weight: bold;
	color: #885b4b;
	text-decoration: none;
	}
#sidebar-shopping li a:hover,
#sidebar-information li a:hover {
	text-decoration: underline;
	}
#sidebar-shopping #product-search {
	margin: 1em 0;
	}
#sidebar-shopping .root ul {
	font-size: .9em;
	}
#sidebar-shopping .expanded a {
	font-weight: normal;
	}
#sidebar-shopping .collapsed {
	display: none;
	}
	
/* -- Page Content -- */
#content {
	float: left;
	padding: 0 10px 10px;
	width: 468px;
	min-height: 500px;
	line-height: 1.5;
	font-size: 1.2em;
	}
#content h1 {
	text-align: center;
	}
	
/* -- Footer -- */
#footer {
	clear: both;
	padding-top: 60px;
	height: 117px;
	text-align: center;
	background: #fde9ea url(/images/backgrounds/footer.jpg);
	}
#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;
	}
