/* root element for tabs */
#flowtabs {
	
	/* dimensions */
	width:878px;
	height:20px;
	margin:0px 0px 0px 36px;
	padding:0;
	vertical-align:middle;
	/* IE6 specific branch (prefixed with "_") */
	_margin-bottom:-2px;
	_margin-left: -15px;
}

/* single tab */
#flowtabs li {
	float:left;
	margin:3px;
	padding:0;
	text-indent:0;
	width: 14px;
	height:15px;
	list-style-type:none;
}

/* a- tag inside single tab */
#flowtabs li a {
	display:inline-block;
	width: 14px;
	height:15px;
	padding:0px;
	margin-bottom:10px;
	
	/* font decoration */
	color:#fff;
	font-size:10px;
	text-align:center;
	text-decoration:none;
	background: transparent url(../images/indicators/sn-off.png) no-repeat center top;
}
/* mouseover state */
#flowtabs a:hover { color:#000;}

/* currently selected tabs */
#flowtabs a.current {
	cursor:default;
	color:#000;
	background: transparent url(../images/indicators/sn-on.png) no-repeat center top;
}


.left-arrow {
	float:left;
	display:inline;
	width: 41px;
	height:390px;
	background: transparent url(../images/left-arrow.png) no-repeat right top;
	border: 0px;
	padding:0px;
	margin:0px;
	text-indent:-9999em;
	outline:0;
	cursor: pointer;
	cursor: hand;
}

.right-arrow {
	float:right;
	display:inline;
	width: 41px;
	height:390px;
	background: transparent url(../images/right-arrow.png) no-repeat left top;
	border: 0px;
	padding:0px;
	margin:0px;
	text-indent:-9999em;
	outline:0;
	cursor: pointer;
	cursor: hand;
}


/* panes */
#flowpanes {
	width:878px;
	height:460px;
}


/* single pane */
#flowpanes div {
	display:none;
	color:#fff;
}

/* some decorations for elements inside single pane */
#flowpanes div h2 {
	position:relative;
	font-weight:bold;
	color:#000;
	width:600px;
	letter-spacing:1px;
	margin:10px 0px 4px 0px;
	font-size:20px;
	text-align:left;
	font-family: Copperplate, Copperplate Gothic Light, Verdana, sans-serif;
}

#flowpanes a {
	color:#cc9;
	font-size:14px;
	display:inline-block;
}

#flowpanes div.imageText {
	display:inline;
	color:#000;
	font-size:10px;
	text-align:justify;
	width:638px;
	margin-right:5px;
}
/*
#flowpanes .order {
	float:right;
	margin:-45px 35px 0 0;
	z-index:25;
}
*/
#flowpanes div.order {
	display:inline;
	width:230px;
	height:auto;
	margin: -15px 0px 0px 0px;
	vertical-align:baseline;
	z-index:100;
}

#flowpanes div.narrow {
	padding-right:160px;
}
