html, body{
	margin:0px;
	padding:0px;
	background-image: url(../images/white.png);
	background-repeat:no-repeat;
	background-size:cover;
	height:100%;
	max-height:100%;
	width:100%;
	max-width:100%;
}

.header{
	width:100%;
	height:90px;
	margin:0px;
	padding:0px;
	background-image: url(../images/headerbg.png);
	background-repeat:repeat-x;
	z-index:300px;
	position:relative;
	
		-webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	    box-shadow: 0 8px 6px -6px black;
}

.head{
	width:992px;
	height:90px;
	margin:0px auto;
	padding:0px;
	position:relative;
}

.headlogo{
	position:absolute;
	left:305px;
	top:8px;
	
	-moz-user-select: none;
	-webkit-user-select: none;
	-webkit-user-drag: none;
}

.navibar{
	margin:0px;
	padding:0px;
	width:100%;
	height:50px;
	background-image: url(../images/navbg.png);
	background-repeat: repeat-x;
	z-index:200px;
	position:relative;
}

.nav{
	width:992px;
	height:50px;
	margin:0px auto;
	padding:0px;
}

.nav ul{
	margin:0px;
	padding:0px;
	width:992px;
	height:50px;
}
.leftbor{
	border-left:1px #cccccc;
	border-left-style:solid;
}

.nav ul li{
	float:left;
	width:197px;
	height:50px;
	border-right:1px #cccccc;
	border-right-style:solid;
	list-style:none;
}
.nav ul li:hover{
	background-color:black;
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}



.nav ul li a{
	text-decoration:none;
	color: #cccccc;
	font-family: myriadwebpro;
	display:block;
	text-align:center;
	line-height:48px;
	font-size:18px;
	padding-right:10px;
	padding-left:10px;
}

@font-face{
	font-family: myriadwebpro;
	src: url('../fonts/myriadwebpro.ttf'),
	url("../fonts/myriadwebpro.eot"); /* EOT file for IE */
}

.aboutsection{
	width:992px;
	height:770px;
	margin:10px auto;
	padding:0px;
	background-color:white;
}


.banner{
	background-image: url(../images/bg.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	height:500px;
	width:100%;
	max-width:100%;
	margin-top:-50px;
	z-index:100;
}

.aboutsection h1{
	color:#44607c;
	font-family: myriadwebpro;
	padding:0px;
	margin:0px; 
	position:relative;
	top:10px;
	left:410px;
	width:200px;
}

span{
	color:#435f7a;
}

.abouthistory{
	width:992px;
	height:145px;
	margin:0px;
	color:#3e3e3e;
	font-family: myriadwebpro;
	font-size:18px;
	position:relative;
	top:10px;
	background-color: #f6f6f6;
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.abouthistory:hover{
	background-color: black;
	color:white;
}

.abouthistory p{
	padding:15px;
	margin:0px;
}

.certilab{
	width:350px;
	height:170px;
	margin:0px;
	padding:0px;
	position:relative;
	top:20px;
	background-color:#f6f6f6;
	color:#3e3e3e;
	font-family: myriadwebpro;
	font-size:18px;
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.certilab:hover{
	background-color: black;
	color:white;
}

.certilab p{
	padding:15px;
	margin:0px;
}

.accredlab{
	width:631px;
	height:170px;
	margin:0px;
	padding:0px;
	position:relative;
	top:-150px;
	left:360px;
	background-color:#f6f6f6;
	color:#3e3e3e;
	font-family: myriadwebpro;
	font-size:18px;
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.accredlab:hover{
	background-color: black;
	color:white;
}

.accredlab p{
	padding:8px;
	margin:0px;
}

.qualman{
	width:992px;
	height:130px;
	margin:0px;
	padding:0px;
	position:relative;
	top:-140px;
	background-color:#f6f6f6;
	color:#3e3e3e;
	font-family: myriadwebpro;
	font-size:18px;
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.qualman:hover{
	background-color: black;
	color:white;
}

.qualman p{
	padding:8px;
	margin:0px;
}

.qualcon{
	width:992px;
	height:160px;
	margin:0px;
	padding:0px;
	position:relative;
	top:-130px;
	background-color:#f6f6f6;
	color:#3e3e3e;
	font-family: myriadwebpro;
	font-size:18px;
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.qualcon:hover{
	background-color: black;
	color:white;
}

.qualcon p{
	padding:8px;
	margin:0px;
}

.otherfooters{
	width:100%;
	height:90px;
	background-image: url(../images/headerbg.png);
	background-repeat:repeat-x;
	position:relative;
	padding:0px;
}

.otherfoot{
	position:relative;
	width:992px;
	height:90px;
	padding:0px;
	margin:0px auto;
}

.otherfoot ul{
	margin:0px;
	padding:0px;
	height:50px;
	position:absolute;
	top:15px;
	left:200px;
}

.otherfoot ul li{
	float:left;
	width:100px;
	height:30px;
	border-right:1px #cccccc;
	border-right-style:solid;
	list-style:none;
}

.otherfoot ul li a{
	text-decoration:none;
	color: #cccccc;
	font-family: myriadwebpro;
	display:block;
	text-align:center;
	line-height:28px;
	font-size:12px;
	padding-right:10px;
	padding-left:10px;
	
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.otherfoot ul li a:hover{
	color:black;
}

.otherfoot p{
	position:absolute;
	color:#cccccc;
	font-family: myriadwebpro;
	font-size:12px;
	padding:0px;
	bottom:0px;
	left:270px;
}