@charset "UTF-8";

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

/* root element for tabs */
#flowtabs {
	
	/* dimensions */
	width:630px;
	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: 43px;   
	width: 43px; 	
	padding: 4px;
	margin:0px;
	-moz-border-radius: 4px;
    -webkit-border-top-left: 4px;
	text-align:center;
	text-decoration:none;
}

/* adjust the background image position on each tab */
#flowtabs #t1 {
	padding: 4px;
	-moz-border-radius: 4px;
    -webkit-border-top-left: 4px;
}

 
/* mouseover state */
#flowtabs a:hover {
	background-color:#ff7400;
	padding: 4px;
	-moz-border-radius: 4px;
    -webkit-border-top-left: 4px;
		border: 0;

}


/* currently selected tabs */
#flowtabs a.current { 
	cursor:default; 
	padding: 4px;
	background-color:#ff7400;
		-moz-border-radius: 4px;
    -webkit-border-top-left: 4px;
	border: 0;

}


/* panes */
#flowpanes {
	width:610px;
	vertical-align:top;
	height:450px;
	background: url(http://www.seclusiasis.com/images/release-scrollable-background.png) no-repeat;
}


/* single pane */
#flowpanes div {
		vertical-align:top;
		border: 0;
		margin-top: 0;
		padding: 0;
		margin:0;
}

#flowpanes img {
	float:left;
	margin:0 20px 0 0;
}

/* some decorations for elements inside single pane */
#flowpanes div h2 {
	font-weight:normal;
	letter-spacing:1px;
	vertical-align:top;
	margin:0;
	font-size:22px;
	vertical-align:top;
}

#flowpanes {
	position:relative;
	overflow:hidden;
	clear:both;
	vertical-align:top;
}

/* override single pane */
#flowpanes div {
	float:left;
	display:block;
	vertical-align:top;
	width:630px;
	height:450px;

}

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

#flowpanes .item-container {
	padding: 0 20px;
	vertical-align:top;
	float:left;
	height: 450px;
	width:580px;
}

#flowpanes .less, #flowpanes .less a {
	color:#999 !important;
}