@charset "utf-8";
/* CSS Document */

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

/* root element for tabs */
#flowtabs {
	
	/* dimensions */
	width:979px;
	height:31px !important;
	/*margin:0 !important; */
	margin-left:auto;
	margin-right:auto;		
	margin-top:0px;
	margin-bottom:0px;
	padding:0;	
	background-color:#626a72;
	
	
	/* 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(/tools/img/tabs/blue_panes.jpg) no-repeat;*/
	
	display:block;
	height: 31px;   
		
	padding:0px;
	margin:0px;
}

/* adjust the background image position on each tab */

#flowtabs #t1 			{   background: url(../img/navAvantage_img1_off.jpg) no-repeat left;	width: 50px;  	}
#flowtabs #t2 			{ 	background: url(../img/navAvantage_img2_off.jpg) no-repeat left;	width: 213px;		}
#flowtabs #t3 			{ 	background: url(../img/navAvantage_img3_off.jpg) no-repeat left;	width: 175px;		}
#flowtabs #t4 			{ 	background: url(../img/navAvantage_img4_off.jpg) no-repeat left;	width: 170px;		}
#flowtabs #t5 			{ 	background: url(../img/navAvantage_img5_off.jpg) no-repeat left;	width: 202px;		}
#flowtabs #t6 			{ 	background: url(../img/navAvantage_img6_off.jpg) no-repeat left;	width: 169px;		}
 
/* mouseover state */
#flowtabs a:hover 		{  }
#flowtabs #t1:hover 	{ background: url(../img/navAvantage_img1_on.jpg) no-repeat left;	width: 50px; 	}
#flowtabs #t2:hover 	{ background: url(../img/navAvantage_img2_on.jpg) no-repeat left;	width: 213px; 	}
#flowtabs #t3:hover 	{ background: url(../img/navAvantage_img3_on.jpg) no-repeat left;	width: 175px; 	}
#flowtabs #t4:hover 	{ background: url(../img/navAvantage_img4_on.jpg) no-repeat left;	width: 170px; 	}
#flowtabs #t5:hover 	{ background: url(../img/navAvantage_img5_on.jpg) no-repeat left;	width: 202px; 	}
#flowtabs #t6:hover 	{ background: url(../img/navAvantage_img6_on.jpg) no-repeat left;	width: 169px; 	}

/* currently selected tabs */
#flowtabs a.current	  {  }
#flowtabs #t1.current { background: url(../img/navAvantage_img1_current.jpg) no-repeat left;	width: 50px; 	}
#flowtabs #t2.current { background: url(../img/navAvantage_img2_current.jpg) no-repeat left;	width: 213px; 	}
#flowtabs #t3.current { background: url(../img/navAvantage_img3_current.jpg) no-repeat left;	width: 175px; 	}
#flowtabs #t4.current { background: url(../img/navAvantage_img4_current.jpg) no-repeat left;	width: 170px; 	}
#flowtabs #t5.current { background: url(../img/navAvantage_img5_current.jpg) no-repeat left;	width: 202px; 	}
#flowtabs #t6.current { background: url(../img/navAvantage_img6_current.jpg) no-repeat left;	width: 169px; 	}



/* panes */
#flowpanes {
	width:979px;
	height:303px;	
}


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

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

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

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

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