@charset "utf-8";
/* SITE-WIDE STYLE SHEET */

/* ------ HTML Declarations ------ */
body {
	margin: 10px 0 0;
	padding: 0;
	font: 62.5% Tahoma, Arial, Helvetica, sans-serif;
	color: #000;
	background: #fff;
	}
a:link,
a:visited {
	color: #000;
	}
h1,
h2,
h3 {
	margin: 0 0 .5em;
	text-transform: uppercase;
	}
h1 {
	font-size: 1.5em;
	}
h2 {
	font-size: 1.4em;
	}
h3 {
	font-size: 1.3em;
	}
p, table, fieldset {
	margin: 1em 0;
	}
legend {
	color: #000;
	}

/* ------ Website Layout ------ */
#wrapper {
	position: relative;
	margin: 0 auto;
	width: 1024px;
	background: #fff url(/images/backgrounds/sidebar.png) 0 45px;
	}
	
/* -- Header -- */
#header {
	height: 129px;
	text-indent: -9999px;
	background-image: url(/images/backgrounds/banner.png);
	}
#header h1 a {
	display: block;
	width: 442px;
	height: 108px;
	}

/* -- Side bar -- */
#categories {
	float: left;
	padding: 0 0 0 20px;
	width: 130px;
	font-size: 1.2em;
	}
#categories ul {
	margin: 0 0 190px;
	padding: 0;
	list-style: none;
	}
#categories ul ul {
	margin: 0;
	}
#categories li {
	display: block;
	padding: 5px 0;
	border-bottom: 1px dotted #666;
	}
#categories li li {
	padding: 2px 0;
	border-bottom: none;
	}
#categories li a {
	color: #000;
	font-size: 15px;
	text-decoration: none;
	}
#categories li li a {
	font-size: 13px;
	}
#categories li a:hover {
	color: #000;
	}
#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: 13px;
	left: 868px;
	width: 100px;
height: 100px;
	text-align: center;
	}
#simple-cart h2 {
	margin: 0;
	}
#categories #simple-cart h2 a {
	text-transform: none;
	text-decoration: none;
	font-size: 15px;
	font-weight: normal;
	color: #000;
	}
#simple-cart p {
	margin: 5px 0 0;
	padding-bottom: 5px;
	border-bottom: 1px dotted #666;
	}
#categories #simple-cart li {
	border-bottom: none;
	}
#categories #simple-cart a {
	font-size: 13px;
	}
#quick-search {
	position: absolute;
	top: 13px;
	left: 550px;
	padding-bottom: 5px;
	width: 190px;
	text-align: center;
	}
#categories #quick-search ul {
	margin-top: 5px;
	border-top: 1px dotted #666;
	}
#categories #quick-search li {
	padding: 5px 0 0;
	border-bottom: none;
	}
#categories #quick-search li a {
	text-transform: uppercase;
	font-size: 13px;
	}
#categories #simple-cart a:hover,
#categories #quick-search a:hover {
	text-decoration: underline;
	}
#quick-search input {
	display: none;
	}
#quick-search input#keywords {
	display: inline;
	width: 130px;
	background-color: #f4f7a3;
	border: 1px solid #666;
	}
#sidebar-content {
	position: absolute;
	left: 0;
	bottom: 40px;
	padding-left: 20px;
	width: 130px;
	}
#credit {
	margin-top: 2em;
	font-size: 10px;
	}
#credit a {
	white-space: nowrap;
	}
	
/* -- Page Content -- */
#content {
	float: right;
	padding: 10px 40px 10px 0;
	width: 740px;
	min-height: 500px;
	line-height: 1.5;
	font-size: 1.2em;
	}
	
/* -- Footer -- */
#footer {
	clear: both;
	padding-left: 200px;
	font-size: 1.2em;
	background: transparent url(/images/backgrounds/footer.png) left bottom no-repeat;
	}
#subnavigation {
	padding: 10px 0 20px;
	border-top: 1px dotted #666;
	}
#subnavigation:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	visibility: hidden;
	}
#subnavigation a {
	text-decoration: none;
	}
#subnavigation a:hover {
	text-decoration: underline;
	}
#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#nav-1 {
	float:left;
	}
#nav-2 {
	float: right;
	}
#nav-1 li,
#nav-2 li {
	float: left;
	padding-right: .5em;
	}
#nav-1 li:after,
#nav-2 li:after {
	content: " |";
	}
#nav-1 li:last-child:after,
#nav-2 li:last-child:after {
	content: "";
	}
	
/* -- 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;
	}

/* ------ 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;
	}