
/* everything is constructed with a single background image */
.tab-fix { margin-top: 41px; }
/* root element for tabs */

#flowtabs {
	
	/* dimensions */
	width:924px;
	height:31px !important;
	margin:0 !important; 
	padding:0;
	margin-top: -41px !important;
	
	/* 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;
	margin-right: 1px;
}

/* a- tag inside single tab */
#flowtabs li a {
	background: url(../img/tab.jpg) 0 0 no-repeat;
	display: block;
	height: 31px;   
	width: 100px; 	
	padding:0px;
	margin:0px;
	
	/* font decoration */
	color:#000;
	font-size:12px;
	line-height:33px;
	text-align:center;
	text-decoration:none;
}

/* adjust the background image position on each tab */
#flowtabs #t1,
#flowtabs #t2,
#flowtabs #t3,
#flowtabs #t4,
#flowtabs #t5,
#flowtabs #t6,
#flowtabs #t7,
#flowtabs #t8 { background-position: 0 -31px; }
 
/* mouseover state */
#flowtabs a:hover 		{ color:#fff;	 }
#flowtabs #t1:hover,
#flowtabs #t2:hover,
#flowtabs #t3:hover,
#flowtabs #t4:hover,
#flowtabs #t5:hover,
#flowtabs #t6:hover,
#flowtabs #t7:hover,
#flowtabs #t8:hover { background-position: 0 -62px; }

/* currently selected tabs */
#flowtabs a.current		{ cursor:default; line-height:34px; }
#flowtabs #t1.current,
#flowtabs #t2.current,
#flowtabs #t3.current,
#flowtabs #t4.current,
#flowtabs #t5.current,
#flowtabs #t6.current,
#flowtabs #t7.current,
#flowtabs #t8.current { background-position: 0 0; }


/* panes */
#flowpanes {
	width:924px;
	min-height:450px;
		
}


/* single pane */
#flowpanes div {
	display:none;	
	margin:20px 10px;
}

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

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

#flowpanes p, #flowpanes samp {
	
}

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

