	
#container {
	position: absolute;
	width: 740px;
	height: 700px;
	top: 10px;
  left: 50%;
  margin-left: -370px;
	border: 2px #F2F014 solid;
	background-color: white;
	}

/* ---- center space ------ */

#display {
	position: absolute;
	top: 130px;
	right: 0px;
	width: 470px;
	z-index: 5;
	}
.display1 {
	margin: 4px 20px 17px 0px;
	float: right;
	clear: none;
	}
.display1 p{
	width: 290px;
	font-family: "Comic Sans MS", Arial, Helvetica, san-serif;
	font-size: 12px;
	text-decoration: none;
	text-align: left;
	}
.display2 {
	margin: 54px 70px 17px 4px;
	float: right;
	clear: none;
	font-family: "Comic Sans MS", Arial, Helvetica, san-serif;
	font-size: 14px;
	text-align: right;
	text-decoration: none;
	}
.display3 {
	float: right;
	margin: -10px 25px 17px 45px;
	}
.display3 p{
	font-family: "Comic Sans MS", Arial, Helvetica, san-serif;
	font-size: 12px;
	text-decoration: none;
	text-align: left;
	}
#cartdisplay {
	position: absolute;
	top: 130px;
	right: 8px;
	z-index: 5;
	}
#cartdisplay2 {
	position: absolute;
	top: 350px;
	right: 46px;
	z-index: 5;
	}
#telldisplay {
	width: 450px;
	position: absolute;
	top: 200px;
	left: 320px;
	z-index: 5;
	font-family: "Comic Sans MS", Arial, Helvetica, san-serif;
	font-size: 14px;
	color: red;
	text-align: center;
	}

.text {
	padding: 0px 8px 4px 5px;
	font: 8pt verdana;
	text-decoration: none;
	}
.carttext {
	padding: 0px 8px 4px 5px;
	font: 9pt verdana;
	text-decoration: none;
	color: #97896E;
	}
.text h1{
	font-family: "Comic Sans MS", Arial, Helvetica, san-serif;
	font-size: 24px;
	text-decoration: none;
	text-align: center;
	}
.text h2{
	font: 12pt "Comic Sans MS";
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	}
.text h3{
	font: 10pt verdana;
	text-decoration: none;
	margin-bottom: -8px;
	text-align: left;
	}
.text p{
	font: 8pt verdana;
	text-decoration: none;
	}
.text a:link { 
	color: blue;
	text-decoration: none;
	}
.text a:visited {
	color: #988F5E;
	text-decoration: none;
	}
.text a:hover, a:active {
	color: black;
	font-size: 100%;
	text-decoration: underline;
	}

/*------------logos -----------*/

#logo {
	height: 108px; 
	width: 450px;
	background-color: #FAFAFA;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1;
	}

.logotext {
	height: 78px; 
	width: 401px;
	background: url(/growhelp/images/growhelplogo.png) no-repeat;
	position: absolute;
	top: 13px;
	right: 34px;
	z-index: 3;
	}

#brush {
	background: url(/growhelp/images/QEPbush.jpg) no-repeat;
	width: 350px;
	height: 700px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
	}
	
#topmenu {
	width: 456px;
/*	border-top:  1px #7F7F7F solid;*/
	border-bottom:  1px #7F7F7F solid;
	background-color: transparent;
	position: absolute;
	top: 101px;
	right: 0px;
	z-index: 4;
	}
#topmenu: after{ /*Add margin between menu and rest of content in Firefox*/
	content: ".";
	display: block; ; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
#topmenu ul{
/*	border: 1px solid #BBB;*/
	width: 100%;
	background: url(/growhelp/images/topmenubg.gif) center bottom repeat-x; /*Theme Change here*/
	margin-left: 0;
	padding-left: 0;
	margin: 0;
	clear: both;
	float: left;
	font: 9pt Verdana;
	}
#topmenu ul li{
	display: inline;
	}
#topmenu ul li a{
	float: left;
	color: #7F7F7F;
	font-weight: normal;
	padding: 0px 10px 0px 30px;
	text-decoration: none;
	background: url(/growhelp/images/divider.gif) center right no-repeat; /*Theme Change here*/
	}
#topmenu ul li a:hover{
	color: #494949;
	text-decoration: none;
	}
#topmenu ul li a[onMouseover]:after{ /*HTML to indicate drop down link*/
	content: "";
/*	content: url(/growhelp/images/downarrow.gif);*/
	}
/* ######### Style for Drop Down Menu ######### */
.dropmenudiv{
	position: fixed; 
	margin-top: 4px;
	margin-left: 20px;
	border: 1px solid #BBB; /*Theme Change here*/
	border-bottom-width: 0;
	font: 9pt Verdana;
	line-height:18px;
	z-index:100;
	background-color: white;
	width: 95px;
	visibility: hidden;
	}
.dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 8px;
	border-bottom: 1px solid #BBB; /*Theme Change here*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: normal;
	color: #494949;
	}
.dropmenudiv a:hover{ /*Theme Change here*/
	background-color: #F0F0F0;
	text-decoration: none;
	}

/*------------side bar links -----------*/

#links {
	margin-top: 720px;
	}
#linkgoback {
	margin-top: 720px;
	margin-left: 25px;
	}
.lank {
	float: left;
	width: 125px;
	margin-left: 15px;
	}
.lank p{
	font: 10px Arial;
	text-align: center;
	}
	
/*------------footer -----------*/

#footer {
	position: absolute;
	top: 714px;
	width: 740px;
  left: 50%;
  margin-left: -370px;
	border-bottom: 2px #F2F014 solid;
	border-left: 2px #F2F014 solid;
	border-right: 2px #F2F014 solid;
	font: 8pt Comic Sans MS;
	color: #97896E;
	text-align: center;
	padding: 10px 0px 9px 0px;
	}
