*
{
	margin: 0px;
	padding: 0px;
}


body
{
	color: #eeeeee;
	font: 18px helvetica, arial;
	text-align: center;
	background: #25363c;
	background-image: url('images/bg1.png');
}

a {
	color: cyan;
	text-decoration: none;
}

a:hover {
	color: #c00;
}

img
{
	border: none;
}

.align_left{
	text-align: left;
	padding-left: 5px;
}

.align_right{
	text-align: right;
	padding-right: 5px;
}

div.body{
	margin: auto;
	margin-top: 15px;
	text-align: justify;
	width: 1000px;
	padding: 0px;
	position: relative;
}


div.banner{
	float: left;
	margin: 0px;
	width: 1020px;
	background-image: url('images/banner2.png');
	background-repeat: no-repeat;
	height: 230px;
}

div.home_right {
	float: left;
	width: 725px;
	height: 420px;
	line-height: 20px;
	text-align: right;
	color: #fff;
	background-image: url('images/homerightbg.png');
	background-repeat: no-repeat;
	padding-top: 15px;
}

div.products_header {
	float: left;
	width: 997px;
	height: 57px;
	text-align: right;
	line-height: 19px;
	color: #fff;

	padding-top: 0px;
}

div.home_left {
	float: left;
	width: 250px;
	height: 330px;
	margin-top: 2px;
	margin-right: 20px;
	padding: 0px;
	padding-top: 0px;
	

}


div.footer{
	clear: both;
	float: left;
	margin-top: 0px;
	width: 1020px;
	background-image: url('images/footer.png');
	background-repeat: no-repeat;
	height: 25px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}

#menu {
	width: 725px;
	height: 30px;
	float: left;
	position: absolute;
	z-index: 69;
	top: 180px;
	left: 295px;
	font: 13px Lucida Console;
	text-transform: uppercase;
	padding-left: 0px;
	
}



#menu ul{
	list-style: none;
	display: block;
	margin: 0px;

}


#menu li.top {
	display: block;
	float: left;
	color: #fff;
	text-align: center;
	line-height: 23px;
	height: 23px;
	border-right: 1px solid #111;
	width: 110px;
	padding-top: 1px;
	background-image: url('images/menudrop.png');
	background-repeat: no-repeat;
}

#menu li.home {
	display: block;
	float: left;
	color: #fff;
	text-align: center;
	line-height: 23px;
	height: 23px;
	border-right: 1px solid #111;
	border-left: 1px solid #111;
	width: 110px;
	padding-top: 1px;
	margin-left: 9px;
	background-image: url('images/menudrop.png');
	background-repeat: no-repeat;
}

#menu a {
	color: #fff;
	text-decoration: none;
	text-align: left;
	display: block;
	font-size: 13px;

}

#menu li ul a {
	font-size: 12px;
}
 
#menu li.top:hover {
	cursor: default;
	background-image: url('images/menuhov.png');
	background-repeat: no-repeat;
}

#menu li.home:hover {
	cursor: pointer;
	background-image: url('images/menuhov.png');
	background-repeat: no-repeat;
}

#menu li.drop{
	display: none;
	clear: both;
	float: left;
	text-align: left;
	background-image: url('images/menudrop.png');
	background-repeat: no-repeat;
	padding-left: 8px;
	padding-top: 5px;
	padding-bottom: 2px;
	line-height: 15px;
	width: 110px;
}


#menu li:hover ul li{
	display: block;
}

#menu li.drop:hover {
	background-image: url('images/menuhov.png');
	background-repeat: no-repeat;
}

img.right{
	float: right;
	margin-left: 5px;
}

img.left{
	float: left;
	margin-right: 10px;
}

img.np_diag{
	margin-left: 180px;
}

img.logo_left{
	margin-right: 10px;
	margin-bottom: 13px;
	float: left;
	clear: left;
	opacity: 1;
	filter: alpha(opacity=100);
}

img.logo_right{
	margin-right: 0px;
	margin-bottom: 13px;
	float: left;
	opacity: 1;
	filter: alpha(opacity=100);
}

img.logo_left:hover,img.logo_right:hover{
	opacity: 0.4;
	filter: alpha(opacity=40);
}

p.home_header{
	font-size: 18px;
	text-align: justify;
	text-transform: uppercase;
	font-weight: bold;
	background: #012;
	padding: 10px;
	margin-top: 15px;
	line-height: 22px;
}

p.home_text{
	font-size: 17px;
	text-align: justify;
	background: #001;
	padding: 10px;
	font-weight: bold;
	margin-top: 15px;
	line-height: 20px;
}


.notsostrong{
	font-size: 24px;
	font-weight: bold;
	margin-right: 10px;
	color: white;
}

.strong_red{
	color: red;
	font-size: 25px;
	font-weight: bold;
	line-height: 27px;
}

.strong_blue{
	color: cyan;
	font-size: 25px;
	font-weight: bold;
	line-height: 28px;
}

div.news_scroll{
	width: 240px;
	height: 15px;
	text-align: center;
	font-size: 13px;
	padding-bottom: 6px;
	padding-left: 6px;
	padding-right: 6px;
}

div.news{

	font-size: 13px;
	height: 155px;
	width: 240px;
	overflow: hidden;
	margin-bottom: 6px;
	padding: 3px;
}


.news_header{
	clear: right;
	font-weight: bold;
	margin-bottom: 5px;
	text-decoration: underline;
}

.news_text{
	font-size: 11px;
	margin-bottom: 3px;
	line-height: 12px;
}

.news_footer{
	color: cyan;
	font-size: 10px;
	float: right;
	margin-bottom: 5px;
}

.company_header{
	text-align: justify;
	font-size: 21px;
	text-transform: uppercase;
	line-height: 22px;
	background: #012;
	padding: 7px 10px 10px 7px;
	margin-bottom: 20px;
}

.company_text{
	text-align: justify;
	padding: 7px 10px 10px 7px;
	font-size: 17px;
	line-height: 18px;
	background: #001;
	margin-bottom: 15px;
}

.company_left{
	text-align: justify;
	padding: 7px 10px 7px 7px;
	font-size: 12px;
	line-height: 15px;
	font-variant: small-caps;
}

.products_sub_left{
	float: left;
	width: 314px;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-right: 10px;
	font-variant: small-caps;
	font-size: 13px;
	border-color: #ccc;
	height: 60px;
}

.products_sub{
	float: left;
	width: 314px;
	height: 60px;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	font-variant: small-caps;
	font-size: 13px;
	border-left: 1px solid;
	border-color: #ccc;
}


.products_right {
	float: left;
	width: 800px;
	text-align: justify;
	color: #fff;
	margin: 10px 0px 10px 10px;
	padding: 0px;
	font-size: 14px;

	
}

.products_section {
	width: 800px;
	padding: 0px 5px 5px 0px;
	margin-bottom: 15px;
	text-align: right;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid;
	border-color: #ccc;
}

.products_details{
	width: 998px;

	padding-top: 15px;
	border-bottom: 1px solid;
	margin-bottom: 15px;
}

.prod_ind {
	float:left;
	width: 180px;
	text-align: left;
	color: #fff;
	margin-top: 32px;
	margin-bottom: 10px;

}

.prod_ind ul{
	font-size: 11px;
	cursor: default;

	font-weight: bold;
	list-style: none;

}

.prod_ind ul li{
	width: 143px;
	position: relative;
	background-image: url('images/prod_ind_hov.png');
	display: block;
	float: left;
	padding-left: 8px;
	line-height: 22px;
	cursor: pointer;
}

.prod_ind ul li ul li{
	width: 148px;
	position: relative;
	background-image: url('images/prod_ind_2_hov.png');
	background-repeat: no-repeat;
	cursor: pointer;
	float: left;
	padding-left: 3px;
}

.prod_ind ul a{
	width: 148px;

	color: white;

}

.prod_ind ul li ul li:hover{
	background-image: url('images/prod_ind_2.png');
}

.prod_ind ul li:hover{
	background-image: url('images/prod_ind.png');

}

.prod_ind li:hover ul{
	display: block;
}


.prod_ind ul li ul{
	clear: both;
	float: left;
	display: none;
	position: absolute;
	top: 0px;
	left: 100%;
	width: 100%;
	height: 100%;

}


.td_prod{
	width: 110px;
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
	padding-bottom: 10px;
}

.td_descrip{
	width: 320px;
	font-size: 13px;
	line-height: 15px;
	text-align: left;
	padding-bottom: 10px;
	padding-right: 5px;
}

.solutions{
	width: 720px;
	text-align: left;
}

.sol_left{
	width: 110px;
}

.sol_mid{
	width: 200px;
}

.sol_right{
	font-size: 14px;
}

div.search{
	text-align: center;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid;
	border-color: #ccc;
}

div.search td{
	text-align: left;
	font-size: 14px;
	padding: 3px;
}

div.search table{
	width: 1000px;

	margin-left: 20px;
}

td.search_title{
	text-align: left;

}
