/* everything is constructed with a single background image */

/* root element for tabs */
#flowtabs {
	/* dimensions */
	width:953px;
	height:70px!important;
	margin:0!important;
	padding: 0;
	background: url(../images/home-4tabbed/images/tabs-backg.png) repeat-x;
	/* 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 {
	display:block;
	height: 70px;   
	width: 238px; 	
	padding:0px;
	margin:0px;
	
	/* font decoration */
	color:#FFFFFF;
	font-size:12px;
	line-height:40px;
	text-align:center;
	text-decoration:none;
}

/* adjust the background image position on each tab */
#flowtabs #t1 			{ background: url(../images/home-4tabbed/images/all4tabs.png) 0  0; }
#flowtabs #t2 			{ background: url(../images/home-4tabbed/images/all4tabs.png) -238px 0; }
#flowtabs #t3 			{ background: url(../images/home-4tabbed/images/all4tabs.png) -476px 0; }
#flowtabs #t4 			{ background: url(../images/home-4tabbed/images/all4tabs.png) -714px 0; }
 
/* mouseover state */

#flowtabs #t1:hover 	{ background-position: 0 -70px !Important;  }
#flowtabs #t2:hover 	{ background-position: -238px -70px !Important; }
#flowtabs #t3:hover 	{ background-position: -476px -70px !Important; }
#flowtabs #t4:hover 	{ background-position: -714px -70px !Important; }

/* currently selected tabs */
#flowtabs #t1.current { background-position: 0 -140px !Important;  }
#flowtabs #t2.current { background-position: -236px -140px !Important; }

#flowtabs #t3.current { background-position: -476px -140px !Important; }
#flowtabs #t4.current { background-position: -714px -140px !Important; }


/* panes */
#flowpanes {
	width:953px;
	height:354px;
	float: left;
}
/* single pane */
#flowpanes div {
	display:none;	
	color:#000000;
}
/* some decorations for elements inside single pane */
#flowpanes div h2 {
	font-weight:normal;
	color:#9E0B0F;
	letter-spacing:1px;
	margin:10px 0 0 0;
	font-size:22px;	
}
#flowpanes a {
	color:#FF9900;
	font-size:14px;
	line-height: 1.5em;
}
.div-tab-pic {
	float:left; margin-right:20px; 
}
.tabs-text-inside {
	float:left;
	line-height:1.1em;
	padding: 135px 50px 0 248px;
	font-size: 0.95em;
}
/* override the root element to enable scrolling */
#flowpanes {
	position:relative;
	overflow:hidden;
	clear:both;
}
/* override single pane */
#flowpanes div {
	float:left;
	display:block;
	width:953px;
	cursor:pointer;
	font-size:14px;
	height: 354px;
	background-color: #FFFFFF;
}
/* our additional wrapper element for the items */
#flowpanes .items {
	width:15000px;
	clear:both;
	margin:0;
	padding:0;
	position: relative;
}
#flowpanes .less, #flowpanes .less a {
	color:#999 !important;
	font-size:11px;
}
.custom {
	border:none;
}


.tabs-back1 {
	background:url(../images/home-4tabbed/images/tab1pic-consulting.png) no-repeat;
}

.tabs-back2 {
	background:url(../images/home-4tabbed/images/tab2pic-training.png) no-repeat;
}

.tabs-back3 {
	background:url(../images/home-4tabbed/images/tab3pic-speaking.png) no-repeat;
}

.tabs-back4 {
	background:url(../images/home-4tabbed/images/tab4pic-inquire.png) no-repeat;
}
