@charset "utf-8";
/* -- Site-wide Style Sheet -- */
body {
	margin: 20px 0;
	padding: 0;
	font: 62.5% Tahoma, "Lucida Sans", Arial, Helvetica, sans-serif;
	background: #ffe5e5 url(/images/backgrounds/plaid.png);
}

a:link,
a:visited {
	color: #4f6c61;
}

h1, h2, h3 {
	margin: 0 0 .5em;
	color: #f99;
}

h1 {font-size: 2em;}
h2 {font-size: 1.6em;}
h3 {font-size: 1.4em;}

p, table, fieldset {
	margin: 1em 0;
}

legend {
	color: #f99;
}

/* -- Site Structure -- */
#wrapper {
	margin: 0 auto;
	width: 760px;
	background: #fee url(/images/backgrounds/page.png);
	border: 1px solid #c00;
}
	
/* -- Header -- */
#header {
	height: 138px;
	text-indent: -9999px;
	overflow: hidden;
	background: #fcc url(/images/backgrounds/banner.jpg);
}
	
/* -- Navigation -- */
#navigation {
	height: 46px;
	overflow: hidden;
	background: #fcc url(/images/backgrounds/nav.jpg);
}

#navigation:after {
	content: ".";
	display: block;
	clear: left;
	height: 0;
	visibility: hidden;
}

#navigation ul {
	margin: 0 0 0 170px;
	padding: .45em 0;
	list-style: none;
	font-size: 1.5em;
	text-align: center;
}
	
#navigation li {
	display: inline;
	padding: 0 .5em;
}

#navigation a {
	text-decoration: none;
}

#navigation a:hover {
	color: #030;
}
	
/* -- Categories -- */
#categories {
	float: left;
	padding: 0 10px 10px 14px;
	width: 130px;
	font-size: 1.2em;
	text-align: center;
}

#categories h2 {
	margin: .5em 0 0;
	text-indent: -9999px;
	overflow: hidden;
}

#categories h2#header-basket {
	margin-top: 0;
	height: 24px;
	background: url(/images/backgrounds/text/your-basket.png) center top no-repeat
}

#categories #header-shopping {
	height: 25px;
	background: url(/images/backgrounds/text/shopping.png) center top no-repeat;
}

#categories #header-more-pages {
	height: 25px;
	background: url(/images/backgrounds/text/more-pages.png) center top no-repeat;
}

#categories ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#categories li a {
	display: block;
	padding: .5em 0;
	font-weight: bold;
	text-decoration: none;
}

#categories li a:hover {
	color: #f99;
}

#categories #product-search {
	margin: 1em 0;
}

#categories .expanded a {
	margin-left: 1em;
	padding: 4px 0;
	font-style: italic;
	font-size: smaller;
	font-weight: normal;
}

#categories .collapsed {
	display: none;
}
	
/* -- Page Content -- */
#content {
	float: right;
	padding: 10px;
	width: 586px;
	min-height: 500px;
	font-size: 1.2em;
}
	
/* -- Footer -- */
#footer {
	clear: both;
	padding: 23px 1em 0;
	height: 23px;
	text-align: center;
	background: #fdd 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;
}