@charset "utf-8";
/* SITE-WIDE STYLE SHEET */

/* ------ HTML Declarations ------ */
body {
	margin: 20px 0;
	padding: 0;
	font: 62.5% Georgia, "Times New Roman", serif;
	background: #b5a089 url(/images/backgrounds/damask.gif);
	}
a:link,
a:visited {
	color: #ffe6e6;
	}
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;
	}
fieldset {
	border: 1px solid #fff;
	}
legend {
	color: #ffe6e6;
	}

/* ------ Website Layout ------ */
#wrapper {
	margin: 0 auto;
	width: 760px;
	}
	
/* -- Header -- */
#header {
	height: 150px;
	text-indent: -9999px;
	background: transparent url(/images/backgrounds/banner.gif) center center no-repeat;
	}
	
/* -- Navigation -- */
#navigation {
	margin: 10px 0;
	width: 760px;
	font-size: 1.4em;
	border-width: 1px 0;
	border-style: solid;
	border-color: #ffe6e6;
	}
#navigation ul {
	margin: 0;
	padding: 10px 0;
	list-style: none;
	text-align: center;
	}
#navigation li {
	display: inline;
	padding: 0 .5em;
	}
#navigation a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	}
#navigation a.selected {
	font-weight: bold;
	}
	
/* -- Side bar -- */
#categories {
	float: left;
	padding: 0 10px 10px;
	width: 170px;
	font-size: 1.2em;
	color: #ffe6e6;
	}
#categories h2 {
	margin: 1em 0 0;
	text-transform: uppercase;
	color: #ffe6e6;
	font-size: 1.2em;
	}
#categories ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#categories ul ul {
	margin-bottom: 1em;
	}
#categories li a,
#categories li .parent-cat {
	line-height: 1.5;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: bold;
	color: #ffe6e6;
	}
#categories li li a,
#subnavigation li a,
#simple-cart li a {
	text-transform: none;
	font-size: 1em;
	font-weight: normal;
	color: #fff;
	}
#categories li li a:hover,
#subnavigation li a:hover,
#simple-cart li a:hover {
	text-decoration: underline;
	}

#categories #product-search {
	margin: 1em 0;
	}
	
/* -- Page Content -- */
#content {
	float: right;
	margin-bottom: 10px;
	padding: 10px;
	width: 550px;
	min-height: 650px;
	line-height: 1.5;
	font-size: 1.2em;
	color: #fff;
	background-image: url(/images/backgrounds/kraft.jpg);
	}
	
/* -- Footer -- */
#footer {
	clear: both;
	padding: 1em;
	text-align: center;
	font-size: 1.1em;
	color: #fff;
	border-width: 1px 0;
	border-style: solid;
	border-color: #ffe6e6;
	}
#footer p {
	margin: 0;
	}
#footer a {
	color: #fff;
	}
	
/* -- 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;
	}
