@charset "utf-8";
.toptext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 2px;
}
.applications_left_bg {
	background-image: url(images/applications_left_bg.jpg);
	background-repeat: no-repeat;
}
.quality_left_bg {
	background-image: url(images/quality_left_bg.jpg);
	background-repeat: no-repeat;
}

.hometext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
	text-align: justify;
}
.homecontentbg {
	background-image: url(images/contectbg.jpg);
}
.hometextbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}

.leftbg {
	background-image: url(images/left_bg.jpg);
	background-repeat: no-repeat;
}
.qualitybg {
	background-image: url(images/qualitybg.jpg);
	background-repeat: no-repeat;
}
.enquirybg {
	background-image: url(images/enquirybg.jpg);
	background-repeat: no-repeat;
}

.productbg {
	background-image: url(images/product_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.producttext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: 01055a;
	word-spacing: normal;
}
.productstextunder {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: 01055a;
	text-decoration: underline;
}

.producttext14font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: 01055a;
	font-style: normal;
	font-weight: bold;
}

.producttext02 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.applicationbg {
	background-image: url(images/applications_bg.gif);
	background-repeat: no-repeat;
	background-position: top;
}

.applicationstectunderline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

.iso {
	background-image: url(images/iso.jpg);
	background-repeat: no-repeat;
}

.textnormal  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-style: normal;
	font-weight: normal;
	text-align: justify;
}
.textnormalcen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #000000;
	text-align: center;
}


/* LANGUAGE */

#language {
	width: 160px;
	float: right;
	margin: 0px;
	padding: 0px;

}

#selection {	
	margin: 0;
	padding: 0;
}
	
#selection li{
	float: right;
	list-style: none;
	font: 11px Verdana, Geneva, sans-serif;
	text-transform: uppercase;
}

#selection li a {
	display: block;
	background: #000000;
	text-decoration: none;
	margin: 0px 0px 0px 5px;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border-top: none;
	border-right: 1px #999999 solid;
	border-bottom: 1px #999999 solid;
	border-left: 1px #999999 solid;
	width: auto;
	color: #F90;
	white-space: nowrap;
}

#selection li a:hover {
	background: #F90;
	color: #333333;
	border-top: none;
	border-right: 1px #F90 solid;
	border-bottom: 1px #F90 solid;
	border-left: 1px #F90 solid;
}

