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

/* root element for tabs */
#flowtabs {
	
	/* dimensions */
	width:925px;
	height:50px !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: #fff no-repeat;
	display:block;
	height: 50px;   
	width: 140px; 	
	padding:0px;
	margin:0px;
	
	/* font decoration */
	color:#000;
	font-size:18px;
	font-weight: bold;
	line-height:50px;
	text-align:center;
	text-decoration:none;
}

/* adjust the background image position on each tab */
#flowtabs #t1 			{ background-position: 0 0; }
#flowtabs #t2 			{ background-position: -140px 0; }
#flowtabs #t3 			{ background-position: -280px 0; }
#flowtabs #t4 			{ background-position: -420px 0; }
#flowtabs #t5 			{ background-position: -560px 0; }
#flowtabs #t6 			{ background-position: -700px 0; width:140px;}
 
/* mouseover state 
#flowtabs a:hover 		{ color:#8cc540;	 }
#flowtabs #t1:hover 	{ background-position:      0 -33px; }
#flowtabs #t2:hover 	{ background-position: -189px -33px; }
#flowtabs #t3:hover 	{ background-position: -378px -33px; }
#flowtabs #t4:hover 	{ background-position: -567px -33px; }
#flowtabs #t5:hover 	{ background-position: -756px -33px; }
*/

#flowtabs a:hover 		{ color:#8cc540;	 }
#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; }


/* currently selected tabs */
#flowtabs a.current		{ background:#000; color: #8cc540;} /*font color of selected tab */
#flowtabs #t1.current { background:#eef7fc; border:solid; border-color: #eeeeee; border-width:1px; border-bottom-color: #eef7fc; position: relative; top: 1px; z-index: 100}
#flowtabs #t2.current { background:#eef7fc; border:solid; border-color: #eeeeee; border-width:1px; border-bottom-color: #eef7fc; position: relative; top: 1px; z-index: 100}
#flowtabs #t3.current { background:#eef7fc; border:solid; border-color: #eeeeee; border-width:1px; border-bottom-color: #eef7fc; position: relative; top: 1px; z-index: 100}
#flowtabs #t4.current { background:#eef7fc; border:solid; border-color: #eeeeee; border-width:1px; border-bottom-color: #eef7fc; position: relative; top: 1px; z-index: 100}
#flowtabs #t5.current { background:#eef7fc; border:solid; border-color: #eeeeee; border-width:1px; border-bottom-color: #eef7fc; position: relative; top: 1px; z-index: 100}
#flowtabs #t6.current { background:#eef7fc; border:solid; border-color: #eeeeee; border-width:1px; border-bottom-color: #eef7fc; position: relative; top: 1px; z-index: 100}


/* panes */
#flowpanes {
	background: #eef7fc no-repeat 0 -100px;		
	width:955px;
	height:1500px;
	border-style: solid;	
	border-width: 1px;
	border-color: #eeeeee;
	position: relative; z-index: 90
}


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



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

#flowpanes a {
	color:#000;		
	font-size:20px;
}

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

#flowpanes ol, ul,li {
	color:#000;	
	font-size:16px;	
		
}

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