#content.home{
    margin-top: 0;
}

/* home */
#homeTeaser{
    float: left;
	width: 618px;
	height: 313px;
	padding: 11px;
	background: #abd6e7;
}

.homeIntro{
    height: 74px;
}

.homeIntro h3.intro{
    width: auto;
}

.homeIntro p{
    font-weight: bold;
	color: #1d7fa1;
	font-size: 120%;
}

#homeOrder{
    float: right;
	padding: 20px;
	width: 272px;
	height: 295px;
	background: #c8e394;
	color: #595959;
}
#homeOrder h2{
    color: #4F691E;
}
#homeOrder label{
    font-weight: bold;
}
#homeOrder label span{
    font-weight: normal;
	display: block;
}


#homeOrder .tf{
    border-color: #98ca38;
	width: 232px;
}
#homeOrder .help_btn{
    background: url(/app/assets/images/www/bg_help3.gif) no-repeat;
	width: 5px;
	height: 5px;
	top: 6px;
	left: 2px;
}


/*--------------- CONTENT SLIDER (jQ) ---------------*/
#featured{ 
	width: 618px;
	height:239px; 
	position:relative; 
	background: #c5c5c5;
	overflow: hidden;
}
#featured ul.ui-tabs-nav{ 
	position:absolute; 
	z-index: 999;
	top:0;
	left:0px; 
	width:188px;
	height:239px; 
	list-style:none; 
	padding:0;
	margin:0; 
	background: #acacac;
}
#featured ul.ui-tabs-nav li{ 
	display: inline;
	margin: 0;
	padding: 0;
}

#featured li.ui-tabs-nav-item a{ 
	display:block; 
	color:#41a9d3;
	text-transform: uppercase;
	text-decoration: none;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size:18px;
	padding: 3px 0 3px 4px;
	border-bottom: 2px solid #fff;
	background: #e5e5e5 url('/app/assets/images/www/feature_item.gif') repeat-y top right;
	
}
#featured li#nav-fragment-4 a{ 
	border: none;
}

/*
#featured li.ui-tabs-nav-item a:hover{ 
	background:#f2f2f2; 
}*/
#featured li.ui-tabs-nav-item a span{ 
	display:none; 
}

#featured li.ui-tabs-selected a{ 
	background:url('/app/assets/images/www/feature_selected.png') top left no-repeat;
	color: #4f4f4f;
	width:202px;
	height: 142px;
	margin-right: -44px;
	padding-right: 26px;
	border: none;
}
#featured li.ui-tabs-selected a span{ 
	display: block;
    font-family:Arial,Helvetica,sans-serif;
    font-size:12px;
	text-transform: none;
}

#featured .ui-tabs-panel{ 
	width:430px;
	height:239px; 
	margin-left: 188px;
	background:#999;
	position:relative;
}
#featured .ui-tabs-panel img{ 
	width:430px;
	height:239px; 
}
#featured .ui-tabs-hide{ 
	display:none; 
}
