.tabs {
    position: relative;
	margin: 40px auto;
	width: 960px;
}

.tabs > input {
	position: absolute;
	z-index: 1000;
	width: 120px;
	height: 40px;
	left: 0px;
	top: 0px;
	opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
	cursor: pointer;
}
.tabs > input#tab-2{
	top: 40px;
}
.tabs > input#tab-3{
	top: 80px;
}
.tabs > input#tab-4{
	top: 120px;
}
.tabs > input#tab-5{
	top: 160px;
}
.tabs > input#tab-6{
	top: 200px;
}
.tabs > input#tab-6{
	top: 240px;
}

#tab-1, #tab-2, #tab-3, #tab-5, #tab-6, #tab-7 {
    display: none;
}

.tabs  > label {
	background: #DAD770;
	cursor:pointer;
	font-size: 15px;
	line-height: 40px;
	height: 40px;
	position: relative;
	padding: 0 20px;
	display: block;
	width:200px;
	color: #000000;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: left;
	float: left;
	/*clear: both;*/
	text-shadow: 1px 1px 1px rgba(255,255,255,0.3);
    border-radius: 3px 0 0 3px;
    box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
}

.tabs  > label:after {
    content: '';
	background: #fff;
	position: absolute;
	right: -2px;
	top: 0;
	width: 2px;
	height: 100%;
}

.tabs  > input:hover + label {
	background: #FFEA66;
}

.tabs  > label:first-of-type {
    z-index: 6;
}

.tab-label-1{
	width:160px !important;
}

.tab-label-2 {
    z-index: 5;
}

.tab-label-3 {
    z-index: 4;
	width:150px !important;
}

.tab-label-4 {
    z-index: 3;
}
.tab-label-5 {
    z-index: 2;
	width:120px !important;
}
.tab-label-6 {
    z-index: 1;
	width:128px !important;
}




.tabs input:checked + label {
    background: #FFEA66;
	z-index: 6;
}

.clear-shadow {
	clear: both;
}

.content {
    background: no-repeat scroll 0 0 #FFF;
	position: relative;
    width: auto;
	margin: 0 0 114px;
	min-height: 820px;
	height:auto;
	z-index: 5;
	/*overflow: hidden;*/
    box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
    border-radius: 3px;
}

.awards-img{
	background:url(../images/awards.html) no-repeat scroll right bottom #FFF;
	}

.beaker-img {
    background:url(../images/lab-beaker.html) no-repeat scroll right bottom #FFF;
	
}
.csr-bg-img{
	background:url(../images/book-pen.html) no-repeat scroll right center #FFF;
	}
	
.career-img{
	background:url(../images/career-img.html) no-repeat scroll right center #FFF;
	}	

.content-1, .content-2, .content-3, .content-4, .content-5, .content-6, .content-7 {
    position: absolute;
	top: 0;
	padding: 10px 40px;
	z-index: 1;
    opacity: 0;
	width:879px;


}

.nobg-noshdw{
	background:none;
	box-shadow:none;
	}
.whitebg-shdw{
	background: no-repeat scroll 0 0 #FFF;
	 box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	}

/*.content-1{	margin-top:100px;}*/


.research img{margin-left:10px;border: 5px solid #D8D8D8;}

.chairman-message{margin-top:20px;}

.chairman-message p{
	float: left;
    height: 197px;
    width: 532px;
	
	}
.chairman-message img{
	float: left;
    left: 55px;
    margin-right: 10px;
    position: absolute;
    width: 320px;
    z-index: 1;
	border-bottom: 1px solid #FFD700;
    border-left: 1px solid #FFD700;
	}
.msg{
  color: #777777;
    font-family: 'Lato',sans-serif;
    font-size: 15px;
    left: 329px!important;
    line-height: 22px;
    margin: 0;
    padding-left: 15px!important;
    position: relative;
    text-align: justify !important;
	border:none !important;
	text-indent:50px;
}

.tabs input.tab-selector-1:checked ~ .content .content-1,
.tabs input.tab-selector-2:checked ~ .content .content-2,
.tabs input.tab-selector-3:checked ~ .content .content-3,
.tabs input.tab-selector-4:checked ~ .content .content-4,
.tabs input.tab-selector-5:checked ~ .content .content-5,
.tabs input.tab-selector-6:checked ~ .content .content-6,
.tabs input.tab-selector-7:checked ~ .content .content-7
{


    z-index: 100;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;


}
.content div h2 {
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	color: #f0a32d;
	margin:5px 0 10px 23px;
	}
.content div h3 {
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	color: #f0a32d;
	margin:25px 0 10px 23px;
	}
.content div h2,
.content div h3
{
	color: #E04040;
}
.content div p {
	font-size: 15px;
	line-height: 22px;
	text-align: justify;
	margin: 0;
	color: #777;
	padding-left: 15px;
  	font-family: 'Lato', sans-serif;
	border-left: 8px solid rgba(228, 233, 187, 0.28);
	text-indent:50px;
}

.form input{
	position:relative;
	height:auto;
	opacity:1;
	width:auto;
	}
	
	.qc .img-right, .qa .img-right {
    float: left;
    margin-left: 100px;
    width: 200px;
	border: 2px solid #6DCB6D;
}

.qc .p-left, .qa .p-left {
    float: left;
    width: 400px;
	padding: 25px 30px;
}