
html
{
	height: 100%;
	margin: 0px;
}
body
{
	margin: 0px;
	background-color: #dfdfdf;
    font-family: tahoma, Arial, sans-serif;
	font-size: 0.7em;	
	color: #5a5a5a;
}

h1 {
	color:#8EDB69;
	font-size:14px;
	margin:0;
}

a:link img, a:visited img
{
	border: 0px;
}

#page
{
	height: 100%;
	width: 834px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(decoration/tile_bg.gif);
	background-repeat: repeat-y;
}

#container
{
	
	width: 792px;	
	margin-left: 21px;
	margin-right: 21px;
	background-color: #fff;
	*background-color: #f7f7f7;
}

#header
{
	background-color: #fff;
	padding: 0px 31px 0px 31px;
	align: top;
	height: 95px;
}

.green
{
	color: #66cc33;
	font-size: 1em;
}

.logo
{
	float: left;
	padding-right: 20px;
	
}

#nav_container
{
	height: 100%; 
	float: left; 
	padding-top: 28px;
}

#nav
{
	margin-top: 7px;
	padding-top: 6px;
	border-top: dashed 1px #b9b9b9;
}

#nav ul
{
    list-style-type: none; margin: 0px; padding: 0px; padding-left: 0px;
}

#nav ul li
{
    display: inline; margin-right: 17px; padding: 0px;
}

#nav a, a:visited
{
	color: #606060;
	text-decoration: none;
}

#nav a:hover
{
	color: #000;
	text-decoration: underline;
}

#nav .selected
{
	color: #000;
	text-decoration: none;	
}

#search
{

	float:right;  
	padding-top: 51px; 
}

#search .text
{
	margin-right: 1px; 
	width: 145px; 
	height: 15px; 
	font-family: tahoma; 
	font-size: 1em; 
	color: #959595;
	vertical-align: top;
	padding-left: 6px;
	padding-right: 6px;
}

#search .button
{

}

#content
{
	width: 730px;
	background-image: url(decoration/tile_hr.gif);
	background-repeat: repeat-x;
	background-color: #fff;
	padding: 36px 31px 62px 31px;
}

#content #left
{
	background-color: #fff;
	float: left;
	width: 345px;
	margin-bottom: 62px;
	*margin-bottom: 0px;

}

#homeleft
{
	background-color: #fff;
	float: left;
	width: 300px;
	margin-bottom: 62px;
	*margin-bottom: 0px;

}

#content #right
{
	background-color: #fff;
	float: right;
	width: 345px;
	*margin-bottom: 0px;

}

#homeright
{
	background-color: #fff;
	float: right;
	width: 400px;
	*margin-bottom: 0px;

}

#newspage
{
	background-color: #fff;
	width: 730px;
	*margin-bottom: 0px;

}

#productfinder
{
	margin-bottom: 21px;
}

#subscribe img
{
	padding-bottom: 11px;
}

#subscribe .text
{
	margin-right: 1px; 
	width: 145px; 
	height: 15px; 
	font-family: tahoma; 
	font-size: 1em; 
	color: #959595;
	vertical-align: top;
	margin-bottom: 6px;
	padding-left: 6px;
	padding-right: 6px;	
}

#footer
{	
	clear: both;
	background-color: #f7f7f7;
	border-top: dashed #b9b9b9 1px;
	padding: 21px 31px 51px 31px;
	color: #a8a8a8;	
}

#footer #address
{

	float: left;
	
}

#footer #contact
{
	text-align: right;
	float: right;
	
}

#footer a, a:visited
{
	color: #a8a8a8;
	text-decoration: none;
}

#footer a:hover
{
	color: #000;
	text-decoration: underline;
}

#contactform 
{
	border-bottom: dashed #b9b9b9 1px;
	padding-bottom: 14px;
	background-color: ;
}

#contactform form
{
	margin: 0px;
	padding-top: 10px;
}

#contactform .text
{
	margin-right: 1px; 
	margin-bottom: 9px;
	width: 210px; 
	height: 15px; 
	font-family: tahoma; 
	font-size: 1em; 
	color: #959595;
	vertical-align: top;
	padding-left: 6px;
	padding-right: 6px;
}

#contactform .textarea
{
	margin-right: 1px; 
	margin-bottom: 9px;
	width: 210px; 
	height: 85px; 
	font-family: tahoma; 
	font-size: 1em; 
	color: #959595;
	vertical-align: top;
	padding: 3px 6px 3px 6px;
	overflow: auto;
}

#contactdetails
{
	padding-top: 14px;
}

#contactdetails p
{
	margin: 10px 0px 10px 0px;
}

#contactdetails a, a:visited
{
	text-decoration: none;
	color: #40b804;
}

#contactdetails a:hover
{
	text-decoration: underline;
	color: #40b804;
}


#subnav
{
	width: 170px;
	background-color: #fff;
	float: left;
}

.subnav
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	margin-top: 4px;
}

.subnav li 
{
	padding-left:16px;
	margin: 0px;
	background:url(decoration/bullet.gif) no-repeat;
	background-position: 0px 2px;
	margin-bottom: 6px;
}

.subnav a, a:visited
{
	color: #000;
	text-decoration: none;
}

.subnav a:hover
{
	color: #40b804;
	text-decoration: underline;
}

.subnav .selected
{
	color: #40b804;
	text-decoration: none;	
}

.ghead
{
	font-weight: bold;
	color: #40b804;

}

.fullwidth, .fullwidth_bottom
{
	float: right;
	margin-left: 0px;
	width: 553px;	
	background-color: #fff;
	margin-bottom: 8px;
	*margin-bottom: 11px;
}

.fullwidthproducts
{
	float: right;
	margin-left: 10px;
	width: 543px;	
	background-color: #fff;
	margin-bottom: 8px;
	*margin-bottom: 11px;
}

.fullwidth_bottom
{
	margin-bottom: 62px;
	*margin-bottom: 0px;
}

.wrapper
{
	background-color: #fff;
	margin: 0px;
	float: right; 
	width: 553px;
}

.wrapper p
{
	margin: 4px 0px 21px 0px;
}


.left
{
	background-color: #fff;
	float: left;
	width: 265px;	
	margin: 0px;
	margin-left: 10px;

}

.right
{
	background-color: #fff;
	float: right;
	width: 263px;
	margin-bottom: 0px;
}

table
{
	border: solid 1px #fff;
}

th
{
	padding: 10px 0px 10px 9px;
	text-align: left;
	vertical-align: text-top;
	background-color: #67cb33;
	color: #fff;        
}

td
{
	border: solid 1px #fff;
	background-color: #eeeeee;
	padding: 2px 0px 3px 8px;
	line-height: 1.7em; 
}

.alt
{
	background-color: #fff;
}

.alt_end
{
	background-color: #E3F6BD;
}

SUB, SUP 
{ 
	line-height: 0; 
	font-size: 0.85em;
} 


.list
{
	list-style-type: disc;
	margin-bottom: 21px;
}

.list li 
{
	margin-bottom: 4px;
}

.grey
{
	color: #b1a99d;
	padding-bottom: 9px;
}

.faq
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.faq li
{
	margin: 0px 0px 11px 0px;
	padding: 0px;
	font-weight: bold;
	color: #40b804
}

.faq p
{
	margin: 2px 0px 0px 0px;
	font-weight: normal;
	color: #5a5a5a;
}

#contentnews a, #contentnews a:visited{
	color:#8CD966;
	font-weight:bold;
	text-decoration:none;
}

#contentnews a:hover{
	color:#8CD966;
	font-weight:bold;
	text-decoration:underline;
}