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

/* root element for tabs */
#flowtabs {
	height:58px!important;
	margin:0!important;
	padding: 11px 0 0 0;
	background: repeat-x;
	/* IE6 specific branch (prefixed with "_") */
	_margin-bottom:-2px;
	width: 789px;
	float: right;
}

/* 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: 58px;   
	width: 195px; 	
	padding:0px;
	margin:0 2px 0 0;
	
	/* font decoration */
	color:#FFFFFF;
	 
	line-height:40px;
	text-align:center;
	text-decoration:none;
}

/* adjust the background image position on each tab */
#flowtabs #t1 			{ background:url(http://mindyourownmortgage.com/sample/images/main-layout/images/tab1.jpg) 0  0; width:196px; }
#flowtabs #t2 			{ background:url(http://mindyourownmortgage.com/sample/images/main-layout/images/tab2.jpg) -195px 0; }
#flowtabs #t3 			{ background:url(http://mindyourownmortgage.com/sample/images/main-layout/images/tab3.jpg) -390px 0; }
#flowtabs #t4 			{ background:url(http://mindyourownmortgage.com/sample/images/main-layout/images/tab4.jpg) -585px 0;  margin:0; }

 
/* mouseover state */

#flowtabs #t1:hover 	{ background-position: 0 -58px !Important;  }
#flowtabs #t2:hover 	{ background-position: -195px -58px !Important; }
#flowtabs #t3:hover 	{ background-position: -390px -58px !Important; }
#flowtabs #t4:hover 	{ background-position: -585px -58px !Important; }


/* currently selected tabs */
#flowtabs #t1.current { background-position: 0 -116px !Important;  }
#flowtabs #t2.current { background-position: -195px -116px !Important; }
#flowtabs #t3.current { background-position: -390px -116px !Important; }
#flowtabs #t4.current { background-position: -585px -116px !Important; }


/* panes */
#flowpanes {
	width:970px;
	height:auto;
	float: left;
}
/* single pane */
#flowpanes div.scroll {
	display:none;	
	color:#000000;
}
/* some decorations for elements inside single pane */

.div-tab-pic {
	float:left; margin-right:20px; 
}
.tabs-text-inside {
	float:left;
	line-height:1.1em;
	
	font-size: 0.95em;
}
/* override the root element to enable scrolling */
#flowpanes {
	position:relative;
	overflow:hidden;
	clear:both;
}
/* override single pane */
#flowpanes div.scroll {
	float:left;
	display:block;
	width:970px;
	height: auto
}

/* our additional wrapper element for the items */
#flowpanes .items {
	width:15000px;
	clear:both;
	margin:0;
	padding:0;
	position: relative;
}
#flowpanes .less, #flowpanes .less a {
	color:#999 !important;
	
}
.custom {
	border:none;
}

.tabsLink {
width: auto;
}

.tabs-back1 {
	
	
}

.tabs-back2 {
	
}

.tabs-back3 {
	
}

.tabs-back4 {
	
}

.tabs-back5 {
	
}
