
/* everything is constructed with a single background image */

/* root element for tabs */
#flowtabs {
	/* dimensions */
	width:776px;
	height:75px !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: url(../img/grey_panes.jpg) no-repeat;
	display:block;
	height: 75px;   
	width: 193px;
	line-height: 75px;	
	padding:0px;
	margin:0px;
	
	/* font decoration */
	color:#EA660F;
	font-size:10px;
	text-align:center;
	text-decoration:none;
}

#flowtabs li img {
	border:1px solid #ccc;
}

/* adjust the background image position on each tab */
#flowtabs #t1 			{ background-position: 0 0; }
#flowtabs #t2 			{ background-position: -193px 0; }
#flowtabs #t3 			{ background-position: -386px 0; }
#flowtabs #t4 			{ background-position: -579px 0; width:195px;}
 
/* mouseover state */
#flowtabs a:hover 		{ color:#EA660F;	 }
#flowtabs #t1:hover 	{ background-position:      0 -75px; }
#flowtabs #t2:hover 	{ background-position: -193px -75px; }
#flowtabs #t3:hover 	{ background-position: -386px -75px; }
#flowtabs #t4:hover 	{ background-position: -579px -75px;}

/* currently selected tabs */
#flowtabs a.current		{ cursor:pointer; color:#CC0000; }
#flowtabs #t1.current { background-position:      0 -150px; }
#flowtabs #t2.current { background-position: -193px -150px; }
#flowtabs #t3.current { background-position: -386px -150px; }
#flowtabs #t4.current { background-position: -579px -150px; }


/* panes */
#flowpanes {
	background: url(../img/grey_panes.jpg) no-repeat 0 -225px;		
	width:776px;
	height:325px;	
}

/* single pane */
#flowpanes div {
	display:none;	
	color:#333;	
	margin:20px 40px;
}

/* some decorations for elements inside single pane */
#flowpanes div h2 {
	font-weight:normal;
	color:#333;
	letter-spacing:1px;
	margin:10px 0 0 0;
	font-size:22px;	
}

#flowpanes img {
	border:1px solid #ccc;
	margin:25px;
}

#flowpanes a {
	color:#EA660F;		
	font-size:12px;
}

#flowpanes p, #flowpanes samp {
	color:#333;		
}

#flowpanes div.narrow {
	padding-right:160px;
}
