body{
	margin:0px;
	padding:0px;
	font-family: 'Maven Pro', sans-serif;
}
header{
	width:100%;
	/*height:750px;*/
	overflow:hidden;
	margin:0px auto 0px auto;
	float:none;
	clear:none;
	padding-bottom:15px;
	z-index:999;
	background-color:#f4f4f4;
	
	background: #fbfbfb; /* Old browsers */
background: -moz-linear-gradient(top,  #fbfbfb 0%, #f4f4f4 10%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfbfb), color-stop(10%,#f4f4f4)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #fbfbfb 0%,#f4f4f4 10%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #fbfbfb 0%,#f4f4f4 10%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #fbfbfb 0%,#f4f4f4 10%); /* IE10+ */
background: linear-gradient(to bottom,  #fbfbfb 0%,#f4f4f4 10%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.header{
	width:1018px;
	/*height:92px;*/
	margin:0px auto 0px auto;
	float:none;
	clear:none;
	overflow:hidden;
}

.logo{
	width:243px;
	height:87px;
	margin:0px 0px 0px 0px;
	float:left;
	clear:none;
}
.top-menu-main{
	width:360px;
	overflow:hidden;
	margin:-15px 0px 0px 0px;
	float:right;
	clear:none;
}
.top-menu{
	width:150px;
	overflow:hidden;
	margin:30px 0px 0px 0px;
	float:right;
	clear:none;
}
.top-menu ul{
	white-space:nowrap;
	width:160px;
	overflow:hidden;
	margin:0px -8px 0px 0px;
	float:right;
	clear:none;
}
.top-menu li{
	margin:0px 0px 0px 5px;
	float:left;
	clear:none;
	font-family: 'Maven Pro', sans-serif;
	line-height:20px;
	list-style-type:none;
	font-size:14px;
	color:#6f6f6f;
	background-image:url(../images/menu-right-line.jpg);
	background-repeat:no-repeat;
	background-position:right top 6px;
	padding:0px 8px 0px 0px;
}
.top-menu li a{
	color:#6f6f6f;
	text-decoration:none;
}
.top-menu li a:hover{
	color:#898888;
	text-decoration:none;
}
.top-menu-1{
	width:140px;
	overflow:hidden;
	margin:26px 0px 0px 69px;
	float:left;
	clear:none;
}
.top-menu-1 ul{
	white-space:nowrap;
	width:67px;
	overflow:hidden;
	margin:0px 0px 0px 0px;
	float:right;
	clear:none;
}
.top-menu-1 li{
	margin:0px 0px 0px 2px;
	float:left;
	clear:none;
	font-family: 'Maven Pro', sans-serif;
	line-height:20px;
	list-style-type:none;
	font-size:14px;
	color:#6f6f6f;
	padding:0px 0px 0px 0px;
}
.top-menu-1 li a{
	color:#6f6f6f;
	text-decoration:none;
}
.top-menu-1 li a:hover{
	color:#898888;
	text-decoration:none;
}

/* menu start */
.home-icon img{
	width: 25px !important;
	height: 25px !important;
	margin: 7px -2px 0px 0px !important;
	float: left !important;
	clear: none !important;
	background:none !important;
}
#menu{
	width: 535px;
	height: 25px;
	margin: 26px 5px 12px 0px;
	float: right;
	clear: none;
	z-index:999;
	
	
}
#nav li {
	height: 37px;
	line-height:37px;
	margin: 0px -4px 0px -2px;
	float: left;
	clear: none;
	/*background-image:url(../images/menu-line-bg.jpg);*/
	background-position:right top;
	background-repeat: no-repeat;
	padding:0px 16px 0px 16px;
	list-style-type:none;
	font-family: 'Maven Pro', sans-serif;
	font-size:16px;
	color:#0b9444;
	position:relative; 
	/*background-image:url(../images/menu-right-green-line.jpg);*/
	background-position:right 0px top 14px;
	background-repeat:no-repeat;
	}
.nav-li-line{
	margin:10px 0px 0px 0px !important;
	float:left;
	clear:none;
	font-family: 'Maven Pro', sans-serif;
	line-height:13px !important;
	list-style-type:none;
	font-size:14px;
	color:#6f6f6f;
	background-image:url(../images/menu-right-green-line.jpg);
	background-repeat:no-repeat !important;
	background-position:center top 3px !important;
	padding:0px 0px 0px 0px !important;
	width:2px !important;
	height:40px !important;
}
#nav li:hover {
	height: 37px;
	line-height:37px;
	float: left;
	clear: none;
	/*background-image:url(../images/menu-line-bg.jpg);*/
	background-repeat: no-repeat;
	list-style-type:none;
	font-family: 'Maven Pro', sans-serif;
	font-size:16px;
	color:#FFFFFF;
	position:relative; 
	background-image:url(../images/button-hover-bg.jpg);
	background-repeat:repeat-x;
	background-position:center top;
	}
#nav li a { text-decoration:none;
	display: block;
	margin:0px;
	padding:0px;
	font-family: 'Maven Pro', sans-serif;
	font-size:16px;
	color:#0b9444;
	}
	
#nav li a:hover {  text-decoration: none;color:#FFFFFF; }

/* Targeting the first level menu */
#nav { display: block;
	height: 39px; padding: 0px 0; z-index: 999; position: absolute;
	background-repeat: repeat-x; margin-top:-12px; margin-left:-15px;}
#nav > li > a {  }

/* Targeting the second level menu */
#nav li ul { z-index:999 !important; border:0px solid #8221a9; background: #7f3f98; border-radius:0px; color: #333; display: none; margin:0px 0px 0px -16px; padding:0px; width: 200px; position: absolute; z-index:999; }
#nav li ul li ul { z-index:999 !important; border:0px solid #8221a9; background: #7f3f98; border-radius:0px; color: #333; display: none; margin:-35px 0px 0px 190px; padding:0px; width: 200px; position: absolute; z-index:999; }
#nav li ul li { z-index:999; font-family: 'Maven Pro', sans-serif;
	font-size:16px; 
	color:#FFFFFF; width: 95%; background-image:url(../images/bottom-bg.jpg) !important; background-repeat:repeat-x; background-position:bottom !important; /*border-bottom:1px solid #FFFFFF;*/ line-height: 30px; text-align:left; margin-left:0px; /*background:none !important;*/ padding:5px 0px 0px 10px;}
#nav li ul li a { z-index:999; font-family: 'Maven Pro', sans-serif;
	font-size:16px;
	color:#FFFFFF;  /*background: none;*/ border: #FFF; none; line-height: 30px; margin: 0px 0px 0px -10px; width:200px; padding:0px 0px 0px 8px; text-align:left; text-decoration:none;  }
#nav li ul li a:hover { 
	color:#FFFFFF;
	text-decoration:none; 
}
#nav li ul li:hover { z-index:999; font-family: 'Maven Pro', sans-serif;
	font-size:16px; background-color:#0b9444;
	color:#FFFFFF; width: 95%; /*border-bottom:1px solid #FFFFFF;*/  margin-left:0px; /*background:none !important;*/ padding:5px 0px 0px 10px;}
.line-none{
	border:0px; border:none !important;
	background:none !important;
	background-repeat:no-repeat !important;
	
	
}
.line-none:hover{
	background-color:#0b9444 !important;
	color:#FFF;
	
}
/* A class of current will be added via jQuery */
#nav li.current > a {  }

/* CSS fallback */
#nav li:hover > ul.child { display: block; }


.menu-none{
	background:none !important;
}
#nav-curent {
	height: 37px;
	line-height:37px;
	margin: 0px 0px 0px 0px !important;
	float: left;
	clear: none;
	/*background-image:url(../images/menu-line-bg.jpg);*/
	background-position:right top;
	background-repeat: no-repeat;
	padding:0px 13px 0px 13px;
	list-style-type:none;
	font-family: 'Maven Pro', sans-serif;
	font-size:16px;
	color:#0b9444;
	position:relative; 
	background:none !important;
	
	}
#nav-curent:hover {
	height: 37px;
	line-height:37px;
	margin: 0px 0px 0px 0px !important;
	float: left;
	clear: none;
	/*background-image:url(../images/menu-line-bg.jpg);*/
	background-repeat: no-repeat;
	padding:0px 13px 0px 13px;
	list-style-type:none;
	font-family: 'Maven Pro', sans-serif;
	font-size:16px;
	color:#FFFFFF;
	position:relative; 
	background-image:url(../images/button-hover-bg.jpg) !important;
	background-repeat:repeat-x;
	background-position:center top;
	}	
/* menu closed */

/* banner css */

#banner{
		width:100%;
		margin:0px auto 0px auto;
		float:none;
		clear:none;
		background-position:center top;
		overflow:hidden;
		
}
/*.banner img{
		width:100% !important;
		height:100% !important;
		margin:0px auto 0px auto;
		float:none;
		clear:none;
		background-position:center top;
		
}*/


.banner-inner{
		width:1000px;
		margin:0px auto 0px auto;
		text-align:left;
		background-position:center;
		float:none;
		clear:none;
}
.banner-black{
		width:400px;
		margin:0px 0px 0px 0px;
		text-align:left;
		background-image:url(../images/slider-text-bg.png);
		background-repeat:repeat;
		background-position:left top;
		float:left;
		clear:none;
		position:absolute;
		overflow:hidden;
}
#gallery {
	position:relative;
	height:300px;
	
}
	#gallery a {
		float:left;
		position:absolute;
		width:100%;
	}
	
	#gallery a img {
		border:none;
		width:100% !important;
		margin:0px auto 0px auto;
		float:none;
		clear:none;
		background-position:center top;
		z-index:-999;
		overflow:hidden;
		padding:0px !important;
		border-top:8px solid #7f3f98;
		/*border-bottom:5px solid #b7df25;*/
	}
	
	#gallery a.show {
		z-index:500
	}

	#gallery .caption {
		z-index:600; 
		/*background-color:#17984a;*/ 
		color:#ffffff; 
		height:90%; 
		width:300px !important; 
		position:absolute;
		bottom:10px;
		background-image:url(../images/caption-bg.png);
		background-repeat:repeat-x;
		background-position:left top;
	}

	#gallery .caption .content {
		margin:-5px 0px 0px 33px;
		font-size:36px;
		font-family: 'Maven Pro', sans-serif;
		color:#FFFFFF;
		opacity:1 !important; 
		line-height:47px;
		
	}
	
/*	#gallery .caption .content h3 {
		margin:0;
		padding:0;
		color:#1DCCEF;
}*/

#gallery .caption .content span{
	margin:0px 0px 0px 0px;
	float:left;
	clear:none;
	font-family: 'Maven Pro', sans-serif;
	font-size:24px;
	color:#FFFFFF;
	
}
#gallery .caption .content h1{
	margin:-10px 0px 0px 0px;
	float:left;
	clear:none;
	font-family: 'Maven Pro', sans-serif;
	font-size:30px;
	color:#FFFFFF;
	letter-spacing:-2px;
	line-height:34px;
}
#gallery .caption .content p{
	margin:4px 0px 0px 0px;
	float:left;
	clear:none;
	font-family: 'Maven Pro', sans-serif;
	font-size:14px;
	color:#FFFFFF;
	line-height:18px;
	text-align:justify;
	width:237px;
}
#gallery .caption .content h2{
	margin:5px 0px 0px 0px;
	float:left;
	clear:none;
	font-family: 'Maven Pro', sans-serif;
	font-size:18px;
	color:#FFFFFF;
	line-height:22px;
	text-align:justify;
	width:101px;
	height:58px;
	background-image:url(../images/ukas-img.jpg);
	background-repeat:no-repeat;
}
#gallery .caption .content h3{
	margin:5px 0px 0px 15px;
	float:left;
	clear:none;
	font-family: 'Maven Pro', sans-serif;
	font-size:18px;
	color:#FFFFFF;
	line-height:22px;
	text-align:justify;
	width:110px;
	height:58px;
	background-image:url(../images/apeda-img.jpg);
	background-repeat:no-repeat;
}

/* banner css close */

.product-main{
	margin:20px auto 0px auto;
	float:none;
	clear:none;
	width:1018px;
	overflow:hidden;
	z-index:999;
}
.product-main h1{
	margin:0px 0px 0px 0px;
	float:left;
	clear:none;
	width:1018px;
	overflow:hidden;
	font-family: 'Maven Pro', sans-serif;
	font-size:36px;
	color:#139243;
	text-align:center;
	font-weight:normal !important;
}
#contain-main{
	margin:0px auto 0px auto;
	float:none;
	clear:none;
	width:100%;
	overflow:hidden;
	background-color:#FFF;
	z-index:999;
}
.contain-main{
	margin:30px auto 30px auto;
	float:none;
	clear:none;
	width:1018px;
	overflow:hidden;
}
.contain-left{
	margin:0px 0px 0px 0px;
	float:left;
	clear:none;
	width:222px;
	overflow:hidden;
	border:1px solid #e8e8e8
}
.contain-left h2{
	margin:0px 0px 0px 0px;
	float:left;
	clear:none;
	width:222px;
	overflow:hidden;
	font-family: 'Maven Pro', sans-serif;
	font-size:22px;
	color:#921f76;
	text-align:left;
	font-weight:normal !important;
	border-bottom:1px solid #e8e8e8;
	padding:7px 0px 7px 9px;
}

.contain-left h3{
	margin:0px 0px 0px 0px;
	float:left;
	clear:none;
	width:222px;
	overflow:hidden;
	font-family: 'Maven Pro', sans-serif;
	font-size:16px;
	color:#2a2a2a;
	text-align:left;
	/*font-weight:normal !important;*/
	border-bottom:1px solid #e8e8e8;
	padding:7px 0px 7px 9px;
}
.contain-left h3 a{
	color:#2a2a2a;
	font-weight:normal !important;
	text-decoration:none;
}
.contain-left h3 a:hover{
	color:#570e74;
	font-weight:normal !important;
	text-decoration:none;
}
.contain-middle{
	margin:0px 0px 0px 20px;
	float:left;
	clear:none;
	width:485px;
	overflow:hidden;
}

.contain-middle h2{
	margin:0px 0px 0px 0px;
	float:left;
	clear:none;
	width:485px;
	overflow:hidden;
	font-family: 'Maven Pro', sans-serif;
	font-size:22px;
	color:#3d3d3d;
	text-align:left;
	font-weight:normal !important;
	line-height:30px;
}

.contain-middle p{
	margin:6px 0px 0px 0px;
	float:left;
	clear:none;
	width:485px;
	overflow:hidden;
	font-family: 'Maven Pro', sans-serif;
	font-size:14px;
	color:#3d3d3d;
	text-align:justify;
	font-weight:normal !important;
	line-height:24px;
}
.read-more{
	margin:10px 0px 0px 0px;
	float:left;
	clear:none;
	width:96px;
	height:28px;
	overflow:hidden;
	font-family: 'Maven Pro', sans-serif;
	font-size:14px;
	color:#FFFFFF;
	text-align:center;
	font-weight:normal !important;
	line-height:26px;
	background-image:url(../images/button-hover-bg.jpg);
	background-repeat:repeat-x;
	background-position:center top;
}
.read-more:hover{
	margin:10px 0px 0px 0px;
	float:left;
	clear:none;
	width:96px;
	height:28px;
	overflow:hidden;
	font-family: 'Maven Pro', sans-serif;
	font-size:14px;
	color:#FFFFFF;
	text-align:center;
	font-weight:normal !important;
	line-height:26px;
	background-image:url(../images/button-hover-bg-01.jpg);
	background-repeat:repeat-x;
	background-position:center top;
}
.contain-right{
	margin:0px 0px 0px 0px;
	float:right;
	clear:none;
	width:262px;
	overflow:hidden;
	border:3px solid #eaeaea;
	padding-bottom:8px;
}
.contain-right-main{
	margin:10px auto 5px auto;
	float:none;
	clear:none;
	width:222px;
	overflow:hidden;
	border-bottom:1px solid #eaeaea;
	padding-bottom:0px;
}
.contain-right-main h1{
	margin:0px 0px 0px 0px;
	float:left;
	clear:none;
	width:110px;
	overflow:hidden;
	font-family: 'Maven Pro', sans-serif;
	font-size:24px;
	color:#921f76;
	text-align:left;
	font-weight:normal !important;
	line-height:30px;
}
.contain-right-main h2{
	margin:7px 0px 0px 0px;
	float:right;
	clear:none;
	width:110px;
	overflow:hidden;
	font-family: 'Maven Pro', sans-serif;
	font-size:14px;
	color:#525252;
	text-align:right;
	font-weight:normal !important;
}
.contain-right-main h2 a{
	font-family: 'Maven Pro', sans-serif;
	color:#525252;
	text-decoration:none;
	line-height:30px;
}
.contain-right-main h2 a:hover{
	font-family: 'Maven Pro', sans-serif;
	color:#a4a4a4;
	text-decoration:none;
	line-height:30px;
}
.contain-img{
	margin:5px auto 0px auto;
	float:none;
	clear:none;
	width:218px;
	height:190px;
	overflow:hidden;
}
.contain-right h3{
	margin:136px auto 0px auto;
	float:none;
	clear:none;
	width:222px;
	overflow:hidden;
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
	color:#525252;
	text-align:left;
	font-weight:600 !important;
	line-height:24px;
	
}

.footer-bg{
	margin:0px auto 0px auto;
	float:none;
	clear:none;
	width:100%;
	overflow:hidden;
	background-color:#0b9444;
}
.footer{
	margin:10px auto 17px auto;
	float:none;
	clear:none;
	width:1018px;
	overflow:hidden;
}
.footer-bottom{
	margin:0px 0px 0px 0px;
	float:left;
	clear:none;
	width:580px;
	overflow:hidden;
}
.bottom-menu{
	margin:10px 0px 3px 0px;
	float:left;
	clear:none;
	width:580px;
	overflow:hidden;
}
.bottom-menu ul{
	margin:0px 0px 0px -50px;
	float:left;
	clear:none;
	width:580px;
	overflow:hidden;
	white-space:nowrap;
}
.bottom-menu li{
	margin:0px 0px 0px 10px;
	float:left;
	clear:none;
	list-style-type:none;
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
	color:#FFFFFF;
	text-decoration:none;
	/*border-right:1px solid #FFF;*/
	padding-right:10px;
	background-image:url(../images/menu-right-line-bottom.jpg);
	background-repeat:no-repeat;
	background-position:right top 4px;
}
.bottom-menu-current{
	background:none !important;
}
.bottom-menu li a{
	font-family: 'Open Sans', sans-serif;
	color:#FFFFFF;
	text-decoration:none;
}
.bottom-menu li a:hover{
	font-family: 'Open Sans', sans-serif;
	color:#000000;
	text-decoration:none;
}
.bottom-p{
	margin:5px 0px 0px 0px;
	float:left;
	clear:none;
	width:580px;
	overflow:hidden;
	color:#003315;
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
	text-align:left;
}
.bottom-p a{
	color:#003315;
	text-decoration:none;
}
.bottom-p a:hover{
	color:#61197d;
	text-decoration:none;
}
.footer-bg-2{
	margin:0px auto 0px auto;
	float:none;
	clear:none;
	width:100%;
	height:70px;
	overflow:hidden;
	background-color:#61197d;
}
.footer-2{
	margin:0px auto 0px auto;
	float:none;
	clear:none;
	width:1018px;
	height:70px;
	overflow:hidden;
}
.copyright{
	margin:0px auto 0px auto;
	float:none;
	clear:none;
	width:405px;
	height:70px;
	overflow:hidden;
	text-align:center;
}
.bottom-logo{
	margin:9px 0px 0px 0px;
	float:left;
	clear:none;
	width:55px;
	height:55px;
	overflow:hidden;
	text-align:center;
}
.bottom-text{
	margin:0px 0px 0px 0px;
	float:left;
	clear:none;
	overflow:hidden;
	text-align:center;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	line-height:70px;
}

.search-right{
	margin:0px 0px 0px 0px;
	float:right;
	clear:none;
	width:355px;
	overflow:hidden;
}
.search-right h3{
	margin:3px 0px 0px 0px;
	float:left;
	clear:none;
	width:365px;
	overflow:hidden;
	color:#000000;
	font-size:16px;
	text-align:left;
	font-family: 'Maven Pro', sans-serif;
	text-decoration:none;
	font-weight:normal;
}
.search-right p{
	margin:3px 0px 0px 0px;
	float:left;
	clear:none;
	width:365px;
	overflow:hidden;
	color:#FFF;
	font-size:11px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-weight:normal;
}
.search-right-input{
	margin:6px 0px 0px 0px;
	float:left;
	clear:none;
	width:350px;
	height:26px;
	overflow:hidden;
	color:#000;
	font-size:13px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-weight:normal;
	background-color:#FFF;
	padding-left:6px;
	border:0px;
}
.search-right-button{
	margin:6px 0px 0px 0px;
	float:right;
	clear:none;
	width:86px;
	height:23px;
	line-height:22px;
	overflow:hidden;
	color:#ffffff;
	font-size:13px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-weight:normal;
	border:0px;
	background-image:url(../images/join-now-button-bg.jpg);
	background-repeat:repeat-x;
	background-position:left top;
	cursor:pointer;
}
/*  testimonial css start */
.testimonial_content {
    color: #45484B;
    float: left;
    height: 136px;
    line-height: 18px;
    margin: 0px 0 0 0px;
    padding: 0;
    position: relative;
    width: 217px;
}
.testimonial_content div {
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    height: 136px;
    line-height: 18px;
    margin: 0;
    padding: 0px 0px 0 0px;
    position: absolute;
    text-align: justify;
    width: 217px;
}
.testimonial_name {
    color: #07648C;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    text-decoration: none;
    width: 218px;
}

/*  testimonial css closed */

/*  INNER PAGE CSS START  */

#inner-banner{
		width:100%;
		height:100%;
		margin:0px auto 0px auto;
		float:none;
		clear:none;
		background-position:center top;
		overflow:hidden;
}
.inner-banner img{
		width:100%;
		height:100%;
		margin:0px auto 0px auto;
		float:none;
		clear:none;
		background-position:center top;
		overflow:hidden;
		/*position: absolute;
		top:109px;*/
		
}
.inner-banner-01{
		width:100%;
		overflow:hidden;
		/*height:184px;*/
		margin:0px auto 0px auto;
		float:none;
		clear:none;
		background-position:center top;
		overflow:visible;
		z-index: 10;
		position:absolute;
		top:162px;
		
}
.inner-001{
		width:1018px;
		overflow:hidden;
		/*height:184px;*/
		margin:0px auto 0px auto;
		float:none;
		clear:none;
		background-position:center top;
		overflow:visible;
		
}
.inner-banner-001{
		width:520px;
		overflow:hidden;
		/*height:184px;*/
		margin:0px 0px 0px 0px;
		float:left;
		clear:none;
		background-position:center top;
		overflow:visible;
		
}
.inner-banner-001 h1{
	margin:0px 0px 0px 20px;
	float:left;
	clear:none;
	font-family: 'Maven Pro', sans-serif;
	font-size:56px;
	color:#FFFFFF;
	line-height:54px;
	width:520px;
}
.inner-banner-001 p{
	margin:5px 0px 0px 20px;
	float:left;
	clear:none;
	font-family: 'Maven Pro', sans-serif;
	font-size:16px;
	color:#FFFFFF;
	line-height:24px;
	width:520px;
}

.spiked-title img
{
		width:100%;
	/*	height:100%;*/
		margin:0px auto 0px auto;
		float:none;
		clear:none;
		background-position:center top;
		overflow:hidden;
		position:absolute;
		z-index:4;
		left:-130px;
}
#inner-page-contain{
	margin:0px auto 20px auto;
	float:none;
	clear:none;
	width:1018px;
	overflow:hidden;
}
.left-bar{
	margin:15px 0px 0px 0px;
	float:left;
	clear:none;
	width:765px;
	overflow:hidden;
}
.left-bar h1{
	margin:0px 0px 0px 0px;
	float:left;
	clear:none;
	width:765px;
	overflow:hidden;
	font-family: 'Maven Pro', sans-serif;
	font-size:36px;
	color:#139243;
	font-weight:normal;
	border-bottom:1px solid #E8E8E8;
	padding-bottom:5px;
}
.left-bar-1{
	margin:15px 0px 0px 0px;
	float:left;
	clear:none;
	width:1018px;
	overflow:hidden;
}
.left-bar-1 h1{
	margin:0px 0px 0px 0px;
	float:left;
	clear:none;
	width:100%;
	overflow:hidden;
	font-family: 'Maven Pro', sans-serif;
	font-size:36px;
	color:#139243;
	font-weight:normal;
	border-bottom:1px solid #E8E8E8;
	padding-bottom:5px;
}
.left-bar-contact{
	margin:15px 0px 0px 0px;
	float:left;
	clear:none;
	width:1018px;
	overflow:hidden;
}
.left-bar-contact h1{
	margin:0px 0px 0px 0px;
	float:left;
	clear:none;
	width:1018px;
	overflow:hidden;
	font-family: 'Maven Pro', sans-serif;
	font-size:36px;
	color:#139243;
	font-weight:normal;
	border-bottom:1px solid #E8E8E8;
	padding-bottom:5px;
}
.left-bar p{
	margin:15px 0px 0px 0px;
	float:left;
	clear:none;
	width:765px;
	overflow:hidden;
	font-family: 'Maven Pro', sans-serif;
	font-size:14px;
	color:#3d3d3d;
	text-align:justify;
	font-weight:normal !important;
	line-height:24px;
}
#right-bar{
	margin:0px 0px 0px 0px;
	float:right;
	clear:none;
	width:226px;
	overflow:hidden;
}
.right-bar{
	margin:20px 0px 0px 0px;
	float:left;
	clear:none;
	width:226px;
	overflow:hidden;
}
.spices-img-main{
	margin:20px 0px 0px 0px;
	float:left;
	clear:none;
	width:765px;
	overflow:hidden;
}

.spices-main{
	margin:0px 24px 0px 0px;
	float:left;
	clear:none;
	width:239px;
	overflow:hidden;
}
.spices-main h3{
	width:240px;
	overflow:hidden;
		margin:12px auto 0px auto;
		text-align:center;
		float: none;
		clear:none;
		font-family: 'Maven Pro', sans-serif;
		color:#139243;
		font-weight:normal;
		font-size:20px;
		text-decoration:none !important;
}
.spices-main h3 a{
	text-decoration:none !important;
	width:240px;
	color:#139243;
	font-family: 'Maven Pro', sans-serif;
}
.spices-main h3 a:hover{
	text-decoration:none !important;
	width:240px;
	color:#000000;
	font-family: 'Maven Pro', sans-serif;
}
.spices-img img{
	margin:0px 0px 10px 0px;
	float:left;
	clear:none;
	width:230px;
	/*height:181px;*/
	overflow:hidden;
	border:1px solid #E8E8E8 !important;
	padding:3px;
}
.spices-main-right{
	margin:0px 0px 0px 0px;
	float:right;
	clear:none;
	width:239px;
	overflow:hidden;
}
.spices-main-right h3{
	width:240px;
	overflow:hidden;
		margin:12px auto 0px auto;
		text-align:center;
		float: none;
		clear:none;
		font-family: 'Maven Pro', sans-serif;
		color:#139243;
		font-weight:normal;
		font-size:20px;
		text-decoration:none !important;
}
.spices-main-right h3 a{
	text-decoration:none !important;
	width:240px;
	color:#139243;
	font-family: 'Maven Pro', sans-serif;
}
.spices-main-right h3 a:hover{
	text-decoration:none !important;
	width:240px;
	color:#000000;
	font-family: 'Maven Pro', sans-serif;
}
.spices-img-right{
	margin:0px 0px 0px 0px;
	float:right;
	clear:none;
	width:239px;
	height:181px;
	overflow:hidden;
}
.inquire-main{
	margin:30px 0px 0px 0px;
	float:left;
	clear:none;
	width:765px;
	height:40px;
	overflow:hidden;
}
.inquire-box{
	margin:0px 0px 0px 0px;
	float:left;
	clear:none;
	width:625px;
	height:37px;
	line-height:37px;
	overflow:hidden;
	background-color:#e6e6e6;
	padding-left:10px;
	font-family: 'Maven Pro', sans-serif;
	font-size:18px;
	color:#000000;
	text-align:left;
}
.inquire-button{
	margin:0px 0px 0px 0px;
	float:right;
	clear:none;
	width:120px;
	height:37px;
	line-height:36px;
	overflow:hidden;
	text-align:center;
	background-image:url(../images/button-hover-bg.jpg);
	background-repeat:repeat-x;
	cursor:pointer;
	font-family: 'Maven Pro', sans-serif;
	font-size:18px;
	color:#FFFFFF;
}
.inquire-button:hover{
	background-image:url(../images/button-hover-bg-01.jpg);
	background-repeat:repeat-x;
	cursor:pointer;
}

/*  INNER PAGE CSS CLOSED  */

/* Contact page css only */
.container{
	width:1018px;
	overflow:hidden;
	margin:0px auto 20px auto;
	float:none;
	clear:none;
}
.contact {
    clear: none;
    float: left;
    margin: 0;
    overflow: hidden;
    width: 1200px;
}
#contactus-holder {
    background-color: #FFFFFF;
    float: left;
    margin: 10px 0px 0px 0px;
    padding: 0;
    width: 1018px;
	overflow:hidden;
}
#address-box {
    float: left;
    height: auto;
    margin: 0px;
    padding: 0;
    width: 250px;
}
.welcome-text-blue {
    color: #61197D !important;
    font-weight:bold;
	font-size:20px;
    margin: 0;
    padding: 0;
    text-transform: capitalize !important;
}
.contact-text-black {
    color: #303030;font-weight:bold;
	font-size:21px;
    margin: 0;
    padding: 0;
}
.name-tag-box {
    float: left;
    height: auto;
    margin: 0 0 0 0px;
    padding: 5px 0;
    width: 250px;
	color:#61197D;
}
.name-underliner-address {
    background-image: url("../images/name_underliner.jpg");
    background-position: left center;
    background-repeat: repeat-x;
    float: left;
    height: 10px;
    margin: 0 0 0px 0px;
    padding: 0;
    width: 250px;
}
.welcome-text-address {
    float: left;
    height: auto;
    margin: 0px 0 0 0px;
    padding: 0;
    text-align: left;
    width: 250px;
}
.skype-name {
    color: #048c47;
    margin: 5px 0px 0px 0px;
	float:left;
    padding: 0;
	width:250px;
	font-weight:bold;
	font-size:15px;
}
.skype-text {
    color: #303030;
    font-size:15px;
    margin: 0;
    padding: 0;
}
#contactus-box-right {
    float: right;
    height: auto;
    margin: 0px 0px 0 0px;
    padding: 0;
    width: 420px;
}
.contact-text-green {
    color: #89C417;
    font-weight:bold;
	font-size:22px;
    margin: 0;
    padding: 0;
}
.name-underliner-right {
    background-position: left center;
    background-repeat: repeat-x;
    float: left;
    height: 10px;
    margin: 0 0 10px;
    padding: 0;
    width: 400px;
}

.form {
    clear: none;
    float: left;
    margin: 15px 0 20px 18px;
    overflow: hidden;
    width: 300px;
}
.form-01 {
    background: none repeat scroll 0 0 #F7F7F7;
    border: 1px solid #ECECEC;
    float: left;
    margin: 5px auto;
    padding: 0;
    width: 410px;
	padding-bottom:20px;
}
#contactform {
    margin: 0;
    padding: 5px 10px;
}
#contactform  {
    color: #7A7A7A;
}
#contactform ol {
    list-style: none outside none;
    margin: 12px 0px 0px 0px;
    padding: 0;
}
#contactform li {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    display: block;
    margin: 0;
    padding: 0;
}
#contactform li.buttons {
    margin: 5px 0;
}
#contactform label {
    color: #747474;
    float: left;
    font-weight:normal;
	font-size:14px;
	margin:10px 0px 0px 0px;
    text-transform: capitalize;
    width: 100px;
}
#contactform label span {
	font-size:10px;
}
#contactform input.text {
    background: none repeat scroll 0 0 #FFFFFF;
     border: 1px solid #ECECEC;
    height: 15px;
    margin: 5px 0;
    padding: 5px 2px;
    width: 284px;
}
#contactform textarea {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #ECECEC;
    height: 100px;
    margin: 5px 0;
    padding: 2px;
    width: 284px;
}
#contactform li.buttons input {
    border: 0 none;
    color: #FFFFFF;
    margin: 0 0 0 275px;
    padding: 3px 0;
}

h4 {
	color: #868686;
	font-size: 14px;
	font-weight: normal;
	margin: 3px 0px 8px 0px;
	float: left;
	width: 290px;
}
h4 a {
    color: #868686;
	text-decoration:none;
}
h4 a:hover{
    color: #a9a8a8;
	text-decoration:none;
}
.contact{
	width:1200px;
	overflow:hidden;
	margin:0px 0px 0px 0px;
	float:left;
	clear:none;
}
.contact h2{
	width:1200px;
	overflow:hidden;
	margin:30px 0px 0px 0px;
	float:left;
	clear:none;
	color:#048C47;
	font-size:32px;
	text-align:left;
	font-weight:normal;
}
.location-map{
	width:280px;
	hight:280px;
	overflow:hidden;
	margin:0px 0px 0px 30px;
	float:left;
	clear:none;
}
.name-tag-box-1 {
    float: left;
    height: auto;
    margin: 0 0 0 0px;
    padding: 5px 0;
    width: 280px;
}
.name-underliner-address-1 {
    background-image: url("../images/name_underliner.jpg");
    background-position: left center;
    background-repeat: repeat-x;
    float: left;
    height: 10px;
    margin: 0 0 0px 0px;
    padding: 0;
    width: 280px;
}
.name-tag-box-2 {
    float: left;
    height: auto;
    margin: 0 0 0 0px;
    padding: 5px 0;
    width: 433px;
}
.name-underliner-address-2 {
    background-image: url("../images/name_underliner.jpg");
    background-position: left center;
    background-repeat: repeat-x;
    float: left;
    height: 10px;
    margin: 0 0 0px 0px;
    padding: 0;
    width: 433px;
}
.location-map-bg{
	width:278px;
	height:330px;
	overflow:hidden;
	margin:10px 0px 0px 0px;
	float:left;
	clear:none;
	border:1px solid #f0f0f0;
}
.h4 {
    color: #868686;
    font-size:14px;
	font-weight:normal;
    margin:10px 0px 5px 0px;
	float:left;
	width:432px;
}
.submit-button-1 {
	width:80px;
	height:23px;
	line-height:20px;
	margin:5px 0px 0px 0px !important;
	float:right;
	clear:none;
	color:#ffffff;
	font-size:14px;
	text-align:center;
	font-weight:normal;
	border:0px;
	cursor:pointer;
	background-image:url(../images/join-now-button-bg.jpg);
	background-repeat:repeat-x;
}
/* Contact page css only */

/* About page css only */
.about-main-text{
	width:100%;
	overflow:hidden;
	margin:8px 0px 0px 0px;
	float:left;
	clear:none;
	text-align:justify;
	color:#333;
	line-height:20px;
	text-decoration:none;
	font-weight:normal;
	font-size:13px;
}
/* About page css only */

/* Certificate page css only */
.certificate-main{
	width:100%;
	overflow:hidden;
	margin:12px 0px 0px 0px;
	float:left;
	clear:none;
}
.certificate-main-1{
	width:100%;
	overflow:hidden;
	margin:18px 0px 0px 0px;
	float:left;
	clear:none;
}
.certificate-main-box{
	width:180px;
	overflow:hidden;
	margin:0px 15px 0px 0px;
	float:left;
	clear:none;
}
.certificate-main-box h1{
	width:100%;
	overflow:hidden;
	margin:7px 0px 0px 0px;
	float:left;
	clear:none;
	font-weight:normal;
	font-size:18px;
	color:#61197D;
	text-align:center;
	border:0px;
}
.certificate-main-box-1{
	width:180px;
	overflow:hidden;
	margin:0px 0px 0px 0px;
	float:right;
	clear:none;
}
.certificate-main-box-1 h1{
	width:100%;
	overflow:hidden;
	margin:7px 0px 0px 0px;
	float:left;
	clear:none;
	font-weight:normal;
	font-size:18px;
	color:#61197D;
	text-align:center;
	border:0px;
}
.certificate-main-img{
	width:180px;
	height:240px;
	overflow:hidden;
	margin:0px 0px 0px 0px;
	float:left;
	clear:none;
}

/* Certificate page css only */

/* Event page css only */

.event-main{
	width:100%;
	overflow:hidden;
	margin:12px 0px 0px 0px;
	float:left;
	clear:none;
}
.event-main h1{
	width:100%;
	overflow:hidden;
	margin:0px 0px 5px 0px;
	float:left;
	clear:none;
	font-size:22px;
	color:#139243;
	font-weight:normal;
	text-align:left;
	border:0px;
}
.event-main-1{
	width:100%;
	overflow:hidden;
	margin:18px 0px 0px 0px;
	float:left;
	clear:none;
}
.event-main-1 h1{
	width:100%;
	overflow:hidden;
	margin:5px 0px 5px 0px;
	float:left;
	clear:none;
	font-size:22px;
	color:#139243;
	font-weight:normal;
	text-align:left;
	border:0px;
}
.event-main-box{
	width:180px;
	overflow:hidden;
	margin:0px 15px 0px 0px;
	float:left;
	clear:none;
}
.event-main-box h1{
	width:100%;
	overflow:hidden;
	margin:7px 0px 0px 0px;
	float:left;
	clear:none;
	font-weight:normal;
	font-size:18px;
	color:#61197D;
	text-align:center;
	border:0px;
}
.event-main-box-1{
	width:180px;
	overflow:hidden;
	margin:0px 0px 0px 0px;
	float:right;
	clear:none;
}
.event-main-box-1 h1{
	width:100%;
	overflow:hidden;
	margin:7px 0px 0px 0px;
	float:left;
	clear:none;
	font-weight:normal;
	font-size:18px;
	color:#61197D;
	text-align:center;
	border:0px;
}
.event-main-img{
	width:180px;
	height:180px;
	overflow:hidden;
	margin:0px 0px 0px 0px;
	float:left;
	clear:none;
	background-color:#cfcfcf;
}

/* Event page css only */

/* testimonial page css only */
.contain-left-inner{
		width:765px;
		overflow:hidden;
		margin:0px 0px 0px 0px;
		float:left;
		clear:none;
		background-position:center top;
}
.left-contain{
	width:765px;
	overflow:hidden;
	margin:11px 0px 0px 0px !important;
	float:left;
	clear:none;
	padding-bottom:10px;
	border-bottom:1px solid #E8E8E8;
}
.inner-title{
		width:640px;
		overflow:hidden;
		margin:-5px 0px 0px 0px;
		float:left;
		clear:none;
		background-position:left bottom;
		 -webkit-font-smoothing:antialiased;
		 -moz-font-smoothing:antialiased;
     font-smoothing: antialiased;
		color:#005597;
		font-size:24px;
		font-weight:normal;
		letter-spacing:1px;
		/*text-shadow:1px 1px #005597;*/
		background-image:url("images/serv-line.jpg");
		background-repeat:repeat-x;
		padding-bottom:8px;
}
.testimonial_text{
		width:765px;
		overflow:hidden;
		float:left;
		clear:none;
		margin:20px 0px 0px 0px;
		color:#757575;
		font-size:14px;
		text-decoration:none;
		text-align:justify;
		line-height:22px;
		letter-spacing:-1px;
		
}
.testimonial_text-bold{
		overflow:hidden;
		float:right;
		clear:none;
		font-size:16px;
		color:#921F76;
		line-height:22px;
		text-align:right;
		letter-spacing:-1px;
		font-weight:bold;
		width:430px;
		margin:5px 0px 0px 0px;
		
}
.testi-text-normal{
		overflow:hidden;
		float:right;
		clear:none;
		font-size:14px;
		color:#141301;
		line-height:22px;
		text-align:right;
		letter-spacing:-1px;
		font-style:italic;
		font-weight:normal;
		margin-left:6px;
		padding-right:6px;
		
}
/* testimonial page css only */

.sitemap{
		width:765px;
		overflow:hidden;
		float:left;
		clear:none;
		margin:10px 0px 0px 0px;
}
.sitemap a{
		width:765px;
		overflow:hidden;
		float:left;
		clear:none;
		margin:5px 0px 0px 0px;
		text-decoration:none;
		color:#333333;
		font-size:14px;
		text-align:left;
		font-weight:normal;
}
.sitemap a:hover{
	text-decoration:none;
		color:#602a7c;
}
.sitemap-span{
		width:8px;
		height:8px;
		overflow:hidden;
		float:left;
		clear:none;
		margin:5px 5px 0px 0px;
		background-image:url(../images/sitemap-arrow.png);
		background-repeat:no-repeat;
		background-position:left top;
}
.sitemap-1{
		width:665px;
		overflow:hidden;
		float:left;
		clear:none;
		margin:5px 0px 8px 110px;
}
.sitemap-1 a{
		width:650px;
		overflow:hidden;
		float:left;
		clear:none;
		margin:5px 0px 0px 0px;
		text-decoration:none;
		color:#333333;
		font-size:14px;
		text-align:left;
		font-weight:normal;
}
.sitemap-1 a:hover{
	text-decoration:none;
		color:#602a7c;
}
.sitemap-span-1{
		width:8px;
		height:7px;
		overflow:hidden;
		float:left;
		clear:none;
		margin:5px 5px 0px 0px;
		background-image:url(../images/sitemap-arrow-1.png);
		background-repeat:no-repeat;
		background-position:left top;
}