 
/********** Home Pg **********/
	
#contentLeft {
	width: 630px;
	float:left; }

#contentRight {
	width: 295px;
	float:left;
	padding-left:25px; 
	text-align:center; }
	

/*** Go Green Box ***/
#goGreen {
	width:295px;
	height:340px; 
	background-image:url(../../images/gogreen_bkgd.jpg);
	background-repeat:no-repeat;
	margin-top:15px;
	padding-top:12px;
	color:#ffffff;
	font-family: Verdana, Geneva, sans-serif;
	font-size:15px; }
	
#goGreen .line {
	width:295px;
	height:1px; 
	background-image:url(../../images/gogreen_line.jpg);
	background-repeat:no-repeat; }
	
.checklist {
	padding:5px 0 0 20px; }     /**** top right bottom left ****/
	
.check {
	width:24px;
	height:28px; 
	background-image:url(../../images/gogreen_check.jpg);
	background-repeat:no-repeat;
	padding-top:15px; 
	float:left; }
	
#goGreen .text {
	float:left;
	width:230px;
	height:40px;
	padding:8px 0 0 5px;     /**** top right bottom left ****/
	text-align:left; }
	
ul.leaf {
	padding:0px;
	margin:0px; }	
	
ul.leaf li {
	line-height:20px;
	text-indent:15px;
	list-style-position:inside;
	list-style-image:url(../../images/bulletpt_leaf.jpg);}
	

/*** Compare ***/
.compare {
	float:left;
	width: 430px;
	padding-left:15px;}
	
.middleSpace {
	padding-left:55px; }
	
.compareLine {
	height:1px;
	width:260px;
	background-color:#000000;
	margin-bottom:5px; }
	
.compare ul li {
	font-size: 15px;
	text-indent: -1em; }
	
.compare ol li {
	padding-bottom:10px; }
	
	
/********** Products Pg **********/

.secondLine {
	font-weight:normal; }
	
#specifications {
	margin: 0 auto;
	width:750px;
	height: 363px; 
	padding:15px;
	background-image:url(../../images/smart_filter_box.jpg);
	background-repeat:no-repeat;
	text-align: center; }
	
#specifications ul {
	text-align: left; }
	
#specifications ul li {
	padding:0 15px; 
	margin: 0 0 15px 17px;		/* IE7 needs margin */
	color:#ffffff;
	font-family: Verdana, Geneva, sans-serif;
	font-size:15px; 
	width:410px;
	text-indent: -1em;  /*This makes the 2nd line of the list indented*/
	list-style:disc inside none; }
	
#specifications .line {
	width:630px;
	height:1px; 
	background-color:#ffffff;
	margin:0 auto; }

#specifications .padding {
	padding-top:43px; }
	

	