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



/* root element for tabs */

#flowtabs {
	width: 700px;
	height: 100px;
	padding: 0;
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: left bottom;
}



/* single tab */

#flowtabs li {
	width: 175px;
	height: 50px;
	margin: 0;
	float: left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}



/* a- tag inside single tab */

#flowtabs li a {
	background: url(blue_panes.jpg) no-repeat;
	display:block;
	height: 50px;   
	width: 175px; 	
	padding:0px;
	margin:0px;
/* font decoration */
	color:#000;
	font-size:12px;
	line-height:33px;
	text-align:center;
	text-decoration:none;
}



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

#flowtabs #t1 			{
	width: 175px;
	height: 50px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	display: block;
	background-image: url(images/navi_001.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#flowtabs #t2 			{
	width: 175px;
	height: 50px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	display: block;
	background-image: url(images/navi_002.jpg);
	background-repeat: repeat;
	background-position: left top;
}
#flowtabs #t3 			{
	width: 175px;
	height: 50px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	display: block;
	background-image: url(images/navi_003.jpg);
	background-repeat: repeat;
	background-position: left top;
}
#flowtabs #t4 			{
	width: 175px;
	height: 50px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	display: block;
	background-image: url(images/navi_004.jpg);
	background-repeat: repeat;
	background-position: left top;
}
#flowtabs #t5 			{
	width: 175px;
	height: 50px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	display: block;
	background-image: url(images/navi_005.jpg);
	background-repeat: repeat;
	background-position: left top;
}
#flowtabs #t6 			{
	width: 175px;
	height: 50px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	display: block;
	background-image: url(images/navi_006.jpg);
	background-repeat: repeat;
	background-position: left top;
}
#flowtabs #t7 			{
	width: 175px;
	height: 50px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	display: block;
	background-image: url(images/navi_007.jpg);
	background-repeat: repeat;
	background-position: left top;
}
#flowtabs #t8 			{
	width: 175px;
	height: 50px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	display: block;
	background-image: url(images/navi_008.jpg);
	background-repeat: repeat;
	background-position: left top;
}

/* mouseover state */

#flowtabs #t1:hover 	{
	background: url(images/navi_001.jpg) left bottom no-repeat;
}
#flowtabs #t2:hover 	{
	background: url(images/navi_002.jpg) left bottom no-repeat;
}
#flowtabs #t3:hover 	{
	background: url(images/navi_003.jpg) left bottom no-repeat;
}
#flowtabs #t4:hover 	{
	background: url(images/navi_004.jpg) left bottom no-repeat;
}
#flowtabs #t5:hover 	{
	background: url(images/navi_005.jpg) left bottom no-repeat;
}
#flowtabs #t6:hover 	{
	background: url(images/navi_006.jpg) left bottom no-repeat;
}
#flowtabs #t7:hover 	{
	background: url(images/navi_007.jpg) left bottom no-repeat;
}
#flowtabs #t8:hover 	{
	background: url(images/navi_008.jpg) left bottom no-repeat;
}



/* currently selected tabs */
#flowtabs #t1.current {
	background: url(images/navi_001.jpg) left bottom no-repeat;
}

#flowtabs #t2.current {
	background: url(images/navi_002.jpg) left bottom no-repeat;
}
#flowtabs #t3.current {
	background: url(images/navi_003.jpg) left bottom no-repeat;
}
#flowtabs #t4.current {
	background: url(images/navi_004.jpg) left bottom no-repeat;
}
#flowtabs #t5.current {
	background: url(images/navi_005.jpg) left bottom no-repeat;
}
#flowtabs #t6.current {
	background: url(images/navi_006.jpg) left bottom no-repeat;
}
#flowtabs #t7.current {
	background: url(images/navi_007.jpg) left bottom no-repeat;
}
#flowtabs #t8.current {
	background: url(images/navi_008.jpg) left bottom no-repeat;
}




/* panes */

#flowpanes {
	width:700px;
	height: 330px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #003300;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}



/* single pane */

#flowpanes div {

	display:none;	

	color:#fff;	

	margin:0;

}



/* 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: #FF6600;		

	font-size:12px;

}



#flowpanes p, #flowpanes samp {

	color: #333333;		

}



#flowpanes div.narrow {

	padding-right:160px;		

}

