/* tabs */
#flowtabs {  
	margin:150px 0 0 0 !important; 
	width:620px; 
	height:33px !important;
}

#flowtabs li { 
	float:left; 
	margin:0; 
	padding:0; 
	text-indent:0; 
	list-style-type:none;
	background: none;
}

/* every tab uses the same background image */
#flowtabs li a { 
	display:block;
	height: 24px;  
	overflow: hidden; 
	background: url(../images/tabs.gif) no-repeat;
	padding:9px 0 0 0px; text-align:center; font-weight:bold; font-size:10px;
	margin:0px; color:#494949;
}

#flowtabs a.current	{ 
	cursor:default;color:#494949;
  	outline:none;
  	-moz-outline-style:none; 
}

/* adjust the background image position on each tab */

#flowtabs a 			{ background-position: 0 0; width:150px;}
#flowtabs a:hover     { outline:none;	-moz-outline-style:none;color:#fff; text-decoration:none} 
#flowtabs a:hover 	{ background-position: 0 -33px; }
#flowtabs a:focus,
#flowtabs a:current     { outline:none;	-moz-outline-style:none;color:#494949; text-decoration:none} 
#flowtabs a.current { background-position: 0 -66px; }
#flowtabs a.current:hover { color:#494949; }

/* panes */
#flowpanes {	
	width:550px; float:left;
	background:#FFF;
	padding:20px 0 0 0;
}


/* single pane */
#flowpanes div {
	display:none;	
	color:#555;	
	padding:23px 23px 0px 23px ;
}

/* h2 inside pane */
#flowpanes div h2 {
	font-weight:normal;
	color:#555;
}

