@charset "UTF-8";
/* CSS Document */
#flowtabs {
	
	/* dimensions */
	width: 252px;
	height: 174px!important;
	margin:0 !important; 
	padding:0;	
	
	/* IE6 specific branch (prefixed with "_") */
	_margin-bottom:-2px;
}
#flowtabs li { 
	margin:0; 
	padding:0; 
	text-indent:0; 
	list-style-type:none;
}
#flowtabs li a {
	background-image: url(images/sce/servicesnav.png);
	background-repeat: no-repeat;
	width: 252px;
	display:block; 	
	padding:0px;
	margin:0px;
	text-indent: -3000px;
	text-decoration:none;
	opacity:1;
	-webkit-transition:opacity .25s ease-in;
	-moz-transition:opacity .25s ease-in;
	-o-transition:opacity .25s ease-in;
	transition:opacity .25s ease-in;
}
#flowtabs li a:hover {
	opacity:.75;
}
#flowtabs #t1 			{ background-position: 0 0; height:30px;}
#flowtabs #t2 			{ background-position: 0 -30px; height:28px;}
#flowtabs #t3 			{ background-position: 0 -58px; height:28px;}
#flowtabs #t4 			{ background-position: 0 -86px; height:28px;}
#flowtabs #t5 			{ background-position: 0 -114px; height:28px;}
#flowtabs #t6 			{ background-position: 0 -142px; height:32px;}
#flowtabs #t1:hover 	{ background-position: -252px 0; }
#flowtabs #t2:hover 	{ background-position: -252px -30px; }
#flowtabs #t3:hover 	{ background-position: -252px -58px; }
#flowtabs #t4:hover 	{ background-position: -252px -86px; }
#flowtabs #t5:hover 	{ background-position: -252px -114px; }
#flowtabs #t6:hover 	{ background-position: -252px -142px; }
#flowtabs #t1.current { background-position: -252px 0; }
#flowtabs #t2.current { background-position: -252px -30px; }
#flowtabs #t3.current { background-position: -252px -58px; }
#flowtabs #t4.current { background-position: -252px -86px; }
#flowtabs #t5.current { background-position: -252px -114px; }
#flowtabs #t6.current { background-position: -252px -142px; }

/* panes */
#flowpanes {
	width: 325px;
	height: 420px;
}
/* single pane */
#flowpanes div {
	width: 325px;
	height: 420px;
	display:none;	
	margin:0;
}
#flowpanes div .slide1{
	width: 325px;
	height: 420px;
	float: left;
	background-image: url(images/sce/services_txt4.png);
	background-repeat: no-repeat;
	padding-top: 46px;
}
#flowpanes div .slide1 h1{
	display: none;
}
#flowpanes div .slide2{
	width: 325px;
	height: 420px;
	float: left;
	background-image: url(images/sce/services_txt5.png);
	background-repeat: no-repeat;
	padding-top: 46px;
}
#flowpanes div .slide2 h1{
	display: none;
}
#flowpanes div .slide3{
	width: 325px;
	height: 420px;
	float: left;
	background-image: url(images/sce/services_txt6.png);
	background-repeat: no-repeat;
	padding-top: 46px;
}
#flowpanes div .slide3 h1{
	display: none;
}
#flowpanes div .slide3 ul{
	padding-bottom: 10px;
}
#flowpanes div .slide3 h2{
	font-size: 12px;
	line-height: 16px;
}
#flowpanes div .slide3 p{
	line-height: 16px;
}
#flowpanes div .slide4{
	width: 325px;
	height: 420px;
	float: left;
	background-image: url(images/sce/services_txt2.png);
	background-repeat: no-repeat;
	padding-top: 46px;
}
#flowpanes div .slide4 h1{
	display: none;
}
#flowpanes div .slide5{
	width: 325px;
	height: 420px;
	float: left;
	background-image: url(images/sce/services_txt3.png);
	background-repeat: no-repeat;
	padding-top: 46px;
}
#flowpanes div .slide5 h1{
	display: none;
}
#flowpanes div .slide6{
	width: 325px;
	height: 420px;
	float: left;
	background-image: url(images/sce/services_txt1.png);
	background-repeat: no-repeat;
	padding-top: 46px;
}
#flowpanes div .slide6 h1{
	display: none;
}

