@charset "utf-8";
/* SITE-WIDE STYLE SHEET */

/* ------ HTML Declarations ------ */
body {
	margin: 20px 0;
	padding: 0;
	font: 62.5% Georgia, serif;
	background: #b84f4f url(/images/backgrounds/red-pattern.png) fixed;
	}
a:link,
a:visited {
	color: #954643;
	}
h1,
h2,
h3 {
	margin: 0 0 .5em;
	}
h1 {
	font-size: 2em;
	}
h2 {
	font-size: 1.6em;
	}
h3 {
	font-size: 1.4em;
	}
p, table, fieldset {
	margin: 1em 0;
	}
legend {
	color: #000;
	}

/* ------ Website Layout ------ */
#wrapper {
	margin: 0 auto;
	width: 889px;
	}
#page {
	background-image: url(/images/backgrounds/page.png);
	}
#page:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	}
	
/* -- Header -- */
#header {
	height: 197px;
	text-indent: -9999px;
	background-image: url(/images/backgrounds/banner.gif);
	}
	
/* -- Navigation -- */
#navigation {
	height: 36px;
	overflow: hidden;
	text-align: center;
	font-size: 1.6em;
	background-image: url(/images/backgrounds/nav.png);
	}
#navigation ul {
	margin: 0 0 0 260px;
	padding: 0;
	list-style: none;
	}
#navigation li {
	display: inline;
	padding: 0 0 0 .3em;
	line-height: 36px;
	color: #fff;
	}
#navigation li:after {
	content: "|";
	}
#navigation li#nav-guestbook:after {
	content: "";
	}
#navigation a {
	margin-right: .5em;
	color: #fff;
	text-decoration: none;
	}
#navigation a.selected {
	font-weight: bold;
	}
#navigation a:hover {
	text-decoration: underline;
	}
	
/* -- Side bar -- */
#categories {
	display: inline; /* IE 6 margin fix */
	float: left;
	margin-left: 4px;
	padding: 10px;
	width: 183px;
	font-size: 1.2em;
	}
#categories h2 {
	margin: 0;
	text-indent: -9999px;
	background-repeat: no-repeat;
	}
#categories #header-shopping {
	height: 32px;
	background-image: url(/images/backgrounds/header-shop.png);
	}
#categories #header-information {
	margin-top: 12px;
	height: 32px;
	background-image: url(/images/backgrounds/header-more-info.png);
	}
#categories #header-basket {
	margin-top: 12px;
	height: 32px;
	background-image: url(/images/backgrounds/header-view-cart.png);
	}
#categories ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#categories li a {
	padding: .5em 0;
	line-height: 2;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	}
#categories li a:hover {
	text-decoration: underline;
	color: #954643;
	}
#categories #product-search {
	margin: 1em 0;
	}
#categories .root ul {
	margin-left: 1em;
	font-size: .9em;
	}
#categories .expanded a {
	font-weight: normal;
	}
#categories .collapsed {
	display: none;
	}
#quick-search {
	position: relative;
	margin-top: 12px;
	height: 59px;
	background: #fff url(/images/backgrounds/search-box.png) no-repeat;
	}
#quick-search input {
	display: none;
	}
#quick-search #keywords {
	display: block;
	position: absolute;
	top: 34px;
	left: 10px;
	padding: 0;
	width: 140px;
	border: none;
	}
	
/* -- Page Content -- */
#content {
	display: inline; /* IE 6 margin fix */
	float: right;
	margin-right: 3px;
	padding: 10px;
	width: 657px;
	min-height: 500px;
	line-height: 1.5;
	font-size: 1.2em;
	}
	
/* -- Footer -- */
#footer {
	clear: both;
	padding-top: 60px;
	height: 27px;
	overflow: hidden;
	text-align: center;
	font-size: 1.1em;
	color: #fff;
	background-image: url(/images/backgrounds/footer.gif);
	}
#footer p {
	margin: 0;
	}
#footer a {
	color: #fff;
	}
	
/* -- 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;
	}

/* ------ Event Calendar ------ */
#eventCalendar {
	clear: left;
}
.cal-day-text {
	font-size: .7em;
}
#dayDetailDiv h3 {
	clear: left;
}
#dayDetailDiv img {
	float: left;
	margin: 0 1em .5em 0;
}

/* ------ 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;
	}
