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

/* root element for tabs */
#flowtabs {
	/* dimensions */
	width:940px;
	height:31px !important;
	padding-left:7px;
	/* IE6 specific branch (prefixed with "_") */
	_margin-bottom:-2px;
	margin-top: -20;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	z-index: 1;
	position: absolute;
}

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

/* a- tag inside single tab */
#flowtabs li a {
	display:block;
	height: 45px;
	width: 156px;
	padding:0px;
		margin-top:18px;
		margin-bottom:5px;

	/* font decoration */
	color:#474747;
	font-size:13px;
	line-height:53px;
	text-align:center;
	text-decoration:none;
	background-image: url(../gfx/blue_panes.png);
	background-repeat: no-repeat;
}

/* adjust the background image position on each tab */
#flowtabs #t1 			{ background-position: 0 0; }
#flowtabs #t2 			{ background-position: -155px 0; }
#flowtabs #t3 			{ background-position: -314px 0; }
#flowtabs #t4 			{ background-position: -466px 0;  width: 160px;}
#flowtabs #t5 			{ background-position: -625px 0; }
#flowtabs #t6 			{ background-position: -780px 0; }
 
/* mouseover state */
#flowtabs a:hover 		{ color:#fff;	 }
#flowtabs #t1:hover 	{ background-position:      0 -140px; }
#flowtabs #t2:hover 	{ background-position: -155px -140px; }
#flowtabs #t3:hover 	{ background-position: -314px -140px;  }
#flowtabs #t4:hover 	{ background-position: -466px -140px; }
#flowtabs #t5:hover 	{ background-position: -625px -140px; }
#flowtabs #t6:hover 	{ background-position: -780px -140px; }

/* currently selected tabs */
#flowtabs a.current		{ cursor:default; color:#fff; }
#flowtabs #t1.current { background-position:      0 -80px; }
#flowtabs #t2.current { background-position: -155px -80px; }
#flowtabs #t3.current { background-position: -314px -80px; }
#flowtabs #t4.current { background-position: -466px -80px;  width: 160px;  }
#flowtabs #t5.current { background-position: -625px -80px; }
#flowtabs #t6.current { background-position: -780px -80px; }


/* panes */
#flowpanes {
	width:950px;
	height:385px;
	margin-bottom: -76px;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	z-index: 1 !important;

}


/* single pane */
#flowpanes div {
	display:none;
	color:#fff;
	margin:0;
	height: 385px;
		z-index: 1!important;

	width: 950px;
}

/* some decorations for elements inside single pane */
#flowpanes div h2 {
	font-weight:normal;
	color:#ddd;
	letter-spacing:1px;
	margin:0px 0 0 0;
	font-size:22px;	
		z-index: 1!important;

}

#flowpanes a {
	color:#cc9;		
	font-size:14px;
		z-index: 1!important;

}

#flowpanes p, #flowpanes samp {
	color:#ccc;		
		z-index: 1!important;

}

#flowpanes div.narrow {
	padding-right:160px;		
}


/* override the root element to enable scrolling */
#flowpanes {
	position:relative;
	overflow:hidden;
	clear:both;
	height: 385px;
	width: 950px;
	margin-top: 0px;
	padding-top: 0px;
		z-index: 1!important;
}

/* override single pane */
#flowpanes div {
	float:left;
	display:block;
	width:950px;
	cursor:pointer;
	height: 385px;
		z-index: 1!important;

}

/* our additional wrapper element for the items */
#flowpanes .items {
	width:20000em;
	position:absolute;
	clear:both;
	margin:0;
	padding:0;
	height: 385px;
		z-index: 1!important;
}

#flowpanes .items img {
		position:absolute;
		z-index: 1!important;
}

#flowpanes .less, #flowpanes .less a {
	color:#999 !important;
	height: 385px;
		z-index: 1!important;

}

