* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #8AA185;
	text-align: center;
	font-size: 11px;
	font-family: Verdana, sans-serif;
}

img {
	border:0;
}

#container {
	position: relative;
	width: 911px;
	margin: 20px auto 20px auto;
	background-color: #9DA57A;
}

#header {
	width: 911px;
	height: 78px;
	background: #FFF url(../images/header_back.jpg) repeat-y top left;
}

#sidebar {
	float: left;
	width: 241px;
	background-color: #9DA57A;
	text-align: left;
}
#sidebar h2 {
	font-size: 15px;
	color: #FFF;
}
#sidebar h3 {
	font-size: 12px;
	margin: 10px 0px 5px 0px;
	padding: 10px 0 0 0;
}
#sidebar p {
	clear: both;
	padding: 5px 0px 5px 0px;
}


#browse_container {
	width: 241px;
	background-color: #ABA454;
/*  Reduce bottom by half now that we have separate Browse and Search boxes */
/*	padding: 10px 0px 10px 0px; */
	padding: 10px 0px 5px 0px;
}
#browse {
	width: 211px;
	background-color: #DCB353;
	margin: 0px auto 0px auto;
	padding: 5px 5px 5px 5px;
}
#browse h3 {
	color: white;
}
#browse select {
	float: left;
	width: 170px;
	margin: 10px 0px 0px 0px;
}

#search_container {
	width: 241px;
	background-color: #ABA454;
/*  Reduce top by half now that we have separate Browse and Search boxes */
/*	padding: 10px 0px 10px 0px; */
	padding: 5px 0px 10px 0px;
}
#search {
	width: 211px;
	background-color: #DCB353;
	margin: 0px auto 0px auto;
	padding: 5px 5px 5px 5px;
}
#search h3 {
	color: white;
}
#search select {
	float: left;
	width: 170px;
	margin: 10px 0px 0px 0px;
}

#keyword {
	width: 100px;
	height: 17px;
}
#search_button {
	clear: right;
	width: 61px;
	height: 21px;
	background: url(../images/search_button.jpg) no-repeat top left;
	border: none;
	text-indent: -9000px;
	margin: 0px 0px 0px 6px;
	cursor: pointer;
}
.select_button {
	float: left;
	clear: right;
	width: 11px;
	height: 11px;
	margin: 14px 0px 0px 8px;
	background: url(../images/button1.jpg) no-repeat top left;
}

#bestseller_container {
	padding: 10px 0px 10px 0px;
}
.bestseller {	
	width: 213px;
	background-color: #989F71;
	margin: 0px auto 2px auto;
	padding: 4px 4px 4px 4px;
}
.bestseller img {
	float: left;
	margin: 2px 2px 2px 2px;
}
.bestseller h3 {
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
	color: black;
}

#content_container {
	text-align: left;
	float: left;
	clear: right;
	width: 660px;
	background-color: #557985;
	padding: 10px 0px 10px 10px;
}

#content {
	width: 640px;
	background-color: #678792;
	padding: 2px;
}

#footer {
	width: 911px;
	float: left;
}

#navigation {
	float: right;
	margin: 30px 20px 0px 0px;
}
#navigation li {
	display: inline;
	margin: 0px 4px 0px 4px;
}
#navigation li a {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}

h1 {
	float: left;
	background: #FFF url(../images/title.jpg) no-repeat top left;
	width: 456px;
	height: 78px;
	text-indent: -9000px;
}

.clearing {
	clear: both;
}

#symbol {
	position: absolute;
	left: 475px;
	top: 0px;
	background: url(../images/symbol.jpg) no-repeat top left;
	width: 126px;
	height: 101px;
}

#featured1 {
	float: left;
	width: 405px;
	height: 369px;
	margin: 4px 5px 20px 2px;
	background-color: #CCD7DB;
}
#featured1 h2 {
	margin: 1px 1px 1px 1px;
	background-color: #557985;
	width: 403px;
	height: 17px;
	text-align: center;
	
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	
	font-family: Verdana, sans-serif;
}

#featured2 {
	float: left;
	width: 205px;
	height: 369px;
	margin: 4px 5px 20px 5px;
	background-color: #DBD0CC;
}
#featured2 h2 {
	margin: 1px 1px 1px 1px;
	background-color: #395B7D;
	width: 203px;
	height: 17px;
	text-align: center;
	
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	
	font-family: Verdana, sans-serif;
}

#featured3 {
	clear: left;
	float: left;
	width: 205px;
	height: 390px;
	margin: 4px 5px 20px 2px;
	background-color: #DBD0CC;
}
#featured3 h2 {
	margin: 1px 1px 1px 1px;
	background-color: #395B7D;
	width: 203px;
	height: 17px;
	text-align: center;
	
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	
	font-family: Verdana, sans-serif;
}

#featured4 {
	float: left;
	width: 405px;
	height: 390px;
	margin: 4px 5px 20px 5px;
	background-color: #CCD0DB;
}
#featured4 h2 {
	margin: 1px 1px 1px 1px;
	background-color: #557985;
	width: 403px;
	height: 17px;
	text-align: center;
	
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	
	font-family: Verdana, sans-serif;
}

#footer {
	text-align: left;
	font-weight: bold;
	width: 811px;
	background-color: #8AA185;
	padding: 10px 0px 10px 100px;
}
#footer img {
	float: right;
}

#content_area {
	margin: 15px 0px 0px 0px;
	background-color: #D8DBCC;
	padding: 0px 4px 10px 4px;
}

.featured_item img {
	float: left;
	clear: right;
	margin: 4px 8px 4px 6px;
}
.featured_item p {
	margin: 22px 10px 0 0px;
}
.featured_title {
	font-size: 14px;
	font-weight: bold;
	margin: 4px 20px 8px 6px;
}
.featured_more {
	margin: 10px 0 0 10px;
}

.featured_also {
	width: 385px;
	margin: 30px 0 0 12px;
	border-left: 1px solid white;
	border-top: 1px solid white;
	clear: both;
}
.featured_also h3 {
	background-color: #A8BBC2;
	margin: 0 0 6px 20px;
	border: 1px solid white;
	font-size: 11px;
	font-weight: bold;
	border-top: 0;
	float: left;
	clear: right;
	padding: 2px 16px 2px 8px;
}
.featured_also ul {
	padding: 8px;
	clear: both;
	margin-left: 1em;
	list-style: square url(../images/featured_bullet.gif);
}
.featured_also li {
	margin: 0 0 4px 0;
}
.featured_also p {
	margin: 0 0 0 18px;
	padding: 0;
}

.hang_right {
	float: right;
	margin: 0 12px 0 0;
}

a {
	color: black;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.productnamecolorLARGE {
	font-size: 14px;
	font-weight: bold;
}

.productnamecolor {
	font-size: 13px;
	font-weight: bold;
}

.pricecolor {
	font-size: 10px;
	font-weight: normal;
}

.productnamecolorsmall  {
	font-size: 11px;
	font-weight: bold;
}

.colors_text {
	font-size: 11px;
	font-weight: normal;
}

.pricecolorsmall {
	font-size: 11px;
	font-weight: normal;
}