body
{
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	background-image: url(../images/bkg.jpg);
	background-repeat: repeat-x;
	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;
	overflow: -moz-scrollbars-vertical;
}
.twoColFixLtHdr #container { 
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #breadcrumb { 
	padding: 5px 0 0 50px;
	font-size:10px;
} 
.twoColFixLtHdr #breadcrumb a:link{ 
	color:#643559;
	text-decoration:underline;
} 
.twoColFixLtHdr #breadcrumb a:hover{
	color: #d7e844;
	text-decoration:underline;
} 
.twoColFixLtHdr #breadcrumb a:active{
	color:#f29114;
	text-decoration:underline;
} 
.twoColFixLtHdr #breadcrumb a:visited{ 
	color: #747474;
	text-decoration:underline;
} 
.twoColFixLtHdr #header { 
	background-image:url(../images/hippo_web_03.jpg);
	background-repeat:no-repeat;
	background-position:top right; 
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height:139px;
} 
.twoColFixLtHdr #header_top {
	float:right;
	width:500px;
	font-size:11px;
	font-weight:bold;
	color:#006633;
	margin-top:3px;
}
.twoColFixLtHdr #nav {
	background-image: url(../images/nav_bkg_19.jpg);
	background-repeat:repeat-x;
	height:30px;
	text-align:center;
}
.button {
	margin: 0 20px 0 20px;
}
.twoColFixLtHdr #header li{ 
	display:inline;
	list-style-type:none;
	margin:0 23px 5px 0;
}
.twoColFixLtHdr #header li a:link{ 
	color:#643458;
	text-decoration:none;
}
.twoColFixLtHdr #header li a:hover{ 
	color:#076A34;
	text-decoration:none;
}
.twoColFixLtHdr #header li a:active{ 
	color:#FF3300;
	text-decoration:none;
}
.twoColFixLtHdr #header li a:visited{ 
	color: #33CC99;
	text-decoration:none;
}
.twoColFixLtHdr #header 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 */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 205px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 155px 10px 15px 20px;
	background-image:url(../images/sidebar.jpg);
	background-repeat:no-repeat;
}
.twoColFixLtHdr #sidebar1 p {
	font-size:11px;
	font-weight: bold;
	color:#336600;
}
.twoColFixLtHdr #sidebar1 li {
	font-size:11px;
	font-weight: bold;
	color:#336600;
	line-height:18px;
	text-align: left;
}
.twoColFixLtHdr #sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 205px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 30px 10px 15px 20px;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	list-style-type: square;
	margin-left: -25px;
}
.twoColFixLtHdr #product {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin-top:10px;
	margin-left:45px;
	padding: 5px;
}
.twoColFixLtHdr #sidebarrt {
	float: right; /* since this element is floated, a width must be given */
	width: 550px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 10px 15px 20px;
}
.twoColFixLtHdr #sidebarprod {
	float: right; /* since this element is floated, a width must be given */
	width: 590px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px 0px;
}
.leftpadding {
	padding-left:10px;
}
.twoColFixLtHdr #related {
	clear:both;
	margin: 15px 0 0 260px;
	width: 580px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
}
.twoColFixLtHdr #banner {
	margin: 0px 0px 0 0;
}
.related_table {
	border:solid;
	border-width:thin;
	border-color:#666;
	padding:0px;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #main {
	width:850px;
	float:left;
	margin: 30px 0 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding:0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image:url(../images/main_bkg.jpg);
	background-repeat:repeat-y;
} 
.twoColFixLtHdr #mainindex {
	width:850px;
	float:left;
	margin: 30px 0 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding:0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #lowerhoriz {
	clear:both;
	float:left;
	text-align:center;
	margin-top:25px;
	width:850px;
}  

.twoColFixLtHdr #footer { 
	padding: 20px 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align:center;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.twoColFixLtHdr #footer li {
	display:inline;
	font-size:9px;
	margin:0 20px;
	font-weight:bold;
}
.twoColFixLtHdr #footer li a:link{ 
	font-weight:bold;
	color:#076A34;
	text-decoration: underline;
}
.twoColFixLtHdr #footer li a:hover{ 
	font-weight:bold;
	color:#643458;
	text-decoration: underline;
}
.twoColFixLtHdr #footer li a:active{ 
	font-weight:bold;
	color: #3300CC;
	text-decoration: underline;
}
.twoColFixLtHdr #footer li a:visited{ 
	font-weight:bold;
	color: #666666;
	text-decoration: underline;
}
.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;
}
img {
	border:none;
}
.searchicon {
	margin-top: 10px;
}
.centered_button {
	margin: 0 8px 0 8px;
}
.twoColFixLtHdr #leaves { 
	float:left;
	width:360px;
	}

.roundcont {
	margin-top:50px;
	float:right;
	width:450px;	
	background-color:#F0F6B7;
}
.roundcont p {
	font-size: 14px;
	font-weight: normal;
	color: #076a34;
	margin: 10px 10px;
}
.roundcont h2 {
	font-size: 16px;
	font-weight: bold;
	color: #076a34;
	margin: 0 10px;
}
.roundtop { 
	background:  url(../images/tr.jpg) no-repeat  top right; 
}
.roundbottom {
	background:  url(../images/br.jpg) no-repeat bottom right; 
}
img.corner {
   width: 22px;
   height: 22px;
   border: none;
   display: block !important;
}
.legaltext {
	font-size: 10px;
	font-weight: bold;
	color: #217A49;
	text-align: center;

}
p {
	font-size: 12px;
	color: #000000;
	text-align: left;
	line-height:1.5em;
	margin: 1em 0 0.5em 0;
    padding-top: 1em;
}
h1
{
	font-size: 15px;
	color: #086B35;
	text-align: left;
}
.ProductNameText {
	font-size: 15px;
	color: #086B35;
}
h2 {
	font-size: 13px;
	color: #643559;
	text-align: left;
}
h3 {
	font-size: 11px;
	text-align: left;
	font-weight:bold;
}
.twoColFixLtHdr #related { 
	text-decoration:none;
	font-size:.7em;
}
.twoColFixLtHdr #related a:link { 
	color:#643559;
	text-decoration:underline;
}
.twoColFixLtHdr #related a:hover { 
	color: #d7e844;
	text-decoration:underline;
}
.twoColFixLtHdr #related a:active { 
	color:#f29114;
	text-decoration:underline;
}
.twoColFixLtHdr #related a:visited { 
	color: #747474;
	text-decoration:underline;
}
#producttag {
	margin-top: -105px;
	margin-left: -80px;
}
.twoColFixLtHdr #productborder {
	float:right;
	width:500px;
	border:solid;
	border-width:thin;
	border-color:#6aa80d;
	margin-top:70px;
	padding-top:50px;
}
.testimonials {
	font-style: italic;
	color: #DBA31D;
	text-align:justify;
	margin:0px 60px 0px 20px;
}
.testimonials_bold {
	font-weight:bold;
	font-size: .8em;
	color:#086B35;
	text-align:left;
	margin-left:20px;
	margin-bottom:30px;
}
.rule {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #31E63F;
	border-right-color: #31E63F;
	border-bottom-color: #31E63F;
	border-left-color: #31E63F;
	margin-bottom: 15px;
	margin-top:35px;
}
.contact {
	background-color: #e5f8e7;
	float:right;
	padding-left:5px;
	width:550px;
}
.strength_padding {
	margin-top: 75px;
	margin-left: 40px;
}
