﻿/* tabs */
#flowtabs {  
	margin:0 !important; 
	padding:0;
	width:945px;
	height:31px !important;
}

#flowtabs li { 
	float:left; 
	margin:0; 
	padding:0; 
	text-indent:0; 
	list-style-type:none;
}

/* every tab uses the same background image */
#flowtabs li a { 
	display:block;
	height: 31px;  
	overflow: hidden; 
	text-indent: -999em; 
	width: 156px; 
	background: url('../images/bolum_sec/tabs.png') no-repeat;
	padding:0px;
	margin:0px;
}

#flowtabs a.current	{ 
	cursor:default;
	border:0px; 
}

/* adjust the background image position on each tab */
#flowtabs #t1 			{ background-position: 0 0; }
#flowtabs #t2 			{ background-position: -156px 0; }
#flowtabs #t3 			{ background-position: -312px 0; }
#flowtabs #t4 			{ background-position: -468px 0; }
#flowtabs #t5 			{ background-position: -624px 0; }
#flowtabs #t6 			{ background-position: -780px 0; }
 
#flowtabs #t1:hover 	{ background-position:      0 -33px; }
#flowtabs #t2:hover 	{ background-position: -156px -33px; }
#flowtabs #t3:hover 	{ background-position: -312px -33px; }
#flowtabs #t4:hover 	{ background-position: -468px -33px; }
#flowtabs #t5:hover 	{ background-position: -624px -33px; }
#flowtabs #t6:hover 	{ background-position: -780px -33px; }

#flowtabs #t1.current { background-position:      0 -66px; }
#flowtabs #t2.current { background-position: -156px -66px; }
#flowtabs #t3.current { background-position: -312px -66px; }
#flowtabs #t4.current { background-position: -468px -66px; }
#flowtabs #t5.current { background-position: -624px -66px; }
#flowtabs #t6.current { background-position: -780px -66px; }


/* panes */
#flowpanes {
	background:url('../images/bolum_sec/bottom.png') no-repeat;		
	width:935px;
	height:450px;	
}
#flowpanes p{
	color:black;
	text-align:left;
}

/* single pane */
#flowpanes div {
	display:none;	
	color:#fff;	
	margin:0px 10px;
}

#flowpanes div h2 {
	font-weight:normal;
	color:#1e3c45;
	letter-spacing:1px;
}