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

/* panes */
#flowpanes {
	width:200px;
	height:90px;	
}


/* single pane */
#flowpanes div {
	display:none;	
	color:#666666;	
	margin:0 0;
}

/* some decorations for elements inside single pane */

#flowpanes div h4 {
	font-weight:normal;
	color:#000099;
	margin:0 0 0 0;
	padding: 0 0 0 0;
}

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

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

#flowpanes p, #flowpanes samp {
	color:#ccc;
	margin: 0 0 0 0;
	padding: 0 0 0 0;	
}