@charset "utf-8";
/* -- Site-wide Style Sheet -- */
body {
	margin: 20px 0;
	padding: 0;
	font: 62.5% Georgia, serif;
	background: #fff url(/images/backgrounds/gr_back5.jpg) fixed;
}

a {
	font-weight: bold;
	color: #996;
	text-decoration: none;
}

a:visited {
	color: #cc9;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

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 {
	margin: 0 auto;
	width: 764px;
	background: #e6dead url(/images/backgrounds/repeat-page.png);
	border: 1px solid #71743d;
}
	
/* -- Header -- */
#header {
	height: 120px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(/images/backgrounds/banner.jpg);
}
	
/* -- Navigation -- */
#navigation {
	font-size: 1.2em;
	background: #e6dead;
	border-top: 1px solid #71743d;
	border-bottom: 1px solid #71743d;
}

#navigation:after {
	content: ".";
	display: block;
	clear: left;
	height: 0;
	visibility: hidden;
}

#navigation ul {
	margin: 0;
	padding: .5em 0;
	list-style: none;
	text-align: center;
}
	
#navigation li {
	display: inline;
	padding: 0 0.5em;
line-height: 1.5;
}

#navigation a {
	color: #585a30;
	text-decoration: none;
}

#navigation a:hover {
	color: #282a00;
	text-decoration: underline;
}
	
/* -- Categories -- */
#categories {
	float: left;
	padding: 10px;
	width: 134px;
	font-size: 1.2em;
}

#categories h2 {
	text-align: center;
	color: #585a30;
}
	
#categories ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#categories a {
	color: #b85f75;
	font-weight: bold;
}

#categories li a {
	display: block;
	padding: .5em 0;
	text-decoration: none;
}

#categories a:hover {
	color: #881f35;
}

#categories #simple-cart {
	text-align: center;
}

#categories #quick-search {
	margin-bottom: 10px;
	text-align: center;
}

#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: 590px;
	min-height: 500px;
	font-size: 1.2em;
}
	
/* -- Footer -- */
#footer {
	clear: both;
	padding: .5em;
	text-align: center;
	background: #e6dead;
	border-top: 1px solid #71743d;}
	
#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 {
	color: #0c0;
}

.error {
	color: #f00;
}

.section-divider {
	clear: both;
}