/*----------------------------
	Styling the presentation
-----------------------------*/



#impress:not(.impress-not-supported) .step{
	opacity:0.4;
}

#impress .step{
	width:700px;
	height: 600px;
	position:relative;
	margin:0 auto;
	
	-moz-transition:1s opacity;
	-webkit-transition:1s opacity;
	transition:1s opacity;
}

#impress .step.active{
	opacity:1;
}

#impress h2{
	font: normal 44px/1.5 'PT Sans Narrow', sans-serif;
	color:#444648;
	position:absolute;
	z-index:10;
	border:0px solid  red;
}

#impress p{
	font: normal 18px/1.3 'Open Sans', sans-serif;
	color:#27333f;
	position:absolute;
	z-index:10;
	border:0px solid red;
}

#impress img{
	position:absolute;
	z-index:1;
	
}

.arrows1 {
	width:980px;
	border:0px solid red;
	display:block;
	margin:0 0 0 -490px;
	height:100px;
	top:500px;
	left:50%;
	position:absolute;
}

.arrow{
	width:32px;
	height:54px;
	background:url('../img/arrows.png') no-repeat;
	position:absolute;
	display:block;
	cursor:pointer;
	text-indent:-9999px;
	overflow:hidden;
	opacity:0.8;
	border:none !important;
	text-decoration:none !important;
	
	-moz-transition:0.2s opacity;
	-webkit-transition:0.2s opacity;
	transition:0.2s opacity;
	z-index:999999;
}

.arrow:hover{
	opacity:1;
}

#arrowLeft{
	left:598px;
	height:36px;
	width:145px;
	background-image:url(../../../../_style/images/previous2b.png);
}

#arrowRight{
	left:760px;
	background-image:url(../../../../_style/images/next1.png);
	height:36px;
	width:108px;
}

/* Hide the arrows if impress is not supported */

#impress.impress-not-supported + .arrow,
#impress.impress-not-supported + .arrow + .arrow{
	display:none;
}


/*----------------------------
	Slide 1 - Intro
-----------------------------*/


#impress #intro{
	width: 980px;
}

#intro h2{
    width: 100%;
	top:10px;
	left:600px;
	width:300px;
}

#intro p{
	font-size: 16px;
    left: 600px;
    line-height: 1.6;
    top: 140px;
	width:350px;
	
}

#intro img{
	top: 60px;
}


/*----------------------------
	Slide 2 - Analyze
-----------------------------*/


#impress #analyze{
	width: 980px;
}

#analyze h2{
	left: 510px;
	top: 60px;
	width: 300px;
	font-size:30px;
}

#analyze p{
	left: 600px;
    text-indent: 0px;
    top: 195px;
    width: 365px;
}

#analyze img{
	left: 10px;
    top: 10px;
}


/*----------------------------
	Slide 3 - Optimize
-----------------------------*/


#impress #optimize{
	width: 980px;
}

#optimize h2{
	left: 510px;
	top: 60px;
	width: 300px;
	font-size:30px;
}

#optimize p{
	left: 600px;
    text-indent: 0px;
    top: 195px;
    width: 365px;
}

#optimize img{
	left: 10px;
    top: 10px;
}




/*----------------------------
	Slide 4 - Grow
-----------------------------*/

#impress #grow{
	width: 980px;
}

#grow h2{
	left: 530px;
	top: 100px;
	width: 300px;
	font-size:30px;
}

#grow p{
	left: 600px;
    text-indent: 0px;
    top: 195px;
    width: 365px;
}

#grow img{
	left: 10px;
    top: 10px;
}


#impress  {
	 
}


.mainmeth {
	position:relative;
	height:620px !important;
	border:0px solid red;
	overflow:hidden !important ;
		
	background-image:url(../../../../_style/images/bg1b.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	display:block !important;
	margin:0 0 00px 0;
}
