/* everything is constructed with a single background image */
 * {
   padding:0;
   margin:0;
}
/* root element for tabs */
#flowtabsholder {
	/* dimensions */
	width:738px;
	height:31px !important;
	position: absolute;
	margin-left: -369px;
	left: 50%;
	top: 0px;
	padding-left:0px;
	margin-top: 0px;
}



#flowtabs {
	/* dimensions */
	width:738px;
	height:37px !important;
	position: absolute;
	margin-left: -369px;
	left: 50%;
	top: 0px;
	padding-left:0px;
	padding-top: 0px;
}

#resourcestab {
	/* dimensions */
	width:738px;
	height:37px !important;
	position: absolute;
	top: 0px;
	padding-left:0px;
	float: right;
	left: 50%;
	margin-left: -369px;
	padding-top: 0px;
}
#registerbutton {
	/* dimensions */
	width:451px;
	height:49px !important;
	position: absolute;
	top: 200px;
	padding-left:0px;
	float: right;
	left: 50%;
	margin-left: -369px;
	padding-top: 16px;
}
 
/* single tab */
#flowtabs li {
	float:left;
	margin:0;
	padding:0px;
	text-indent:0px;	
	list-style-type:none;
}
 
/* a- tag inside single tab */
#flowtabs li a {
	background: url(images/menu_panes2.jpg) no-repeat; 
	display:list-item;
	height: 36px;
	width: 82px;
	/* font decoration */
	color:#000;
	font-size:16px;
	line-height:33px;
	text-align:center;
	text-decoration:none;
}
 

/* adjust the background image position on each tab */
#flowtabs #t1 			{ background-position: 0 0; }
#flowtabs #t2 			{ background-position: -82px 0; }
#flowtabs #t3 			{ background-position: -164px 0; }
#flowtabs #t4 			{ background-position: -246px 0; }
#flowtabs #t5 			{ background-position: -328px 0; }
#flowtabs #t6 			{ background-position: -410px 0; }
#flowtabs #t7 			{ background-position: -492px 0; }
#flowtabs #t8 			{ background-position: -574px 0; }
#flowtabs #t9 			{ background-position: -656px 0; }


 
/* mouseover state */
#flowtabs a:hover 		{ color:#fff;	 }
#flowtabs #t1:hover 			{ background-position: 0 -36px; }
#flowtabs #t2:hover 			{ background-position: -82px -36px; }
#flowtabs #t3:hover 			{ background-position: -164px -36px; }
#flowtabs #t4:hover 			{ background-position: -246px -36px; }
#flowtabs #t5:hover 			{ background-position: -328px -36px; }
#flowtabs #t6:hover 			{ background-position: -410px -36px; }
#flowtabs #t7:hover 			{ background-position: -492px -36px; }
#flowtabs #t8:hover 			{ background-position: -574px -36px; }
#flowtabs #t9:hover 			{ background-position: -656px -36px; }



/* currently selected tabs */
#flowtabs a.current		{ cursor:default; color:#fff; line-height:34px; }
#flowtabs #t1.current { background-position:      0 -72px; }
#flowtabs #t2.current { background-position: -82px -72px; }
#flowtabs #t3.current { background-position: -164px -72px; }
#flowtabs #t4.current { background-position: -246px -72px; }
#flowtabs #t5.current { background-position: -328px -72px; }
#flowtabs #t6.current { background-position: -410px -72px; }
#flowtabs #t7.current { background-position: -492px -72px; }
#flowtabs #t8.current { background-position: -574px -72px; }
#flowtabs #t9.current { background-position: -656px -72px; }


 
/* panes */
#flowpanes {
	width:744px;
	height:550px;
	position: absolute;
	margin-left: -372px;
	left: 50%;
	top: 34px;
	margin-top: 0px;
	padding-top: 0px;
}
 
 
/* single pane */
#flowpanes div {
	display:none;
	width: 744px;
}
 
/* some decorations for elements inside single pane */
#flowpanes div h2 {
	font-weight:normal;
	color:#000;
	letter-spacing:1px;
	margin:10px 0 0 0;
	font-size:22px;
}
 
#flowpanes a {
		
	font-size:14px;
}
 
#flowpanes p, #flowpanes samp {
	color:#000;
}
 
#flowpanes div.narrow {
	padding-right:0px;		
}
