/* get rid of those system borders being generated for A tags */
a:active {
  outline:none;
}

/* tabs */
#flowtabs {  
	margin:0 !important; 
	padding:0;
	width:588px;
	height:29px !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: 29px;  
	overflow: hidden; 
	text-indent: -999em; 
	width: 147px; 
	background: url(../images/tabs.jpg) no-repeat;
	padding:0px;
	margin:0px;
}

#flowtabs a.current	{ 
	cursor:default; 
}

/* adjust the background image position on each tab */
#flowtabs #t1 			{ background-position: 0 0; }
#flowtabs #t2 			{ background-position: -147px 0; }
#flowtabs #t3 			{ background-position: -294px 0; }
#flowtabs #t4 			{ background-position: -441px 0; width:147px;}
 
#flowtabs #t1:hover 	{ background-position:      0 -31px; }
#flowtabs #t2:hover 	{ background-position: -147px -31px; }
#flowtabs #t3:hover 	{ background-position: -294px -31px; }
#flowtabs #t4:hover 	{ background-position: -441px -31px; }

#flowtabs #t1.current { background-position:      0 -62px; }
#flowtabs #t2.current { background-position: -147px -62px; }
#flowtabs #t3.current { background-position: -294px -62px; }
#flowtabs #t4.current { background-position: -441px -62px; }


/* panes */
#flowpanes {
	background:transparent url(/images/bottom.png) no-repeat;		
	width:588px;
	height:185px;	
}


/* single pane */
#flowpanes div {
	display:none;	
	color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0px 20px;
}

/* h2 inside pane */
#flowpanes div h2 {
	font-weight:normal;
	color:#ddd;
	letter-spacing:1px;
	padding-top:0px;
	font-size:16px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}


#flowpanes p {
	font-weight:normal;
	color:#ddd;
	letter-spacing:1px;
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
