/* CSS Document */

body{
	background-color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	margin:0px;
	}
.top-nav{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	line-height:38px;
	height:38px;
	background-image:url(images/arrow.jpg);
	background-repeat: no-repeat;
	width:100%;
	display:block;
	}
.top-nav:hover{
	color:#FFCC00;
	font-weight:bold;
	text-decoration:underline;
	line-height:38px;
	height:38px;
	background-image:url(images/arrow.jpg);
	background-repeat: no-repeat;
	width:100%;
	display:block;
	}
	
.sub-nav{
	color:#333333;
	background-color:#fff;
	font-weight:bold;
	text-decoration:none;
	width:100%;
	height:20px;
	line-height:20px;
	display:block;
	}
.sub-nav:hover{
	color:#FFCC00;
	background-color:#666666;
	font-weight:bold;
	text-decoration:underline;
	height:20px;
	line-height:20px;
	width:100%;
	display:block;
	}

.linkhd,.linkhd:link,.linkhd:active,.linkhd:visited{
	color:#000000;
	font-weight:normal;
	height:20px;
	text-decoration:none;
	}
.linkhd:hover{
	color:#000000;
	font-weight:normal;
	height:20px;
	text-decoration:underline;
	}
	
	
.para{
	color:#333333;
	padding-left:20px;
	padding-right:20px;
	line-height:18px;
	text-align:justify;
	}
h3{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#0066CC;
	font-weight:bold;
	}
hr{
	text-align:center;
	height:1px;
	color:#333333;
	}
.footer{
	color:#000;
	padding-top:20px;
	text-align:right;
	font-size:10px;
	}

#services {
	position:absolute;
	width:735px;
	height:14px;
	/*z-index:1;*/
	left: 14%;
	top: 222px;
	visibility: hidden;
}
#products {
	position:absolute;
	width:735px;
	height:14px;
	z-index:2;
	left: 14%;
	top: 223px;
	visibility: hidden;
}