@charset "utf-8";
/* -- Site-wide Style Sheet -- */
body {
	margin: 26px 0 16px;
	padding: 0;
	font: 62.5% "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #fff url(/images/backgrounds/wallpaper-gradient.png) repeat-x;
	}
a:link,
a:visited {
	color: #9d637b;
}
h1,
h2,
h3 {
	margin: 0 0 .5em;
	color: #9d637b;
	}
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: 848px;
	background: #fff url(/images/backgrounds/sidebar.png) repeat-y;
	}
#page {
	padding-bottom: 120px;
	background: transparent url(/images/backgrounds/watermark.png) left bottom no-repeat;
	}
#page:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	}
	
/* -- Header -- */
#header {
	height: 135px;
	text-indent: -9999px;
	overflow: hidden;
	background: #fcf6f9 url(/images/backgrounds/banner.png);
	}
	
/* -- Navigation -- */
#navigation {
	text-align: center;
	height: 42px;
	background: #f0d6e7 url(/images/backgrounds/nav.png);
	}
#navigation ul {
	margin: 0;
	padding: 0 0 0 132px;
	list-style: none;
	}
#navigation li {
	float: left;
	display: block;
	}
#navigation a {
	display: block;
	margin-right: 10px;
	height: 33px;
	text-indent: -9999px;
	overflow: hidden;
	}
#nav-home {
	width: 78px;
	}
#nav-about {
	width: 74px;
	}
#nav-calendar {
	width: 89px;
	}
#nav-dealers {
	width: 84px;
	}
#nav-photogallery {
	width: 140px;
	}
#nav-newsandspecials {
	width: 174px;
	}
#nav-contact {
	margin-right: 0;
	width: 77px;
	}
/* -- Side bar -- */
#categories {
	float: left;
	padding: 0 1px 0 2px;
	width: 191px;
	font-size: 1.2em;
	text-align: center;
	}
#categories h2,
#categories #link-whats-new,
#categories #link-wholesale-info {
	margin: 10px 0;
	padding: 0;
	height: 55px;
	text-indent: -9999px;
	overflow: hidden;
	}
#categories ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#categories a {
	display: block;
	padding: .5em 0;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	}
#categories 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;
	}
#categories #simple-cart a {
	padding: 0;
	}
#header-newsletter {
	background-image: url(/images/backgrounds/text/newsletter.gif);
	}
#header-basket {
	background-image: url(/images/backgrounds/text/your-basket.gif);
	}
#header-shopping {
	background-image: url(/images/backgrounds/text/shopping.gif);
	}
#header-information {
	background-image: url(/images/backgrounds/text/information.gif);
	}
#link-whats-new {
	background-image: url(/images/backgrounds/text/whats-new.gif);
	}
#link-wholesale-info {
	background-image: url(/images/backgrounds/text/wholesale-info.gif);
	}
	
/* -- Page Content -- */
#content {
	float: left;
	padding: 10px;
	width: 633px;
	min-height: 500px;
	line-height: 1.5;
	font-size: 1.4em;
	}
.three-column #content {
	width: 504px;
	}
.three-column #features {
	float: left;
	width: 129px;
	text-align: center;
	background-color: #fff6f7;
	}
.three-column #features h2 {
	margin-top: 5px;
	}
.three-column #features ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
.three-column #features li {
	margin-bottom: 1em;
	}
.three-column #features a {
	text-decoration: none;
	}
.three-column #features img {
	border: none;
	}
.three-column #features span {
	display: block;
	}
	
/* -- Footer -- */
#footer {
	clear: both;
	padding-top: 29px;
	height: 38px;
	text-align: center;
	background: #f0d6e7 url(/images/backgrounds/footer.png);
	}
#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;
	}