#flowtabs {
	
	/* dimensions */
	width:482px;
	margin-top:20px;
	list-style: none;
	border-bottom:1px solid #CCCCCC;
	height:25px;	
	
	/* IE6 specific branch (prefixed with "_") */
	_margin-bottom:-2px;
}

 
/* single tab */
#flowtabs li { 
	float:left; 
	margin: 0 1px 0 0; 
	padding:0; 
	text-indent:0; 
	list-style-type:none;
}

/* a- tag inside single tab */
#flowtabs li a {
	border:1px solid #CCCCCC;
	border-bottom:0;
	border-top:1px solid #CCCCCC;
	display:block;
	
	/* font decoration */
	text-decoration:none;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	line-height: 24px;
	color:#666666;
	display: block;
	padding: 0 10px;
	background-image:url(../images/slide_bg.png);
	background-repeat:repeat-x;
}

/* adjust the background image position on each tab */
#flowtabs #t1 			{}
#flowtabs #t2 			{}
#flowtabs #t3 			{}
#flowtabs #t4 			{}
 
/* mouseover state */
#flowtabs a:hover 		{ 
	color:#000000; 
	line-height:25px;
}

/* currently selected tabs */
#flowtabs a.current		{ 
	line-height:25px;
	height:25px;
	background: #FFFFFF; 
	color: #852c26;
	float:left;
	display:block;
}


/* panes */
#flowpanes 				{
	width:480px;
	height:450px;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
}


/* single pane */
#flowpanes .container 	{
	color:#666666;	
	margin:0;
}

/* some decorations for elements inside single pane */
#flowpanes div h2,
#flowpanes div h3,
#flowpanes div h4		{
	margin-left:110px;
}


#flowpanes a 	{ 
	color:#adc823;
}

#flowpanes p, #flowpanes samp {
}

#flowpanes div.narrow {
}
