@charset "utf-8";
/* CSS Document */

* {
	margin:0px;
	padding:0px;
}

img {border-width:0px;}

body {font:12px/20px Arial, Helvetica, sans-serif;}

p, ul, ol {margin-bottom:20px;}

li {
	margin-bottom:5px;
	margin-left:25px;
	line-height:14px;
}

a {color:white;}

#siteRgt a {
	color:#662401;
}

a:hover, #siteRgt a:hover {color:#666600;}

a.sort {
	color:#662401;
	text-decoration:none;
	display:block;
	background:url(images/icoSort.gif) no-repeat 90px 5px;
}

a.sort:hover {background-position:90px -30px;}

a.sortby, a.sortby:hover {background-position:90px -65px;}


/* Layout */

#site {
	width:900px;
	height:665px;
	margin:auto;
	background:url(images/siteBg.jpg) no-repeat top center;
	position:relative;
}

	#logoLnk {
		position:absolute;
		top:10px;
		left:22px;
		display:block;
		width:250px;
		height:120px;
	}

	#wholesale, #wholesale-logout {
		position:absolute;
		top:1px;
		left:620px;
		display:block;
		width:207px;
		height:29px;
		color:#835d5c;
		text-align:center;
		line-height:29px;
		text-decoration:none;
		letter-spacing:1px;
		font-weight:bold;
	}
	
		#wholesale:hover, #wholesale-logout:hover {
			background:url(images/wholesaleBg.jpg) no-repeat top center;
		}

	#topNav {
		position:absolute;
		left:313px;
		top:100px;
	}
	
		#topNav a {
			color:#81883c;
			text-decoration:none;
			letter-spacing:1px;
			padding:2px 18px;
			border-left:1px solid white; border-right:1px solid white;
		}
		
		#topNav a:hover { border-left:1px solid #81883c; border-right:1px solid #81883c;}
	
	#siteLft {
		position:absolute;
		top:189px;
		left:21px;
		width:210px;
		height:347px;
		overflow:hidden;
		color:white;
		padding:18px;
		font-size:14px;
		line-height:22px;
	}
	
		#siteLft h1 {font-size:16px;}

	#siteRgt {
		position:absolute;
		top:189px;
		left:323px;
		width:506px;
		height:347px;
		overflow:auto;
		color:#662401;
		padding:18px;
	}
	
		#siteRgt h1 {
			font-size:12px;
			text-transform:uppercase;
			margin-bottom:10px;
		}
	
		#siteRgt h2 {
			font-size:12px;
			text-transform:uppercase;
			margin-top:10px;
		}

.planttbl {
	margin-top: 20px;
}

td.plantlist {
	text-align: center;
}

/* Shadow Box Slide Show `BKS */
#imgBox {
	position:absolute;
	left:18px;
	top:18px;
	width:505px;
	height:347px;
	overflow:hidden;
	background-color:#666666;
}

	#imgBox img {
		position:absolute;
		top:0;
		left:0;
		z-index:1;
	}
	
	#imgBox img.current {
		z-index:3;
	}
	
	#imgBox img.lastSlide {
		z-index:2;
	}
	
	#imgFrame {
		position:absolute;
		left:0px;
		top:0px;
		width:505px;
		height:347px;
		z-index:4;
	}
	
		#imgFrame img, #imgFrame div {position:absolute; background:#94ab5b;}
		

/* Links */
.links a {display:block; color:#662401; padding:2px 3px;}

.links a:hover {background:white; color:#81883C;}


/* Login */

.error {color: #990000; font-weight: bold;}

/* Plant List */
#plantList #siteRgt {
	width:572px;
	height:405px;
	left:291px;
	top:160px;
	background-color:#DEE0CB;
	overflow:auto;
}

.planttbl {
	border:0px;
}

	.planttbl td, .planttbl th {
		padding:3px 4px;
		vertical-align:top;
		line-height:14px;
	}
	
	.planttbl th {line-height:20px;}
	

