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

/* root element for tabs */
#flowtabs {
	
	/* dimensions */
	width:741px;
	height:36px !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(../../images/ScrollableBGImg.jpg) no-repeat;
	display:block;
	height: 36px;   
	width: 197px; 	
	padding:0px;
	margin:0px;
	
	/* font decoration */
	color:#fff;
	font-size:12px;
	line-height:33px;
	text-align:center;
	text-decoration:none;
}
#flowtabs li a#t1 {
	width: 149px;
}
/* adjust the background image position on each tab */
#flowtabs #t1 			{ background-position: 0 -510px; }
#flowtabs #t2 			{ background-position: -148px -510px; }
#flowtabs #t3 			{ background-position: -344px -510px; }
#flowtabs #t4 			{ background-position: -542px -510px; }
 
/* mouseover state */
#flowtabs a:hover 		{ color:#fff;	 }
#flowtabs #t1:hover 	{ background-position: 0 -474px; }
#flowtabs #t2:hover 	{ background-position: -148px -474px; }
#flowtabs #t3:hover 	{ background-position: -344px -474px; }
#flowtabs #t4:hover 	{ background-position: -542px -474px; }

/* currently selected tabs */
#flowtabs a.current	  	{ cursor:default; color:#2e2e2e; line-height:34px; }
#flowtabs #t1.current	{ background-position: 0 -438px; }
#flowtabs #t2.current	{ background-position: -148px -438px; }
#flowtabs #t3.current 	{ background-position: -344px -438px; }
#flowtabs #t4.current 	{ background-position: -542px -438px; }


/* panes */
#flowpanes {
		
	width:741px;
	min-width: 741px;
	height:264px;	
	min-height: 264px;
	margin:10px 5px 0 0;
	border: 1px solid #d2d2d2;
	z-index: 99999;
}


/* single pane */
#flowpanes div {
	background: url(../../images/ScrollableBGImg.jpg) no-repeat 0 -100px;	
	display:none;	
	color:#fff;
	margin:0px 0px 50px 0;
}

