@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #333333;
}
#container  {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#header  {
	height: 224px;
	background-color: #DDDDDD;
	background-image: url(../images/topbar2_r1_c1_s1.jpg);
	background-repeat: no-repeat;
} 
#sidebar1  {
	float: right; /* since this element is floated, a width must be given */
	width: 230px;
	padding-top: 0px;
	padding-bottom: 15px;
	background-color: #FFF;
}
#mainContent  {
	margin-top: 0;
	margin-right: 230px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 20px;
} 
#mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	line-height: 19px;
	margin: 0px;
	padding: 0px;
}
.greytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #666;
}
.main-cont {
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 10px;
	margin-right: 20px;
}
#mainContent a {
	color: #859E28;
	text-decoration: underline;
}
#mainContent #gardenclub {
	background-image: url(../images/celebrate.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	padding-right: 270px;
	padding-bottom: 25px;
	margin-bottom: 20px;
	margin-top: 0px;
	padding-top: 0px;
}
#mainContent #gardenclub h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	color: #859E28;
	line-height: 24px;
}
#mainContent #newbridge {
	float: left;
	margin-right: 20px;
}
#mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 29px;
	color: #58091C;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#mainContent h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #859E28;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
#footer  {
	background-image: url(../images/botbar.gif);
	background-repeat: no-repeat;
	height: 41px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
#footer h1  {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 22px;
	font-weight: normal;
	color: #FFF;
	margin: 0px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer #thatgrowsfoot {
	float: left;
	width: 400px;
}
#footer p  {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	line-height: 19px;
}
#cmventures p a {
	color: #FFF;
	text-decoration: none;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#sidebar1 #gardenclubform {
	background-image: url(../images/form-bg.jpg);
	background-repeat: no-repeat;
	height: 410px;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
}
#sidebar1 #gardenclubform p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	margin: 0px;
	padding: 0px;
}
#sidebar1 #gardenclubform input   {
	border: 1px solid #FFF;
	width: 170px;
	margin-bottom: 5px;
	height: 22px;
}
#sidebar1 #gardenclubform h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #FFF;
	margin: 0px;
	padding: 00px;
}
#sidebar1 #gardenclubform #button {
	background-color: #FFF;
	width: 50px;
	height: 20px;
}
#sidebar1 #gardenclubform #subscribe {
	background-color: #FFF;
	width: 75px;
	height: 20px;
}
#sidebar1 #gardenclubform #CustomFields_2_9 {
	border: 1px solid #FFF;
	width: 170px;
	height: 60px;
	margin-bottom: 10px;
}
#sidebar1 #growyourown {
	background-image: url(../images/growyourown.gif);
	height: 293px;
	padding-top: 10px;
	padding-left: 10px;
	background-repeat: no-repeat;
}
#sidebar1 #growyourown h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #FFF;
	margin: 0px;
	padding: 0px;
}
#sidebar1 #growyourown p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	line-height: 16px;
	margin: 0px;
	padding: 0px;
}
#sidebar1 #growyourown a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	line-height: 16px;
	margin: 0px;
	padding: 0px;
}#sidebar1 #specialoffer {
	background-image: url(../images/specialoffer-bg.jpg);
	height: 133px;
	padding-top: 170px;
	padding-left: 10px;
	background-repeat: no-repeat;
}
#sidebar1 #specialoffer h1 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 19px;
	color: #FC0;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	line-height: 22px;
	padding-bottom: 10px;
}
#sidebar1 #specialoffer h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFF;
	margin: 0px;
	padding: 0px;
}
#sidebar1 #specialoffer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	line-height: 16px;
	margin: 0px;
	padding: 0px;
}
#sidebar1 #specialoffer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	line-height: 16px;
	margin: 0px;
	padding: 0px;
}
#footer #cmventures {
	float: left;
	width: 420px;
	text-align: right;
	margin-left: 30px;
}
#sidebar1 #contactform {
	padding-right: 20px;
	padding-top: 20px;
}
#sidebar1 #contactform p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	margin: 0px;
	padding: 0px;
	line-height: 20px;
	color: #333;
}
#contactform #submit2  {
	background-color: #BFE816;
	cursor: default;
	width: 80px;
}
#sidebar1 #contactform input {
	border: 1px solid #CCC;
	width: 180px;
	height: 25px;
	padding-left: 5px;
}
#contactform textarea {
	border: 1px solid #CCC;
	width: 180px;
	padding-left: 5px;
	height: 75px;
}
#mainContent iframe {
	float: right;
	padding-left: 20px;
}
#sidebar1 #contactform h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #859E28;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 22px;
}
#mainContent .main-cont h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #F60;
	margin: 0px;
	padding: 0px;
}
#sidebar1 #sidegreen {
	background-image: url(../images/side-green.gif);
	background-repeat: no-repeat;
	background-color: #ADC61E;
	padding-left: 15px;
	padding-top: 15px;
	padding-right: 15px;
	margin-top: 15px;
}
#sidebar1 #sidegreen p a {
	color: #FFF;
}
#sidebar1 #sidegreen p {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	margin: 0px;
	padding: 0px;
	line-height: 20px;
	font-size: 14px;
}
#sidebar1 #sidegreen h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #FFF;
	margin: 0px;
	padding: 0px;
}
#sidebar1 #sidegreen2 {
	background-image: url(../images/side-green-bot.gif);
	background-repeat: no-repeat;
	background-color: #ADC61E;
	height: 33px;
}
#mainContent .main-cont ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 23px;
	color: #333;
	display: block;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #859E28;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 285px;
}
#mainContent .main-cont h3 .mowers {
	float: left;
	padding-right: 35px;
	padding-bottom: 55px;
}
#mainContent .main-cont ul {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	list-style-position: outside;
	margin-left: 10px;
	padding-left: 0px;
}
.giftware {
	width: 129px;
	height: 250px;
	float: left;
	margin-right: 10px;
	background-image: url(../images/products/giftware.jpg);
	background-repeat: no-repeat;
	margin-bottom: 15px;
	padding-right: 8px;
	padding-left: 8px;
	padding-top: 0px;
}

.cane {
	width: 129px;
	height: 250px;
	float: left;
	margin-right: 10px;
	background-image: url(../images/products/cane-pane.jpg);
	background-repeat: no-repeat;
	margin-bottom: 15px;
	padding-right: 8px;
	padding-left: 8px;
}

.composts {
	width: 129px;
	height: 250px;
	float: left;
	margin-right: 10px;
	background-image: url(../images/products/compost-pane.jpg);
	background-repeat: no-repeat;
	margin-bottom: 15px;
	padding-right: 8px;
	padding-left: 8px;
	padding-top: 0px;
}


.clothing {
	width: 129px;
	height: 250px;
	float: left;
	margin-right: 10px;
	background-image: url(../images/products/clothing-pane.jpg);
	background-repeat: no-repeat;
	margin-bottom: 15px;
	padding-right: 8px;
	padding-left: 8px;
	padding-top: 0px;
}
#prodpanes p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	padding-top: 155px;
}
#prodpanes h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #88A02D;
	margin: 0px;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
}
#prodpanes a {
	color: #FFF;
	text-decoration: none;
}
#prodpanes {
	margin-bottom: 15px;
	padding-bottom: 10px;
	margin-right: 20px;
	height: 260px;
}
#prodpanes a:hover {
	color: #FFF;
	text-decoration: underline;
}
.strikethrough {
	text-decoration: line-through;
}
