@font-face {
 font-family: NixieOne;
 src: url("../fonts/NixieOne.eot");
}
@font-face {
 font-family: NixieOne;
 src: url("../fonts/NixieOne.ttf");
}

@font-face {
 font-family: LeckerliOne;
 src: url("../fonts/LeckerliOne.eot");
}
@font-face {
 font-family: LeckerliOne;
 src: url("../fonts/LeckerliOne.ttf");
}

#featured{ 
	width:898px; 
	position:relative; 
	height:413px; 
	float:left;
	margin-top:25px;
}
#featured ul.ui-tabs-nav{
	list-style:none;
	width:310px;
	float:left;
	background:url(../images/service_con_bg.jpg) repeat left top;
}
#featured ul.ui-tabs-nav li{
	font-size:30px;
	font-family: NixieOne,MyCustomFont;
	color:#FFF; 
}
#featured ul.ui-tabs-nav li img{ 
	float:left; 
	margin:2px 5px;
}
#featured ul.ui-tabs-nav li span{ 
	font-size:30px;
	font-family: NixieOne,MyCustomFont;
	color:#FFF;
	/*text-shadow: 1px 1px 1px #000;
	filter: Shadow(Color=#000000, 	
			Direction=135, 
			Strength=1);*/
}
#featured li.ui-tabs-nav-item a{ 
	display:block; 
	height:54px; 
	font-size:30px;
	font-family: NixieOne,MyCustomFont;
	color:#FFF;
	text-indent:16px;
	padding-top:14px; 
	/*text-shadow: 1px 1px 1px #000;*/
}
#featured li.ui-tabs-nav-item a:hover{ 
	background: url(../images/cat_hvr.png) no-repeat left top;
	width:321px;
	text-decoration:none;	
}
#featured li.ui-tabs-selected{ 
	background: url(../images/cat_hvr.png) no-repeat left top;
	width:321px; 
}
#featured ul.ui-tabs-nav li.ui-tabs-selected a{ 
	background: url(../images/cat_hvr.png) no-repeat left top;
}
#featured .ui-tabs-panel{ 
	width:570px; 
	height:413px; 
	position:relative;
	float:left;
	margin-left:11px;
}
#featured .ui-tabs-panel .info{ 
	position:absolute; 
	top:180px; left:0; 
	height:70px; 
}
#featured .info h2{ 
	font-size:18px; font-family:Georgia, serif; 
	color:#fff; padding:5px; margin:0;
	overflow:hidden; 
}
#featured .info p{ 
	margin:0 5px; 
	font-family:Verdana; font-size:11px; 
	line-height:15px; color:#f0f0f0;
}
#featured .info a{ 
	text-decoration:none; 
	color:#fff; 
}
#featured .info a:hover{ 
	text-decoration:underline; 
}
#featured .ui-tabs-hide{ 
	display:none; 
}
