/* BANNER SCROLL */

/* 
    root element for the scrollable. 
    when scrolling occurs this element stays still. 
*/ 
#scrollable { 
 
    /* required settings */ 
    position:relative; 
    overflow:hidden; 
    width: 1020px; 
    height:396px;
} 
 
/* 
    root element for scrollable items. Must be absolutely positioned 
    and it should have a extremely large width to accomodate scrollable items. 
    it's enough that you set width and height for the root element and 
    not for this element. 
*/ 
#scrollable div.items { 
    /* this cannot be too large */ 
    width:20000em; 
    position:absolute; 
} 
 
/* 
    a single item. must be floated in horizontal scrolling. 
    typically, this element is the one that *you* will style 
    the most. 
*/ 
#scrollable div.items div { 
    float:left; 
} 
 
/* you may want to setup some decorations to active the item */ 
div.items div.active { 
    border:1px inset #ccc; 
    background-color:#fff; 
}


/* everything is constructed with a single background image */
/* root element for tabs */
#flowtabs {
    /* dimensions */
    width: 760px;
    height: 31px !important;
    margin: 0 !important;
    padding: 0;
    /* IE6 specific branch (prefixed with "_") */
    _margin-bottom: -2px;
}

/* single tab */
#flowtabs li {
    float: left;
    margin: 0;
    padding: 0;
    text-indent: 0;
    list-style-type: none;
}

/* a- tag inside single tab */
#flowtabs li a {
    background: url(/tools/img/tabs/blue_panes.jpg) no-repeat;
    display: block;
    height: 31px;
    width: 189px;
    padding: 0px;
    margin: 0px;
    /* font decoration */
    color: #000;
    font-size: 12px;
    line-height: 33px;
    text-align: center;
    text-decoration: none;
}


/* panes */
#flowpanes {
   /*
 background: url(/tools/img/tabs/blue_panes.jpg) no-repeat 0 -100px;
*/
    width: 1020px;
    height: 348px;
}
#flowpanes2{
    width: 1000px;
    height: 1200px;	
}
#content-left #flowpanes{
    width: 358px;	
    height: 300px;	
	margin-top: 100px;
	position: relative;
}
#content-left #flowpanes .left-arrow{
    width: 40px;	
    height: 60px;
	display: block;
	background: #2C2C2C;		
	position: absolute;
	bottom: 32px;
	z-index: 999;
	left:0px;
}

#content-left #flowpanes .right-arrow{
	width: 40px;	
    height: 60px;
	display: block;
	background: #2C2C2C;
	position: absolute;
	bottom: 32px;
	right:0px;	
	z-index: 999;	
}
#content-left #flowpanes .left-arrow a{
	width: 40px;	
    height: 40px;
	background: url(../images/left-arrow.png) no-repeat top left;
	border: 0px;
	padding: 0px;
	float: left;
	cursor: pointer;
}
#content-left #flowpanes .right-arrow a{
	width: 40px;	
    height: 40px;
	background: url(../images/right-arrow.png) no-repeat top right;
	border: 0px;
	padding: 0px;
	float: left;
	cursor: pointer;
}
#content-left #flowpanes .right-arrow a:hover, #content-left #flowpanes .left-arrow a:hover{
	background-position: bottom;
}

/* single pane */
#flowpanes div {
    display: none;
    color: #fff;
}
#flowpanes2 div {
    display: none;
    color: #fff;
}
/* some decorations for elements inside single pane */
#flowpanes div h2 {
    font-weight: normal;
    color: #ddd;
    letter-spacing: 1px;
    margin: 10px 0 0 0;
    font-size: 22px;
}

#flowpanes a {
    color: #cc9;
    font-size: 14px;
}

#flowpanes p, #flowpanes samp {
    color: #ccc;
}

#flowpanes div.narrow ,#flowpanes2 div.narrow{
   position: relative;
}

/* override the root element to enable scrolling */
#flowpanes , #flowpanes2 {
    position: relative;
    overflow: hidden;
    clear: both;
}

/* override single pane */
#flowpanes  div {
    float: left;
    display: block;
    width: 1020px;
    font-size: 14px;
}
#flowpanes2  div {
    float: left;
    display: block;
    width: 1000px;
	color:#6F6E6E;
    font-size: 14px;
}
#flowpanes2  div p{
	color:#6F6E6E;	
}
#content-left #flowpanes .items  div {

    width: 358px;

}
#content-left #flowpanes .items  div p{
	padding: 10px 45px 0 45px;
	color: #cdcccc;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
}
/* our additional wrapper element for the items */
#flowpanes .items {
    width: 20000em;
    position: absolute;
    clear: both;
    margin: 0;
    padding: 0;
}
#flowpanes2 .items {
    width: 20000em;
    position: absolute;
    clear: both;
    margin: 0;
    padding: 0;
}
#flowpanes .less, #flowpanes .less a {
    color: #999 !important;
    font-size: 11px;
}
.panes-text{
	position: absolute;
	bottom: 20px; right: 20px;
	width: 270px;
	display: block;
}
.panes-text h1 {
	font-family: "Arial Black";
    color: #2879B3;
    font-size: 36px;
    line-height: 36px;
    padding: 10px 0 20px;
	letter-spacing: -0.05em;
}
.panes-text .bt-next{
	background: url(../images/bt-next_eng.png) no-repeat 0px 0px;
	width: 154px;
	height: 43px;
	display: block;
	margin: 20px auto;
	float: none;
	cursor: pointer;
}
.panes-text .bt-next span{
	display: none;
}
.panes-text .bt-next:active{
	background: url(..images/bt-next_eng.png) no-repeat 0px -86px;
}
.panes-text .bt-next:hover{
	background: url(../images/bt-next_eng.png) no-repeat 0px -43px;
}
.panes-text p{
	font-size: 14px;
	line-height: 24px;
	letter-spacing: -0.002em;
	padding-bottom: 15px;
}
.panes-text p a{color:#ACFA00 !important;}



/* PORTFOLIO */
.portfolio{
	background: url(../images/line.png) repeat-x 0px 46px;
}
.portfolio .folio-nav{ 
height: 46px;
float: left;
width: 1020px;
}
#content-wrapper.portfolio .folio-nav a{
	color: #fff ;
	line-height: 18px !important; 
	font-size: 14px;
	text-decoration: none;
}
body #content-wrapper.portfolio .folio-nav a:hover{
	color: #fff !important;
}
.portfolio .left-arrow{
	float: left;
	height: 46px;
	width: 150px;	
}
.portfolio .left-arrow a{
	float: left;
	height: 46px;
	width: 125px;
	font-size: 12px !important; 
	background: url(../images/port-arrow-left.png) no-repeat 0px 0px;
	padding-left: 25px;
}
.portfolio .left-arrow a:hover{
	background-position: 0px -46px;
	color: #A8F406 !important;
}
.portfolio .right-arrow{
	float: right;
	height: 46px;
	text-align: right;
	width: 150px;

}

.portfolio .right-arrow a{
	float: right;
	height: 46px;
	text-align: right;
	width: 125px;
	font-size: 12px !important; 	
	background: url(../images/port-arrow-right.png) no-repeat 130px 0px;
	padding-right: 25px;		
}
.portfolio .right-arrow a:hover{
	background-position: 130px -46px;
	color: #A8F406 !important;
}
.portfolio #flowtabs{
	float: left;
	width: 720px;
}
.portfolio #flowtabs a{
	width: 180px;
	font-weight: bold;
}
.portfolio #flowpanes{
	margin-top: 40px;
	float: left;
	width: 1020px;
}
.portfolio h4{
	clear:both;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	height:auto;
	line-height:18px;
	letter-spacing: 0.02px;
	padding:0px 0 10px;	
}
.portfolio h4 span.web {
color:#A8F406;
}
.portfolio h4 span.sist {
color:#0084FF;
}
.portfolio h4 span.gra {
color:#FF8F2B;
}
.portfolio h4 span.small {
	font-size:10px;
	font-weight:normal;
	color: #a4a4a4;
}
.portfolio  #flowpanes {
height:500px;
}
.portfolio #flowpanes a{
	float: left;
	text-decoration: none;
	width: 262px;
	margin: 0 39px 40px;
}
.portfolio #flowpanes a img{
	border: 2px solid #000;
}
.portfolio #flowpanes a:hover img{
	border: 2px solid #ACFA00;
}
.textcol{
	width: 220px;
	padding: 0 0 0 25px;
	float: left;
}
.textcol h4{
	color: #000000;
	clear:both;
	font-size:15px;
	font-weight:normal;
	height:auto;
	line-height:18px;
	padding:0px 0 20px;		
}
.textcol h4 span.web {
color:#A8F406;
}
.textcol h4 span.sist {
color:#0084FF;
}
.textcol h4 span.gra {
color:#FF8F2B;
}
.textcol h4 span.small {
	font-size:10px;
	color: #6F6E6E;
}
.textcol p{
	font-size: 13px;
}
.apple_overlay-padd .left-arrow{
	position: absolute;
	top: 500px;
	left: 10px;
	z-index: 9999999;
}
.apple_overlay-padd .left-arrow a{
	background: url(../images/arrow-left.png) no-repeat center center;
	display: block;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	width: 87px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 12px;
}
.apple_overlay-padd .right-arrow{
	position: absolute;
	top: 500px;
	right: 26px;
	z-index: 9999999;
}
.apple_overlay-padd .right-arrow a{
	background: url(../images/arrow-right.png) no-repeat center center;
	display: block;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	width: 87px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 12px;
}
.apple_overlay-padd .left-arrow a:hover{
	text-decoration: underline;
}
.apple_overlay-padd .right-arrow a:hover{
	text-decoration: underline;
}