@charset "utf-8";
/* -- Site-wide Style Sheet -- */
body {
	margin: 20px 0;
	padding: 0;
	font: 62.5% Verdana, Arial, Helvetica, sans-serif;
	background-color: #faf4ed;
	}
	
a:link, a:visited {
	color: #be4b44;
	}


h1, h2, h3 {
	margin: 0 0 .5em;
	font-family: Century, Georgia, serif;
	}

h1 {font-size: 2em; color: #BE4B44;}
h2 {font-size: 1.6em; color: #BE4B44;}
h3 {font-size: 1.4em; color: #BE4B44;}

p, table, fieldset {
	margin: 1em 0;
	}

legend {
	color: #000;
	}

/* -- Site Structure -- */
#wrapper {
	margin: 0 auto;
	width: 761px;
	background: transparent url(/images/backgrounds/page.gif);
	}
	
/* -- Header -- */
#header {
	height: 133px;
	text-indent: -9999px;
	overflow: hidden;
	background: #faf4ed url(/images/backgrounds/banner.gif);
	}
	
/* -- Navigation -- */
#navigation {
	height: 50px;
	font-size: 1.4em;
	background: #faf4ed url(/images/backgrounds/nav.gif);	
	}

#navigation ul {
	margin: 0 0 0 270px;
	padding: 0;
	width: 388px;
	height: 35px;
	list-style: none;
	}
	
#navigation li {
	display: block;
	float: left;
	}

#navigation a {
	display: block;
	margin: 0 5px;
	width: 87px;
	height: 35px;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(/images/backgrounds/nav-buttons.gif);
	}

#home:hover {
	background-position: 0 35px;
	}

#about-us {
	background-position: -87px 0;
	}

#about-us:hover {
	background-position: -87px 35px;
	}

#policies {
	background-position: -174px 0;
	}

#policies:hover {
	background-position: -174px 35px;
	}

#contact-us {
	background-position: -261px 0;
	}

#contact-us:hover {
	background-position: -261px 35px;
	}
	
/* -- Categories -- */
#categories {
	float: right;
	padding: 0 12px;;
	width: 151px;
	text-align: center;
	font-size: 1.2em;
	color: #fff;
	}

#categories h2 {
	margin: .25em 0;
	font-family: Century, Georgia, serif;
	color: #333;
	}
		
#categories ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#categories li a {
	display: block;
	padding: .5em 0;
	font-weight: bold;
	}

#categories li a:hover {
	color: #7f0b04;
	}

#categories #product-search {
	margin: 1em 0;
	}

#categories ul ul {
	max-height: 240px;
	overflow: auto;
	background-color: #fff;
	}

#categories .expanded a {
	padding: 2px 0;
	font-style: italic;
	font-size: smaller;
	font-weight: normal;
	text-decoration: none;
	}

#categories .collapsed {
	display: none;
	}

#simple-cart p {
	margin: .5em 0;
	font-weight: bold;
	}
	
/* -- Page Content -- */
#content {
	float: left;
	padding: 0 10px 0 30px;
	width: 546px;
	min-height: 500px;
	font-size: 1.2em;
	background: transparent url(/images/backgrounds/content.gif) no-repeat;
	}

#content h1 {
	display: inline;
	padding-right: 10px;
	font-family: Tahoma, Verdana, Arial, Helvetica, serif;
	font-size: 2.2em;
	color: #a52a2a;
	background: transparent url(/images/backgrounds/header.png) right top no-repeat;
	}

#content p {
	line-height: 1.5;
	}
	
/* -- Footer -- */
#footer {
	clear: both;
	padding: 68px 20px 0;
	height: 29px;
	text-align: center;
	background: #faf4ed url(/images/backgrounds/footer.gif);
	}
	
#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;
	}