/* GLOBAL */

* {
margin: 0;
padding: 0;
}

body {
	background: #3fab82;
	text-align: center;
	/*color: #CCCCCC;*/
}

.page {
	background-image: url(../graphics/page_back4.gif);
   	background-repeat: repeat-y;
   	margin: 0 auto;
   	width: 850px;
   	/*background-color: #ffffff;*/
}

.page h1 {
	font-size: 150%;
	font-weight: bold;
}
.page h2 { font-size: 120%; font-weight: bold; }
.page h3 { font-size: 100%; font-weight: bold; }
.page p {padding-top: 10px;}

/* Header */

.header {
	margin: 0px;
   	padding: 0px;
}

.header .logo {
   	/*background-image: url(../graphics/logo_top.gif);*/
   	width: 850px;
   	height: 160px;
   	float: left;
}

.banner{
   	margin: 0px 0px 0px 1px;
   	padding: 0px;
   	width: 850px;
   	height: 132px;
   	text-align: center;
   	clear: both;
}

.banner img {
   	vertical-align: top;
}

.banner img.mult {
   	margin-left: -1px;
   	/*background: #0c4c34;*/
}

/* Menu */

.menu {
	background-image: url(../graphics/menu.gif);
	padding: 0px;
   	width: 850px;
	height: 30px;
}

.menu h2 {
	display: none;
	color: #CC0066;
}

.menu ul {
	margin-left: 26px;
	padding-top: 3px;
	list-style: none;
}

.menu li {
	display: inline;
}

.menu a {
	display: block;
	float: left;
	height: 27px;
	padding: 0px 10px 0px 10px;
	border-right: 2px solid #99ffff;
	/* text-transform: lowercase;*/
	text-decoration: none;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
        color: #99ffff;
}

.menu .oshtemo a{
 	height: auto;
	padding: 2px 20px 0 20px;
}

.menu a:hover, .menu .active a {
	background-color: #000000;
}

.menu_sub {
	width: 803px;
	margin: 0px 0px 0px 24px;
	height: 27px;
	background-color: #339999;
}

.menu_sub ul {
	margin: 0;
	list-style: none;
}

.menu_sub li {
	display: inline;
}

.menu_sub a {
	display: block;
	float: left;
	height: 25px;
	padding: 2px 5px 0px 5px;
	border-right: 1px solid #99ffff;
	text-decoration: none;
	text-align: center;
	color: #99ffff;
}

.menu_sub a:hover, #menu_sub .active a {
	background-color: #0099FF;
}

/* Content */

.content {
	width: 530px;
	text-align: left;
	font-size: 16px;
	margin: 2px 0px 10px 45px;
	padding: 0px 45px 0px 0px;
}

.content ul {
	padding-left: 0;
	margin-left: 0;
	font-weight: bold;
}

.content ol {
	padding: 5px 0px 0px 5px;
	margin-left: 20px;
}

.content li {
	padding: 0 0 7px 5px;
	margin-left: 0;
}

.content .expanded {
 	width:  760px;
}

.content .expanded .notes {
   	font-size: 120%;	
}

.content .expanded .legend {
   	font-size: 75%;  	
}

.content .expanded .sunlogo {
   	width: 35px;
   	height: 34px;
   	float: left;
   	margin-right: 5px;
}

.content .expanded img {
	float: left;
	margin-right: 8px;
	margin-top: 10px;
}

.content .expanded ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.content .expanded p a.button {
	background-color: #3fab82;
	border-style: solid;
	border-color: #009966;
	color: #99ffff;
	text-decoration: none;
}	

.content .expanded table {
	width: 778px;
	margin-left: -8px;
}

.content .expanded table th {
	background-color: #3fab82;
}

.content .expanded table.sales {
	width: 400px;
	color: 000000;
}

.content .expanded .boxed {
	background: #0c4c34;
	border: 1px dotted #000000;
	margin-top: 15px;
}

.content .expanded .boxed .title {
	margin: 0;
	padding: 5px 20px;
	background: #073926;
	text-transform: uppercase;
	font-size: 100%;
	font-weight: bold;
	color: #99ffff;
}

.content .expanded .boxed .text {
	padding: 20px;
	color: #99ffff;
}
.content td.sun {
	background-color: #ff9900; 
	color: black;
	text-align: center
}

.content td.soil {
	background-color: #cccc99; 
	color: black;
	text-align: center;
}

.content td.bloom{
	background-color: #ff99cc; 
	color: black;
	text-align: center;
}

.content .style1 {
	color: #000000;
}

.content .style2 {
	color: #0099FF;
	text-align: left;
	font-size: large;
}


.content .style3 a {
	font-weight: bold;
	font-style: oblique;
	font-size: 110%;	
}

.content table {
	 background-color: #99ffff;;
	 border: 2; 
	 width: 90%; 
	 cellpadding: 2;
	 cellspacing: 1;
	 color: #0c4c34;
	 margin-top: 6px;
}

/* Sidebar */

.sidebar {
	float: right;
	clear: right;
	width: 200px;
	padding: 0px 20px 0 0;
	margin-right: 20px;
	text-align: left;
}

.sidebar .image {
   padding: 25px 0px 0px 45px;
   width: 115px;
   height: 141px;
}


.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li {
	padding-bottom: 10px;
}

.sidebar li li {
	margin: 0;
	padding: 5px 0;
	background: url(images/img06.gif) repeat-x left bottom;
}

.sidebar h2 {
	margin: 0;
	padding: 10px;
	background: #0c4c34;
	border-top: 1px solid #23282E;
	border-bottom: 1px solid #23282E;
	text-transform: lowercase;
	font-size: 120%;
	font-weight: bold;
	color: #99ffff;
}

.sidebar h3 {
	margin: 0;
}

.sidebar p {
	margin: 0;
}

.sidebar a {
	text-decoration: none;
}

.sidebar a:hover {
	text-decoration: underline;
}

/*------------------------------------------------------------
   Footer
------------------------------------------------------------*/
.footer
{
   margin: 0px;
   padding: 0px;
   clear: both;
}

.footer .top
{
   background-image: url(../graphics/page_bottom.gif);
   width: 850px;
   height: 25px;
   background-position: top
}

.footer .text
{
   /*background-image: url(../graphics/footer.gif);*/

   font-family: arial, verdana, helvetica, sans-serif;
   font-size: 12px;
   font-style: italic;
   text-align: left;
   margin-left: 25px;
   width: 800px;
   float: left;
}

.footer .text p
{
   margin: 33px 0px 0px 209px;
}