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

/* root element for tabs */
#flowtabs {
	
	/* dimensions */
	position: absolute;
	top: -39px;
	left: 0px;
	width:570px;
	height:31px !important;
	margin:0 !important; 
	padding:0;	
	
	/* 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 {
	display:block;
	height: 41px;   
	width: 187px; 	
	padding:0px;
	margin:0px;
	
	/* font decoration */
	color:#242424;
	font-size:17px;
	line-height:41px;
	text-align:center;
	text-decoration:none;
	text-transform:  uppercase;
	text-shadow: #959595 1px 1px 0px;
}

/* adjust the background image position on each tab */
#flowtabs #t1 			{ background: url(../images/slide.gif) no-repeat 0px 0px; }
#flowtabs #t2 			{ background: url(../images/slide.gif) no-repeat 0px 0px; }
#flowtabs #t3 			{ background: url(../images/slide.gif) no-repeat 0px 0px; }
#flowtabs #t4 			{ background: url(../images/slide.gif) no-repeat 0px 0px; }
 
/* mouseover state */
#flowtabs a:hover 		{ color:#242424;	 }
#flowtabs #t1:hover 	{ background: url(../images/slide.gif) no-repeat 0px -41px; }
#flowtabs #t2:hover 	{ background: url(../images/slide.gif) no-repeat 0px -41px; }
#flowtabs #t3:hover 	{ background: url(../images/slide.gif) no-repeat 0px -41px;}
#flowtabs #t4:hover 	{ background: url(../images/slide.gif) no-repeat 0px -41px; }

/* currently selected tabs */
#flowtabs a.current		{ cursor:default; color:#fff; }
#flowtabs #t1.current { background: url(../images/activeslide.gif) no-repeat; color: #cc9900; text-shadow: #353535 1px 1px 0px; }
#flowtabs #t2.current { background: url(../images/activeslide.gif) no-repeat; color: #cc9900; text-shadow: #353535 1px 1px 0px;}
#flowtabs #t3.current { background: url(../images/activeslide.gif) no-repeat; color: #cc9900; text-shadow: #353535 1px 1px 0px;}
#flowtabs #t4.current { background: url(../images/activeslide.gif) no-repeat; color: #cc9900; text-shadow: #353535 1px 1px 0px;}


/* panes */
#flowpanes {	
	width:570px;
	height:230px;	
}


/* single pane */
#flowpanes div {
	display:none;	
	color:#fff;	
	margin:20px 30px;
	line-height: 17px;
}

/* some decorations for elements inside single pane */
#flowpanes div h2 {
	font-family:  Lucida Grande, ÒLucida SansÓ,  ÒLucida Sans UnicodeÓ, sans-serif;
	color: #fff;
	font-size: 18px;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	line-height: 24px;
	font-weight: normal;
	text-shadow: #222222 1px 1px 0px;
	text-transform:  uppercase;
}

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

#flowpanes p, #flowpanes samp {
	color:#fff;	
	text-shadow: #1b1b1b 1px 1px 0px;
}

.slidetext {	
	display: block;
	padding: 0px 20px 0px 0px;
}



/* Flowtabs */

/* override the root element to enable scrolling */ 
#flowpanes { 
    position:relative; 
    overflow:hidden; 
    clear:both; 
} 
 
/* override single pane */ 
#flowpanes div { 
    float:left; 
    display:block; 
    width:570px; 

    font-size:12px; 
    text-shadow: #1b1b1b 1px 1px 0px;
    
} 
#flowpanes p {
	padding: 0px;
	margin: 0px;
}

/* our additional wrapper element for the items */ 
#flowpanes .items { 
    width:20000em; 
    position:absolute; 
    clear:both; 
    margin:0; 
    padding:0; 
} 
 


