@charset "utf-8";
/* -- Site-wide Style Sheet -- */
body {
	margin: 20px 0;
	padding: 0;
	font: 62.5% "Comic Sans MS", Arial, Helvetica, sans-serif;
	color: #000;
	background: #fff url(/images/backgrounds/floral.png);
}

a {
color: #900;
}

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: #ed2124;
}

/* -- Site Structure -- */
#top {
margin: 0 auto;
width: 768px;
height: 37px;
background: url(/images/backgrounds/top.gif);
}

#wrapper {
	margin: 0 auto;
	width: 768px;
	background: url(/images/backgrounds/repeat-page.gif);
}

#wrapper:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
	
/* -- Header -- */
#header {
	float: right;
	width: 564px;
	height: 119px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(/images/backgrounds/header.gif) left bottom;
}
	
/* -- Categories -- */
#sidebar {
	float: left;
	width: 204px;
	text-align: center;
	font-size: 1.2em;
}

#sidebar a {
	color: #000;
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

#shopping {
	background-image: url(/images/backgrounds/repeat-green.gif);
}

#categories p {
	margin-left: 16px;
}

#categories #keyword-search {
	margin-bottom: 10px;
}


#categories #header-basket {
	margin: 0;
	height: 111px;
	text-indent: -9999px;
	background: url(/images/backgrounds/basket.gif) left bottom no-repeat;
}

#categories #header-shopping {
	height: 39px;
	text-indent: -9999px;
	background: url(/images/backgrounds/shopping.gif);
}

#categories #simple-cart {
	margin-top: -70px;
}

#categories input, #categories select {
	margin-left: 16px;
}
	
#categories ul {
	margin: 0;
	padding: 0 0 30px 7px;
	list-style: none;
	background: url(/images/backgrounds/green-box-bottom.gif) 0 100% no-repeat;
}

#categories ul ul {
	margin: 0;
	padding: 0;
	padding-bottom: 0;
	background: none;
}

#categories li {
	padding: 5px;
}

#categories li a {
	padding: 5px 0 5px 11px;
}

#categories li a:hover {
	text-decoration: none;
	background: url(/images/backgrounds/bean-bullet-green.png) left center no-repeat;
}

#categories .expanded a {
	padding: 0 0 0 11px;
	font-style: italic;
	font-weight: normal;
	color: #9af5bc;
}

#categories .collapsed {
	display: none;
}

#categories .search-button {
margin-left: 0;
}

/* -- Navigation -- */
#navigation {
	margin-top: 10px;
	background: url(/images/backgrounds/repeat-yellow.gif);
}

#navigation h2 {
	margin: 0;
	height: 135px;
	text-indent: -9999px;
	background: url(/images/backgrounds/more-pages.gif);
}

#navigation ul {
	margin: -85px 0 0 0;
	padding: 0 0 43px 16px;
	min-height: 180px;
	list-style: none;
	background: url(/images/backgrounds/yellow-box-bottom.gif) 0 100% no-repeat;
}
	
#navigation li {
	display: block;
	padding: 5px;
}

#navigation a {
	padding: 5px 11px;
}

#navigation a:hover {
	text-decoration: none;
	background: url(/images/backgrounds/bean-bullet.png) left center no-repeat;
}
	
/* -- Page Content -- */
#content {
	float: right;
	padding: 0 20px;
	width: 524px;
	min-height: 500px;
	font-size: 1.2em;
	background: url(/images/backgrounds/header-bar.png) 20px 0 no-repeat;
}

#content h1 {
	margin: 0 0 .4em .2em;
	line-height: 1.3;
	color: #fff;
}
	
/* -- Footer -- */
#footer {
	clear: both;
margin: 0 auto;
	padding-top: 9px;
width: 768px;
	height: 30px;
	text-align: center;
	background: url(/images/backgrounds/footer.gif) no-repeat;
}
	
#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;
}

.divider {
	height: 40px;
	visibility: hidden;
}