html, body {
	height: 100%;
	margin-top: 0px;
}

body {
	background: #EBF5EB;
	color: #666;
	font: 11px Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}

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

fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
}

.input-text {
	font: 11px Arial, Helvetica, sans-serif;
	color: #565B5F;
}

h1, h2, h3 {
	margin-top: 0px;
}

h1 {
	font: bold 28px Georgia, "Times New Roman", Times, serif;
	color: #356736;
}
h1 a:link {
	color:#CB00E5;
	text-decoration:none;
}
h1 a:hover {
	color:#909;
}

h2 {
	font: bold 16px Georgia, "Times New Roman", Times, serif;
	color: #356736;
}

h3 {
	margin-bottom: 10px;
	font-size: 11px;
	color: #37494D;
}

h3.style1 {
	margin-bottom: 15px;
	font-size: 16px;
}

p, ol, ul {
	margin-top: 0px;
	margin-bottom: 18px;
	text-align: left;
	line-height: 17px;
}

p {
	font: 12px/18px Georgia, "Times New Roman", Times, serif;
}

ol {
}
p a:link {
	text-decoration:none;
	color: #35B3FD;
}
p a:hover {
	color:#909;
}

ul.list1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

ul.list1 li a {
	padding-left: 15px;
	background: url(images/homepage09.gif) no-repeat left center;
}

ul.list2 {
	margin: 0px 0px 15px 15px;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

ul.list2 li {
	padding: 7px 0px;
	border-top: 1px dashed #CCC;
	color: #06C;
	font-size: 12px;
	list-style: disc;
}

ul.list2 li.first {
	padding-top: 0px;
	border: none;
}

ul.list2 h3 {
	margin: 0px;
	font-size: 11px;
}

ul.list2 h3 a {
	text-decoration: none;
	color: #37494D;
}

ul.list2 h3 a:hover {
	text-decoration: underline;
	color: #567479;
}

ul.list2 p {
	margin: 0px;
}

ul.list3 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.list3 li {
	padding: 20px 0px;
	border-top: 1px solid #D0D4D8;
}

ul.list3 li.first {
	padding-top: 0px;
	border: none;
}

ul.list3 h3 {
	margin: 0px 0px 10px 0px;
	font-weight: normal;
	color: #8B97A0;
}

ul.list3 h3 a {
	text-decoration: none;
	font-weight: bold;
	color: #37494D;
}

ul.list3 h3 a:hover {
	text-decoration: underline;
	color: #567479;
}

ul.list3 p {
	margin: 0px;
}

a {
	color: #FFF;
}

a:hover {
	text-decoration: none;
}

.more {
	height: 22px;
	padding: 8px 0px 0px 15px;
	background: repeat-x left top;
}

.more a {
	padding-left: 17px;
	background: #C1DA94;
}

a img {
	border: none;
}

img.border {
	padding: 3px;
	border: 1px solid #CBD0D4;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	margin: 0px auto;
}

img.alignleft {
	margin-right: 15px;
}

img.alignright {
	margin-left: 15px;
}

img.aligncenter {
}

hr {
	display: none;
}

/** WRAPPER */

#wrapper {
}

/** HEADER */

#header {
	background: #FFF url(images/garden-care-images.jpg) no-repeat center;
}

/** LOGO */

#logo {
}

/** SEARCH */

#search {
	float: right;
	width: 210px;
	padding: 60px 0px 0px 0px;
}

#search input {
	float: left;
}

#search .input-text {
	width: 165px;
	height: 16px;
	background: #FFFFFF;
	border: 0px none;
}

#search-input-submit {
	margin-left: 5px;
}

/** TOPMENU */

#topmenu {
	height: 30px;
	color: #525A59;
}

#topmenu p {
	margin: 0px;
}

#today {
	float: left;
	padding: 8px 0px 0px 5px;
}

#login {
	float: right;
	padding: 8px 0px 0px 0px;
	color: #525A59;
}

#login span {
	color: #8D9192;
}

#login a {
	color: #525A59;
}

#login span, #login a {
	padding: 0px 13px;
}

/** MENU */

#menu {
	height: 38px;
}

#menu ul {
	margin: 0px;
	padding: 5px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: right;
	padding: 0px 20px;
	background: no-repeat left top;
	border-left: thin solid #82CB1C;
}

#menu li.first {
	padding-left: 15px;
	background: none;
}

#menu a {
	text-decoration: none;
	font-weight: bold;
	color: #999;
}

#menu a:hover {
	text-decoration: underline;
}

/** PAGE */

#page {
	width: 900px;
	padding: 10px;
	background: #FFFFFF;
}

/** 3-COLUMN LAYOUT */

.three-columns {
}

.three-columns .column1 {
	float: right;
	width: 175px;
	padding: 0px;
	margin-right: 10px;
}

.three-columns .column2 {
	float: left;
	width: 700px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.three-columns .column3 {
	float: left;
	width: 200px;
	padding: 0px 0px 0px 0px;
}

/** 2-COLUMN LAYOUT WITH RIGHT CONTENT AREA */

.two-columns-right-content {
}

.two-columns-right-content #content {
	float: right;
	width: 730px;
}

.two-columns-right-content #sidebar {
	float: left;
	width: 240px;
}

/** 2-COLUMN LAYOUT WITH LEFT CONTENT AREA */

.two-columns-left-content {
}

.two-columns-left-content #content {
	float: left;
	width: 770px;
}

.two-columns-left-content #sidebar {
	float: right;
	width: 200px;
}

/** 1-COLUMN LAYOUT */

.one-column-content {
}

/** FOOTER */

#footer {
	margin: 0px auto;
	background: #7EAF38 no-repeat left bottom;
	width: 900px;
	height: 50px;
	padding: 30px 10px;
}

#footer .container {
	width: 900px;
	padding: 30px 0px;
	height: 50px;
}

#footer p {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	color: #FFF;
}

#footer a {
	padding: 0px 10px;
	color: #FFFFFF;
}

#footer .legal {
	float: left;
}

#footer .links {
	float: right;
}

/** BOX STYLE 1 */

.box-style1 {
	margin-bottom: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.box-style1 h2 {
	height: 25px;
	margin: 0px;
	padding: 13px 0px 0px 15px;
	background: #35B3FD;
	font-size: 11px;
	color: #FFFFFF;
}

.box-style1 ul {
	margin: 0px;
	list-style: none;
	line-height: normal;
	padding: 0px;
}

.box-style1 li {
	height: 21px;
	margin-top: 1px;
	background: #DFF3FF;
	padding-top: 9px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.box-style1 li.alt {
	background: #CBEBFE;
}

.box-style1 a {
	text-decoration: none;
	color: #666;
}

.box-style1 a:hover {
	text-decoration: underline;
}

/** BOX STYLE 2 */

.box-style2 {
}

.box-style2 h2 {
	height: 20px;
	margin: 0px;
	padding: 8px 0px 0px 15px;
	background: url(images/heading-back2.gif) repeat left top;
	font-size: 11px;
	color: #FFFFFF;
}

.box-style2 .content {
	padding: 20px 15px 10px 15px;
}

/** BOX STYLE 3 */

.box-style3 {
	margin-bottom: 10px;
	border: 1px dashed #CCC;
	padding: 5px;
}

.box-style3 .title {
	background: no-repeat right top;
	padding-left: 15px;
	margin-top: 10px;
}

.box-style3 .title h2 {
	height: 28px;
	margin: 0px;
	padding: 8px 0px 0px 15px;
	background: url(images/subpage3_02.jpg) repeat left top;
	font-size: 11px;
	color: #3D4145;
}

.box-style3 .content {
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.box-style3 a {
	color:#903;
	text-decoration:none;
}

/** BOX STYLE 4 */

.box-style4 {
	margin-bottom: 10px;
}

.box-style4 h2 {
	height: 20px;
	margin: 0px;
	padding: 8px 0px 0px 15px;
	background: url(images/homepage12.gif) no-repeat left top;
	font-size: 11px;
	color: #FFFFFF;
}

.box-style4 .content {
	padding: 20px 15px;
	background: #E6E9EB;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

/** BOX STYLE 5 */

.box-style5 {
	margin-bottom: 10px;
}

.box-style5 h2 {
	height: 20px;
	margin: 0px;
	padding: 8px 0px 0px 15px;
	background: url(images/heading-back2.gif) repeat left top;
	text-transform: uppercase;
	font-size: 11px;
	color: #FFFFFF;
}

.box-style5 .content {
	padding: 15px 13px;
	background: #C1DA94;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

/** STOCK TICKER */

.stock-ticker {
}

.stock-ticker .chart {
	margin-bottom: 5px;
}

.stock-ticker .change {
	margin: 0px;
	line-height: normal;
	font-size: 13px;
}

.stock-ticker .change span {
	font-weight: bold;
	color: #128558;
	font-style:italic;
}

.stock-ticker .change small {
	display: block;
	font-size: 10px;
	color: #85909B;
}

/** MORE HEADLINES */

#more-headlines .content {
	padding-bottom: 10px;
}
#quicklinks {
	font: 12px Verdana, Geneva, sans-serif;
	float: right;
	height: 150px;
	width: 220px;
}
#quicklinks ul {
	font: bold 12px/1.8em Verdana, Geneva, sans-serif;
	list-style: none;
	padding-top: 20px;
	padding-right: 20px;
}
#quicklinks img {
	vertical-align: text-bottom;
	margin-left: 30px;
	padding-top: 0px;
}
#quicklinks {
	color: #FFF;
}
.quicklink {
	text-decoration: none;
}
.quicklink a:hover {
	color:#472344
}

.formcell {
	font-size: 11px;
	text-align: right;
	padding-right: 5px;
}
form {

}
textarea {
	border: 1px solid #999;
}input {
	border: 1px solid #999;
}
.faq li{
	font-size:12px;
	line-height: 20px;
}
.faq a:link{
	color:#90C;
}
.faq a:visited{
	color:#30C;
}
.faq a:hover{
	color:#0F0;
}
.faqs {
	border: 1px dashed #CCC;
	padding-top: 10px;
}
.faqs p{
	margin-left:10px;
}
.faqhelp {
	font-size: 12px;
	color: #666;
}
.faqhelp a:link{
	color:#90C;
}
.faqhelp a:visited{
	color:#30C;
}
.faqhelp a:hover{
	color:#0F0;
}
address {
}
.address {
	font: 12px Arial, Helvetica, sans-serif;
	color: #999;
}
#glossarylist {
	list-style: none;
}

.glossary ul {
	border:1px dashed #060;
	width: 200px;
	background: #95EA0B;
	padding: 10px;
	margin: 0px;
	
}
.glossary ul li {
	list-style:none;
	font-size:14px;
	color:#FFF;
}
.glossary a {
	color:#FFF;
}
.glossary a:hover {
	color:#906;
}
.addressbox {
	color: #666;
	font-size: 13px;
	padding-top: 20px;
	margin: 10px 200px;
	background: #CCF;
	padding-bottom: 15px;
}
.addressbox ul li{
	list-style:none;
}
.faqanswers {
	margin-top: 40px;
}
.faqanswers p {
	font-size:12px;
}
.faqanswers h3 {
	font-size:20px;
	margin-top:450px;
}
.faqanswers img {
	margin-right:10px;
	margin-top: 10px;
}
	
.backtotoplink {
	margin-top:20px;
	text-transform: capitalize;
	color: #909;
}

strong {
	color: #6C0;
}
em {
	font-size: 18px;
	color: #F00;
}
.cause {
	color: #C00;
	margin-bottom: 5px;
	margin-top: -10px;
}
.remedy {
	color: #090;
	margin-bottom: 5px;
	margin-top: -10px;
}
.telltale {
	color: #C90;
	margin-top: 10px;
	margin-bottom: 5px;
}
h3 {
	font-size: 12px;
}
h4 {
	font-size: 11px;
}
.contenttreat {
	background: #EBF5EB;
	padding: 10px;
	border: 1px dashed #999;
	margin-bottom: 10px;
	width: 600px;
}
.qanda {
	background: #EBF5EB;
	width: 600px;
	padding: 10px;
	margin-left: 10px;
	border: 1px dashed #999;
	margin-bottom: 10px;
}
.question1 {
	font-weight: bold;
	color: #333;
	margin-top: 10px;
	margin-left: 10px;
}
.question2 {
	color: #0F0;
}
.answer {
	color: #FF0;
}
.question2 {
}
.question2 {
	margin-left: 10px;
}
.question1 {
	margin-bottom: 5px;
}
.question2 {
	margin-bottom: 5px;
}
.answer {
	margin-bottom: 5px;
	margin-left: 10px;
}
.question1 {
	font-size: 16px;
}
.question2 {
	font-size: 14px;
	color: #666;
}
.answer {
	font-size: 16px;
	font-style: italic;
	color: #393;
	font-weight: bold;
	line-height: 18px;
}
.answer {
	margin-top: 10px;
}
.qanda p strong {
	font-size: 14px;
	color: #069;
}
.question3 {
	font-size: 12px;
	color: #333;
}
.question3 {
	margin-bottom: 5px;
	margin-left: 20px;
	margin-right: 20px;
}
h3 {
	text-transform: capitalize;
	margin-top: 10px;
}
h1 {
	text-transform: capitalize;
}
.addressbox ul li strong {
	color: #333;
	font-size: 16px;
}
.addressbox ul li {
	color: #333;
	font-size: 14px;
	line-height: 22px;
}
.stongbullets {
	font-size: 11px;
	font-weight: bold;
	color: #999;
}
ul li strong a {
}

.mainbullets {
	color: #666;
	list-style: circle;
	font: bold 12px/22px Georgia, "Times New Roman", Times, serif;
	padding-top: 10px;
	padding-bottom: 10px;
}

.phone {
	font-size: 32px;
	color: #35B3FD;
	margin-top: 25px;
	margin-bottom: 25px;


.subtext {
	color: #666;
	font: bold normal 16px/20px Georgia, "Times New Roman", Times, serif;
}

address p {
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
	line-height: 20px;
}
.emph {
	color: #F00;
}
#header img {
}

