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

/* root element for tabs */
#flowtabs {
	
	
	width:700px;
	margin-left:50px;
	margin:0 !important; 
	padding:0;
}

/* single tab */
#flowtabs li {  list-style-type:none;
	width:auto; float:left; padding:10px 10px 10px 10px; margin-right:10px; background-color:#174b8b;  margin-bottom:10px;
}

/* a- tag inside single tab */
#flowtabs li a {float:left; display:block; color:#fff; font-weight:bold; font-size:12px; font-family:arial; text-decoration:none;}

#flowtabs li a:hover{text-decoration:underline;}

/* panes */
#flowpanes {width:632px; height: 2700px; }





#flowtabs a.current		{ cursor:default; color:#fff; line-height:34px; }
#flowtabs #t1.current { background-position:      0 -66px; }
/*#flowtabs #t2.current { background-position: -166px -66px; }*/
#flowtabs #t3.current { background-position: -266px -66px; }
#flowtabs #t4.current { background-position: -266px -66px; }






/* single pane */
#flowpanes div {
	display:block;	
	color:#000;	
	margin:1px;
/*	border:1px solid #009;*/
	padding:7px 10px; 
}

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

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

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

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