
/* Skin */
.ui-tabs-nav, .ui-tabs-panel { }
	
.ui-tabs-nav {
    list-style: none;
    margin: 0; padding: 0;
	font-size:18px;
	width:100%; }
	
.ui-tabs-hide {
	display:none; }

#featured-box { 
	overflow:hidden;
	width:960px;
	height:362px;
	margin:28px auto 0 auto !important;
	padding:0;
	position:relative; }	
	 
	/* start of feature-2 box code */
			
	#featured-box #feature-2 {
		width:960px;
		height:340px;
		background:#fff url(/images/home-1.jpg) no-repeat 0 0;
		position:relative; }
		
		#featured-box #feature-2 h1 { text-indent:-9999px; }
		
		#featured-box #feature-2 .text-box {
			width:560px;
			position:absolute;
			top:104px;
			left:32px; }
	
	/* end of feature-2 box code */
	
	/* start of feature-1 box code */
			
	#featured-box #feature-1 {
		width:960px;
		height:340px;
		background:#fff url(/images/home-1.jpg) no-repeat 0 0;
		position:relative; }
		
		#featured-box #feature-1 h1 { text-indent:-9999px; }
		
		#featured-box #feature-1 .text-box {
			width:560px;
			position:absolute;
			top:94px;
			left:32px; }
	
	/* end of feature-1 box code */

					
		#featured-box p {
			font-family:Helvetica, Arial, sans-serif;
			font-size:15px;
			line-height:21px;
			font-weight:normal;
			color:#bbc7d5; }


.tabs-bottom {
	position: relative;} 

	
.tabs-bottom .ui-tabs-nav {
	position: absolute !important; 
	left: 0; 
	bottom: 0; 
	right:0;
	padding-left:2px; }
	
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " "; }
	
.ui-tabs-nav li {
    float: left; }

.ui-tabs-nav a, 
.ui-tabs-nav a:hover  {
	background:red url('/images/fader-nav.gif') no-repeat -24px 0;
	text-decoration:none;
    display: block; outline:none;
    padding:0;
	margin:0 6px 0 0;
	float:left;
	height:13px; 
	width:11px; }
	
.ui-tabs-nav a {
    white-space: nowrap; /* required in IE 6 */ }

.ui-tabs-nav .ui-tabs-selected a {
	background:url('/images/fader-nav.gif') no-repeat 0 0;
	text-decoration:none;
    display: block; outline:none;
    padding:0;
	margin:0 6px 0 0;
	float:left;
	height:13px; 
	width:11px; }

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
    display: inline-block; }
	
*:first-child+html .ui-tabs-nav  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block; }

ul.fadeTabs {
	width:108px;
	height:20px;
	display:none;
	position:absolute; bottom:3px; left:424px; }
