#home {
	1background: url(../img/body_bg.gif) repeat-x; 
	position:relative; 
	height:540px; 
	width:90%; 
	margin-bottom:20px; 
	1border:1px solid #DAEAFB;
	1border-bottom:11px solid #DAEAFB;
	
}
.feature { 
	height:430px; 
	position:absolute; 
	width:100%; 
	1overflow:hidden; 
	padding:20px 50px 40px 20px;
	}
.feature img { 
	border:none; 
	}
.feature li {
	1list-style-position: outside;
	list-style-image: url(../img/li.gif);
}
.tabs { 
	margin-bottom:2px;
	padding:0;
	}
.tabs li {
	background: #FFF url(../img/m_0bg.gif) repeat-x left top;
	1border:1px solid #DAEAFB; 
	display:-moz-inline-box;
	display:inline-block; 
	*display:inline !important;
	float:none;
	list-style:none; 
	text-align:center;
	}
.tabs li div {	
	background: url(../img/m_02.gif) no-repeat right top;
	padding:5px 45px 5px 0px ;
	display:-moz-inline-box;
	display:inline-block; 
	*display:inline !important;
	}
.tabs li div.end {	
	background: url(../img/m_03.gif) no-repeat right top;	
	}
.tabs li a { 
	color:#004377 !important; 
	display:inline; 
	1height:auto;
	1margin-bottom:5px;
	text-decoration:none !important;
	text-transform:uppercase;
	width:auto;
	font-size:14px;
	font-family: Times New Roman,	Corier, Tahoma, sans-serif !important;
	font-weight: bold;
	}
.tabs li.active { 
	background: #DAEAFB url(../img/m_11.gif) no-repeat left top;
	1margin-right:20px;
	margin-left:-20px;
	}
.tabs li.active div {	
	background: url(../img/m_12.gif) no-repeat right top;
	padding:5px 55px 5px 20px ;
	}
.tabs li.active div.end {	
	background: url(../img/m_13.gif) no-repeat right top;	
	}
.tabs li a.active { 
	color:#000; 
	1background-color:#DAEAFB; 
	}
