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

/* root element for tabs */
#flowtabs {
	
	/* dimensions */
	width:740px;
	height:21px !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(red_panes.jpg) no-repeat;*/
	display:block;
	height: 21px;   
	width: 172px; 	
	padding:0px;
	margin:0px;
	
	/* font decoration */
	color:#000;
	font-size:12px;
	line-height:23px;
	text-align:center;
	text-decoration:none;
}

/* adjust the background image position on each tab 
#flowtabs #t1 			{  }
#flowtabs #t2 			{ }
#flowtabs #t3 			{ }
#flowtabs #t4 			{ }
 
/* mouseover state 
#flowtabs a:hover 		{ color:#fff;	 }
#flowtabs #t1:hover 	{  }
#flowtabs #t2:hover 	{ }
#flowtabs #t3:hover 	{ }
#flowtabs #t4:hover 	{ }
#flowtabs a.current		{ cursor:default; color:#fff; line-height:34px; }
#flowtabs #t1.current { background-color:#A20404; }
#flowtabs #t2.current { background-color:#A20404; }
#flowtabs #t3.current { background-color:#A20404; }
#flowtabs #t4.current { background-color:#A20404; }
*/

/* currently selected tabs */
#flowtabs li {border-right:1px solid #000000;}
#flowtabs #t*	{ cursor:default; color:#fff; line-height:34px; }
#flowtabs #t1, #flowtabs #t2, #flowtabs #t3, #flowtabs #t4  { background-color:#530202; color:#FFFFFF; }
#flowtabs #t1.current, #flowtabs #t2.current , #flowtabs #t3.current , #flowtabs #t4.current   { background-color:#A20404; color:#FFFFFF; }


/* panes */
#flowpanes {
	/*background: url(red_panes.jpg) no-repeat 0 -100px;		*/
	width:680px;
	height:200px;	
}


/* single pane */
#flowpanes div {
	display:none;	
	color:#fff;	
	/*margin:15px 20px;*/
}

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

#flowpanes a {
	color:#A20404;		
	font-size:14px;
}

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

#flowpanes div.narrow {
	
}
