
div#content h1{
	text-align: left;
	font-size: 110%;
	font-weight: bold;
	margin: .5em 0;
	line-height: 120%;
}
div#page_Description{
	text-align: justify;
	font-size: 100%;
	font-weight: bold;
	margin: .5em 0;
	line-height: 120%;	
}

div.feature{
  float: left;
  text-align: left;
  margin: 0;
  border: 1px solid #333;
}
div.c3 div.feature{
  width: 32%;
  margin-right: 1.5%;
}
div.c2 div.feature{
  width: 49%;
}
div.c1 div.feature{
  width: 99%;
}
div#features div.last{
  margin-right: 0;
  float: right;
}
div#area{
	margin: 10px;
	width: 730px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;		
}
div.feature h4{
	background: #006600;
	color: #eee;
	padding: .3em;
	font-size: 1em;
	margin: 0 0 .5em 0;
}
div.feature a{
	color: #eee;
	text-decoration: none;
}
div.feature h4 a:hover{
	color: #fff;
	text-decoration: underline;
}
div.feature p{
	margin: .5em;
}
div.bodyCopy{
  margin: 1em 0;
  padding: .5em .5em 1em .5em;
  border-top: 1px solid #006600;
  text-align: left;
}
div.bodyCopy p{
  text-align: left;
}
p.featureImage{
  text-align: center;
}
p.featureImage a img{
  display: block;
  padding: 2px;
  border: 1px solid #006600;
  margin: 0 auto;
}
p.featureImage a:hover img{
  border: 1px solid #55dd55;
}
.orderLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #CCCCCC;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #DDDDDD;
	border-right-color: #666666;
	border-bottom-color: #333333;
	border-left-color: #AAAAAA;
	text-align: center;
	height: 20px;
}
.orderLink a:link{
	color: #006600;
	text-decoration: none;
}
.orderLink a:visited{
	color: #006600;
	text-decoration: none;
}
.orderLink a:hover{
	color: #006600;
	text-decoration: underline;
}
p.price {
	font-size: 11px;
	font-weight: bold;
	font-variant: normal;
	color: #660000;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 3px;
	height: 20px;

}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Fix IE. Hide from IE Mac \*/
* html .clearfix {height: 1%;}
/* End */

#features div.hspacer{
	width: 100%;
	height: 5px;
	float: left;
}
