@charset "UTF-8";
body  {
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px; /* 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: #FFFFFF;
	background-image: url(../images/bg.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
}
.twoColFixLtHdr #container {
	width: 930px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* this overrides the text-align: center on the body element. */
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
} 
.twoColFixLtHdr  #tophead {
	background-color: #FFFFFF;
	height: 90px;
	padding-top: 10px;
	text-align: left;
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-image: url(../images/vitalearthlogo.gif);
	background-repeat: no-repeat;
	background-position: left center;
} 
.twoColFixLtHdr  #tophead2 {
	background-color: #FFFFFF;
	height: 90px;
	padding-top: 10px;
	text-align: left;
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-image: url(../greenergardener/images/feelingbored-logo.gif);
	background-repeat: no-repeat;
	background-position: left center;
} 
.twoColFixLtHdr  #tophead  h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: "Arial Rounded MT Bold";
}
#topnavholder {
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.twoColFixLtHdr #mainContent {
	margin: 0px;
	padding: 0px;
	height: 240px;
} 
#mainContent2 {
	margin: 0px;
	padding: 0px;
	height: 410px;
}
#mainContent p {
	color: #333333;
}
#sidebarleft    {
	width: 300px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
}
#gardenerclub  {
	height: 220px;
	background-image: url(../images/gardenerclub.jpg);
	background-repeat: no-repeat;
	width: 300px;
	padding-top: 15px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#gardenerclub a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 20px;
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	background-image: url(../images/joinnow.png);
	display: block;
	height: 20px;
	width: 90px;
	background-repeat: no-repeat;
	padding-top: 8px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#gardenerclub h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #4F8315;
	letter-spacing: -1px;
	padding-left: 20px;
	line-height: 32px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-top: 0px;
	margin: 0px;
}
#soiladvice  {
	background-image: url(../images/soiladvicepanel.jpg);
	height: 235px;
	background-repeat: no-repeat;
	width: 295px;
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#soiladvice h1 {
	color: #EE4C1B;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 30px;
	padding-left: 20px;
	letter-spacing: -1px;
	line-height: 30px;
	margin-top: 15px;
	padding-bottom: 12px;
}
#soiladvice a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 20px;
	text-decoration: none;
	color: #FF6600;
	font-weight: bold;
	line-height: 14px;
	background-image: url(../images/finout-soil.png);
	display: block;
	height: 20px;
	width: 122px;
	background-repeat: no-repeat;
	padding-top: 8px;
	padding-left: 8px;
	letter-spacing: 0px;
}
.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;
}
#topnav  {
	height: 66px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-color: #669900;
	background-image: url(../images/nav-bg.jpg);
	background-repeat: repeat-x;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	z-index: 30;
}
h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
p {
	margin: 0px;
	padding: 0px;
}
#carousel  {
	background: #DDDDDD;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: relative;
}
#carousel  h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#carousel li {
	margin: 0px;
	width: 186px;
	text-align: center;
	float: left;
	padding: 0px;
}
#carousel ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#carousel li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #C0DAEC;
	display: block;
	height: 72px;
	padding-top: 10px;
	z-index: 10;
}
#carousel   li a:hover  {
	color: #FFFFFF;
	background-image: url(../images/content-hover.png);
	background-repeat: no-repeat;
	padding-top: -10px;
}
#carousel  .cont-img   {
	padding-bottom: 5px;
}
#carousel  #contentcontainer   {
	height: 263px;
	overflow: visible;
}
.twoColFixLtHdr #contnav {
	background:#DDDDDD;
	margin: 0px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 82px;
}
#flowers {
	position: absolute;
	width: 243px;
	height: 362px;
	left: 845px;
	top: -28px;
	z-index: 35;
	background-image: url(../images/flowers.png);
	background-repeat: no-repeat;
}
#news  {
	height: 410px;
	background-image: url(../images/box-news.jpg);
	background-repeat: no-repeat;
	position: relative;
	width: 300px;
	float: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 13px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#news img {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}
#maz  {
	height: 410px;
	background-image: url(../images/aboutus/caric-bg-steve.jpg);
	background-repeat: no-repeat;
	position: relative;
	width: 300px;
	float: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 13px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#maz img {
	padding-right: 0px;
	padding-left: 0px;
	margin-left: 28px;
	margin-top: 10px;
}
#steve {
	height: 410px;
	background-image: url(../images/aboutus/caric-bg-maz.jpg);
	background-repeat: no-repeat;
	width: 295px;
	float: left;
	margin-top: 10px;
	padding-right: 13px;
}
#steve img {
	float: left;
	margin-left: 20px;
	margin-top: 20px;
}
#arnie {
	height: 410px;
	background-image: url(../images/aboutus/caric-bg-arnie.jpg);
	background-repeat: no-repeat;
	width: 300px;
	float: left;
	margin-top: 10px;
	margin-left: 5px;
}
#arnie img {
	float: left;
	margin-left: 25px;
	margin-top: 13px;
}
#news  #newscontscroll {
	margin-left: 20px;
	height: 235px;
	overflow: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 10px;
	margin-top: 10px;
	margin-right: 12px;
}
#newscontscroll .newscont {
	margin-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 8px;
}
#newscontscroll    .newscont h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	line-height: 15px;
	color: #006600;
	letter-spacing: 0em;
}
#newscontscroll .newscont h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	line-height: 17px;
	color: #000000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#newscontscroll .newscont p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	line-height: 15px;
	padding-bottom: 10px;
	color: #333333;
}
#newscontscroll .newscont a {
	color: #336600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#newstext {
	position: absolute;
	width: 164px;
	height: 59px;
	left: 116px;
	top: 52px;
}
#newstext p {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 19px;
}
#news h1 {
	color: #267835;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 30px;
	padding-left: 20px;
	line-height: 32px;
	margin: 0px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	letter-spacing: -1px;
}
#calender {
	height: 410px;
	background-image: url(../images/box-calender.jpg);
	background-repeat: no-repeat;
	width: 295px;
	float: left;
	margin-top: 10px;
	padding-right: 13px;
}
#calender h1 {
	color: #F453A4;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 30px;
	padding-left: 20px;
	letter-spacing: -1px;
	line-height: 34px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#calender h2 {
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	padding-left: 20px;
	letter-spacing: -1px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 12px;
	line-height: 22px;
}
#calender a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 8px;
	margin-left: 20px;
	padding-left: 8px;
	text-decoration: none;
	color: #F42C9D;
	font-weight: bold;
	background-image: url(../images/finout-cal.png);
	background-repeat: no-repeat;
	display: block;
	width: 122px;
	height: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#growyourown {
	height: 410px;
	background-image: url(../images/box-growyourown.jpg);
	background-repeat: no-repeat;
	width: 300px;
	float: left;
	margin-top: 10px;
	margin-left: 5px;
}
#growyourown h2 {
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	padding-left: 20px;
	letter-spacing: -1px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 12px;
	line-height: 22px;
}
#growyourown h1 {
	color: #2693C9;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 30px;
	padding-left: 20px;
	letter-spacing: -1px;
	line-height: 32px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#growyourown a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 8px;
	padding-bottom: 0px;
	margin-left: 20px;
	padding-right: 0px;
	padding-left: 8px;
	text-decoration: none;
	color: #0D85D1;
	font-weight: bold;
	background-image: url(../images/finout-grow.png);
	background-repeat: no-repeat;
	display: block;
	height: 20px;
	width: 122px;
}
#footer  {
	background-color: #DDDDDD;
	background-image: url(../images/footer.jpg);
	background-repeat: repeat-x;
	height: 120px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	position: relative;
} 
#footer  p  {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
#footercontent {
	height: 100px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 100px;
	margin-right: auto;
	margin-left: auto;
	width: 930px;
}
.footnavcontent {
	float: left;
	padding-right: 30px;
}
.footnavcontentright {
	float: left;
	width: 220px;
	text-align: right;
}
.footnavcontentright p {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	color: #FFF;
}
.footnavcontent a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	color: #FFF;
	text-decoration: underline;
}
.footnavcontent p {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	color: #FFF;
}
.footnavcontent h1 {
	font-size: 15px;
	color: #636300;
	text-decoration: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
#footercontent .footnavcontent h1 a {
	color: #636300;
	font-family: Arial, Helvetica, sans-serif;
}
.footnavcontent a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: underline;
}
#aboutnews {
	background-image: url(../images/soiladvice.jpg);
	height: 235px;
	background-repeat: no-repeat;
	width: 618px;
	float: right;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.leftdiv #CollapsiblePanel1 .CollapsiblePanelContent .navigation a    {
	color: #B2B035;
}
#middle #CollapsiblePanel2 .CollapsiblePanelContent .navigation a    {
	color: #B5B33B;
}
#greenideas2  {
	background-image: url(../images/greenideaspanel.jpg);
	height: 235px;
	background-repeat: no-repeat;
	width: 300px;
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#greenideas2 h1 {
	color: #060;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 30px;
	padding-left: 20px;
	letter-spacing: -1px;
	line-height: 30px;
	margin-top: 15px;
	padding-bottom: 0px;
}
#greenideas2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 20px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 14px;
	background-image: url(../images/finout-greenideas.png);
	display: block;
	height: 20px;
	width: 122px;
	background-repeat: no-repeat;
	padding-top: 8px;
	padding-left: 8px;
	letter-spacing: 0px;
}
#greenideas2 h2 {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding-left: 20px;
	margin-top: 15px;
	padding-bottom: 12px;
	font-weight: bold;
	line-height: 21px;
	letter-spacing: -1px;
}
#greenideas3  {
	background-image: url(../images/green-ideas.jpg);
	height: 850px;
	background-repeat: no-repeat;
	width: 285px;
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
}
#greenideas3 h1 {
	color: #6C6F20;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
	letter-spacing: -1px;
	line-height: 30px;
	margin-top: 15px;
	padding-bottom: 0px;
}
#greenideas3 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 14px;
	background-image: url(../images/finout-greenideas.png);
	display: block;
	height: 20px;
	width: 122px;
	background-repeat: no-repeat;
	padding-top: 8px;
	padding-left: 8px;
	letter-spacing: 0px;
	margin-left: 20px;
}
#greenideas3 h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #6C6F20;
	font-weight: bold;
}
#greenideas3 H4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #000;
	padding-bottom: 5px;
}
#greenideas3 h2 {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-bottom: 18px;
	font-weight: normal;
}
#vitalearth  {
	background-repeat: no-repeat;
	width: 300px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 15px;
	margin: 0px;
	height: 420px;
	background-image: url(../images/vitalpanel.jpg);
}
#vitalearth p {
	background-repeat: no-repeat;
	width: 280px;
	padding-top: 14px;
	padding-right: 15px;
	padding-left: 14px;
	padding-bottom: 5px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12.5px;
	color: #666;
	line-height: 18px;
}
#whoweare  {
	background-repeat: no-repeat;
	width: 300px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 15px;
	margin: 0px;
	height: 280px;
	background-image: url(../images/whoweare.jpg);
	float: left;
}
#whoweare p {
	background-repeat: no-repeat;
	width: 270px;
	padding-top: 10px;
	padding-right: 25px;
	padding-left: 20px;
	padding-bottom: 5px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #666;
	line-height: 20px;
}
#whoweare h1 {
	background-repeat: no-repeat;
	width: 280px;
	padding-top: 20px;
	padding-right: 15px;
	padding-left: 20px;
	padding-bottom: 5px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #6C6F20;
	line-height: 18px;
	font-weight: bolder;
}
#soilkit  {
	background-repeat: no-repeat;
	width: 300px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 15px;
	margin: 0px;
	height: 135px;
	float: left;
}
#soilkit p {
	background-repeat: no-repeat;
	width: 270px;
	padding-top: 10px;
	padding-right: 25px;
	padding-left: 20px;
	padding-bottom: 5px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #F90;
	line-height: 20px;
}
#vitalearth a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12.5px;
	color: #6C6F20;
	text-decoration:underline;
}#faqoverflow {
	height: 1150px;
	overflow: auto;
}
#ourproductmain p img {
	float: left;
	padding-right: 18px;
	padding-bottom: 20px;
}
#contactteam {
	height: 263px;
	background-color: #CFEDFF;
	background-image: url(../images/teammangers-bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: relative;
	padding-left: 30px;
	padding-top: 0px;
	padding-right: 580px;
}
#contactteam p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 15px;
}
#contactteam h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #B1C5F0;
	font-size: 28px;
	padding-bottom: 10px;
	letter-spacing: -1px;
	padding-top: 20px;
}
#contactteam h2 {
	font-family: "Arial Rounded MT Bold";
	color: #FFF;
	font-size: 24px;
	padding: 0px;
	margin: 0px;
}
#contactteam h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 16px;
	padding: 0px;
	line-height: 22px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#contactarnie {
	height: 410px;
	background-image: url(../images/aboutus/caric-bg-arnie.jpg);
	background-repeat: no-repeat;
	width: 300px;
	float: left;
	margin-top: 10px;
}
#contactarnie img {
	float: left;
	margin-left: 25px;
	margin-top: 13px;
}
#contactarnie p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	line-height: 15px;
	padding-left: 20px;
}
#contactarnie h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 17px;
	padding-bottom: 0px;
	letter-spacing: -1px;
	padding-top: 5px;
	padding-left: 20px;
	font-weight: bold;
}
#contactarnie h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 17px;
	padding-bottom: 10px;
	letter-spacing: -1px;
	padding-top: 5px;
	padding-left: 20px;
	font-weight: bold;
}
.sitemap  {
	padding-right: 20px;
	margin-left: 20px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	width: 400px;
	float: left;
}
.sitemap h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #BDBD43;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.sitemap p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
	line-height: 19px;
	padding-left: 10px;
}
.sitemap a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #F60;
	line-height: 19px;
	text-decoration: underline;
}
.headings {
	background-color: #B2B037;
	height: 25px;
}
.headings p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	line-height: 19px;
	padding-left: 10px;
	padding-top: 3px;
}
#competition {
	height: 263px;
	background-color: #CFEDFF;
	background-image: url(../images/competition-bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: relative;
	padding-left: 30px;
	padding-top: 0px;
	padding-right: 580px;
}
#competition p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 15px;
}
#competition h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #F453A4;
	font-size: 28px;
	padding-bottom: 10px;
	letter-spacing: -1px;
	padding-top: 20px;
}
#competition h2 {
	font-family: "Arial Rounded MT Bold";
	color: #FFF;
	font-size: 24px;
	padding: 0px;
	margin: 0px;
}
#competition h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 18px;
	padding: 0px;
	line-height: 22px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.greentipscomp {
	width: 135px;
	height: 186px;
	background-image: url(../images/greentips.png);
	background-repeat: no-repeat;
	padding-top: 40px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
}
.greentipscomp h5 {
	font-family: Arial, Helvetica, sans-serif;
	color: #360;
	font-size: 11px;
	line-height: 15px;
}#comp {
	padding-left: 170px;
	padding-right: 15px;
}
#comp p a{
	font-size: 13px;
}
#maincontnent .productleft img {
	padding-right: 15px;
	padding-bottom: 0px;
}
#peatfreecol {
	width: 300px;
	background-image: url(../images/preatfreecolpanel.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#peatfreecol p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 17px;
}#peatfreecol p img {
	float: right;
}
#peatfreecol a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #F90;
	text-decoration: underline;
}
.follow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666;
	width: 110px;
	float: left;
	margin-left: 610px;
	margin-top: 22px;
}
.collapse-panels {
	padding-right: 10px;
	width: 220px;
	float: left;
}
#greenideas #panelmain {
}
