@charset "utf-8";
/* -- Site-wide Style Sheet -- */
body {
	margin: 0;
	padding: 0;
	font: 62.5% Arial, Helvetica, sans-serif;
	color: #777;
	background-color: #ffe6e6;}

a {
	color: #c66;
}

h1, h2, h3 {
	font-family: "Times New Roman", Times, serif;
	color: #036;
	margin: 0 0 .5em;}

p, table, fieldset {
	margin: 1em 0;}
	
legend {
	color: #036;}

h1 {font-size: 2em;}
h2 {font-size: 1.6em;}
h3 {font-size: 1.4em;}

/* -- Site Structure -- */
#wrapper {
	margin: 0 auto;
	width: 953px;
	background: url(/images/backgrounds/page.png) 0 -16px repeat-y;}
	
/* -- Header -- */
#header {
	height: 171px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(/images/backgrounds/banner.jpg) no-repeat;}
	
/* -- Navigation -- */
#navigation {
	position: relative;
	padding: 5px 0 0 360px;
	font: 1.4em "Times New Roman", Times, serif;
	height: 63px;
	overflow: hidden;
	background: url(/images/backgrounds/navigation.jpg);}

#navigation ul {
	float: left;
	margin: 0 ;
	padding: 5px 0 12px 0;
	list-style: none;
	background: url(/images/backgrounds/nav-flower.png) right -5px no-repeat;}
	
#navigation li {
	display: inline;
	padding-right: .7em;}

#navigation a {
	text-decoration: none;
	color: #007d7a;}

#navigation a:hover {
	color: #be0221;
}

#navigation a.selected {
	color: #be0221;
}

#navigation input {
	margin-right: 39px;
}

#navigation .search-box {
	margin-right: 0;
}

#navigation #nav-blog {
	font-weight: bold;
	font-style: italic;
}

#navigation #nav-viewcart {
	position: absolute;
	right: 35px;
	bottom: 10px;
	padding-right: 0;
	width: 100px;
	text-align: right;
	font-weight: bold;
	font-style: italic;
}

#navigation #keywords {
	width: 115px;
}

#quick-search input {
	margin: 0;
}
	
/* -- Categories -- */
#categories {
	clear: both;
	float: left;
	padding-top: 58px;
	width: 273px;
	font: 1.6em "Times New Roman", Times, serif;
	background: transparent url(/images/backgrounds/nav-bottom.jpg) right top no-repeat;
}


#categories ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background: url(/images/backgrounds/shop.png) 35px -67px no-repeat;}

#categories ul ul {
	margin: 0;
	background: none;
}

#categories li {
	display: block;
	padding: 6px 6px;
}

#categories a {
	display: block;
	padding: 10px 0 0 35px;
	height: 20px;
	text-decoration: none;
	font-weight: bold;
	color: #099;
	background: url(/images/backgrounds/flower-bullet.gif) 0 4px no-repeat;}

#categories a:hover {
	color: #9a6058;
	background-position: 0 -25px;}

#categories li.root.selected a {
	font-weight: bold;
	color: #da877c;
	background-position: 0 -57px;
}

#categories li.root.selected li a {
	font-weight: normal;
}
	
#categories .collapsed {
	display: none;
}

#categories .expanded a {
	color: #da877c;
}

#categories li.root.selected li.expanded.selected a {
	font-weight: bold;
	color: #9a6058;
}

#categories li.root.selected li.expanded a:hover {
	color: #9a6058;
}

#categories li li a {
	padding: 16px 0 0 29px;
	height: 14px;
	background: none;
}

#categories #receive-updates {
	margin: 0 0 0 27px;
	width: 211px;
	height: 46px;
	text-indent: -9999px;
	background-image: url(/images/backgrounds/receive-updates.png);
}

#categories #header-shopping {
	margin: 8px 0 0 35px;
	width: 215px;
	height:67px;
	text-indent: -9999px;
	background-image: url(/images/backgrounds/shop.png);
}

#categories form {
	margin: 0 0 0 27px;
}

#categories #ea {
	width: 140px;
}

#categories #sidebar-cart {
	font-weight: bold;
	font-style: italic;
}

#subnavigation {
	padding: 35px 0 0;
}
	
/* -- Page Content -- */
#content {
	float: left;
	width: 640px;
	padding-right: 40px;
	min-height: 700px;
	line-height: 2;
	font-size: 1.2em;}

#content:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
	visibility: hidden;}	
	
/* -- Footer -- */
#footer {
	clear: both;
	padding: .5em;
	text-align: center;
	font-family: Georgia, serif;}
	
#footer p {
	margin: 0;}
