@charset "utf-8";
/* -- Site-wide Style Sheet -- */
body {
	margin: 0;
	padding: 0;
	font: 62.5% "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #777;
	background: #fff url(/images/backgrounds/stripes.gif) center top;
	}
a:link,
a:visited {
	color: #ff99b8;
}
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;
	}

/* -- Site Structure -- */
#wrapper {
	position: relative;
	margin: 0 auto;
	width: 760px;
	background: transparent url(/images/backgrounds/repeat-page.png) 0 2px;
	}
	
/* -- Header -- */
#header {
	height: 235px;
	text-indent: -9999px;
	overflow: hidden;
	background: #ffeff6 url(/images/backgrounds/header.png) no-repeat;
	}
	
/* -- Navigation -- */
#navigation {
	position: absolute;
	top: 10px;
	right: 0;
	font-size: 1.4em;
	}
#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#navigation li {
	display: inline;
	padding: 0 .5em;
	}
#navigation a {
	text-decoration: none;
	}
#navigation a:hover {
	text-decoration: underline;
	}
	
/* -- Side bar -- */
#categories {
	float: left;
	padding: 25px 15px 0;
	width: 160px;
	text-align: center;
	font-size: 1.4em;
	background: transparent url(/images/backgrounds/sidebar-top.png) no-repeat;
	}
#categories h2 {
	margin: .5em 0;
	}
#categories ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#categories li a {
	display: block;
	margin-bottom: .75em;
	padding: .2em 0;
	text-decoration: none;
	background-color: #f9f4f5;
	border: 2px solid #ffddec;
	}
#categories li a:hover {
	color: #777;
	background-color: #fcfcfc;
	border: 2px solid #ccc;
	}
#categories #product-search {
	margin: 1em 0;
	}
#categories .expanded a {
	padding: 0;
	font-style: italic;
	font-size: smaller;
	font-weight: normal;
	background: none;
	border: none;
	}
#categories .expanded a:hover {
	background: none;
	border: none;
	}
#categories .collapsed {
	display: none;
	}
#header-basket,
#header-shopping {
	height: 0;
	overflow: hidden;
	text-indent: -9999px;
	}
#header-information {
	height: 62px;
	text-indent: -9999px;
	background-image: url(/images/backgrounds/text/information.png);
	}
#simple-cart {
	position: absolute;
	top: 100px;
	right: 20px;
	width: 180px;
	text-align: center;
	}
#simple-cart p {
	margin: 0;
	font-weight: bold;
	}
#simple-cart li a {
	display: inline;
	padding: 0;
	background: none;
	border: none;
	}
#simple-cart li a:hover {
	text-decoration: underline;
	background: none;
	border: none;
	}
#keywords {
	width: 92px;
	height: 19px;
	border: 1px solid #676767;
	color: #777;
	}

/* -- Page Content -- */
#content {
	float: right;
	padding: 0 10px;
	width: 541px;
	min-height: 500px;
	line-height: 1.5;
	font-size: 1.2em;
	background: transparent url(/images/backgrounds/content-top.png) no-repeat;
	}
#content h1 {
	text-align: center;
	border-bottom: 1px solid #999;
	}
	
/* -- Footer -- */
#footer {
	clear: both;
	padding: 10px 10px 0 212px;
	height: 52px;
	text-align: center;
	font-size: 1.2em;
	background-image: url(/images/backgrounds/footer.png);
	}
#footer p {
	margin: 0;
	}
#footer a {
	color: #777;
	}
	
/* -- 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;
	}