/*FOOTER*/
.footer{
	float:left;
	width:100%;
	/*min-width:100px;*/
	background: none repeat scroll 0 0 #F4F4F4;
}
.footer .mobilelinks{
	padding-top:3px;
	padding-bottom:3px;
}
.footer .back{
	width:990px;
	margin: 0 auto;
	margin-top:5px;
	/*min-height:150px;*/
	/*padding-left:20px;*/
}
.linksArea{
	float:left;
	background:url('/images/dot_back.png') repeat-x left bottom transparent;
    padding: 24px 0px 10px 0px;
  	margin: 0px 0px 0px 0px;	
	width:100%;
	
}
.linksArea .linksItems{
	float:left;
	width:110px;
}
.linksArea .linksItems li{
	list-style:none;
	float:left;
	width:90px;
}
.linksArea .linksItems span{
	color: #333333;
    float: left;
    font-size: 11px;
    font-weight: bold;
    padding-bottom: 7px;
}
.linksArea .linksItems li a{
	color: #333333;
    float: left;
    font-size: 11px;
    line-height: 13px;
    margin-top: 0px;
    text-decoration: none;
    width: 100%;
	margin-bottom:7px;
}
.linksArea .linksItems li a:hover{
	text-decoration: underline;
}
.textArea{
	float:left;
    margin: 5px 0px;
  	padding: 0px 0px 10px 0px;	
	background:url('/images/dot_back.png') repeat-x left bottom transparent;
	font-size:11px;
	color:#333333;
	width:100%;
}
.textArea a{
	color:#333;
}
.textArea p{
	line-height: 17px;
    margin: 8px 0 10px;
}
.wellcome{
    padding: 5px 12px;
} 
