@charset "utf-8";
#flowtabs {
	height:31px !important;
	padding:0;
	_margin-bottom:-2px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}


#flowtabs li {
	float:left;
	margin:0;
	padding:0;
	text-indent:0;
	list-style-type:none;
}


#flowtabs li a {
	display:block;
	height: 31px;
	width: 152px;
	padding:0px;
	margin:0px;
	color:#000;
	font-size:12px;
	line-height:33px;
	text-align:center;
	text-decoration:none;
	background-image: url(img/flownavbar.png);
	background-repeat: repeat-x;
}


#flowtabs #t1 			{
	background-position: 0 0;
}
#flowtabs #t2 			{
	background-position: -140px 0;
	margin-left: 1px;
}
#flowtabs #t3 			{
	background-position: -280px 0;
	margin-left: 1px;
}
#flowtabs #t4 			{
	background-position: -420px 0;
	margin-left: 1px;
}
#flowtabs #t5 			{
	background-position: -560px 0;
	margin-left: 1px;
	padding-right: 11px;
	padding-left: 12px;
}
#flowtabs #t6			{
	background-position: -700px 0;
	margin-left: 1px;
}
 

#flowtabs a:hover 		{
	color:#FF0000;
	background-image: url(img/hover.png);
	background-repeat: repeat;
}
#flowtabs #t1:hover 	{
	background-position:      0 -33px;
}
#flowtabs #t2:hover 	{ background-position: -140px -33px; }
#flowtabs #t3:hover 	{ background-position: -280px -33px; }
#flowtabs #t4:hover 	{ background-position: -420px -33px; }
#flowtabs #t5:hover 	{ background-position: -560px -33px; }
#flowtabs #t6:hover 	{ background-position: -700px -33px; }


#flowtabs a.current		{
	cursor:default;
	color:#FF0000;
	line-height:34px;
	background-image: url(img/flowtabs.png);
	background-repeat: repeat;
}
#flowtabs #t1.current {
	background-position:      0 -66px;
}
#flowtabs #t2.current { background-position: -140px -66px; }
#flowtabs #t3.current { background-position: -280px -66px; }
#flowtabs #t4.current { background-position: -420px -66px; }
#flowtabs #t5.current { background-position: -560px -66px; }
#flowtabs #t6.current { background-position: -700px -66px; }



#flowpanes {
	width:940px;
	background-image: url(img/flowtabs.png);
	background-repeat: repeat-x;
	background-position: 0 -100px;
	height: 400px;
}



#flowpanes div {
	display:none;	
	color:#fff;	
	margin:20px 40px;
}


#flowpanes div h2 {
	font-weight:bold;
	color:#009933;
	letter-spacing:1px;
	margin:10px 0 0 0;
	font-size:22px;
}

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

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

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

