*{
	padding: 0;
	margin: 0;
}

html{
	background-image: url('images/design/background-flowers.jpg');
	background-repeat: repeat;
	background-position: top left;
}

body{
	width: 953px;
	margin: 0 auto;
	font-size: 10pt;
	font-family: Arial, sans-serif;
}

h1#header{
	position: relative;
	top: 20px;
	left: 25px;
	background-image: url('images/design/logo.jpg');
	background-repeat: no-repeat;
	border: 2px solid #000;
	width: 180px;
	height: 124px;
	z-index: 100;
	
}

h1#header a{
	text-indent: -9999px;
	display: block;
	width: 180px;
	height: 124px;
	text-decoration: none;
}

ul#nav{
	position: relative;
	left: 300px;
	top: -50px;
	overflow: hidden;
	list-style-type: none;
	text-align: right;
	width: 570x;
	color: #fff;
}


ul#nav li{
	float: left;
	padding: 5px;
	padding-right: 10px;
}

ul#nav li.wholesale-alert{
	padding-right: 50px;
	font-weight: bold;
}
ul#nav li a:link, ul#nav li a:active, ul#nav li a:visited, ul#nav li a:hover{
	text-decoration: none;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	color: #fff;
}

ul#nav li a:hover{
	text-decoration: underline;
}


ul#secondary-nav{
	position: relative;
	top: -50px;
	background-image: url('images/design/secondary-nav-background.jpg');
	background-repeat: no-repeat;
	width: 948px;
	height: 178px;	
	list-style-type: none;
	color: #fff;
}

ul#secondary-nav li{
	float: left;
	width: 189px;
	height: 178px;
}

ul#secondary-nav li a:link, ul#secondary-nav li a:active, ul#secondary-nav li a:visited, ul#secondary-nav li a:hover{
	display: block;
	float: left;
	background-color: #000;
	padding: 8px;	
	color: #fff;
	font-size: 12pt;
	text-decoration: none;
	font-family: Georgia, Palatino, serif;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}

ul#secondary-nav li a:hover{
	background-color: #003300;
}

a#l-1{
	position: relative;
	top: 140px;
	left: 75px;
}


a#l-2{
	position: relative;
	top: 10px;
	left: 40px;
}

a#l-3{
	position: relative;
	top: 80px;
	left: 60px;
}

a#l-4{
	position: relative;
	top: 40px;
	left: 50px;
	width: 130px;
}



a#l-5{
	position: relative;
	top: 120px;
	left: 60px;
	width: 100px;
	font-weight: normal;
}


div#contact-info{
	position: relative;
	top: -50px;
	overflow: hidden;
	padding: 5px;
	text-align: center;
	margin: 0 auto;
	width: 600px;
}

#contact-address, #contact-email, #contact-phone, #contact-fax{
	float: left;
	color: #fff;
	font-size: 10pt;
	padding: 5px;
	padding-right: 10px;
}

#content-wrapper-front{
	position: relative;
	top: -50px;
	background-color: #ffff99;
	background-image: url('images/design/background-gradient.jpg');
	background-repeat: repeat-x;
	background-position: bottom left;
	min-height: 470px;
	overflow: hidden;
	width: 948px;
}

#content-wrapper{
	position: relative;
	top: -50px;
	overflow: hidden;
	width: 948px;
}

#footer{
	position: relative;
	background-color: #003300;
	width: 948px;
	height: 30px;
	top: -51px;
	padding-top: 20px;
	color: #ffff99;
	clear: both;
}

#copy{
	float: left;
	width: 390px;
	text-align: left;
	padding-left: 10px;
}

#web-credit{
	float: left;
	text-align: right;
	width: 538px;
	padding-right: 10px;
}

a.footer:link, a.footer:active, a.footer:visited, a.footer:hover{
	color: #ffff99;
	text-decoration: underline;
}

a.footer:hover{
	color: #fff;
	text-decoration: none;
}

#side-bar{
	position: relative;
	top: 25px;
	float: left;
	width: 209px;
	min-height: 300px;
	background-color: #996633;
	background-image: url('images/design/side-bar.jpg');
	background-repeat: repeat-y;
	background-position: top right;
	border-color: transparent;
	border-bottom: 10px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 50px;
}

#main-content{
	float: left;
	width: 719px;
	padding: 10px;
	min-height: 470px;
	background-color: #ffff99;
	background-image: url('images/design/background-gradient.jpg');
	background-repeat: repeat-x;
	background-position: bottom left;
	padding-bottom: 200px;
}

#main-content-front{
	float: left;
	width: 948px;
	padding: 10px;
	min-height: 470px;
	background-color: #ffff99;
	background-image: url('images/design/background-gradient.jpg');
	background-repeat: repeat-x;
	background-position: bottom left;
	padding-bottom: 50px;
}

table td{vertical-align: top}
	table{font-size: 10pt}

.leftPadded{
	padding-left: 25px;
}

	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.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: 20%;
			height: 149px;
			min-width: 168px;
			background-image: url('images/design/logo.jpg');
			background-position: top left;
			background-repeat: no-repeat;
		}
		table.head td.head2, div.head2{
			width: 46%;
			height: 149px;
			min-width: 368px;
			background-image: url('images/design/headmid.jpg');
			background-position: top center;
			background-repeat: no-repeat;
		}
		table.head td.head3, div.head3{
			width: 34%;
			height: 149px;
			min-width: 259px;
			background-image: url('images/design/headright.jpg');
			background-position: top right;
			background-repeat: no-repeat;
		}		
		table.consoleForm td{padding: 3px;}
		
		div.generalHead{
			color: #333;
			padding-bottom: 10px;
			text-align: center;
			font-size: 14pt;
			font-weight: bold;
			font-family: Georgia, Palatino, serif;
		}
		
		h1.generalHead{
			color: #333;
			padding-bottom: 12px;
			text-align: center;
			font-size: 14pt;	
			font-weight: bold;
			font-family: Georgia, Palatino, serif;	
		}
		
		
		td.submitField{text-align: center}
		
		table.menu{width: 600px;}
		
		a.subNav:link, a.subNav:active, a.subNav:visited{
			color: #54226f; 
			text-decoration: none;
			font-weight: normal;
		}
		
		a.subNav:hover{
			text-decoration: underline;
		}

		a.email:link, a.email:active, a.email:visited{
			color: #fff; 
			text-decoration: none;
			font-weight: normal;
		}
		
		a.email:hover{
			text-decoration: underline;
		}

		a.letter:link, a.letter:active, a.letter:visited{
			color: #54226f; 
			text-decoration: none;
		}
		
		a.letter:hover{
			text-decoration: underline;
		}
		
		div.menuHead{
			font-size: 12pt;
			color: #333; 
			font-weight: bold;
			font-family: Georgia, Palatino, serif;
		
		}
		
		div.menuContent{
			padding: 3px;
			padding-left: 20px;
			line-height: 25px;
		}
		
		div.consoleHeading{
			text-align: center; 
			color: #333; 
			font-size: 14pt;
			font-weight: bold;
			font-family: Georgia, Palatino, serif;
		
		}
		
		a.headerLink{
			color: #54226F; 
			text-decoration: none;		
		}
		a.headerLink:hover{
			color: #54226F; 
			text-decoration: underline;		
		}
		
		div.subNavWrapper{
			padding: 3px;
			padding-left: 20px;
			padding-bottom: 10px;
			 color: #333;
		}
		
		table.list{
			width: 100%; 
			border: 1px solid #000;
			background-color: #fff; 
			color: #333;
		}
		
		table.list td{padding: 3px;}
		
		table.list td.listHeading, table.list tr.trHeading{
			color: #fff;
			font-weight: bold;
			background-color: #003300;
		}
		
		
		a.editPhotos img{border: 1px solid #333}
		
		tr.even{background-color: #fff; color: #333;}
		tr.odd{background-color: #ccc; color: #333;}
		
		.success{
			font-weight: bold;
			background-color: #003300;
			display: block;
			padding: 3px;
			color: #fff;
		}
		
		.failed{
			font-weight: bold;
			background-color: red;
			color: #fff;
			display: block;
			padding: 3px;
		}
		
		
		.productName{
			font-weight: bold;
			padding: 3px;
			color: #333;
			clear: left;
			font-size: 12pt;
			padding: 5px;
		}
		
		.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: #ff6600;
			font-weight: bold;
		}
		
		div.productImage img, div.dgImageHigh img{border: 1px solid #000}
		
		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 #000;
		}

		
		div.mainPageContent{
			clear: left;
		}
		
		.clear{clear: both}
		
		a.dispImage, a.logo{
			text-decoration: none;
			border: 0px none;
		}
		
		a.dispImage img, a.logo img{border: 1px solid #000}
		
		div.dispImage{
			text-align: center;
		}
		
		table.cultTable td{text-align: center; width: 30%; border: 1px solid #ccc; padding: 3px;}
		table.cultTable{width: 90%; border-spacing: 0; border: 1px solid #ccc}
		table.letter{width: 100%}
		table.letter td{width: 3%; text-align: center}
		table.hundredWidth{width: 100%}
		
		a.subNav img{border: 1px solid #000}
		
		.padding10{
			padding: 10px;
		}
		
		div.headline, h1.headline, h2.headline{
			font-size: 14pt;
			font-weight: bold;
			color: #003300;
			padding-top: 3px;
			padding-bottom: 3px;
			clear: both;
			padding-left: 10px;
			font-family: Georgia, Palatino, serif;
		}
		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 #000;
		}
		
		div.newsImageFirst a{text-decoration: none}
		
		div.author{
			color: #333;
			font-style: italic;
			font-size: 8pt;
		}
		
		div.article{
			padding-left: 10px;
			padding-right: 20px;
			padding-bottom: 25px;
			padding-top: 3px;
		}
		
		div.posted{
			padding-top: 3px;
			padding-bottom: 3px;
			color: #333;
			font-style: italic;
			font-size: 8pt;
		}
		
		#divLoader{
			background-color: #fff;
			border: 1px solid #000;
			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;
		}
	
		
	tr.striped, td.striped, .striped{
		background-color: #CCCC99;
	}
		
	.ac_results {
	padding: 0px;
	border: 1px solid WindowFrame;
	background-color: Window;
	overflow: hidden;
	text-align: left;
	font-size: 8pt;
	font-family: Arial, sans-serif;
	color: #333;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: left;
	font-size: 8pt;
}

.ac_results iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	width:3000px;
	height:3000px;
	text-align: left;
	font-size: 8pt;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: pointer;
	display: block;
	width: 100%;
	font: menu;
	font-size: 12px;
	overflow: hidden;
	text-align: left;
	font-size: 8pt;
	font-family: Arial, sans-serif;
}

.ac_loading {
	background : Window url('indicator.gif') no-repeat right center;
}

.ac_over {
	background-color: Highlight;
	color: HighlightText;
}

div.category_list{
	width: 300px;
	padding: 10px;
	text-align: center;
	float: left;
	border: 2px solid #003300;
}

div.category_list_wrapper{
	width: 655px;
	margin: 0 auto;
}


div.clw{
	width: auto;
}

ul.new-interest, ul.side-bar{
	list-style-type: none;
	font-size: 10pt;
	font-family: Arial, sans-serif;
	color: #003300;
	padding-top: 10px;
}

ul.new-interest{
	padding-left: 50px;
}

ul.side-bar{
	text-align: left;
	padding-left: 30px;
}

h3.side-bar{
	font-size: 12pt;
	font-family: Georgia, Palatino, serif;
	font-weight: normal;
	border-bottom: 1px dashed #006600;
	color: #003300;
	text-align: left;
	width: 190px;
	margin: 0 auto;
	padding-top: 20px;
}

ul.new-interest li{
	padding-bottom: 20px;
	float: left;
	width: 180px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}

ul.new-interest li span.high_name{
	display: block;
}

a.enlargePhoto, a.sidebar{
	text-decoration: none;
}
a.enlargePhoto img, a.sidebar img{
	border: 5px solid #fff;
}

ul.front-page{
	list-style-type: none;
	color: #330000;
}

ul.front-page a{
	text-decoration: none;
	color: #330000;
}

ul.front-page li{
	width: 168px;
	padding: 10px;
	float: left;
	
}

ul.front-page h3{
	font-size: 12pt;
	color: #003300;
	font-family: Georgia, Palatino, serif;
	padding-top: 3px;
	padding-bottom: 5px;
}

ul.front-page img{
	border: 5px solid #fff;
}

form.search_side, 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{
	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;
}

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;
}

h3.search_main, h3.availability, h3.new-interest{
	font-size: 12pt;
	color: #003300;
	font-weight: normal;
	font-family: Georgia, Palatino, serif;
	padding-left: 10px;
	border-bottom: 1px dotted #006600;
}

div.availability_files{
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 50px;
}

div.search_results{
	padding-top: 10px;
	padding-left: 50px;
}

a.availHigh:link, a.availHigh:active, a.availHigh:visited, a.availHigh:hover{
	font-weight: bold;
	display: block;
	padding: 5px;
}

a.resource img{border: 0px none; }

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;
}

img.noborder{
  border: 0px !important;
}