body {
	margin: 0;
	padding: 0; 
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	color: #222222;
	background-color: #ffffff;
	background-image: url("layout/back.jpg");
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: top left;
}

#container {
	position: relative;
	margin: 0px auto;
	padding: 0;
	width: 578px;
	border: none;
	text-align: left;
	background-color: #ffffff;
}

#sectionHead {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 578px;
	height: 67px;
}

#sectionBody {
	position: relative;
	overflow:hidden;
	top: 95px;
	left: 0px;
	width: 578px;
	border: none;
	text-align: left;
	background-color: #ffffff;
	background-image: url("layout/back-bottom.jpg");
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: bottom left;
}

#sectionLeader {
	position: absolute;
	background-color: #000066;
	top: 101px;
	left: 0px;
	width: 578px;
	height: 4px;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 16px; 
	font-weight: bold;
	margin: 0px;
	padding: 20px 10px 5px 10px;
	color: #003399;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	font-weight: bold;
	margin: 0px;
	padding: 8px 10px 5px 10px;
	color: #7897d7;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold;
	margin: 0px;
	padding: 8px 10px 5px 10px;
	color: #003399;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: italic;
	margin: 0px;
	padding: 8px 10px 5px 10px;
	color: #111111;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	margin: 0px;
	padding: 5px 10px 3px 10px;
	color: #222222;
}

p.product_line {
	padding-top: 10px;
	padding-bottom: 6px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #111111;
}

p.no_pad {
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

ul {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
}


/******************* NAVIGATION *******************/

#sectionNav li span {
	display: none;
}

#sectionNav {
	position: absolute;
	top: 67px;
	left: 0px;
	width: 578px;
	background: #cccccc url(layout/nav-back.gif) repeat-x;
}

#sectionNav ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}

#sectionNav ul li {
	position: relative;
	display: inline;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#sectionNav ul li a,
#sectionNav ul li a:active,
#sectionNav ul li a:visited {
	display: block;
	height: 28px;
	text-decoration: none;
	border-bottom: 0px;
}

#sectionNav ul li a:hover {
	display: block;
	height: 28px;
	text-decoration: none;
	color: #94ab36;
	border-bottom: 0px;
}

#sectionNav ul li#home a {
	background-image: url(layout/nav-home.gif);
	background-repeat: no-repeat;
	background-position: left;
	width: 84px;
	height: 28px;
}
#sectionNav ul li#home a { background-position: 0 0; }
#sectionNav ul li#home a:hover { background-position: 0px -36px; }

#sectionNav ul li#about a {
	background-image: url(layout/nav-about.gif);
	background-repeat: no-repeat;
	background-position: left;
	width: 86px;
	height: 28px;
}
#sectionNav ul li#about a { background-position: 0 0; }
#sectionNav ul li#about a:hover { background-position: 0px -36px; }

#sectionNav ul li#contact a {
	background-image: url(layout/nav-contact.gif);
	background-repeat: no-repeat;
	background-position: left;
	width: 92px;
	height: 28px;
}
#sectionNav ul li#contact a { background-position: 0 0; }
#sectionNav ul li#contact a:hover { background-position: 0px -36px; }

#sectionNav ul li#products a {
	background-image: url(layout/nav-products.gif);
	background-repeat: no-repeat;
	background-position: left;
	width: 94px;
	height: 28px;
}
#sectionNav ul li#products a { background-position: 0 0; }
#sectionNav ul li#products a:hover { background-position: 0px -36px; }

#sectionNav ul li#technical a {
	background-image: url(layout/nav-technical.gif);
	background-repeat: no-repeat;
	background-position: left;
	width: 128px;
	height: 28px;
}
#sectionNav ul li#technical a { background-position: 0 0; }
#sectionNav ul li#technical a:hover { background-position: 0px -36px; }

#sectionNav ul li#literature a {
	background-image: url(layout/nav-literature.gif);
	background-repeat: no-repeat;
	background-position: left;
	width: 94px;
	height: 28px;
}
#sectionNav ul li#literature a { background-position: 0 0; }
#sectionNav ul li#literature a:hover { background-position: 0px -36px; }


/******************* PRODUCTS *******************/

#sectionProductsTop {
	text-align:center;
	float:none;
	
	height: 160px;
	margin-top:12px;
	margin-left:80px;
}

#sectionProductsBottom {
text-align:center;
    margin-top:25px;
	float:none;

	height: 160px;
		margin-left:80px;
}

.productshome{
float:left;
margin-right:20px;
}
