@charset "utf-8";
/* SITE-WIDE STYLE SHEET */

/* ------ HTML Declarations ------ */
body {
	margin: 20px 0;
	padding: 0;
	font: 62.5% Tahoma, Arial, Helvetica, sans-serif;
	background: #b3b3e5 url(/images/backgrounds/toile.png);
	}
a:link,
a:visited {
	color: #535360;
	}
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 {
	position: relative;
	margin: 0 auto;
	width: 876px;
	}
#page {
	background-image: url(/images/backgrounds/page.png);
	}
#page:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	}
	
/* -- Header -- */
#header {
	height: 204px;
	text-indent: -9999px;
	background-image: url(/images/backgrounds/banner.png);
	}
	
/* -- Navigation -- */
#navigation {
	position: absolute;
	top: 180px;
	left: 20px;
	}
#navigation ul {
	margin: 0 0 0 35px;
	padding: .5em 0;
	list-style: none;
	}
#navigation li {
	display: block;
	float: left;
	margin-right: 10px;
	padding: 0;
	}
#navigation a {
	display: block;
	height: 14px;
	text-indent: -9999px;
	overflow: hidden;
	}
#nav-home a {
	width: 37px;
	}
#nav-policies a {
	width: 45px;
	}
#nav-contactus a {
	width: 47px;
	}
#nav-favoritelinks a {
	margin-left: 457px;
	width: 84px;
	}
#nav-guestbook a {
	width: 69px;
	}
	
/* -- Side bar -- */
#categories {
	float: left;
	padding: 10px 30px;
	width: 158px;
	font-size: 1.2em;
	}
#categories h2,
#categories #blog-link a {
	display: block;
	margin: 0;
	height: 126px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: center top;
	}
#header-shopping {
	background-image: url(/images/backgrounds/header-boutique.png);
	}
#categories h2#header-information {
	margin-top: 10px;
	background-image: url(/images/backgrounds/header-info.png);
	}
#categories #blog-link a {
	margin-top: 10px;
	background-image: url(/images/backgrounds/header-blog.png);
	}
#categories h2#header-basket {
	display: none;
	}
#categories ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#categories li a {
	padding: .5em 0;
	line-height: 2;
	font-weight: bold;
	text-decoration: none;
white-space: nowrap;
	}
#categories li a:hover {
	text-decoration: underline;
	}
#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;
	}
#simple-cart {
	position: absolute;
	top: 105px;
	right: 25px;
	padding-left: 25px;
	text-align: right;
	background: transparent url(/images/backgrounds/icon-cart.png) no-repeat;
	}
#simple-cart p {
	margin: 0 0 5px;
	}
#simple-cart ul li a {
	line-height: 1.4;
	}
#quick-search {
	position: absolute;
	top: 127px;
	left: 47px;
	}
#quick-search input {
	display: none;
	}
#quick-search input#keywords {
	display: inline;
	padding: 4px;
	width: 123px;
	border-width: 0;
	background: none;
	}
	
/* -- Page Content -- */
#content {
	float: right;
	padding: 50px 10px 10px;
	width: 638px;
	min-height: 500px;
	line-height: 1.5;
	font-size: 1.2em;
	background: transparent url(/images/backgrounds/banner-bottom.png) 94px 0 no-repeat;
	}
.bordered-images img {
	border: 1px solid #000;
	}
	
/* -- Footer -- */
#footer {
	clear: both;
	height: 29px;
	padding: 10px 15px 0 234px;
	text-align: center;
	color: #57576b;
	font-size: 1.1em;
	background: transparent url(/images/backgrounds/footer.png) 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;
	}

/* ------ 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;
	}
