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

/* root element for tabs */
#flowtabs {
	
	/* dimensions */
	display: none;
	width:553px;
	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 {
	display:none;
	height: 31px;   
	width: 15px; 	
	padding:0px;
	margin:0px;
	
	/* font decoration */
	color:#000;
	font-size:12px;
	line-height:33px;
	text-align:center;
	text-decoration:none;
}

/* adjust the background image position on each tab */
 
/* mouseover state */


/* currently selected tabs */

/* panes */
#flowpanes {
	width:553px;
	height:460px;	
}


/* single pane */
#flowpanes div {
	display:none;	
	color:#000000;	
	margin:0px;
}

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

#flowpanes a {
	color:#000000;		
	font-size:13px;
}

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

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