@media screen and (min-width: 1600px) {
	#pagewrapper{
    margin:0 auto;
	padding:0px;
	width:100%;
	height:100%;
	position:relative;	
	border:0px solid red;
	overflow: hidden;	
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	}
/* header section start */	
.header{
	width:100%;height:155px;position:relative;background: #00A65B;
}
.logo-content{
	margin-left: 15px;margin-top:0px;position:relative;text-align: left;float: left;z-index:100;
}
.logo{
	margin-left: 0px;margin-top:-30px;background: url(../images/logo.png) no-repeat;width:195px;height: 182px;
}
.header-content{
	width:1600px;height: 130px;position:relative;margin: 0px auto;border:0px solid red;
}
.menus-bg{
	margin-left: 1%;margin-top:0px;position:relative;text-align: left;float: left;width:1250px;height:80px;border:0px solid red;
}	
/*.menus{
		margin-top: 41px;border:0px solid blue;text-align: left;font-size: 16px;position:relative;float:left;
}
.menus a{
	color:#fff;
}
.hilightmenu{
	font-size: 16px;color: #fff;
}
.hilightmenu a{
	color: #14A652;
}	
.home{
	margin-left: 55px;
}	
.about{
	margin-left: 92px;
}	
.products{
	margin-left: 70px;
}	
.randd{
	margin-left: 90px;
}	
.facilities{
	margin-left: 90px;
}	
.financials{
	margin-left: 68px;
}*/	
.secondary-menus-section{
	margin-left: 1%;margin-top:21px;position:relative;text-align: left;float: left;border:0px solid red;
}
.secondary-menus{
	margin-left: 20px;margin-top:20px;float: left;font-size: 14px;
}
.menus-line{
	margin-left: 20px;margin-top:7px;width:1px;background: #fff;height: 40px;float: left;
}
.search{
	margin-left: 2%;margin-top:12px;position:relative;float: left;background:url(../images/search-icon.png) no-repeat;width:57px;height: 56px;cursor: pointer;
}
#searchbox{
	position:absolute;right:35px;top:98px;border:0px solid #00A65B;z-index:20;width:200px;height:0px;overflow: hidden;
}
#searchbox-text{
	width:180px;height: 20px;background: #fff;border:1px solid #00A65B;outline: none;padding:8px;
}
/* menus start */
#divNav {

		margin: 0;
		padding: 0;
		height: 75px;
		width: 1240px;
		border:0px solid red;
	}

	#nav {
		position: relative;
		 margin-top: 0px;
		height: 70px;
		width: 1240px;
		border:0px solid blue;
		list-style: none;
		padding:0px;
	}

	#nav li ul, #nav li ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}

	#nav a {
		text-decoration: none;
	}

	#nav li { /*float the main list items*/
		margin: 0;
		float: left;
		display: block;
		
		height: 70px;
		
		border:0px solid blue;
	}
	
	#nav .firstlevel {
		/*background: url(../images/1920-bg.png) no-repeat;*/
	}
	
	#nav .firstlevel a  {
		text-align:center;
	
		height: 70px;
		padding-left:27px;
		padding-right:27px;
		border:0px solid red;
	}
	#nav .firstlevel ul li a {
		text-align:left;
		margin-top:0px;
	}

	#nav li ul {
		display: none;
	}

	#nav li.off ul, #nav li.on ul  { /*put the subnav below*/
		position: relative;
		margin-top: -6px;
		margin-left: 40px;
		padding-top: 15px;
		background: #00A65B;
		height: 20px;
		
		padding-left: 20px;
	}

	#nav li ul li {
		width:auto;
		height: 20px;
	}
	
	#nav li.on ul {
		/*background: #f90;*/
		z-index:6000;
	}

	#nav  li:hover , #nav li.over { /*for ie*/
		/*background: #224d6f;*/
		/*background: url(../images/1920-bg-selected.png) no-repeat;*/
		background: #fff;
		border-bottom-left-radius: 25px;
		border-bottom-right-radius: 25px;
		color: #14A652;
	}
	
	#nav li.on:hover ul, #nav li.over ul { /*for ie*/
		/*background: #224d6f;*/
		color: #14A652;
	}

	#nav li a {
		color: #fff;
		
		display: block;
		
		padding: 0;		
	}
	#nav li a.span {
		width: 93px;
		height:50px;
		border:1px solid blue;
	}

	#nav li.on a {
		color: #14A652;
	}

	#nav li.on ul a, #nav li.off ul a {
		border: 0;
		float: left; /*ie doesn't inherit the float*/
		color: #14A652;
		width: auto;
		margin-right: 15px;
		margin-top: -5px;
		height: 20px;
	}

	#nav li.on:hover ul a, #nav li.over ul li a { /*for ie - the specificity is necessary*/
		/*background: #224d6f;*/
	}

	#nav li.on ul {
		display: block;
	}

	#nav li.off:hover ul, #nav li.over ul {
		display: block;
		z-index: 6000;
	}

	#nav li.off a:hover, #nav li.on a:hover { 
		color: #14A652;
		
	}

	/*do the image replacement*/

	#nav li span {
		position: relative;
		left: 0px;
		font-size:15px;
		top:40px;
	}

	#nav li.current{
		background: #fff;
		color: #14A652;
		border-bottom-left-radius: 25px;
		border-bottom-right-radius: 25px;
	}
	#nav li.current a{
		
		color: #14A652;
		
	}

/*subnav formatting*/

#nav li.off ul a, #nav li.on ul a {
	display: block;
	/*background: #224d6f;*/
	color: #fff;
	
	font-size: small;
}		

#nav li.on ul a {
	/*background: #f90;*/
}

#nav li ul li:hover,  #nav li ul li.over {
	background:none;
}
#nav li ul li .submenu-line:hover{
	color: #fff;
}
#nav li.firstlevel .about-submenus-content{
	margin-left: -80px;width:480px;
}
#nav li.firstlevel .products-submenus-content{
	margin-left: -80px;width:350px;
}
#nav li.firstlevel .rd-submenus-content{
	margin-left: -180px;width:570px;
}
#nav li.firstlevel .facilities-submenus-content{
	margin-left: -260px;width:540px;
}
#nav li.firstlevel .financials-submenus-content{
	margin-left: -657px;width:790px;
}
.slicknav_menu {
	display:none;
}
#nav .display{
	display:none;
}
/* menus end*/

/* header section end */	

.left-molecule{
	left:0px;top:75%;position: absolute;background: url(../images/left-molecule.png);width:333px;height: 611px;z-index: 11;border:0px solid red;
}
.right-molecule{
	right:0px;top:75%;position: absolute;background: url(../images/right-molecule.png);width:202px;height: 577px;z-index: 11;border:0px solid red;
}

.home-slider-section{
	margin-left: 0px;margin-top:-57px;position:relative;text-align: left;float: left;clear: both;width:1600px;height: 800px;border:0px solid blue;
}

.cross-band{
	bottom: -3px;left:0px;position:absolute;background:url(../images/cross-band.png) no-repeat;width:1920px;height:288px;z-index:10;border:0px solid green;
}
.belowslider-section{
	margin-left: 0px;margin-top:0px;position:relative;text-align: left;float: left;clear: both;width:100%;border:0px solid blue;background: #B8D994;padding-top:30px;padding-bottom: 50px;overflow: auto;overflow-x: hidden;
}
.belowslider-section-content{
	margin:0px auto;position:relative;text-align: left;width:1020px;height: auto;border:0px solid blue;
}
.belowslider-section-content-left{
	margin-left: 0px;margin-top:20px;position:relative;text-align: left;width:200px;height: 520px;border:0px solid red;float: left;
}
.belowslider-section-content-mid{
	margin-left: 50px;margin-top:20px;position:relative;text-align: left;width:530px;height: 520px;border:0px solid red;float: left;
}
.belowslider-section-content-right{
	margin-left: 20px;margin-top:20px;position:relative;text-align: left;width:200px;height: 520px;border:0px solid red;float: left;
}
.investors-info-section{
	margin-left: 0px;margin-top:10px;position:relative;text-align: left;float: left;width:368px;height: 199px;background: #00A65B;
}
.investors-info-img{
	margin: 0px auto;margin-top:20px;position:relative;border: 0px solid red;text-align: center;background: url(../images/investor-info-logo.png) no-repeat;width:144px;height: 143px;
}
.investors-info-text{
	margin-top: 5px;position:relative;color: #fff;text-align: center;
}
.global-presence-section{
	margin-left: 0px;margin-top:10px;position:relative;text-align: left;float: left;width:368px;height: 330px;background: #fff;
}
.global-img{
	margin: 0px auto;margin-top:50px;position:relative;border: 0px solid red;text-align: center;background: url(../images/global-logo.png) no-repeat;width:212px;height: 211px;
}
.global-text{
	margin-top: 5px;position:relative;color: #00A65B;text-align: center;
}
.enerzal-section{
	margin-left: 0px;margin-top:10px;position:relative;text-align: left;float: left;width:368px;height: 248px;background: #00A65B;
}
.enerzal-img{
	margin: 0px auto;margin-top:20px;position:relative;border: 0px solid red;text-align: center;background: url(../images/enerzal-logo.png) no-repeat;width:168px;height: 167px;
}
.enerzal-text{
	margin-top: 5px;position:relative;color: #fff;text-align: center;
}
.news-section{
	margin-left: 0px;margin-top:10px;position:relative;text-align: left;float: left;width:368px;height: 248px;background: #fff;clear: both;
}
.news-img{
	margin: 0px auto;margin-top:20px;position:relative;border: 0px solid red;text-align: center;background: url(../images/news-logo.png) no-repeat;width:166px;height: 165px;
}
.news-text{
	margin-top: 5px;position:relative;color: #00A65B;text-align: center;
}
.approvals-section{
	margin-left: 0px;margin-top:10px;position:relative;text-align: left;float: left;width:368px;height: 117px;background: #00A65B;
}
.approvals-img{
	margin: 0px auto;margin-top:20px;margin-left: 70px;position:relative;border: 0px solid red;text-align: center;float:left;background: url(../images/approvals-logo.png) no-repeat;width:81px;height: 80px;
}
.approvals-text{
	margin-top: 45px;margin-left: 30px;position:relative;color: #fff;text-align: center;border: 0px solid red;float:left;
}
.business-section{
	margin-left: 0px;margin-top:10px;position:relative;text-align: left;float: left;width:368px;height: 199px;background: #fff;
}
.business-img{
	margin: 0px auto;margin-top:20px;position:relative;border: 0px solid red;text-align: center;background: url(../images/business-logo.png) no-repeat;width:119px;height: 118px;
}
.business-text{
	margin-top: 5px;position:relative;color: #00A65B;text-align: center;
}
.footer-section{
	margin-left: 0px;margin-top:0px;position:relative;text-align: left;float: left;clear: both;width:100%;height: 50px;border-top:1px solid #00a65b;background: #fff;
}	
.footer-section-content{
	width:1600px;position:relative;margin: 0px auto;border:0px solid red;
}
.footer-fdc-logo{
	margin-left: 120px;margin-top:12px;position:relative;text-align: left;float: left;
}
.footer-copyright{
	margin-left: 20px;margin-top:17px;position:relative;text-align: left;float: left;color: #474747;font-size: 12px;
}
.footer-menus-section{
	margin-left: 320px;margin-top:18px;position:relative;text-align: left;float: left;color: #474747;font-size: 13px;
}
.footer-menus a{
	color: #474747;
	}
.footer-menus{
	margin-left: 15px;margin-top:0px;float: left;
}
.footer-menus-line{
	margin-left: 15px;margin-top:0px;width:1px;background: #474747;height: 15px;float: left;
}
.footer-thatzit{
	margin-right: 10%;margin-top:13px;float: right;
}
/*.investors-info-section:hover{
	width:362px;height: 193px;border:3px solid #fff;
}*/

/* slider start */
.home-container {
    width:1920px;height: 800px;border:0px solid blue;
  }
#slides {
      display: none
    }

    #slides .slidesjs-navigation {
      margin-top:3px;
    }

    #slides .slidesjs-previous {
      margin-right: 5px;
      float: left;
    }

    #slides .slidesjs-next {
      margin-right: 5px;
      float: left;
    }

    .slidesjs-pagination {
      margin: 6px 0 0;
      float: left;
      list-style: none;
      position: relative;
      top:60%;
      left:  17%;
      z-index: 21;
    }
     

    .slidesjs-pagination li {
      float: left;
      margin: 0 7px;
    }

    .slidesjs-pagination li a {
      display: block;
      width: 26px;
      height: 25px;
      padding-top: 0px;
      background-image: url(../images/unselect.png);
      background-position: 0 0;
      float: left;
      overflow: hidden;
    }

    .slidesjs-pagination li a.active,
    .slidesjs-pagination li a:hover.active {
		 background-image: url(../images/selected.png);
     /* background-position: 0 -13px*/
    }

    .slidesjs-pagination li a:hover {
      /*background-position: 0 -26px*/
    }

    #slides a:link,
    #slides a:visited {
      color: #333
    }

    #slides a:hover,
    #slides a:active {
      color: #9e2020
    }

    .navbar {
      overflow: hidden
    }
 .home-slides-img1{
	background: url(../images/home-slides-img1.jpg) no-repeat;width:1920px;height: 800px;
}    
.home-slides-img2{
	background: url(../images/home-slides-img2.jpg) no-repeat;width:1920px;height: 800px;
}    
.home-slides-img3{
	background: url(../images/home-slides-img3.jpg) no-repeat;width:1920px;height: 800px;
}    
.home-slides-img4{
	background: url(../images/home-slides-img4.jpg) no-repeat;width:1920px;height: 800px;
}    
    
/* slider end */

.belowmenu-slider-section{
	margin-left: 0px;margin-top:-57px;position:relative;text-align: left;float: left;clear: both;width:1600px;height: 630px;border:0px solid blue;
}
.belowmenu-container {
    width:1920px;height: 630px;border:0px solid blue;
  }




/* products page start */
.products-slider-section{
	margin-left: 0px;margin-top:-57px;position:relative;text-align: left;float: left;clear: both;width:1600px;height: 630px;border:0px solid blue;
}
.products-container {
    width:1920px;height: 630px;border:0px solid blue;
  }
.products-slides-img1{
	background: url(../images/products-slides-img1.png) no-repeat;width:1920px;height: 630px;
}
.products-belowslider-section{
	margin-left: 0px;margin-top:0px;position:relative;text-align: left;clear: both;width:100%;border:0px solid blue;background: #fff;padding-bottom: 50px;overflow: auto;overflow-x: hidden;
}
.products-subheader-bg{
	left: 0px;top:0px;position:relative;width: 100%;height: 80px;border:0px solid red;
}
.subheader-bg{
	left: 0px;top:0px;position:relative;width: 100%;height: 80px;border:0px solid red;
}

.products-subheader-content{
	margin:0px auto;position:relative;text-align: left;width:800px;border:0px solid red;
}
.products-subheader-link-content{
	margin-top:0px;margin-left:0px;width:100%;border:0px solid blue;overflow-y: auto;
}
.products-subheader{
	margin-top:0px;margin-left:0px;color:#00A65B;font-size: 20px;float:left;border:0px solid red; padding: 15px 20px;
}
.products-subheader-text{
	margin-top:15px;margin-left:10px;float:left;
}
.products-subheader-text a{
	color: #00A65B;
}
.products-subheader-selected{
	border: 0px solid red;color: #00A65B;font-size: 20px;margin: 90px auto;display: table;display: none;
}
.products-subheader-products-img{
	margin-top:0px;margin-left:0px;float:left;width:50px;height: 50px;background:url(../images/icon-products.png) no-repeat;
}
.products-subheader-formulations-img{
	margin-top:0px;margin-left:0px;float:left;width:50px;height: 50px;background:url(../images/icon-formulations-tnc.png) no-repeat;
}
.products-subheader-functionsal-img{
	margin-top:0px;margin-left:0px;float:left;width:50px;height: 50px;background:url(../images/icon-functional.png) no-repeat;
}
.products-subheader-productsselected-img{
	margin-top:0px;margin-left:0px;float:left;width:100px;height: 100px;background:url(../images/iconbig-products.png) no-repeat;
}
.products-subheader-formulationsselected-img{
	margin-top:0px;margin-left:0px;float:left;width:100px;height: 100px;background:url(../images/iconbig-formulations.png) no-repeat;
}
.products-subheader-functionsalselected-img{
	margin-top:0px;margin-left:0px;float:left;width:100px;height: 100px;background:url(../images/iconbig-functional.png) no-repeat;
}
.products-subheader-selected-text{
	margin-top:30px;margin-left:20px;float:left;color: #fff;font-size: 30px;
}
.products-content{
	margin:0px auto;margin-top:20px;position:relative;text-align: left;width:1270px;height: auto;border:0px solid red;overflow: hidden;
}
.introduction-slider-content{
	border:1px solid #00a65b;height:230px;margin-top:50px;position:relative;width:320px;float:left;
}
.products-discription-img{
	margin-top:50px;margin-left:5px;width:214px;height: 163px;background: url(../images/product-contant-img.png) no-repeat;float:left;
}
.products-discription-textcontent{
	margin-top:20px;margin-left:50px;border:0px solid red;float:left;font-size: 16px;width:800px;
}
.products-discription-textcontent p{
	margin-top:25px;margin-left:0px;
}
.formulations-content{
	margin:0px auto;text-align: left;width:1600px;height: auto;border:0px solid red;
}
.formulations-search-content{
	margin-top:0px;margin-left:0px;width:100%;height: 210px;background: #00a65b;float:left;
}
.search-product{
	margin-top:35px;margin-left:30px;color: #fff;
}
.search-product-line{
	margin-top:20px;margin-left:30px;background: #fff;height: 2px;width:96%;
}
.search-fields-content{
	margin-top:0px;margin-left:30px;float:left;
}
.brand{
	margin-top:25px;margin-left:0px;width:330px;border:0px solid red;float: left;
}
.brand-text{
	margin-top:0px;margin-left:0px;color: #fff;
}
.brand-textbox{
	margin-top:8px;margin-left:0px;width:290px;height: 30px;background: #fff;padding: 5px;border:none;outline:none;
}

.generic{
	margin-top:25px;margin-left:30px;width:330px;border:0px solid red;float: left;
}
.therapy{
	margin-top:25px;margin-left:30px;width:310px;border:0px solid red;float: left;
}
.selectbox{
	margin-top:8px;margin-left:0px;width:280px;height: 40px;background: #fff;padding: 5px;border:none;
}
.searchbox-searchbutton{
	margin-top:52px;margin-left:30px;width:150px;border:0px solid red;float: left;
}
.searchbutton{
	margin-top:0px;margin-left:0px;width:120px;height: 40px;background:#fff;cursor: pointer;border:none;
}
.searchbox-resetbutton{
	margin-top:52px;margin-left:30px;width:150px;border:0px solid red;float: left;
}
.resetbutton{
	margin-top:0px;margin-left:0px;width:120px;height: 40px;background:#fff;cursor: pointer;border:none;
}
.mail-button{
	margin-top:47px;margin-left:20px;width:51px;border:0px solid red;float: left;
}
.print-button{
	margin-top:47px;margin-left:20px;width:51px;border:0px solid red;float: left;
}
.mail-button img{
	cursor: pointer;
}
.print-button img{
	cursor: pointer;
}	

.popupbox{
		background: #fff;width:750px;height:600px;top:25%;left:30%;position: fixed;border:3px solid #00a65b;display:none;z-index: 51;
	}
.popup-close{
	top:5px;right:5px;position:absolute;cursor:pointer;color: #fff;z-index: 1;background: url(../images/winners-enter.png) no-repeat;width:50px;height: 31px;border:1px solid #00a65b;
}
.product-popup-header{
	top:20px;left:25px;position:absolute;color:#00a65b;font-size: 20px;
}
.product-popup-divider{
	top:60px;left:15px;position:absolute;border:1px solid #00a65b;width:705px;
}
.product-popup-imagecontainer{
	top:80px;left:0px;position:absolute;border:1px solid red;width:750px;height: 500px;
}

.mail-popup-box{
		background: #fff;width:400px;height:450px;top:0%;left:0%;position: fixed;border:0px solid #ee3837;display:none;z-index: 51;
}
.mail-header-section{
	background: #00a65b;top:0px;left:0px;position:absolute;width:100%;height:55px;
}	
.mail-header{
	left:30px;top:15px;position:absolute;font-weight: bold;color:#fff;
}
.mail-close{
	width:42px;height:42px;border:0px solid blue;right:6px;top:6px;position:absolute;cursor: pointer;background:url(../images/close.jpg) no-repeat;
}
.mail-text-content{
	top: 56px;left:20px;position: absolute;width:350px;border:0px solid red;text-align:left;height: auto;
}
.mail-fields{
	margin-top: 9px;margin-left:10px;color:#000;
}
.mail-text-content .mail-textbox{
	width:300px;height: 14px;padding: 7px;border: 1px solid #00a65b;
}
.mail-text-content .commandbox{
	width:305px;height: 80px;padding-left: 7px;padding-right: 3px;padding-top:3px;padding-bottom:1px;background: transparent;border:1px solid #00a65b;color:#000;font-size: 12px;resize: none;
}
.mail-text-content .send-button{
	width:100px;height: 30px;background: #00a65b;border: none;padding: 7px;color: #fff;margin-top: 5px;
}


/* products page start */	

/* formulation page start */
.product-formulations-text{
	
	margin: 0 auto; 
	margin-top: 40px;   
    width: 1600px;
	z-index: 100;
}
.demo-thead th{
	border:1px solid #fff;
}
.demo td{
	border: 1px solid #00a65b;
}
/*.demo tr:nth-child(odd)		{ background-color:#b8d994; }
.demo tr:nth-child(even)		{ background-color:#fff; }*/
.demo tr{ background-color:#b8d994; }
.alphabetical-container{
	margin-top:20px;margin-left:-5px;width:100%;height: auto;float:left;border:0px solid red;
}
.alphabetical-container-center{
	margin: 0px auto;border:1px solid red;width:1230px;border:0px solid red;
}
.alphabetical-az{
	float: left;margin-left:0px;width:96%;
}
.alphabetical{
	width: 40px;
	height: 40px;
	border: 1px solid gray;
	padding:5px;
	background: #fff;
	float: left;
	margin-left: 5px;
	margin-top:5px;
}
.hasdata{
	font-weight:bold;
}
.filter-container{
	margin-top:20px;margin-left:0px;width:100%;height: auto;float:left;border:0px solid red;
}

/* formulation page end */


/* functional page start */
.functional-content{
	margin:0px auto;margin-top:20px;position:relative;text-align: left;width:1250px;height: auto;border:0px solid red;
}
.functional-textcontent{
	margin: 25px auto;
}
.functional-link-content{
	margin:10px auto;position:relative;width:615px;border: 0px solid red;
}
.functional-link{
	margin-top:8px;margin-left:0px;width:600px;height: 30px;background: #00a65b;padding-left:15px;padding-top:10px;color: #fff;font-size: 15px;
}
.functional-slider-content{
	margin:0px auto;margin-top:50px;position:relative;width:615px;height:400px;border: 1px solid #00a65b;
}

.slideshow { height: 230px; width: 320px; margin: auto;border:0px solid red; }
.slideshow img { padding: 0px; border: 0px solid #ccc;  }

.slideshow2 { height: 400px; width: 615px; margin: auto;border:0px solid red; }
.slideshow2 img { padding: 0px; border: 0px solid #ccc;  }
.functional-left{
	float: left;width:300px;border:0px solid red;
}
.functional-right{
	float: left;width:900px;border:0px solid red;
}
/* functional page end */

/* functional-inner page start */
.functional-innerpage-content{
	margin:0px auto;margin-top:20px;position:relative;text-align: left;width:1250px;height: auto;border:0px solid red;overflow: auto;overflow-x: hidden;
}
.functional-innerpage-headercontent{
	margin-top:0px;margin-left:0px;width:100%;border:0px solid blue;overflow: auto;
}
.functional-innerpage-header{
	float: left;font-weight: bold;margin-left:5px;
}
.functional-innerpage-back{
	float: right;width:100px;height: auto;
}
.functional-backbutton{
	margin-top:0px;background:url(../images/back.png) no-repeat;width:54px;height: 53px;float: left;
}
.functional-backtext{
	margin-top:18px;margin-left: 10px;float: left;color:#474747;
}
.functional-innerpage-line{
	float:left;margin-top:10px;width:100%;height: 1px;background: #00a65b;
}
.functional-innerpage-brandcontent{
	margin-top:10px;margin-left:0px;width:100%;border:0px solid blue;overflow: auto;
}
.brandleft{
	margin-top:0px;margin-left:0px;width:50%;border:0px solid red;float: left;
}
.brandright{
	margin-top:0px;margin-left:2%;width:47%;border:1px solid #00a65b;float: left;
}
.bdlable{
	margin-top:10px;margin-left:0px;width:100%;border:0px solid red;float: left;
}
.bdlable-left{
	margin-top:0px;margin-left:5px;border:0px solid red;float: left;font-weight: bold;
}
.bdlable-right{
	margin-top:0px;margin-left:5px;border:0px solid red;float: left;width:78%;
}

/* functional-inner page end */

/* About Awards start */
.aboutAwards-content{
	margin:0px auto;margin-top:0px;position:relative;text-align: left;width:800px;height: auto;border:0px solid red;overflow-y: auto;overflow-x: hidden;
}
.awardsbox{
	margin-top:50px;margin-left:0px;position:relative;border:0px solid blue;float:left;width:99%;
}
.awardsimage{
	margin:0px auto;margin-top:10px;position:relative;width:700px;height: 375px;border:1px solid #00a65b;
}
.awardsheader{
	margin-top:40px;position:relative;border:0px solid red;font-weight: bold;font-size: 16px;
}
.awardstext{
	margin-top:10px;position:relative;border:0px solid red;font-size: 14px;
}


/* About Awards end */

.belowslider-section-all{
	margin-left: 0px;margin-top:0px;position:relative;text-align: left;clear: both;width:100%;border:0px solid blue;background: #fff;padding-bottom: 50px;overflow: auto;overflow-x: hidden;
}

/* career why fdc page start */

.career-subheader-content{
	margin:0px auto;position:relative;text-align: left;width:800px;border:0px solid red;
}
.career-subheader-link-content{
	margin-top:0px;margin-left:0px;width:100%;border:0px solid blue;overflow-y: auto;
}
.career-subheader{
	margin-top:0px;margin-left:0px;color:#00A65B;font-size: 20px;float:left;border:0px solid red;padding: 15px 20px;
}
.career-subheader-selected{
	border: 0px solid red;color: #00A65B;font-size: 20px;margin: 90px auto;display: table;display: none;
}
.career-subheader-whyfdc{
	top:30px;left:50px;position: absolute;color:#00A65B;font-size: 20px;float:left;border:0px solid red;
}
.career-subheader-whyfdc-img{
	margin-top:0px;margin-left:0px;float:left;width:50px;height: 50px;background:url(../images/icon-why-fdc.png) no-repeat;
}
.career-subheader-whyfdc-text{
	margin-top:15px;margin-left:10px;float:left;
}
.career-subheader-whyfdc-text a{
	color: #00A65B;
}
.career-subheader-currentopening{
	top:30px;left:350px;position: absolute;color:#00A65B;font-size: 20px;float:left;border:0px solid red;
}
.career-subheader-currentopening-img{
	margin-top:0px;margin-left:0px;float:left;width:50px;height: 50px;background:url(../images/icon-current-opening.png) no-repeat;
}
.career-subheader-currentopening-text{
	margin-top:15px;margin-left:10px;float:left;
}
.career-subheader-currentopening-text a{
	color: #00A65B;
}
.career-subheader-sendcv{
	top:30px;left:650px;position: absolute;color:#00A65B;font-size: 20px;float:left;border:0px solid red;
}
.career-subheader-sendcv-img{
	margin-top:0px;margin-left:0px;float:left;width:50px;height: 50px;background:url(../images/icon-cv.png) no-repeat;
}
.career-subheader-sendcv-text{
	margin-top:15px;margin-left:10px;float:left;
}
.career-subheader-sendcv-text a{
	color: #00A65B;
}
.career-whyfdc{
	top:160px;left:300px;position: absolute;color:#00A65B;font-size: 20px;float:left;border:0px solid red;
}
.career-whyfdc-img{
	margin-top:0px;margin-left:0px;float:left;width:100px;height: 100px;background:url(../images/iconbigwhy-fdc.png) no-repeat;
}
.career-currentopening-img{
	margin-top:0px;margin-left:0px;float:left;width:100px;height: 100px;background:url(../images/iconbig-current-opening.png) no-repeat;
}
.career-cv-img{
	margin-top:0px;margin-left:0px;float:left;width:100px;height: 100px;background:url(../images/iconbig-cv.png) no-repeat;
}
.career-whyfdc-text{
	margin-top:30px;margin-left:20px;float:left;color: #fff;font-size: 30px;
}
.career-content{
	margin:0px auto;margin-top:20px;position:relative;text-align: left;width:1270px;height: auto;border:0px solid red;
}
.career-discription-img{
	margin-top:25px;margin-left:5px;width:200px;height: 200px;background: url(../images/why-image.png) no-repeat;float:left;
}
.career-discription-textcontent{
	margin-top:40px;margin:0 auto;border:0px solid red;font-size: 16px;width:950px;
}
.career-discription-textcontent p{
	margin-top:25px;margin-left:0px;
}

.career-currentopening-table{
	border: 0px solid red;font-size: 16px;width: 100%;margin: 0px auto;
}
.career-currentopening-table a{
	color: blue;text-decoration: underline;
}
.career-vacancy-content{
	border: 0px solid red;font-size: 16px;width: 1100px;margin: 0px auto;
}
.vacancy-backbutton-content{
	margin-top: 10px;border:0px solid black;overflow: auto;
}
.vacancy-backbutton{
	background: url(../images/back.png) no-repeat;width:54px;height: 53px;cursor: pointer;float: right;border:0px solid black;
}
.vacancy-details{
	width:550px;margin:20px auto;
}
.vacancy-details-header{
	margin-top: 10px;font-weight: bold;font-size:20px;
}
.vacancy-details-table{
	margin-top: 10px;width:70%;border:0px solid blue;font-size:16px;
}
.vacancy-details-table td{
	padding-top:20px;
}
.vacancy-details-divider{
	margin-top: 25px;width:80%;height:1px;background:#00a65b;font-size:16px;
}
.personal-details-table{
	margin-top: 20px;width:70%;border:0px solid blue;font-size:16px;
}
.personal-details-row{
	margin-top: 15px;margin-left:0px;border:0px solid red;overflow-y: auto;
}
.row-left-colum{
	float: left;margin-top:6px;width:150px;
}
.row-right-colum{
	float: right;
}
.textbox{
	border:1px solid #00a65b;width:198px;height: 20px;padding:8px;background: transparent;
}
.textbox-date{
	border:1px solid #00a65b;width:88px;height: 20px;padding:8px;background: transparent;
}


.selection0 { position:relative;width:216px;height:41px;border:0px solid red;overflow-x: hidden; }  
.selectbox0,#selector0 {  
 position:absolute;  
 top:0;  
 left:0;  

 font-size:13px;  
 color:#3b3b3b;
 border:0px solid red;
}   
.selectbox0 {  
 width:216px;  
 padding:0px;  
 height:32px;  
 opacity:0;  
 z-index:5; 
 background:transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0; 
	 color:#3b3b3b;	
}  
#selector0 {  
 background-image:url(../images/dropdown.jpg);  
 background-repeat:no-repeat;  
 padding:12px 0px 0px 15px;  
 overflow:hidden;  
 width:216px;  
 height:28px;  
  color:#3b3b3b; 
  }
 .selection1 { position:relative;width:216px;height:41px;border:0px solid red;overflow-x: hidden; }  
.selectbox1,#selector1 {  
 position:absolute;  
 top:0;  
 left:0;  
  
 font-size:13px;  
 color:#3b3b3b;
 border:0px solid red;
}   
.selectbox1 {  
 width:216px;  
 padding:0px;  
 height:32px;  
 opacity:0;  
 z-index:5; 
 background:transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0; 
	 color:#3b3b3b;	
}  
#selector1 {  
 background-image:url(../images/dropdown.jpg);  
 background-repeat:no-repeat;  
 padding:12px 0px 0px 15px;  
 overflow:hidden;  
 width:216px;  
 height:28px;  
  color:#3b3b3b; 
  } 
.selection2 { position:relative;width:216px;height:41px;border:0px solid red;overflow-x: hidden; }  
.selectbox2,#selector2 {  
 position:absolute;  
 top:0;  
 left:0;  
  
 font-size:13px;  
 color:#3b3b3b;
 border:0px solid red;
}   
.selectbox2 {  
 width:216px;  
 padding:0px;  
 height:32px;  
 opacity:0;  
 z-index:5; 
 background:transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0; 
	 color:#3b3b3b;	
}  
#selector2 {  
 background-image:url(../images/dropdown.jpg);  
 background-repeat:no-repeat;  
 padding:12px 0px 0px 15px;  
 overflow:hidden;  
 width:216px;  
 height:28px;  
  color:#3b3b3b; 
  } 
.selection3 { position:relative;width:216px;height:41px;border:0px solid red;overflow-x: hidden; }  
.selectbox3,#selector3 {  
 position:absolute;  
 top:0;  
 left:0;  
   
 font-size:13px;  
 color:#3b3b3b;
 border:0px solid red;
}   
.selectbox3 {  
 width:216px;  
 padding:0px;  
 height:32px;  
 opacity:0;  
 z-index:5; 
 background:transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0; 
	 color:#3b3b3b;	
}  
#selector3 {  
 background-image:url(../images/dropdown.jpg);  
 background-repeat:no-repeat;  
 padding:12px 0px 0px 15px;  
 overflow:hidden;  
 width:216px;  
 height:28px;  
  color:#3b3b3b; 
  }
.selection4 { position:relative;width:216px;height:41px;border:0px solid red;overflow-x: hidden; }  
.selectbox4,#selector4 {  
 position:absolute;  
 top:0;  
 left:0;  
 
 font-size:13px;  
 color:#3b3b3b;
 border:0px solid red;
}   
.selectbox4 {  
 width:216px;  
 padding:0px;  
 height:32px;  
 opacity:0;  
 z-index:1; 
 background:transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0; 
	 color:#3b3b3b;	
}  
#selector4 {  
 background-image:url(../images/dropdown.jpg);  
 background-repeat:no-repeat;  
 padding:12px 0px 0px 15px;  
 overflow:hidden;  
 width:216px;  
 height:28px;  
  color:#3b3b3b; 
  }        

.selection5 { position:relative;width:216px;height:41px;border:0px solid red;overflow-x: hidden; }  
.selectbox5,.selector5 {  
 position:absolute;  
 top:0;  
 left:0;  

 font-size:13px;  
 color:#3b3b3b;
 border:0px solid red;
}   
.selectbox5 {  
 width:216px;  
 padding:0px;  
 height:32px;  
 opacity:0;  
 z-index:1; 
 background:transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0; 
	 color:#3b3b3b;	
}  
.selector5 {  
 background-image:url(../images/dropdown.jpg);  
 background-repeat:no-repeat;  
 padding:12px 0px 0px 15px;  
 overflow:hidden;  
 width:216px;  
 height:28px;  
  color:#3b3b3b; 
  }   
  
option{
	background:#fff;
	color:#3b3b3b; 
	padding-left:5px;
	padding-top:5px;
}
#FileUpload {
    position:relative;
    width:215px;
    border: 1px solid #00a65b;
}

#BrowserVisible {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    background:url(../images/upload.png) 100% 0px no-repeat;
    height:37px;
    width:215px;
}

#FileField {
    width:125px;
    height:35px;
    margin-right:85px;
    border:solid 0px #474747;
    font-size:16px;
    background: transparent;
}

#BrowserHidden {
    position:relative;
    width:215px;
    height:36px;
    text-align: right;
    -moz-opacity:0;
    filter:alpha(opacity: 0);
    opacity: 0;
    z-index: 2;
}
.msgbox{
	width:205px;height: 100px;padding-left: 7px;padding-right: 3px;padding-top:3px;padding-bottom:1px;background: transparent;border:1px solid #00a65b;color:#474747;font-size: 12px;resize: none;
}
.msgbox1{
	width:205px;height: 89px;padding-left: 7px;padding-right: 3px;padding-top:3px;padding-bottom:1px;background: transparent;border:1px solid #00a65b;color:#474747;font-size: 12px;resize: none;
}
.cv-apply{
	width:100px;height: 40px;padding:8px;color: #fff;background:#00a65b;cursor: pointer;border:none;font-size: 17px;
}
.cvbottom{
	margin-left: 270px;
}
/* career why fdc page start */

/*footable js*/	
.footable-first-column {
	display:none;
}

/* ABOUT PAGE START*/

.about-subheader-content{
	margin:0px auto;position:relative;text-align: left;width:1500px;border:0px solid red;
}
.about-subheader-link-content{
	margin-top:0px;margin-left:0px;width:100%;border:0px solid blue;overflow-y: auto;
}
.about-subheader{
	margin-top:15px;margin-left:35px;color:#00A65B;font-size: 20px;float:left;border:0px solid red;
}
.about-subheader-company-img{
	margin-top:0px;margin-left:0px;float:left;width:50px;height: 50px;background:red;
}
.about-subheader-vision-img{
	margin-top:0px;margin-left:0px;float:left;width:50px;height: 50px;background:red;
}
.about-subheader-milestones-img{
	margin-top:0px;margin-left:0px;float:left;width:50px;height: 50px;background:red;
}
.about-subheader-team-img{
	margin-top:0px;margin-left:0px;float:left;width:50px;height: 50px;background:red;
}
.about-subheader-board-img{
	margin-top:0px;margin-left:0px;float:left;width:50px;height: 50px;background:red;
}
.about-subheader-policies-img{
	margin-top:0px;margin-left:0px;float:left;width:50px;height: 50px;background:red;
}
.about-subheader-awards-img{
	margin-top:0px;margin-left:0px;float:left;width:50px;height: 50px;background:red;
}
.about-subheader-text{
	margin-top:15px;margin-left:10px;float:left;
}
.about-subheader-text a{
	color: #00A65B;
}
/*.about-subheader-selected{
	border: 0px solid red;color: #00A65B;font-size: 20px;margin: 90px auto;width: 420px;
}*/
.about-subheader-companyselected-img{
	margin-top:0px;margin-left:0px;float:left;width:100px;height: 100px;background:red;
}
.about-subheader-companyselected-text{
	margin-top:30px;margin-left:20px;float:left;color: #fff;font-size: 30px;
}
.about-Company-content{
	margin:0px auto;margin-top:50px;position:relative;text-align: left;width:1300px;height: auto;border:1px solid red;overflow-y: auto;overflow-x: hidden;
}
.Company-discription-content{
	margin:0px auto;margin-top:0px;position:relative;width:90%;border: 1px solid red;overflow-y: auto;
}
.Company-discription-img{
	margin-top:25px;margin-left:5px;width:225px;height: 170px;background: red;float:left;
}
.Company-discription-textcontent{
	margin-top:25px;margin-left:50px;border:0px solid red;float:left;font-size: 16px;width:750px;
}


/* ABOUT PAGE END*/


/* FINANCIAL PAGE START*/

.financial-subheader-content{
	margin:0px auto;position:relative;text-align: left;width:1600px;border:0px solid red;z-index: 99;
}
.finmod {
	width:1170px;
}
.invmod{
	width:700px
}
.financial-subheader-link-content{
	margin-top:0px;margin-left:0px;width:100%;border:0px solid blue;overflow-y: auto;
}
.financial-subheader{
	margin-top:0px;margin-left:0px;color:#00A65B;font-size: 15px;float:left;border:0px solid red;padding: 15px 20px;
}
.financial-subheader-stock-img{
	margin-top:0px;margin-left:0px;float:left;width:50px;height: 50px;background:url(../images/icon-stock.png) no-repeat;
}
.financial-subheader-reports-img{
	margin-top:0px;margin-left:0px;float:left;width:50px;height: 50px;background:url(../images/icon-financial-reports.png) no-repeat;
}
.financial-subheader-shareholding-img{
	margin-top:0px;margin-left:0px;float:left;width:50px;height: 50px;background:url(../images/icon-shareholding-pattern.png) no-repeat;
}
.financial-subheader-corporate-img{
	margin-top:0px;margin-left:0px;float:left;width:50px;height: 50px;background:url(../images/icon-corporate-governance.png) no-repeat;
}
.financial-subheader-code-img{
	margin-top:0px;margin-left:0px;float:left;width:50px;height: 50px;background:url(../images/icon-code.png) no-repeat;
}
.financial-subheader-investor-img{
	margin-top:0px;margin-left:0px;float:left;width:50px;height: 50px;background:url(../images/investor-feedback.png) no-repeat;
}
.financial-subheader-text{
	margin-top:15px;margin-left:10px;float:left;
}
.financial-subheader-text a{
	color: #00A65B;
}
.financial-subheader-selected{
	border: 0px solid red;color: #00A65B;font-size: 20px;margin: 90px auto;display: table;display:none;
}
.financial-subheader-stockselected-img{
	margin-top:0px;margin-left:0px;float:left;width:100px;height: 100px;background:url(../images/iconbig-stock.png) no-repeat;
}
.financial-subheader-financialreportsselected-img{
	margin-top:0px;margin-left:0px;float:left;width:100px;height: 100px;background:url(../images/iconbig-financial-reports.png) no-repeat;
}
.financial-subheader-codeselected-img{
	margin-top:0px;margin-left:0px;float:left;width:100px;height: 100px;background:url(../images/iconbig-code.png) no-repeat;
}
.financial-subheader-shareselected-img{
	margin-top:0px;margin-left:0px;float:left;width:100px;height: 100px;background:url(../images/iconbig-shareholding-pattern.png) no-repeat;
}
.financial-subheader-corporateselected-img{
	margin-top:0px;margin-left:0px;float:left;width:100px;height: 100px;background:url(../images/iconbig-corporate-governance.png) no-repeat;
}
.financial-subheader-investorselected-img{
	margin-top:0px;margin-left:0px;float:left;width:100px;height: 100px;background:url(../images/iconbig-investor-feedback.png) no-repeat;
}
.financial-subheader-selected-text{
	margin-top:30px;margin-left:20px;float:left;color: #fff;font-size: 30px;
}
.financial-content{
	margin:0px auto;margin-top:10px;position:relative;text-align: left;width:1300px;height: auto;border:0px solid red;padding:10px;padding-top: 0px
}
.financial-content p{
	margin-top:24px;
}
.financial-img-content{
	margin:0px auto;margin-top:0px;position:relative;width:700px;height: 380px;border:1px solid #00a65b;
}
.financialreports-reports{
	margin-top:10px;margin-left: 0px;position: relative;
}
.financialreports-reports a{
	color: #00a65b;
}
.accordion-toggle {cursor: pointer; margin: 0;width:800px;background: #00a65b;padding:15px;color:#fff;}
.accordion-toggle1 {cursor: pointer; margin: 0;width:800px;background: #b8d994;padding:15px;color:#474747;}
.accordion-content {display: none;}
.accordion-content.default {display: block;}

.financial-stock-content{
	margin:0px auto;margin-top:50px;position:relative;width:700px;height: auto;border:0px solid #00a65b;padding:10px;
}
.financial-financialreports-content{
	margin:0px auto;margin-top:50px;position:relative;width:800px;height: auto;border:0px solid #00a65b;overflow-y: auto;overflow-x: hidden;
}
.investorpolicymargin {
	margin-top:0px;
}
.investoramalmargin{
	margin-top:0px;
}
.financial-shareholding-content{
	margin:0px auto;margin-top:50px;position:relative;width:800px;height: auto;border:0px solid #00a65b;overflow-y: auto;overflow-x: hidden;
}
.financial-corporate-content{
	margin:0px auto;margin-top:50px;position:relative;width:800px;height: auto;border:0px solid #00a65b;overflow-y: auto;overflow-x: hidden;
}
.financial-code-content{
	margin:0px auto;margin-top:30px;position:relative;width:800px;height: auto;border:0px solid #00a65b;overflow-y: auto;overflow-x: hidden;
}
.financial-investor-content{
	margin:0px auto;margin-top:30px;position:relative;width:800px;height: auto;border:0px solid #00a65b;overflow-y: auto;overflow-x: hidden;
}
.investor-form{
	width:700px;border:0px solid red;margin:0px auto;overflow-y: auto;
}
.feedback-name{
	float: left;width:80px;border:0px solid red;margin-top:35px;
}
.feedback-text{
	float: left;margin-top:20px;
}
.feedback-textbox{
	float: left;width:600px;height:35px;border:1px solid #00a65b;background:transparent;padding:8px;
}
.feedback-msgbox{
	width:605px;height: 180px;padding-left: 7px;padding-right: 3px;padding-top:3px;padding-bottom:1px;background: transparent;border:1px solid #00a65b;color:#000;font-size: 12px;resize: none;
}
.feedback-submit{
	float: right;margin-top:20px;margin-right: 3px;
}
.feedback-submitbutton{
	width:120px;height: 44px;padding:10px;color: #fff;background:#00a65b;cursor: pointer;border:none;font-size: 17px;
}
.shareholding-reports{
	margin-top:10px;margin-left: 0px;position: relative;
}
.shareholding-reports a{
	color: #00a65b;
}

/* FINANCIAL PAGE END*/

/* GLOBAL PAGE START*/
.global-subheader-content{
	margin:0px auto;position:relative;text-align: left;width:950px;border:0px solid red;z-index: 99;
}
.global-subheader-link-content{
	margin-top:0px;margin-left:0px;width:100%;border:0px solid blue;overflow-y: auto;
}
.global-subheader{
	margin-top:0px;margin-left:0px;color:#00A65B;font-size: 15px;float:left;border:0px solid red;width: auto;padding: 15px 20px;
}
.global-subheader-approvals-img{
	margin-top:0px;margin-left:0px;float:left;width:50px;height: 50px;background:url(../images/icon-approvals.png) no-repeat;
}
.global-subheader-formulations-img{
	margin-top:0px;margin-left:0px;float:left;width:50px;height: 50px;background:url(../images/icon-formulations-tnc.png) no-repeat;
}
.global-subheader-apis-img{
	margin-top:0px;margin-left:0px;float:left;width:50px;height: 50px;background:url(../images/icon-formulations.png) no-repeat;
}
.global-subheader-international-img{
	margin-top:0px;margin-left:0px;float:left;width:50px;height: 50px;background:url(../images/icon-international.png) no-repeat;
}
.global-subheader-southafrica-img{
	margin-top:0px;margin-left:0px;float:left;width:50px;height: 50px;background:url(../images/icon-south-africa.png) no-repeat;
}

.global-subheader-text{
	margin-top:15px;margin-left:10px;float:left;
}
.global-subheader-text a{
	color: #00A65B;
}
.global-subheader-selected{
	border: 0px solid red;color: #00A65B;font-size: 20px;margin: 90px auto;display: table;display: none;
}
.global-subheader-approvalsselected-img{
	margin-top:0px;margin-left:0px;float:left;width:100px;height: 100px;background:url(../images/iconbig-approvals.png) no-repeat;
}
.global-subheader-apiselected-img{
	margin-top:0px;margin-left:0px;float:left;width:100px;height: 100px;background:url(../images/iconbig-apis.png) no-repeat;
}
.global-subheader-formulationsselected-img{
	margin-top:0px;margin-left:0px;float:left;width:100px;height: 100px;background:url(../images/iconbig-formulations.png) no-repeat;
}
.global-subheader-internationalselected-img{
	margin-top:0px;margin-left:0px;float:left;width:100px;height: 100px;background:url(../images/iconbig-international.png) no-repeat;
}
.global-subheader-southafricaselected-img{
	margin-top:0px;margin-left:0px;float:left;width:100px;height: 100px;background:url(../images/iconbig-south-africa.png) no-repeat;
}
.global-subheader-selected-text{
	margin-top:30px;margin-left:20px;float:left;color: #fff;font-size: 30px;
}
.global-content{
	margin:0px auto;margin-top:10px;position:relative;text-align: left;width:1500px;height: auto;border:0px solid red;overflow-y: auto;overflow-x: hidden;
}
.global-content p{
	margin-top:24px;
}
.global-img-content{
	margin:0px auto;margin-top:0px;position:relative;width:700px;height: 380px;border:1px solid #00a65b;
}
.global-approvals-content{
	margin:0px auto;margin-top:30px;position:relative;width:100%;height: auto;border:0px solid #00a65b;overflow-y: auto;overflow-x: hidden;
}
.approvals-text-content{
	margin:0px auto;margin-top:0px;position:relative;width:100%;height: auto;border:0px solid #00a65b;overflow-y: auto;overflow-x: hidden;
}
.approvals-text-content .link {
	line-height: 25px;
}
.approvals-text-content  a{
	color: #00a65b;
}
.global-api-content{
	margin:0px auto;margin-top:30px;position:relative;width:100%;height: auto;border:0px solid #00a65b;overflow-y: auto;overflow-x: hidden;
}
.api-text-content{
	margin:0px auto;margin-top:0px;position:relative;width:99%;height: auto;border:0px solid #00a65b;overflow-y: auto;overflow-x: hidden;
}
.api-text-content ol{
	list-style-type: upper-roman;
}
.global-formulations-content{
	margin:0px auto;margin-top:30px;position:relative;width:100%;height: auto;border:0px solid #00a65b;overflow-y: auto;overflow-x: hidden;
}
.formulations-text-content{
	margin:0px auto;margin-top:0px;position:relative;width:99%;height: auto;border:0px solid #00a65b;overflow-y: auto;overflow-x: hidden;
}
.global-international-content{
	margin:0px auto;margin-top:30px;position:relative;width:100%;height: auto;border:0px solid #00a65b;overflow-y: auto;overflow-x: hidden;
}
.international-text-content{
	margin:0px auto;margin-top:0px;position:relative;width:800px;height: auto;border:0px solid #00a65b;overflow-y: auto;overflow-x: hidden;
}
.international-text-content-full{
	margin:0px auto;margin-top:0px;position:relative;width:99%;height: auto;border:0px solid #00a65b;overflow-y: auto;overflow-x: hidden;
}
.internation-contact{
	width:500px; margin-top: 50px;
}
.internation-contact th,
.internation-contact td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 0px solid #dddddd;
}
.internation-contact a{
	color:#00a65b;text-decoration: underline;outline:none;
}
.global-southafrica-content{
	margin:0px auto;margin-top:30px;position:relative;width:100%;height: auto;border:0px solid #00a65b;overflow-y: auto;overflow-x: hidden;
}
.southafrica-text-content{
	margin:0px auto;margin-top:0px;position:relative;width:99%;height: auto;border:0px solid #00a65b;overflow-y: auto;overflow-x: hidden;
}

/* GLOBAL PAGE END*/



/* R and D PAGE START*/
.RD-subheader-content{
	margin:0px auto;position:relative;text-align: left;width:930px;border:0px solid red;
}
.RD-subheader-link-content{
	margin-top:0px;margin-left:0px;width:100%;border:0px solid blue;overflow-y: auto;
}
.RD-subheader{
	margin-top:0px;margin-left:0px;color:#00A65B;font-size: 15px;float:left;border:0px solid red;width: auto;padding: 15px 20px;
}
.RD-subheader-ardl-img{
	margin-top:0px;margin-left:0px;float:left;width:50px;height: 50px;background:url(../images/icon-ardl.png) no-repeat;
}
.RD-subheader-formulations-img{
	margin-top:0px;margin-left:0px;float:left;width:50px;height: 50px;background:url(../images/icon-formulations-tnc.png) no-repeat;
}
.RD-subheader-api-img{
	margin-top:0px;margin-left:0px;float:left;width:50px;height: 50px;background:url(../images/icon-organic.png) no-repeat;
}
.RD-subheader-biotechnology-img{
	margin-top:0px;margin-left:0px;float:left;width:50px;height: 50px;background:url(../images/icon-biotechnology.png) no-repeat;
}
.RD-subheader-functional-img{
	margin-top:0px;margin-left:0px;float:left;width:50px;height: 50px;background:url(../images/icon-functional.png) no-repeat;
}

.RD-subheader-text{
	margin-top:15px;margin-left:10px;float:left;
}
.RD-subheader-text a{
	color: #00A65B;
}
.RD-subheader-selected{
	border: 0px solid red;color: #00A65B;font-size: 20px;margin: 90px auto;display: table;display: none;
}
.RD-subheader-ardlselected-img{
	margin-top:0px;margin-left:0px;float:left;width:100px;height: 100px;background:url(../images/iconbig-ardl.png) no-repeat;
}
.RD-subheader-apiselected-img{
	margin-top:0px;margin-left:0px;float:left;width:100px;height: 100px;background:url(../images/iconbig-organic-synthesis.png) no-repeat;
}
.RD-subheader-formulationsselected-img{
	margin-top:0px;margin-left:0px;float:left;width:100px;height: 100px;background:url(../images/iconbig-formulations.png) no-repeat;
}
.RD-subheader-biotechnologyselected-img{
	margin-top:0px;margin-left:0px;float:left;width:100px;height: 100px;background:url(../images/iconbigbiotechnology.png) no-repeat;
}
.RD-subheader-functionalselected-img{
	margin-top:0px;margin-left:0px;float:left;width:100px;height: 100px;background:url(../images/iconbig-functional.png) no-repeat;
}
.RD-subheader-selected-text{
	margin-top:30px;margin-left:20px;float:left;color: #fff;font-size: 30px;
}
.RD-content{
	margin:0px auto;margin-top:10px;position:relative;text-align: left;width:1500px;height: auto;border:0px solid red;overflow-y: auto;overflow-x: hidden;
}
.RD-content p{
	margin-top:24px;
}
.RD-img-content{
	margin:0px auto;margin-top:0px;position:relative;width:750px;height: 350px;border:0px solid #00a65b;
}
.ardl-slider-content{
	top:0px;left: 60px;position: absolute;border:1px solid #00a65b;width:630px;height:330px;
}
.ardl-slider-content img{
	width:630px;height: 330px;
}
.RD-ardl-content{
	margin:0px auto;margin-top:30px;position:relative;width:100%;height: auto;border:0px solid #00a65b;overflow-y: auto;overflow-x: hidden;
}
.ardl-text-content{
	margin:0px auto;margin-top:0px;position:relative;width:800px;height: auto;border:0px solid #00a65b;overflow-y: auto;overflow-x: hidden;
}
.ardl-text-content ul{
	text-align: left;margin:0px;padding: 0px;padding-left: 18px;
}
.ardl-text-content li{
	text-align: left;margin:0px;padding: 0px;margin-top: 30px;
}
.ardl-text-content p{
	margin-top: 3px;line-height: 22px;
}
.RD-formulation-content{
	margin:0px auto;margin-top:30px;position:relative;width:100%;height: auto;border:0px solid #00a65b;overflow-y: auto;overflow-x: hidden;
}
.formulation-text-content{
	margin:0px auto;margin-top:0px;position:relative;width:800px;height: auto;border:0px solid #00a65b;overflow-y: auto;overflow-x: hidden;
}
.formulation-text-content ul{
	margin:0px;padding: 0px;padding-left:18px;margin-top:30px;
}
.formulation-text-content li{
	margin:0px;padding: 0px;margin-top: 20px;
}
.RD-api-content{
	margin:0px auto;margin-top:30px;position:relative;width:100%;height: auto;border:0px solid #00a65b;overflow-y: auto;overflow-x: hidden;
}
.api-text-content{
	margin:0px auto;margin-top:0px;position:relative;width:100%;height: auto;border:0px solid #00a65b;overflow-y: auto;overflow-x: hidden;
}

.organic{
	width:800px;
}
.RD-biotechnology-content{
	margin:0px auto;margin-top:30px;position:relative;width:100%;height: auto;border:0px solid #00a65b;overflow-y: auto;overflow-x: hidden;
}
.biotechnology-text-content{
	margin:0px auto;margin-top:0px;position:relative;width:800px;height: auto;border:0px solid #00a65b;overflow-y: auto;overflow-x: hidden;
}
.biotechnology-text-content ul{
	text-align: left;margin:0px;padding: 0px;padding-left: 18px;
}
.biotechnology-text-content li{
	text-align: left;margin:0px;padding: 0px;margin-top: 10px;
}
.RD-functional-content{
	margin:0px auto;margin-top:30px;position:relative;width:100%;height: auto;border:0px solid #00a65b;overflow-y: auto;overflow-x: hidden;
}
.RD-functional-text-content{
	margin:0px auto;margin-top:0px;position:relative;width:800px;height: auto;border:0px solid #00a65b;overflow-y: auto;overflow-x: hidden;
}


/* R and D PAGE END*/


/* facilities PAGE START*/
.facilities-subheader-content{
	margin:0px auto;position:relative;text-align: left;width:900px;border:0px solid red;
}
.facilities-subheader-link-content{
	margin-top:0px;margin-left:0px;width:100%;border:0px solid blue;overflow-y: auto;
}
.facilities-subheader{
	margin-top:0px;margin-left:0px;color:#00A65B;font-size: 15px;float:left;border:0px solid red;width: auto;padding: 15px 20px;
}
.facilities-subheader-Roha-img{
	margin-top:0px;margin-left:0px;float:left;width:50px;height: 50px;background:url(../images/icon-roha.png) no-repeat;
}
.facilities-subheader-waluj-img{
	margin-top:0px;margin-left:0px;float:left;width:50px;height: 50px;background:url(../images/icon-waluj.png) no-repeat;
}
.facilities-subheader-goa-img{
	margin-top:0px;margin-left:0px;float:left;width:50px;height: 50px;background:url(../images/icon-goa1.png) no-repeat;
}
.facilities-subheader-goa3-img{
	margin-top:0px;margin-left:0px;float:left;width:50px;height: 50px;background:url(../images/icon-goa1.png) no-repeat;
}
.facilities-subheader-sinnar-img{
	margin-top:0px;margin-left:0px;float:left;width:50px;height: 50px;background:url(../images/icon-sinnar.png) no-repeat;
}
.facilities-subheader-baddi-img{
	margin-top:0px;margin-left:0px;float:left;width:50px;height: 50px;background:url(../images/icon-baddi.png) no-repeat;
}
.facilities-subheader-quality-img{
	margin-top:0px;margin-left:0px;float:left;width:50px;height: 50px;background:url(../images/icon-policies.png) no-repeat;
}
.facilities-subheader-text{
	margin-top:15px;margin-left:10px;float:left;
}
.facilities-subheader-text a{
	color: #00A65B;
}
.facilities-subheader-selected{
	border: 0px solid red;color: #00A65B;font-size: 20px;margin: 90px auto;display: table;display: none;
}
.facilities-subheader-Rohaselected-img{
	margin-top:0px;margin-left:0px;float:left;width:100px;height: 100px;background:url(../images/iconbig-roha.png) no-repeat;
}
.facilities-subheader-walujselected-img{
	margin-top:0px;margin-left:0px;float:left;width:100px;height: 100px;background:url(../images/iconbig-waluj.png) no-repeat;
}
.facilities-subheader-goaselected-img{
	margin-top:0px;margin-left:0px;float:left;width:100px;height: 100px;background:url(../images/iconbig-goa.png) no-repeat;
}
.facilities-subheader-goa3selected-img{
	margin-top:0px;margin-left:0px;float:left;width:100px;height: 100px;background:url(../images/iconbig-goa.png) no-repeat;
}
.facilities-subheader-sinnarselected-img{
	margin-top:0px;margin-left:0px;float:left;width:100px;height: 100px;background:url(../images/iconbig-sinnar-.png) no-repeat;
}
.facilities-subheader-baddiselected-img{
	margin-top:0px;margin-left:0px;float:left;width:100px;height: 100px;background:url(../images/iconbig-baddi.png) no-repeat;
}
.facilities-subheader-qualityselected-img{
	margin-top:0px;margin-left:0px;float:left;width:100px;height: 100px;background:url(../images/iconbig-policies.png) no-repeat;
}
.facilities-subheader-selected-text{
	margin-top:30px;margin-left:20px;float:left;color: #fff;font-size: 30px;
}
.facilities-content{
	margin:0px auto;margin-top:10px;position:relative;text-align: left;width:1500px;height: auto;border:0px solid red;overflow-y: auto;overflow-x: hidden;
}
.facilities-content ul{
	text-align: left;margin:0px;padding: 0px;padding-left: 18px;
}
.facilities-content li{
	text-align: left;margin:0px;padding: 0px;margin-top: 30px;line-height: 22px;
}
.facilities-content p{
	margin-top:3px;
}
.facilities-img-content{
	margin:0px auto;margin-top:0px;position:relative;width:750px;height: 350px;border:0px solid #00a65b;
}
.facilities-slider-content{
	top:0px;left: 60px;position: absolute;border:1px solid #00a65b;width:630px;height:330px;
}
.facilities-slider-content img{
	width:630px;height: 330px;
}
.facilities-Roha-content{
	margin:0px auto;margin-top:30px;position:relative;width:100%;height: auto;border:0px solid #00a65b;overflow-y: auto;overflow-x: hidden;
}
.Roha-text-content{
	margin:0px auto;margin-top:0px;position:relative;width:800px;height: auto;border:0px solid #00a65b;overflow-y: auto;overflow-x: hidden;
}
.Roha-text-content p{
	margin-top: 3px;line-height: 22px;
}
.facilities-waluj-content{
	margin:0px auto;margin-top:30px;position:relative;width:100%;height: auto;border:0px solid #00a65b;overflow-y: auto;overflow-x: hidden;
}
.waluj-text-content{
	margin:0px auto;margin-top:0px;position:relative;width:800px;height: auto;border:0px solid #00a65b;overflow-y: auto;overflow-x: hidden;
}
.facilities-goa-content{
	margin:0px auto;margin-top:30px;position:relative;width:100%;height: auto;border:0px solid #00a65b;overflow-y: auto;overflow-x: hidden;
}
.goa-text-content{
	margin:0px auto;margin-top:0px;position:relative;width:800px;height: auto;border:0px solid #00a65b;overflow-y: auto;overflow-x: hidden;
}
.facilities-goa3-content{
	margin:0px auto;margin-top:30px;position:relative;width:100%;height: auto;border:0px solid #00a65b;overflow-y: auto;overflow-x: hidden;
}
.goa3-text-content{
	margin:0px auto;margin-top:0px;position:relative;width:800px;height: auto;border:0px solid #00a65b;overflow-y: auto;overflow-x: hidden;
}
.facilities-sinnar-content{
	margin:0px auto;margin-top:30px;position:relative;width:100%;height: auto;border:0px solid #00a65b;overflow-y: auto;overflow-x: hidden;
}
.sinnar-text-content{
	margin:0px auto;margin-top:0px;position:relative;width:800px;height: auto;border:0px solid #00a65b;overflow-y: auto;overflow-x: hidden;
}
.facilities-baddi-content{
	margin:0px auto;margin-top:30px;position:relative;width:100%;height: auto;border:0px solid #00a65b;overflow-y: auto;overflow-x: hidden;
}
.baddi-text-content{
	margin:0px auto;margin-top:0px;position:relative;width:800px;height: auto;border:0px solid #00a65b;overflow-y: auto;overflow-x: hidden;
}
.facilities-quality-content{
	margin:0px auto;margin-top:30px;position:relative;width:100%;height: auto;border:0px solid #00a65b;overflow-y: auto;overflow-x: hidden;
}
.quality-text-content{
	margin:0px auto;margin-top:0px;position:relative;width:800px;height: auto;border:0px solid #00a65b;overflow-y: auto;overflow-x: hidden;
}

/* facilities PAGE END*/



/* about PAGE START*/
.about-subheader-content{
	margin:0px auto;position:relative;text-align: left;width:810px;border:0px solid red;
}
.about-subheader-link-content{
	margin-top:0px;margin-left:0px;width:100%;border:0px solid blue;overflow-y: auto;
}
.about-subheader{
	margin-top:0px;margin-left:0px;color:#00A65B;font-size: 15px;float:left;border:0px solid red;width: auto;padding-top:15px;padding-bottom: 15px;padding-left: 20px;padding-right: 20px;
}
.submenu-selected{
	margin-top:0px;margin-left:0px;color:#00A65B;font-size: 15px;float:left;border:0px solid red;width: auto;padding-top:15px;padding-bottom: 15px;padding-left: 20px;padding-right: 20px;background:#B9D98B;border-bottom-left-radius:25px;border-bottom-right-radius:25px;
}
.about-subheader-company-img{
	margin-top:0px;margin-left:0px;float:left;width:50px;height: 50px;background:url(../images/icon-company-profile.png) no-repeat;
}
.about-subheader-vision-img{
	margin-top:0px;margin-left:0px;float:left;width:50px;height: 50px;background:url(../images/icon-vision-mission.png) no-repeat;
}
.about-subheader-milestones-img{
	margin-top:0px;margin-left:0px;float:left;width:50px;height: 50px;background:url(../images/icon-mileston.png) no-repeat;
}
.about-subheader-directors-img{
	margin-top:0px;margin-left:0px;float:left;width:50px;height: 50px;background:url(../images/icon-team.png) no-repeat;
}
.about-subheader-policies-img{
	margin-top:0px;margin-left:0px;float:left;width:50px;height: 50px;background:url(../images/icon-policies.png) no-repeat;
}
.about-subheader-awards-img{
	margin-top:0px;margin-left:0px;float:left;width:50px;height: 50px;background:url(../images/icon-awards.png) no-repeat;
}
.about-subheader-quality-img{
	margin-top:0px;margin-left:0px;float:left;width:50px;height: 50px;background:url(../images/icon-team.png) no-repeat;
}
.about-subheader-text{
	margin-top:15px;margin-left:10px;float:left;
}
.about-subheader-text a{
	color: #00A65B;
}
.about-subheader-selected{
	border: 0px solid red;color: #00A65B;font-size: 20px;margin: 90px auto;display: table;display:none;
}
.about-subheader-companyselected-img{
	margin-top:0px;margin-left:0px;float:left;width:100px;height: 100px;background:url(../images/iconbig-company-profile.png) no-repeat;
}
.about-subheader-visionselected-img{
	margin-top:0px;margin-left:0px;float:left;width:100px;height: 100px;background:url(../images/iconbig-vision-mission.png) no-repeat;
}
.about-subheader-milestonesselected-img{
	margin-top:0px;margin-left:0px;float:left;width:100px;height: 100px;background:url(../images/iconbig-mileston.png) no-repeat;
}
.about-subheader-directorsselected-img{
	margin-top:0px;margin-left:0px;float:left;width:100px;height: 100px;background:url(../images/iconbig-team.png) no-repeat;
}
.about-subheader-policiesselected-img{
	margin-top:0px;margin-left:0px;float:left;width:100px;height: 100px;background:url(../images/iconbig-policies.png) no-repeat;
}
.about-subheader-awardsselected-img{
	margin-top:0px;margin-left:0px;float:left;width:100px;height: 100px;background:url(../images/iconbig-awards.png) no-repeat;
}
.about-subheader-qualityselected-img{
	margin-top:0px;margin-left:0px;float:left;width:100px;height: 100px;background:url(../images/iconbig-company-profile.png) no-repeat;
}
.about-subheader-selected-text{
	margin-top:30px;margin-left:20px;float:left;color: #fff;font-size: 30px;
}
.about-content{
	margin:0px auto;margin-top:10px;position:relative;text-align: left;width:1500px;height: auto;border:0px solid red;overflow-y: auto;overflow-x: hidden;
}
/*.about-content ul{
	text-align: left;margin:0px;padding: 0px;padding-left: 18px;
}
.about-content li{
	text-align: left;margin:0px;padding: 0px;margin-top: 30px;line-height: 22px;
}
.about-content p{
	margin-top:24px;
}*/
.about-img-content{
	margin:0px auto;margin-top:0px;position:relative;width:750px;height: 350px;border:0px solid #00a65b;
}
.about-slider-content{
	top:0px;left: 60px;position: absolute;border:1px solid #00a65b;width:630px;height:330px;
}
.about-slider-content img{
	width:630px;height: 330px;
}
.about-company-content{
	margin:0px auto;margin-top:30px;position:relative;width:100%;height: auto;border:0px solid #00a65b;overflow-y: auto;overflow-x: hidden;
}
.company-text-content{
	margin:0px auto;margin-top:0px;position:relative;width:800px;height: auto;border:0px solid #00a65b;overflow-y: auto;overflow-x: hidden;
}
.company-text-content p{
	margin-top: 3px;line-height: 22px;
}
.about-vision-content{
	margin:0px auto;margin-top:10px;position:relative;width:100%;height: auto;border:0px solid #00a65b;overflow-y: auto;overflow-x: hidden;
}
.vision-text-content{
	margin:0px auto;margin-top:0px;position:relative;width:800px;height: auto;border:0px solid #00a65b;overflow-y: auto;overflow-x: hidden;
}
.about-milestones-content{
	margin:0px auto;margin-top:30px;position:relative;width:100%;height: auto;border:0px solid #00a65b;overflow-y: auto;overflow-x: hidden;
}
.milestones-text-content{
	margin:0px auto;margin-top:0px;position:relative;width:800px;height: auto;border:0px solid #00a65b;overflow-y: auto;overflow-x: hidden;
}
.about-directors-content{
	margin:0px auto;margin-top:30px;position:relative;width:100%;height: auto;border:0px solid #00a65b;overflow-y: auto;overflow-x: hidden;
}
.directors-text-content{
	margin:0px auto;margin-top:0px;position:relative;width:800px;height: auto;border:0px solid #00a65b;overflow-y: auto;overflow-x: hidden;
}
.about-policies-content{
	margin:0px auto;margin-top:30px;position:relative;width:100%;height: auto;border:0px solid #00a65b;overflow-y: auto;overflow-x: hidden;
}
.policies-text-content{
	margin:0px auto;margin-top:0px;position:relative;width:800px;height: auto;border:0px solid #00a65b;overflow-y: auto;overflow-x: hidden;
}
.about-awards-content{
	margin:0px auto;margin-top:10px;position:relative;width:100%;height: auto;border:0px solid #00a65b;overflow-y: auto;overflow-x: hidden;
}
.awards-text-content{
	margin:0px auto;margin-top:0px;position:relative;width:800px;height: auto;border:0px solid #00a65b;overflow-y: auto;overflow-x: hidden;
}
.about-quality-content{
	margin:0px auto;margin-top:30px;position:relative;width:100%;height: auto;border:0px solid #00a65b;overflow-y: auto;overflow-x: hidden;
}
.quality-text-content{
	margin:0px auto;margin-top:0px;position:relative;width:800px;height: auto;border:0px solid #00a65b;overflow-y: auto;overflow-x: hidden;
}

/* about PAGE END*/


/* investor-info page start */

.investors-slides-img1{
	background: url(../images/products-slides-img1.png) no-repeat;height: 630px;width: 1920px;
}
.investors-subheader-content{
	margin:0px auto;position:relative;text-align: left;width:400px;border:1px solid red;
}
.investors-subheader-link-content{
	margin-top:0px;margin-left:0px;width:100%;border:0px solid blue;overflow-y: auto;
}
.investors-subheader{
	margin-top:15px;margin-left:40px;color:#00A65B;font-size: 15px;float:left;border:0px solid red; 
}
.investors-subheader-investors-img{
	margin-top:0px;margin-left:0px;float:left;width:50px;height: 50px;background:red;
}
.investors-subheader-text{
	margin-top:15px;margin-left:10px;float:left;
}
.investors-subheader-text a{
	color: #00A65B;
}
.investors-subheader-selected{
	border: 0px solid red;color: #00A65B;font-size: 20px;margin: 90px auto;display: table;display: none;
}
.investors-subheader-investorsselected-img{
	margin-top:0px;margin-left:0px;float:left;width:100px;height: 100px;background:red;
}
.investors-subheader-selected-text{
	margin-top:30px;margin-left:20px;float:left;color: #fff;font-size: 30px;
}
.investors-content{
	margin:0px auto;margin-top:50px;position:relative;text-align: left;width:1500px;height: auto;border:1px solid red;overflow-y: auto;overflow-x: hidden;
}
.investors-content ul{
	text-align: left;margin:0px;padding: 0px;padding-left: 18px;
}
.investors-content li{
	text-align: left;margin:0px;padding: 0px;margin-top: 30px;line-height: 22px;
}
.investors-content p{
	margin-top:24px;
}

.investors-investors-content{
	margin:0px auto;margin-top:30px;position:relative;width:100%;height: auto;border:1px solid #00a65b;overflow-y: auto;overflow-x: hidden;
}

/* investor-info page end */

/* business page start */

.business-slides-img1{
	background: url(../images/products-slides-img1.png) no-repeat;height: 630px;width: 1920px;
}
.business-subheader-content{
	margin:0px auto;position:relative;text-align: left;width:550px;border:0px solid red;overflow: hidden;
}
.business-subheader-link-content{
	margin-top:0px;margin-left:0px;width:100%;border:0px solid blue;overflow-y: auto;display:none;
}
.business-subheader{
	margin-top:15px;margin-left:40px;color:#00A65B;font-size: 15px;float:left;border:0px solid red; 
}
.business-subheader-business-img{
	margin-top:0px;margin-left:0px;float:left;width:50px;height: 50px;background:red;
}
.business-subheader-text{
	margin-top:15px;margin-left:10px;float:left;
}
.business-subheader-text a{
	color: #00A65B;
}
.business-subheader-selected{
	border: 0px solid red;color: #00A65B;font-size: 20px;margin: 150px auto;display: table;display: none;
}
.business-subheader-businessselected-img{
	margin-top:0px;margin-left:0px;float:left;width:100px;height: 100px;background:url(../images/iconbig-business.png) no-repeat;
}
.business-subheader-selected-text{
	margin-top:30px;margin-left:20px;float:left;color: #fff;font-size: 30px;
}
.business-content{
	margin:0px auto;margin-top:50px;position:relative;text-align: left;width:1500px;height: auto;border:0px solid red;overflow-y: auto;overflow-x: hidden;
}
.business-content a{ 
	color: blue;text-decoration: underline;
}
.business-content ul{
	text-align: left;margin:0px;padding: 0px;padding-left: 18px;
}
.business-content li{
	text-align: left;margin:0px;padding: 0px;margin-top: 30px;line-height: 22px;
}
.business-content p{
	margin-top:24px;
}

.business-business-content{
	margin:0px auto;margin-top:20px;position:relative;width:500px;height: auto;border:0px solid #00a65b;overflow-y: auto;overflow-x: hidden;
}

/* business page end */

/* News page start */

.news-slides-img1{
	background: url(../images/products-slides-img1.png) no-repeat;height: 630px;width: 1920px;
}
.news-subheader-content{
	margin:0px auto;position:relative;text-align: left;width:550px;border:0px solid red;overflow: hidden;
}
.news-subheader-link-content{
	margin-top:0px;margin-left:0px;width:100%;border:0px solid blue;overflow-y: auto;display:none;
}
.news-subheader{
	margin-top:15px;margin-left:130px;color:#00A65B;font-size: 15px;float:left;border:0px solid red;width: auto; 
}
.news-subheader-news-img{
	margin-top:0px;margin-left:0px;float:left;width:50px;height: 50px;background:url(../images/icon-news.png) no-repeat;
}
.news-subheader-text{
	margin-top:15px;margin-left:10px;float:left;
}
.news-subheader-text a{
	color: #00A65B;
}
.news-subheader-selected{
	border: 0px solid red;color: #00A65B;font-size: 20px;margin: 150px auto;display: table;display: none;
}
.news-subheader-newsselected-img{
	margin-top:0px;margin-left:0px;float:left;width:100px;height: 100px;background:url(../images/iconbig-news.png) no-repeat;
}
.news-subheader-selected-text{
	margin-top:30px;margin-left:20px;float:left;color: #fff;font-size: 30px;
}
.news-content{
	margin:0px auto;margin-top:10px;position:relative;text-align: left;width:1500px;height: auto;border:0px solid red;overflow-y: auto;overflow-x: hidden;
}
.news-content ul{
	text-align: left;margin:0px;padding: 0px;padding-left: 18px;
}
.news-content li{
	text-align: left;margin:0px;padding: 0px;margin-top: 30px;line-height: 22px;
}
.news-content p{
	margin-top:24px;
}
.news-news-content{
	margin:0px auto;margin-top:30px;position:relative;width:100%;height: auto;border:0px solid #00a65b;overflow-y: auto;overflow-x: hidden;
}
.news-link-content{
	margin:0px auto;position:relative;width:615px;border: 0px solid red;
}
.news-link{
	margin-top:8px;margin-left:0px;width:600px;height: 30px;background: #00a65b;padding-left:15px;padding-top:10px;color: #fff;font-size: 15px;
}
.news-newscontent{
	margin:0px auto;margin-top:0px;position:relative;width:800px;height: auto;border:0px solid #00a65b;overflow-y: hidden;overflow-x: hidden;
}

.newscontent-reports{
	margin-top:10px;margin-left: 0px;position: relative;
}
.newscontent-reports a{
	color: #00a65b;
}
.newscontent-header{
	width:800px;border: 0px solid red;overflow-y: auto;margin: 0px auto;
}
.newscontent-back{
	border: 0px solid red;float: right;margin-top:0px;margin-right: 20px;cursor: pointer;
}
.newscontent-backbutton{
	margin-top:0px;background:url(../images/back.png) no-repeat;width:54px;height: 53px;float: left;
}
.newscontent-backtext{
	margin-top:18px;margin-left: 10px;float: left;
}
.newscontent-headertext{
	width:100px;border: 0px solid red;font-weight: bold;float: left;margin-top:50px;margin-left:15px;
}


/* News page end */

/*global-formulations-region*/
.global-heading-margin {
margin-left: 0px;
}


/* contact page start */

.contact-slides-img1{
	background: url(../images/products-slides-img1.png) no-repeat;height: 630px;width: 1920px;
}
.contact-subheader-content{
	margin:0px auto;position:relative;text-align: left;width:450px;border:0px solid red;overflow: hidden;
}
.contact-subheader-link-content{
	margin-top:0px;margin-left:0px;width:100%;border:0px solid blue;overflow-y: auto;display:none;
}
.contact-subheader{
	margin-top:15px;margin-left:110px;color:#00A65B;font-size: 15px;float:left;border:0px solid red; width: auto;
}
.contact-subheader-contact-img{
	margin-top:0px;margin-left:0px;float:left;width:50px;height: 50px;background:url(../images/icon-contact.png) no-repeat;
}
.contact-subheader-text{
	margin-top:15px;margin-left:10px;float:left;
}
.contact-subheader-text a{
	color: #00A65B;
}
.contact-subheader-selected{
	border: 0px solid red;color: #00A65B;font-size: 20px;margin: 150px auto;display: table;display: none;
}
.contact-subheader-contactselected-img{
	margin-top:0px;margin-left:0px;float:left;width:100px;height: 100px;background:url(../images/768/iconbig-contact.png) no-repeat;
}
.contact-subheader-selected-text{
	margin-top:30px;margin-left:20px;float:left;color: #fff;font-size: 30px;
}
.contact-content{
	margin:0px auto;margin-top:10px;position:relative;text-align: left;width:1500px;height: auto;border:0px solid red;overflow-y: auto;overflow-x: hidden;
}
.contact-text-content{
	margin:0px auto;margin-top:0px;position:relative;width:1000px;height: auto;border:0px solid #00a65b;overflow-y: auto;overflow-x: hidden;
}
.contact-text-content .accordion-contact-toggle {cursor: pointer; margin: 0;width:998px;height:auto;background: #00a65b;padding:0px;color:#fff;}
.contact-text-content .accordion-contact-toggle1 {cursor: pointer; margin: 0;width:998px;height:auto;background: #b8d994;padding:0px;color:#474747;margin-top: 10px;}
.accordion-contact-content {display: none;}
.accordion-contact-content.default {display: block;}
.contact-text-content  .marginstrip{
	margin-top:10px;
}
.contact-content .list{
	height: 25px;border:0px solid red;margin-top: 15px;margin-left: 30px;
}
.contact-reports{
	margin-top:10px;margin-left: 0px;position: relative;
}
.contact-reports a{
	color: #00a65b;
}
.contact-text-content .depot{
	cursor: default;
}
.contact-content ul{
	text-align: left;margin:0px;padding: 0px;padding-left: 18px;
}
.contact-content li{
	text-align: left;margin:0px;padding: 0px;margin-top: 30px;line-height: 22px;
}
.contact-content p{
	margin-top:24px;
}
.contact-contact-content{
	margin:0px auto;margin-top:30px;position:relative;width:100%;height: auto;border:0px solid #00a65b;overflow-y: auto;overflow-x: hidden;
}

/* contact page end */

/* privacy page start */
.privacy-subheader-privacy-img{
	margin-top:0px;margin-left:0px;float:left;width:50px;height: 50px;background:url(../images/icon-privacy.png) no-repeat;
}
.privacy-subheader-privacyselected-img{
	margin-top:0px;margin-left:0px;float:left;width:100px;height: 100px;background:url(../images/iconbig-privacy.png) no-repeat;
}
.privacy-content{
	margin:0px auto;margin-top:50px;position:relative;text-align: left;width:1500px;height: auto;border:0px solid red;overflow-y: auto;overflow-x: hidden;
}
.privacy-content ul{
	text-align: left;margin:0px;padding: 0px;padding-left: 18px;
}
.privacy-content li{
	text-align: left;margin:0px;padding: 0px;margin-top: 30px;line-height: 22px;
}
.privacy-content p{
	margin-top:24px;
}
.privacy-text-content{
	margin:0px auto;margin-top:20px;position:relative;width:800px;height: auto;border:0px solid #00a65b;overflow-y: auto;overflow-x: hidden;
}

/* privacy page end */

/* disclaimer page start */
.disclaimer-subheader-disclaimer-img{
	margin-top:0px;margin-left:0px;float:left;width:50px;height: 50px;background:url(../images/icon-disclaimer.png) no-repeat;
}
.disclaimer-subheader-disclaimerselected-img{
	margin-top:0px;margin-left:0px;float:left;width:100px;height: 100px;background:url(../images/iconbig-disclaimer.png) no-repeat;
}
.disclaimer-content{
	margin:0px auto;margin-top:50px;position:relative;text-align: left;width:1500px;height: auto;border:0px solid red;overflow-y: auto;overflow-x: hidden;
}
.disclaimer-content ul{
	text-align: left;margin:0px;padding: 0px;padding-left: 18px;
}
.disclaimer-content li{
	text-align: left;margin:0px;padding: 0px;margin-top: 30px;line-height: 22px;
}
.disclaimer-content p{
	margin-top:24px;
}
.disclaimer-text-content{
	margin:0px auto;margin-top:20px;position:relative;width:800px;height: auto;border:0px solid #00a65b;overflow-y: auto;overflow-x: hidden;
}

/* disclaimer page end */


/* terms page start */
.terms-subheader-terms-img{
	margin-top:0px;margin-left:0px;float:left;width:50px;height: 50px;background:url(../images/icon-terms.png) no-repeat;
}
.terms-subheader-termsselected-img{
	margin-top:0px;margin-left:0px;float:left;width:100px;height: 100px;background:url(../images/iconbig-terms.png) no-repeat;
}
.terms-content{
	margin:0px auto;margin-top:50px;position:relative;text-align: left;width:1500px;height: auto;border:0px solid red;overflow-y: auto;overflow-x: hidden;
}
.terms-content ul{
	text-align: left;margin:0px;padding: 0px;padding-left: 18px;
}
.terms-content li{
	text-align: left;margin:0px;padding: 0px;margin-top: 30px;line-height: 22px;
}
.terms-content p{
	margin-top:24px;
}
.terms-text-content{
	margin:0px auto;margin-top:20px;position:relative;width:800px;height: auto;border:0px solid #00a65b;overflow-y: auto;overflow-x: hidden;
}

/* terms page end */
.rd-slider-container{
	float: left;width:99%;height:auto;margin:30px auto;border:0px solid green;padding:0;
}
.bxslider-width{
	float: left; width:33%;height:auto;margin:0 auto;margin-left:35%;border:0px solid red;padding:0;
}
.banner{
	width:100%;height:auto;padding:0;margin:0;float:left;clear:both;margin-top:-57px;
}
.slideshow img { width: 100%; height: auto }


/*board of directors styles*/
.contact-text-content .acctitle {
	margin-top:10px;padding:10px;
}
.contact-text-content .acccontent {
	margin-top:10px;padding:10px;background-color:#b8d994;height:30px;
}
.stripcontainer {
	float:left;margin-left:100px;
}

.stripname{
	float:left;color:#00a65b;width:236px;
}

.stripdesig {
	float:left;color:#00a65b;margin-left:60px;;width:289px
}

.strippdf {
	float:left;color:#fff;margin-left:30px
}
.directors{
	width:115px;margin-top:5px;
}
.reports{
	width:95px;margin-top:5px;
}
.Services{
	width:75px;margin-top:5px;
}
.investor{
	width:100px;margin-top:5px;
}
.vacancy-popup-box{
	z-index: 999999;width:1100px;height:500px;border:0px solid red;display:none;position: fixed;padding-top:25px;padding-bottom: 25px;
}
.financial-subheader-services-img{
	margin-top:0px;margin-left:0px;float:left;width:50px;height: 50px;background:url(../images/icon-Investor-Services.png) no-repeat;
}
.financial-subheader-servicesselected-img{
	margin-top:0px;margin-left:0px;float:left;width:100px;height: 100px;background:url(../images/iconbig-nvestor-Services.png) no-repeat;
}
.StockFinancial-subheader-content{
	border: 0px solid red;color: #00A65B;display: table;font-size: 20px;margin: 0px auto;
}
.StockFinancial-subheader{
	margin-top:15px;margin-left:30px;color:#00A65B;font-size: 15px;float:left;border:0px solid red;
}
.StockFinancial-subheader-unselectimg{
	margin-top:0px;margin-left:0px;float:left;width:30px;height: 29px;background:url(../images/StockFinancial-unselected.png) no-repeat;
}
.StockFinancial-subheader-selectimg{
	margin-top:0px;margin-left:0px;float:left;width:30px;height: 29px;background:url(../images/StockFinancial-selected.png) no-repeat;
}
.StockFinancial-subheader-text{
	margin-top:-7px;margin-left:10px;float:left;color: #00A65B;
}
.StockFinancial-subheader-text a{
	color: #00A65B;
}
.financialresults{
	width:70px;
}
.stockwatch{
	width:90px;
}
.Corporate{
	width:160px;
}
.Shareholding{
	width:100px;
}
.thumb-header{
	color: #00A65B;
}
.thumb-content{
	height: 255px;width:300px;border:0px solid red;
}
.thumb-content-mid{
	height: 255px;width:520px;border:0px solid red;
}
.home-investor-img{
	width:194px;height: 220px;
}
.home-investor-overlay{
	border:0px solid red;position: absolute; top:0; left: 28px;   width: 194px; height: 220px;
}
.home-news-img{
	position: absolute;width:194px;height: 220px;left: 28px;
}
.home-global-img{
	width:520px;height: 220px;background:url('../images/international.jpg') 0 0 no-repeat;
}
.home-approvals-img{
	width:520px;height: 220px;background:url('../images/approval-home.jpg') 0 0 no-repeat;
}
.home-enerzal-img{
	width:194px;height: 220px;
}
.home-business-img{
	width:194px;height: 220px;
}
.font-increase{
	top:73px;right: 38px;position: absolute;border:0px solid red;
}
.font-small{
	color: #fff;font-size:14px;float:left;margin-left:18px;margin-top:4px;
}
.font-medium{
	color: #fff;font-size:16px;float:left;margin-left:18px;margin-top:2px;
}
.font-big{
	color: #fff;font-size:18px;float:left;margin-left:18px;margin-top:0px;
}
.bold{
	font-weight: bold;
}
.sensex{
	
	width:300px;height:340px;float:left;background:#051A2A;margin-left:50px
}
.internationalformulationmargin{
	margin-top: 0px;
}

}	
	
