body  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #4F8C0D;

}

.bodycol {
	background: #FFFFFF;
}
input {
	font-size: 12px;
	color: #CC6600;
	font-weight: bold;
}

#wrap {
	text-align: center;
	display: block;
	clear: both;
	width: 850px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;

}

#container {
	width: 850px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 10 auto 0;
	text-align: left;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;

} 

#headtable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: bold;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 180px;
	width: 850px;
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#headtable img {
	text-align: left;
	margin-top: 5px;
	margin-right: 20px;
	margin-left: 5px;
	float: left;
}
#headtable h1 {
	font-size: 16px;
	color: #4F8C0D;
}
#headtable #searchline {
	height: 20px;
	width: 400px;
	float: right;
}
#sidebar1 {
	float: left;
	width: 180px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 0 15px;
	vertical-align: top;
	clear: both;
	background-image: url(../images/sidefade.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;

}

#mainContent {
	margin: 0 10px 0 12em;
	width: 600px;
	vertical-align: top;
	text-align: left;
	border-top: 0px none;
	border-right: 1px none;
	border-bottom: 1px none;
	border-left: 1px none;
	padding-top: 10px;
	padding-left: 10px;
}	
#wrap #container #topnav {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FF6600;
	border-bottom-color: #62C42F;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #DAF2CC;
}


#navigation a {
	font:bold xx-small Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding:1px 2px 1px 10px;

} 
#navigation td {
	border-top: 1px solid #62C431;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

#navigation a:link {
	color: #4D8C0A;
	background: #C8E9CE;
}
#navigation a:active {
	color: #4D8C0A;
	background: #C8E9CE;
}
#navigation a:visited {
	color: #4D8C0A;
	background: #C8E9CE;
}
	
#navigation a:hover {
	color:#D87000;
	background-image: url(../images/little-sprouts.gif);
}
	
.navtableback {
	width: 150px;

}
		
.contenttable {
	background-color: #FFFFFF;
	padding: 10px;
}

.texttable {
	background: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align: left;
	padding: 10px;
	float: left;
	width: 600px;
}
.texttable h2 {
	font-size: 12px;
	color: #CC6600;
}

.texttable h1 {
	font-size: 12px;
	color: #CC6600;
}
#wrap #container #mainContent h1 {
	font-size: 14px;
	color: #D87300;
}

#wrap #container #mainContent p {
	font-size: 12px;
	color: #4E8C0D;
	font-weight: bold;
}


a {
	color: #D87300;
	text-decoration: none;
}


a:hover {
	color: #4E8B0C;
}
a.toplink:link {
	color: #62C42F;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}
a.toplink:active {
	color: #62C42F;
	text-decoration: none;
	font-weight: bolder;
	font-size: 12px;
}
a.toplink:visited {
	color: #62C42F;
	text-decoration: none;
	font-size: 12px;
}
a.toplink:hover {
	color: #FF6600;
	text-decoration: none;
	font-size: 12px;
}

/* Miscellaneous classes for reuse */

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */

	float: right;

	margin-left: 8px;

}

.fltlft { /* this class can be used to float an element left in your page */

	float: left;

	margin-right: 8px;

}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */

	clear:both;

    height:0;

    font-size: 1px;

    line-height: 0px;

}

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: bold;
	background-image: url(../images/organic-food-children.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 20px 0px 0px;
	height: 157px;
	width: 850px;
}
.subHeader {
	font:bold xx-small Verdana, Arial, Helvetica, sans-serif;
	color: #D87300;
	letter-spacing:.1em;
	width: 150px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #61C52F;
}
#wrap #container #sidebar1 #navigation #moremenu table {
	background-color: #FFFFFF;
}


/*shop elements */

.shopthumbnail {
	padding: 1px 3px 1px 1px;
	float: left;
	width: 50px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.buybutton {
	float: right;
}
h3 {
	font-size: 14px;
	color: #D87301;
	letter-spacing: 0.1em;
}
#wrap #container #headtable #searchline .searchinput {
	font-size: 11px;
	font-weight: bold;
	color: #D87300;
}
.submit {
	font-size: 12px;
	font-weight: bold;
	color: #D87300;
}
.imgright {
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 10px;
}
.under {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
}
