@charset "utf-8";
.roundedg {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}


.logo {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	height: 92px;
	width: 180px;
	margin-top: 10px;
	margin-left: 50px;
	position: absolute;
	top: 0px;
	z-index: 10000;
	background-position: 0px 0px;
}
.logoff {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	height: 92px;
	width: 180px;
	margin-top: 0px;
	margin-left: 0px;
	position: absolute;
	top: 0px;
	z-index: 10000;
	transition: opacity 1s ease-in-out;
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	background-position: 0px -95px;
}
.isotuv {
	background-image: url(../images/pagcont/ISO-s.jpg);
	width: 200px;
	height: 285px;
}

.logoff:hover {
  opacity:0;
}
/*---------download icons*/
.firefox, .chrome {
	background-image: url(../images/downloadbar.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 40px;
	margin-top: 10px;
	margin-left: 10px;
	position: relative;
	top: 0px;
	z-index: 10;
}
.fireoff, .chromeoff {
	background-image: url(../images/downloadbar.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 40px;
	margin-top: 0px;
	margin-left: 0px;
	position: absolute;
	top: 0px;
	z-index: 15;
	transition: opacity .4s ease-in-out;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition: opacity .4s ease-in-out;
	-o-transition: opacity .4s ease-in-out;
}

.firefox {

	background-position: 0px -48px;
}
.fireoff {

	background-position: 0px -96px;
}

.chrome {

	background-position: 0px 0px;
}
.chromeoff {

	background-position: 0px -96px;
}
.fireoff:hover, .chromeoff:hover {
  opacity:0;
}
/*---------*/

.langbar {
	padding-right: 5px;
	float: right;
	position: relative;
	top: 25px;
	color: rgb(187,187,187);
	z-index: 150;
	right: 20px;
}
.flt-rt {
	float: right;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.flt-rt2 {
	float: right;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.flt-lft {
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
.flt-lft2 {
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
}
.nasimf {
	text-align: right;
	font-family: BBCNassim;
}

.thrmcplpic {
	background-image: url(../images/pagcont/ktypethermocouple.png);
	background-position: right 80%;
	background-repeat: no-repeat;
}
.imgsection {
/*	border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
	box-shadow: 1px 1px 1px 1px rgb(51,51,51);*/
	   background-color:#fff;
    border-width:2px;
    border-style:solid;
    border-bottom-color:#aaa;
    border-right-color:#aaa;
    border-top-color:#ddd;
    border-left-color:#ddd;
    border-radius:10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
}

.engfont {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 80%;
}
.hoverred {
	color: #000;
}
.hoverred:hover {
	color: #F00;
}


.tableborder  {
	font-size: 80%;
	text-align: center;
	vertical-align: middle;
	border-collapse: collapse;
	border: 2px solid rgb(0,0,0);
}
.tableborder td{
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: rgb(0,0,0);
	border-right-color: rgb(0,0,0);
	border-bottom-color: rgb(0,0,0);
	border-left-color: rgb(0,0,0);
	padding: 5px;
}
.stndlgo {
	position: relative;
	top: 0px;
	opacity: .9;
	transition: all 0.5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	z-index: 100;
	background-image: url(../images/standards.png);
	background-repeat: no-repeat;
	height: 45px;
	width: 70px;
}

.stndlgo:hover {
	top: -10px;
	opacity: 1;

}

/*----------standards logo*/
.iso, .agma, .asme, .ansi, .din, .sae, .bsi, .api, .ieee, .iec, .astm {
	background-image: url(../images/standards.png);
	background-repeat: no-repeat;
	position: relative;
	top: 0px;
	opacity: .5;
	height: 49px;
	width:67px;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	z-index:1000;
}


.iso:hover, .agma:hover, .asme:hover, .ansi:hover, .din:hover, .sae:hover, .bsi:hover, .api:hover, .ieee:hover, .iec:hover, .astm:hover {
	top: -10px;
	opacity: 1;
}

.iso {
	background-position: 0px 0px;
}

.agma {
	background-position: 0px -50px;
}

.asme {
	background-position: 0px -100px;
}

.ansi {
	background-position: 0px -150px;
}

.din {
	background-position: 0px -200px;
}

.sae {
	background-position: 0px -250px;
}

.bsi {
	background-position: 0px -300px;
}

.api {
	background-position: 0px -350px;
}

.ieee {
	background-position: 0px -400px;
	width:70px;
}

.iec {
	background-position: 0px -450px;
	height: 45px;
}

.astm {
	background-position: 0px -497px;
}

/*---------------------*/
.ftrstndrd {
	position: absolute;
	top: -60px;
	height: 50px;
}
.thermopicfa {
	background-image: url(../images/pagcont/ktypethermocouple.png);
	background-repeat: no-repeat;
	background-position: 20% top;
}
section ul li a:hover {
	color: #F00;
}
.paside .engfont  {
	color: #000;
	text-align: left;
	direction: ltr;
	font-size: 80%;
}
.paside .engfont a {
	color: #000;
}
.paside .engfont a:hover {
	color: #F00;
}
.paside p a {
	color: #000;
}
.paside p a:hover {
	color: #F00;
}
.hrdivider {
	margin-top: 20px;
	margin-right: 10%;
	margin-bottom: 20px;
	margin-left: 10%;
}
