@charset "utf-8";
/* -- Site-wide Style Sheet -- */
body {
	margin: 20px 0;
	padding: 0;
	font: 62.5% georgia;
	background: url(/images/backgrounds/bg.jpg);
	}
a:link {
	text-decoration: none;
	Color: #F9EDD5;
}
a:visited {
	text-decoration: none;
	color: #F9EDD5;
}
a:hover {
	text-decoration: underline;
	color: #F9EDD5;
}
h1,
h2,
h3 {
	margin: 0 0 .5em;
	}
h1 {
	font-size: 2em;
	Color: #453420;
	}
h2 {
	font-size: 1.6em;
	Color: #453420;
	}
h3 {
	font-size: 1.4em;
	Color: #453420;
	}
p, table, fieldset {
	margin: 1em 0;
	}
legend {
	color: #000;
	}

/* -- Site Structure -- */
#wrapper {
	margin: 0 auto;
	width: 760px;
	background: url(/images/backgrounds/nav1.jpg);
        border: 2px solid #862014;
	}
	
/* -- Header -- */
#header {
	height: 220px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(/images/backgrounds/melissa-banner6.jpg);
	}
	
/* -- Navigation -- */
#navigation {
	padding: 5px 0;
	width: 760px;
	text-align: center;
	Background: #862014;
	Color: #453420;
        }
#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: 0 0.3em;
	}


#navigation a {
	text-decoration: none;
	font-style: bold;
	font-size: 14px;
}
	
#navigation a:hover {
	text-decoration: underline;
	color: #F9EDD5;
	
}
	
/* -- Side bar -- */
#categories {
	float: left;
	padding: 10px;
	width: 130px;
	font-size: 1.2em;
	background: ;
	}
#categories h2 {
	margin: .5em 0;
	}
#categories ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#categories li a {
	display: block;
	padding: .5em 0;
	font-weight: bold;
	}
#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;
	}
	
/* -- Page Content -- */
#content {
	float: right;
	padding: 10px;
	width: 590px;
	min-height: 500px;
	line-height: 1.5;
	font-size: 1.2em;
	color: #513E2A;
	}
#content a:link,
#content a:visited,
#content a:hover {
 color: #513E2A;
}
	
/* -- Footer -- */
#footer {
	clear: both;
	padding: .5em;
	text-align: center;
	background: #862014;
	}
#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;
	}