/* tabs */
#flowtabs {  
	margin:0 !important; 
	padding:0;
	width:1000px;
	height:31px !important;
}

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

/* every tab uses the same background image */
#flowtabs li a { 
	display:block;
	height: 31px;  
	overflow: hidden; 
	text-indent: -999em; 
	width: 125px; 
	background: url(../images/tabswideinvertcolornew.png) no-repeat;
	padding:0px;
	margin:0px;
}

#flowtabs a.current	{ 
	cursor:default; 
}

/* adjust the background image position on each tab */
#flowtabs #t1 { background-position: 0 -68px; }
#flowtabs #t2 { background-position: -125px -68px; }
#flowtabs #t3 { background-position: -250px -68px; }
#flowtabs #t4 { background-position: -375px -68px; }
#flowtabs #t5 { background-position: -500px -68px; }
#flowtabs #t6 { background-position: -625px -68px; }
#flowtabs #t7 { background-position: -750px -68px; }
#flowtabs #t8 { background-position: -875px -68px; width:125px;}
 
#flowtabs #t1:hover 	{ background-position:      0 -35px; }
#flowtabs #t2:hover 	{ background-position: -125px -35px; }
#flowtabs #t3:hover 	{ background-position: -250px -35px; }
#flowtabs #t4:hover 	{ background-position: -375px -35px; }
#flowtabs #t5:hover 	{ background-position: -500px -35px; }
#flowtabs #t6:hover 	{ background-position: -625px -35px; }
#flowtabs #t7:hover 	{ background-position: -750px -35px; }
#flowtabs #t8:hover 	{ background-position: -875px -35px; }


#flowtabs #t1.current { background-position:      0 -2px; }
#flowtabs #t2.current { background-position: -125px -2px; }
#flowtabs #t3.current { background-position: -250px -2px; }
#flowtabs #t4.current { background-position: -375px -2px; }
#flowtabs #t5.current { background-position: -500px -2px; }
#flowtabs #t6.current { background-position: -625px -2px; }
#flowtabs #t7.current { background-position: -750px -2px; }
#flowtabs #t8.current { background-position: -875px -2px; }


/* panes */
#flowpanes {
	background:transparent url(../images/bottomwidetall-invertbw.png) no-repeat;		
	width:1000px;
	height:425px;	
	padding-top: 5px;
}


/* single pane */
#flowpanes div {
	display:none;	
	color:#000;	
	margin:0px auto;
	height: 425px;
	width: 960px;
	margin-left:25px;
	overflow:hidden;
}

/* h2 inside pane */
#flowpanes div h2 {
	font-weight:normal;
	color:#000;
	letter-spacing:.5px;
}
