/*
naturesong styles - summer 2006
basic colors are:
darkBrown:			#746429(standard text)
lightBrown			#948757	(menu text)
green:				#5D985A  (areas) 
darkGreen:			#3B7C37  (hilight text)
*/
746429
.color_1 { 
	color: #84753F;	/* std text */
}
.color_2 {
	color: #948757	/* blue area */
}
.color_3 {
	color: #5D985A;	/* blue text */
}

body {
	background-color: #FFF;
	color: #84753F;
	margin: 0px 0px 0px 0px;
}

#headercontainer {
	border: 0px solid #FF8C00;
	width: 980px;
	height: 140px;
	background-color: #FFF;
}
#header {
	border: 0px solid Red;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 980px;
	height: 140px;
	background-image: url(http://www.naturesongyarn.com/logo/logo.jpg);
	background-repeat: no-repeat;
}

#logo {
	width: 980px;
	height: 140px;
	border: 0px;
}

a {
	text-decoration: underline;
	color: #5D985A;
}

a:hover {
	text-decoration: underline;
}

.menu {
	border: 0px solid Red;
	margin-left: 10%;
	margin-bottom: 0.3em;
	padding: 0px 0px 0px 0px;
	white-space: nowrap;
	font-weight: bold;
	color: #99843D;
}

.menu a {
	border: 0px solid Blue;
	text-decoration: none;
	color: #99843D;
}
.menu a:hover {
	text-decoration: underline;
}
.menufocus {
	margin-left: 10%;
	margin-bottom: 0.3em;
	padding: 0px 0px 0px 0px;
	white-space: nowrap;
	font-weight: bold;
	color: #3B7C37;
}

.menufocus a {
	border: 0px solid Red;
	text-decoration: none;
	color: #3B7C37;
}
#menucontainer #upsellarea {
	border: 0px solid Red;
	margin-left: 10%;
	padding: 10px 0px 10px 0px;
}

 #upsellarea p {
 	line-height: 1.3em;
	margin: 1.0em 0em 1.0em 0em;
 }
 
div.horizontalrule {
	width:100%;
	height: 16px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #FFFFFF;
	border: 0px 0px 1px 0px;
	border-bottom: 1px solid #84753F;
	font-size: 4px;
}

div.horizontalrule span {
	white-space: nowrap;
	float: right;
	text-align: right;
	width: 31px;
	height: 16px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#rule
{
	background-image: url(http://www.naturesongyarn.com/logo/leaf.gif);
	background-repeat: no-repeat;
	padding-bottom: 2px;
}

#contentcontainer > div.topic >span {
	height: 13px;
}

 img {
 	margin-top: 0.4em;
 }
#icons img {
	padding: 2px 2px 2px 2px;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
}

 #logo {
 	margin-top: 0px;
}

#largeImageDiv {
	display: block; 
	height: 275px; 
	width: 450px; 
	overflow: hidden; 
	visibility: visible; 
	border: 2px solid #5D985A; 
}

#productDiv{
	border: 0px solid Blue;
	float: right;
	width: 450px;
	margin-left: 20px;
}
#coloroptionscontainer{
	visibility: hidden;
	display: none;
}

.booktitle {
	font-weight: bold;
}

.price {
	font-weight: bold;
	color: #5D985A
}

.orderbutton {
	border: 1px solid #5D985A;
	background-color: #FFF;
	color: #4e9642;
	font-weight: bold;
	width: 6em;
	margin-bottom: 1.0em;
}
h3 {
	color: #3B7C37;
	font-family: Georgia, "Times New Roman", serif;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 1px;
}
h4 {
	color: #3B7C37;
}

li {
	list-style-image: url(../logo/leaf.gif);
}
#closewindow {
	float: right;
	margin: 4px 20px 0 0;
	font-size: 0.8em;
	}
#colorway {
	float: left;
	margin: 4px 0 0 20px;
	font-family: Georgia, "Times New Roman", serif;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 1px;
}

#colorname{
	float: left;
	margin: 0px 0 0 0px;
	font-family: Georgia, "Times New Roman", serif;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 1px;
}

.searchTermsBox, .zoom_searchbox {
	border: 1px solid #99845C;
	
}

.searchButton, .zoom_button {
	border: 1px solid #99845C;
	background-color: #FFF;
	color: #99845C;
}
