/*High Tech Garden Supply, Cranberry, PA*/
/*Site and CSS by Cape Media, Annapolis, MD*/

body {
	background-color: #DEDECA;
	background-image: url(bkgd.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #000000;
}

/* style for yellow boxes (used only once per page, so this div is an id)*/
div#main {
	position:relative;
	width: 770px;
	height: auto;
	background-color:#FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	border: thin solid #006633;	
}
#main a:link {
	text-decoration: underline;
}
#main a:visited {
	color: #2A3FFF;
	text-decoration: underline;
}
#main a:hover {
	color: #0066FF;
	text-decoration: none;
}
#main a:active {
	text-decoration: none;
}
#main h1 {
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
}
#main td {
	font-weight: normal;
	font-size: 14px;
}
#main p {
	font-weight: normal;
	font-size: 14px;
	padding:0px 20px 0px 15px;
}

div#nav {
	width:770px;
	height:60px;
	background-image:url(../images/flowerbox1.jpg);
	background-repeat:repeat-x;
}

div.moreinfo {
	position: absolute;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	z-index: 1;
	width: 150px;
	height: 210px;
	background-repeat:no-repeat;
	padding:3px 3px 3px 0px;
}

#footer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #666666; 
	width: 320px;
}
#footer a:link {
	color: #666666;
	text-decoration: underline;
}
#footer a:visited {
	text-decoration: underline;
}
#footer a:hover {
	color: #0000FF;
	text-decoration: none;
}
#footer a:active {
	text-decoration: none;
}
