
		*{
			padding: 0px;
			margin: 0px;
		}
		
		table td{vertical-align: top}
		table{font-size: 10pt}
		
		body{
			text-align: center;
			background-color: #fff;
			font-size: 10pt;
			font-family: Arial, Helvetica, sans-serif;
		}
		
		
		#container{
			width: 100%;
			min-width: 795px;
			margin: 0 auto;
		}
	



		table.head{
			border-spacing: 0;
			border-collapse: collapse;
		}
		table.head, div.head{
			text-align: left;
			width: 100%;
			min-width: 795px;
			height: 149px;
		}
		
		table.head td.head1, div.head1{
			width: 35%;
			height: 149px;
			min-width: 288px;
			background-image: url('images/design/logo.jpg');
			background-position: top left;
			background-repeat: no-repeat;
		}
		table.head td.head2, div.head2{
			width: 41%;
			height: 149px;
			min-width: 368px;
			background-image: url('images/design/headmid.jpg');
			background-position: top left;
			background-repeat: no-repeat;
		}
		table.head td.head3, div.head3{
			width: 24%;
			height: 149px;
			min-width: 259px;
			background-image: url('images/design/headright.jpg');
			background-position: top right;
			background-repeat: no-repeat;
		}
		
		
		div.nav{
			width: 100%;
			height: 25px;
			background-color: #006633;
			background-image: url('images/design/flowerbot.jpg');
			background-position: top right;
			background-repeat: no-repeat;
			text-align: left;
			border: 1px solid #666;
		}
		
		
		a.nav:link, a.nav:active, a.nav:visited{
			display: block;
			padding-top: 5px;
			height: 15px;
			padding-bottom: 5px;
			color: #fff;
			font-size: 8pt;		
			text-decoration: none;
			text-transform: uppercase;		
			text-align: center;			
			font-weight: bold;
			float: left;
			padding-left: 6px;
			padding-right: 6px;
		}
		
		
		a.nav:hover{
			background-color: #FFCCFF;
			text-decoration: none;
			color: #000;	
			font-weight: bold;
		}
		
		a.nav2:link, a.nav2:active, a.nav2:visited{
			display: block;
			width: 95px;
			padding-top: 5px;
			height: 15px;
			padding-bottom: 5px;
			color: #fff;
			font-size: 8pt;		
			text-decoration: none;
			text-transform: uppercase;		
			text-align: center;			
			font-weight: bold;
			float: left;
		}
		
		
		a.nav2:hover{
			background-color: #FFCCFF;
			text-decoration: none;
			color: #000;	
			font-weight: bold;
		}
		table.main{
			border-left:1px solid #666; border-right:1px solid #666; width: 100%;
			min-width: 797px;
			border-spacing: 0;
			border-collapse: collapse;
			height: 500px;
			border-top: 0px none;
			border-bottom: 0px none;
			clear: left
		}
		
		td.left{
			background-color: #CCFFCC;
			width: 150px;
			border-right: 1px solid #666;		
			background-image: url('images/design/plantbot.jpg');
			background-image: url('images/design/flower_pattern.jpg');
			text-align: center;
		}
		
		tr.bottomMain{
			height: 101px;
		}
		
		
		td.right{
			min-width: 617px;
			background-color: #FFFF99;
			background-image: url('images/design/plantbot3.jpg');
			background-position: bottom left;
			background-repeat: no-repeat;	
			padding: 10px;
			text-align: left;
		}
		
		td.filler{
			background-color: #ffff99;	
		}
		
		div.footer{
			background-image: url('images/design/plantbot2.jpg');
			background-position: bottom left;
			background-repeat: no-repeat;
			width: 100%;
			min-width: 797px;			
			height: 23px;
			background-color: #006633;
			font-size: 8pt;
			color: #fff;
			text-align: right;
			vertical-align: middle;
			padding-top: 5px;
		}
		
		table.consoleForm td{padding: 3px;}
		
		div.generalHead, h1.generalHead{
			font-weight: bold;
			color: #006633;
			padding-bottom: 10px;
			font-size: 12pt;
		}
		
		
		td.submitField{text-align: center}
		
		table.menu{width: 600px;}
		
		a.subNav:link, a.subNav:active, a.subNav:visited{
			color: #006633;
			text-decoration: none;
		}
		
		a.subNav:hover{
			text-decoration: underline;
		}
		
		
		a.letter:link, a.letter:active, a.letter:visited{
			color: #006633;
			text-decoration: none;
		}
		
		a.letter:hover{
			text-decoration: underline;
		}
		
		a.copyright:link, a.copyright:active, a.copyright:visited{
			color: #fff;
			text-decoration: none;
		}
		
		a.copyright:hover{
			text-decoration: underline;
		}
		
		div.menuHead{
			color: #006633;
			font-weight: bold;
		}
		
		div.menuContent{
			padding: 3px;
			padding-left: 20px;
		}
		
		div.consoleHeading, h1.consoleHeading{
			color: #006633;
			font-weight: bold;
			font-size: 12pt;
		}
		
		a.headerLink{
			color: #006633;
			font-weight: bold;
			text-decoration: none;		
		}
		
		div.subNavWrapper{
			padding: 3px;
			padding-left: 20px;
			padding-bottom: 10px;
		}
		
		table.list{
			width: 100%; 
			border: 1px solid #666;
			background-color: #fff;
		}
		
		table.list td{padding: 3px;}
		
		table.list td.listHeading, table.list tr.trHeading{
			color: #fff;
			background-color: #006633;
			font-weight: bold;
		}
		
		
		
		
		tr.even{background-color: #fff;}
		tr.odd{background-color: #ccc;}
		
		.success{
			font-weight: bold;
			background-color: #006633;
			display: block;
			padding: 3px;
			color: #fff;
		}
		
		.failed{
			font-weight: bold;
			background-color: red;
			color: #fff;
			display: block;
			padding: 3px;
		}
		
		h2.productName{font-size: 10pt}
		
		.productName{
			font-weight: bold;
			padding: 3px;
			color: #006633;
			clear: left;
		}
		
		.productCategory{
			padding: 3px;
			padding-left: 10px;
			font-style: italic;
		}
		.plantLabel{padding: 3px; padding-right: 10px; vertical-align: top; width: 100px;}
		.plantInformation{padding: 3px; vertical-align: top}
		
		.productDescription{
			padding-left: 20px;
			padding-bottom: 10px;
			clear: left;
		}
		
		
		div.productImage{
			padding-right: 10px;
			padding-bottom: 10px;
			float: left;
			width: 300px;
		}
		
		
		div.dgImageHigh{
			text-align: center;
		}
		
		div.dgHigh{
			text-align: center;
			padding: 3px; 
			padding-top: 10px;
			color: #006633;
			font-weight: bold;
		}
		
		div.productImage img, div.dgImageHigh img{border: 1px solid #333}
		
		div.mainPagePhoto1, div.mainPagePhoto2{
			padding: 10px;
			width: 210px;
			height: 163px;
			float: left;
			padding-right: 5px;
		}
		
		div.mainPagePhoto1 img, div.mainPagePhoto2 img{border: 1px solid #000;}
		
		div.mainPagePhotos{
			text-align: center;
			width: 520px;
			height: 303px;
			padding-left: 70px;
		}	
		
		div.mainPagePhotos img{
			border: 1px solid #333;
		}

		
		div.mainPageContent{
			clear: left;
		}
		
		a.dispImage, a.logo{
			text-decoration: none;
			border: 0px none;
		}
		
		a.dispImage img, a.logo img{border: 1px solid #333}
		
		div.dispImage{
			text-align: center;
		}
		
		table.cultTable td{text-align: left; border: 1px solid #006633; padding: 3px;}
		table.cultTable{width: 300px; border-spacing: 0; border: 1px solid #006633}
		table.letter{width: 100%}
		table.letter td{width: 3%; text-align: center}
		table.hundredWidth{width: 100%}
		
		a.subNav img{border: 1px solid #666}
		
		div.headline{
			font-size: 12pt;
			font-weight: bold;
			color: #003300;
			padding-top: 3px;
			padding-bottom: 3px;
			clear: both;
		}
		span.author{
			font-style: italic;
			padding-top: 3px;
			padding-bottom: 3px;
		}
		div.newsImageFirst{float: left;}
		td.newsImageFirst, div.newsImageFirst{
			
			padding-left: 10px;
			padding-right: 10px;
		}
		
		td.newsImageFirst img, div.newsImageFirst img{
			border: 1px solid #333;
		}
		
		div.newsImageFirst a{text-decoration: none}
		
		div.author{
			color: #666;
			font-style: italic;
			font-size: 8pt;
		}
		
		div.article{
			padding-left: 25px;
			padding-right: 50px;
			padding-bottom: 25px;
			padding-top: 3px;
		}
		
		div.posted{
			padding-top: 3px;
			padding-bottom: 3px;
			color: #666;
			font-style: italic;
			font-size: 8pt;
		}
		
		#divLoader{
			background-color: #fff;
			border: 1px solid #666;
			display: none;
			font-size: 8pt;
			height: 100px;
			overflow: scroll;
		}
			
			
		a.dropdown:link, a.dropdown:active, a.dropdown:visited, a.dropdown:hover{
			display: block;
			padding: 2px;
			background-color: #fff;
			color: blue;
			text-align: left;
			text-decoration: none;
		}
		
		a.dropdown:hover, a.dropdown:focus{
			background-color: highlight;
			text-decoration: none;
			color: #fff;
			text-align: left;
		}
		
		.photoCaption, .newsImageFirst p{
			font-size: 8pt;
		}
		
		table.letter{
			width: 650px;
			text-align: left;
		}
		
		h3.search_main{
			border-bottom: 1px #006633 dotted;
			color: #006633;
			font-size: 12pt;
			width: 650px;
		}
		
form.search_main{
	padding: 10px;
	text-align: left;
}

form.search_side legend, form.search_main legend{
	font-size: 12pt;
	color: #003300;
	font-weight: normal;
	font-family: Georgia, Palatino, serif;
}

form.search_main legend{
	border-bottom: 1px dotted #006600;
}

form.search_main span{
	display: block;
	float: left;
	width: 300px;
	height: 30px;
}

label.search_main{
	display: block;
	float: left;
	padding-left: 20px;
	padding-right: 10px;
	text-align: right;
	width: 75px;
}

form.search_main span.submit{
	clear: both;
	text-align: right;
	width: 600px;
}

input.search_main, select.search_main{
	float: left;
}

input.search_side, select.search_side{
	width: 175px;
}

fieldset.search_side, fieldset.search_main{
	border: 0px none;
}

.clear{clear: both}


label.search_side{
	display: block;
	text-align: left;
	border-top: 1px dashed #000;
	padding-top: 5px;
}

form.search_side span{
	display: block; 
	padding-bottom: 10px;
}

form.search_side{
	background-color: #FFFF99;
	padding: 10px;
	width: 179px;
	border-bottom: 1px solid #000;
}	
ul{padding-left: 30px}
a.resource img{border: 0}

a.resource:link, a.resource:active, a.resource:visited, a.resource:hover{
	text-decoration: none;
	color: #54226f; 
}
a.resource:hover{text-decoration: underline}

table.resource td{
	text-align: center;
	width: 250px;
}


	a.editLink{
		display: block;
		width: 20px;
		height: 20px;
		background-image: url('images/design/icons.gif');
		background-repeat: no-repeat;
		float: left;
	}

	a.deleteLink{
		display: block;
		width: 20px;
		height: 20px;
		background-image: url('images/design/icons.gif');
		background-repeat: no-repeat;
		background-position: -20px 0px;
		float: left;
	}
	a.newLink{
		display: block;
		width: 20px;
		height: 20px;
		background-image: url('images/design/icons.gif');
		background-repeat: no-repeat;
		background-position: -40px 0px;
		float: left;
	}
	a.editLink:hover{
		background-image: url('images/design/iconsHigh.gif');
		background-repeat: no-repeat;
	}
	a.deleteLink:hover{
		background-image: url('images/design/iconsHigh.gif');
		background-repeat: no-repeat;
		background-position: -20px 0px;	
	}
	a.newLink{
		display: block;
		width: 18px;
		height: 20px;
		background-image: url('images/design/icons.gif');
		background-repeat: no-repeat;
		background-position: -40px 0px;
		float: left;
	}
	
	a.newLink:hover{
		background-image: url('images/design/iconsHigh.gif');
		background-repeat: no-repeat;
		background-position: -40px 0px;	
	}
	
	table.links img{border: 1px solid #000; margin: 0px 0px 20px 20px}
