#flowtabs {
	
	/* dimensions */
	width:963px;
	height:35px;
	margin:0; 
	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: #cccccc;
	display:block;
	height: 35px;   
	width: 321px;/* largura total da aba*/ 	
	padding:0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	/* font decoration */
	color:#000;
	font-size:14px;
	line-height:33px;
	text-align:center;
	text-decoration:none;
}

/* adjust the background image position on each tab */
#flowtabs #t1	{ background-image: url(../images/tabon_01.png); }
#flowtabs #t2   { background-image: url(../images/tabon_02.png); }
#flowtabs #t3	{ background-image: url(../images/tabon_03.png); }

#flowtabs #t1:hover 	{ background-image: url(../images/tabhover_01.png);}
#flowtabs #t2:hover 	{ background-image: url(../images/tabhover_02.png);}
#flowtabs #t3:hover 	{ background-image: url(../images/tabhover_03.png);}
 
/* mouseover state */


/* currently selected tabs */
#flowtabs a.current		{ cursor:default; color:#fff;}
#flowtabs #t1.current {
	background-image: url(../images/tabyellow_01.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333;
	font-size: 13px;	
}
#flowtabs #t2.current {
	background-image: url(../images/tabyellow_02.jpg); 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333;
	font-size: 13px;
}
#flowtabs #t3.current {
	background-image: url(../images/tabyellow_03.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333;
	font-size: 13px;
}

/* panes tamanho do quadro interno*/
#flowpanes {
	background:#EBEBEB;		
	width:963px;
	height:231px;	
}


/* single pane */
#flowpanes div {
	display:none;	
	color:#000000;	
	font-size:11px;
	height:231px;
}


#flowpanes div h2 {
	font-weight:normal;
	color:#ddd;
	letter-spacing:1px;
	font-size:22px;	
}

#flowpanes a {

}

#flowpanes p, #flowpanes samp {
	color:#01806d;
	font-size:14px;
	font-family: Tahoma, Geneva, sans-serif;
}


#flowtabs li {
	list-style-image: none;
}

#flowpanes {
	position:relative;
	overflow:hidden;
	clear:both;
}
 
/* override single pane */
#flowpanes div {
	float:left;
	display:block;
	width:963px;
	font-size:14px;
}
 
/* our additional wrapper element for the items */
#flowpanes .items {
	width:15000em;
	position:absolute;
	clear:both;
	margin:0;
	top: 1px;
}
 
#flowpanes .less, #flowpanes .less a {
	color:#999 ;
	font-size:11px;
}

