@charset "utf-8";
/* -- Site-wide Style Sheet -- */
body {
	margin: 20px 0;
	padding: 0;
	font: 62.5% Arial, Helvetica, sans-serif;
	background: url(/images/backgrounds/back3.jpg);
}

hr {
	height: 0;
	background-color: #8E0606;
	border: 1px solid #8E0606;
}


legend {
	color: #8E0606;}
	
a:link {
	color: #8E0606;
}
a:visited {
	color: #8E0606;
}
	 
a:hover{
	color: #8E0606;
}
	 




h1, h2, h3 {
	margin: 0 0 .5em;
}

h1 {font-size: 2em; color:#8E0606;}
h2 {font-size: 1.6em; color:#8E0606;}
h3 {font-size: 1.4em; color:#8E0606;}

p, table, fieldset {
	margin: 1em 0;
}

/* -- Site Structure -- */
#wrapper {
	position: relative;
	margin: 0 auto;
	width: 760px;
	background: url(/images/backgrounds/cat.jpg);
	border: 2px dashed #8C0B0F;
}
	
/* -- Header -- */
#header {
	height: 200px;
	text-indent: -9999px;
	overflow: hidden;
	background: #FFFFD9 url(/images/backgrounds/banner.jpg);
}
	
/* -- Navigation -- */

#navigation {
	
	padding: 5px 0;
	overflow: hidden;
	font-size: 1.2em;
	text-align: center;
	background: #F4C9D3;}

#navigation:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
	visibility: hidden;}	

#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;}
	
#navigation li {
	display: inline;
	padding: .5em;	}

#navigation a {
	color: #8E0606;
	font-size: 1.2em;
	text-decoration: none;}

#navigation a:hover {
	text-decoration: underline;
	color: #8E0606;}
	
/* -- Categories -- */
#categories {
	float: left;
	padding: 10px;
	width: 130px;
	font-size: 1.2em;
	
}

#categories #simple-cart {
	position: absolute;
	top: 30px;
	right: 30px;
	text-align: center;
}
	
#categories ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#categories li a {
	line-height: 2;
	font-weight: bold;
}

#categories p strong a {
	white-space: nowrap;
}

#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: 580px;
	min-height: 500px;
	font-size: 1.2em;
	background: #FEFED8;
	color: #9A0000;
}
	
/* -- Footer -- */
#footer {
	clear: both;
	padding: .5em;
	text-align: center;
	background: #F4C9D3;
	color:#8E0606;
}
	
#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;
}