body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #666;
	background-color: #55647C;
	z-index: -10;
}

div {border: 0px solid black; margin: 0; padding: 0;}

div#shadow {
	position: absolute;
	top: 55px;
	left: 50%;
	width: 900px;
	height: 33em;
	margin-left: -430px;
	background-image: url(images/dkshadow.gif);
	background-repeat: repeat;
	z-index: 1;
}

div#page {
	position: absolute;
	top: -8px;
	left: -6px;
	width: 900px;
	height: 33em;
	background-color: white;
	z-index: 2;
}

div#topcurve {
	position: absolute;
	top: 7px;
	left: 50%;
	width: 900px;
	height: 40px;
	margin-left: -436px;
	background-image:  url("artwork/topcurve.png");
	background-repeat: no-repeat;
	z-index: 1;
}

div#logo {
	position: absolute;
	top: -22px;
	left: 35px;
	width: 250px;
	height: 83px;
	background-image: url(images/siteGrowersLogoAnim.gif);
	background-repeat: no-repeat;
	z-index: 10;
}

div#whatittakes {
	position: absolute;
	top: 90px;
	left: 180px;
	width: 100px;
	height: auto;
	text-align: center;
	z-index: 4;
}

div#features {
	position: absolute;
	top: 18px;
	left: 310px;
	width: 590px;
	height: 150px;
	text-align: center;
	z-index: 5;
}

td {
	text-align: center;
}

td.heads {
	font-size: 0.8em;
	font-weight: bold;
	line-height: 90%;
}

td.thumbs {
	width: 180px;
	height: 130px;
	background-image: url(images/thumbchip.gif);
	background-repeat: no-repeat;
	background-position: 8px 0;
	font-size: 0.8em;
	font-weight: bolder;
	vertical-align: middle;
}

.bump {
	padding-bottom: 5px;
}

div#image {
	position: absolute;
	top: 75px;
	left: -35px;
	width: 200px;
	height: 200px;
	z-index: 10;
}

div#nav {
	position: absolute;
	top: 199px;
	right: 0px;
	width: 900px;
	height: 37px;
	margin: 0;
	padding: 0;
	background-color: #55647C;
	background-image: url(images/navbar.jpg);
	background-position: left;
	background-repeat: no-repeat;
	color: white;
	z-index: 5;
}	

div#content {
	position: absolute;
	top: 255px;
	left: 160px;
	width: 690px;
	height: auto;
	margin: 0;
	padding: 0;
	z-index: 3;
	font-size: 0.9em;
}

div#copyright {
	position: absolute;
	bottom: 10px;
	right: 20px;
	font-size: 0.6em;
	color: #BEBEBE;
}


ul#navlist {
	position: absolute;
	top: 50%;
	right: 30px;
	width: 900px;
	margin-top: -17px;
	padding: 0;
	font-size: 11pt;
	font-weight: bold;
	text-align: right;
	vertical-align: middle;
}

#navlist li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0 20px;
    height: 31px;
	line-height: 31px;
}

#navlist li a {
	display: inline;
	margin: 0;
	padding: 0 0 0 5px;
	width: 150px;
	height: 31px;
	line-height: 31px;
	color: #BEBEBE;
	text-decoration: none;
	border-left: 5px solid #55647C;
}
    
#navlist li a:hover {
	margin: 0;
	padding: 0 0 0 5px;
	height: 31px;
	line-height: 31px;
	color: white;
	border-left: 5px solid white;
}

a {
	color: #390;
}

a:hover {
	color: #55647C;
}

img {
	border-style: none;
}

.smallbullets {
	margin-left: 40px;
	padding: 3px 0;
	list-style-image: url(../../images/navcir.gif);
}

ul {
	font-size: .8em;
	margin: -5px 0 0 0;
}


p {
	font-size: .8em;
}
