body{
	margin-top:0;
	margin-bottom:auto;
	margin-left:auto;
	margin-right:0;
	font-family:vardana, sans-serif;
	font-size:12px;
}

a:link{color:#000;}
a:visited{color:#000;}
a:hover{color:#000; text-decoration:none;}

a.green:link{color:#188452;}
a.green:visited{color:#188452;}
a.green:hover{color:#188452; text-decoration:none;}

#container{
	width:1041px;
	position:relative;
	left:0;
	top:0;
	height:642px;
}

* html #container{
	width:1041px;
	position:relative;
	top:0;
	height:642px;
	left:0px;
}

#int-container{
	width:1041px;
	position:relative;
	left:0;
	top:0;
}

* html #int-container{
	width:1041px;
	position:relative;
	left:0;
	top:0;
}

img.bg-top{
	margin:0;
	position:absolute;
	left:0;
	top:0px;
}

img.logo{
	margin-left:0;
	margin-top:0;
	position:absolute;
	top:30px;
	left:40px;
}

.search-text{
	margin-top:0;
	font-size:12px;
	position:absolute;
	left:642px;
	top:38px;
}

* html .search-text{
	width:150px;
	margin-top:0;
	font-size:12px;
	position:absolute;
	left:600px;
	top:38px;
}

.google{
	margin-top:0;
	position:absolute;
	left:762px;
	top:35px;
}

* html .google{
	width:300px;
	margin-right:0;
	margin-left:0;
	margin-top:0;
	position:absolute;
	left:720px;
	top:35px;
}

.search-button {
	background-color:#188452;
	width:60px;
	height:23px;
	text-align:center;
	color:#fff;
	border:solid 1px #000;
}

.red-header{
	margin-top:0;
	color:#e71818;
	font-size:18px;
	position:absolute;
	left:620px;
	top:90px;
}

* html .red-header{
	width:400px;
	margin-left:0;
	margin-top:0;
	color:#e71818;
	font-size:18px;
	position:absolute;
	left:600px;
	top:90px;
}

.green-header{
	color:#188452;
	font-weight:bold;
}

.red-text{
	color:#e71818;
	font-size:18px;
}

.text1{
	font-size:12px;
	text-align:left;
	width:530px;
	position:absolute;
	top:170px;
	left:40px;
}


.control-system{
	margin-top:0;
	font-size:12px;
	text-align:left;
	width:330px;
	position:absolute;
	left:244px;
	top:360px;
}

.featured-products{
	margin-top:0;
	border:1px solid #188452;
	font-size:11px;
	text-align:left;
	width:405px;
	height:390px;
	position:absolute;
	top:170px;
	left:595px;
}

.featured-products-header{
	margin-top:0;
	text-align:center;
	font-size:18px;
	padding-top:5px;
}

.euchners{
	margin-top:0;
	position:absolute;
	top:35px;
	left:280px;
}

.learn1{
	margin-top:0;
	position:absolute;
	top:200px;
	left:220px;
}

.werma{
	margin-top:0;
	position:absolute;
	top:225px;
	left:10px;
}

.werma-text{
	margin-top:0;
	position:absolute;
	top:230px;
	left:61px;
}

.learn2{
	margin-top:0;
	position:absolute;
	top:330px;
	left:290px;
}

.footer-home{
	margin-top:0;
	margin-left:0;
	position:absolute;
	top:610px;
	left:325px;
}

.footer{

}

.indent{
	padding-left:25px;
	vertical-align:top;
}

.formula-header{
	font-size:14px;
	font-weight:bold;
}

/*-------------------------------------------------------------------------
	DROP DOWN MENU
--------------------------------------------------------------------------*/

/* Add a margin - for this demo only - and a relative position with a high z-index to make it appear over any element below */
#menu_container {position:absolute; left:25px; top:130px; width:991px; height:28px; z-index:200; background-color:#000;}
#menu_container_interior {position:absolute; margin-left:0; left:25px; top:130px; width:991px; height:28px; z-index:200; background-color:#000;}
* html #menu_container_interior {position:absolute; left:25px; top:130px; width:991px; height:28px; z-index:200; background-color:#000;}



/* Get rid of the margin, padding and bullets in the unordered lists */
#pmenu, #pmenu ul {padding:0; margin:0; list-style-type: none; position:relative;}

/* Set up the link size, color and borders */
#pmenu a, #pmenu a:visited {display:block; position:relative; left:30px; padding:0 48px 0 0; font-family:verdana, sans-serif; font-size:12px; color:#fff; font-weight:bold; height:28px; line-height:25px; text-decoration:none; text-align:center;}


/* Set up the list items */
#pmenu li {float:left;}


/*stuff I added*/
#pmenu :hover ul li, #pmenu :hover ul li a {background:#000; text-align:left; text-indent:6px; color:#188452; border-bottom:1px solid #ccc; height:24px; line-height:24px; width:120px;}
#pmenu :hover ul :hover {background:#b56510; color:#fff;}
/*end of stuff I added*/


/* For Non-IE browsers and IE7 */
#pmenu li:hover {position:relative;}

/* Make the hovered list color persist */
#pmenu li:hover > a {color:#188452;}


/* Set up the sublevel lists with a position absolute for flyouts and overrun padding. The transparent gif is for IE to work */
#pmenu li ul {display:none;}

/* For Non-IE and IE7 make the sublevels visible on list hover. This is all it needs */
#pmenu li:hover > ul {display:block; position:absolute; top:0; left:0; margin-top:0px; background:transparent url(transparent.gif); white-space:nowrap; width:120px; /*border:1px solid #fff;*/ filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);}

/* Position the first sub level beneath the top level liinks */
#pmenu > li:hover > ul {left:1px; top:26px;}

/* get rid of the table */
#pmenu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* For IE5.5 and IE6 give the hovered links a position relative and a change of background and foreground color. This is needed to trigger IE to show the sub levels */

* html #pmenu li a:hover {background-color:#000; color:#188452; list-style-type:none; }
* html #pmenu a, * html #pmenu a:visited {display:inline; position:static; margin-left:0; margin-top:0; text-indent:30px; left:0px; top:0px; padding-right:19px; font-family:verdana, sans-serif; white-space:nowrap; font-size:12px; color:#fff; font-weight:bold; height:28px; line-height:25px; text-decoration:none; text-align:left;}




/* This lot is for IE5.5 and IE6 ONLY and is necessary to make the sublevels appear */

/* change the drop down levels from display:none; to visibility:hidden; */
* html #pmenu li ul {visibility:hidden; display:block; position:absolute; top:-11px; left:0px; margin:0; width:220px; padding:10px 30px 30px 30px; background:transparent url(transparent.gif);}


/* make the second level visible when hover on first level link and position it */
#pmenu li a:hover ul {
visibility:visible; left:-30px; top:14px; lef\t:-31px; to\p:15px;
}

