/* Clear View */
*:focus {outline: none;}
*::-moz-focus-inner {border: none; }
#atff { display: none;}
body{
	background-color:#f9f9f9;
	margin:0;
	padding:0;
	
	font-family:Arial, Helvetica, sans-serif;
}
.clear{
	clear:both;
}	
.float_l{
	float:left;
	display:block;
}
.float_r{
	float:right;
	display:block;
}
.greynormaltext{
	color:#999999;
	font-size:12px;
}
.greyboldtext{
	color:#4a4949;
	font-size:12px;
	font-weight:bold;
}
.greyboldtext a{
	color:#4a4949;
	text-decoration:none;
}
.greyboldtext a:hover{
	color:#264885;
}
.block{
	display:block;
}
.rel{
	position:relative;
}
.margin{
	margin:0 0 15px 0;
}

/*--------------*/

/*---- General----*/
.wrapper{
	margin:0 auto;
	padding:0 8px;
	width:901px;
	height:auto;
	display:block;
	
	background-color:#FFFFFF;
	border-left: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
}
.top_wrapper{
	margin:0;
	padding:0 5px 40px 15px;
	width:844px;
	height:auto;
	display:block;
}
.share_wrapper{
	margin:0;
	padding:0;
	width:112px;
	height:16px;
	float:right;
	display:block;
}
.logo_wrapper{
	margin:0;
	padding:0;
	width:215px;
	height:auto;
	float:left;
	display:block;
}
.logo{
	margin:0 0 15px 0;
	padding:0;
	width:87px;
	height:57px;
	display:block;
}
.titletext_container{
	margin:0;
	padding:0 0 0 10px;
}
.whiteboldtext{
	margin:0 0 5px 0;
	padding:0;
	color:#FFFFFF;
	font-size:15px;
	font-weight:bold;
	display:block;
}
.titletext{
	font-size:15px;
	color:#dbe4ed;
	font-weight:normal;
	margin:0;
	padding:0;
}
.caption{
	font-size:12px;
	color:#FFFFFF;
	font-style:italic;
	line-height:15px;
	margin:0;
	padding:0;
	display:block;
}
.body_wrapper{
	margin:0;
	padding:0;
	width:864px;
	height:auto;
	display:block;
}
/*----------------*/

/*---- home ---- */
.wrapper_home{
	margin:0;
	padding:10px 18px 0 18px;
	width:864px;
	min-height:370px;
	height:auto !important;
	height:370px;
	display:block;
	
	background-color:#f2f1ef;
	background-image:url(../images/home_banner.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
/*----------------------*/

/*---- about ---- */
.wrapper_about{
	margin:0;
	padding:10px 18px 0 18px;
	width:864px;
	min-height:370px;
	height:auto !important;
	height:370px;
	display:block;
	
	background-color:#f2f1ef;
	background-image:url(../images/about_clearview.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
/*----------------------*/

/*---- Our cleaning ---- */
.wrapper_clean{
	margin:0;
	padding:10px 18px 0 18px;
	width:864px;
	min-height:370px;
	height:auto !important;
	height:370px;
	display:block;
	
	background-color:#f2f1ef;
	background-image:url(../images/our_cleaning.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
/*----------------------*/

/*---- Other Services ---- */
.wrapper_services{
	margin:0;
	padding:10px 18px 0 18px;
	width:864px;
	min-height:370px;
	height:auto !important;
	height:370px;
	display:block;
	
	background-color:#f2f1ef;
	background-image:url(../images/other_services.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
/*----------------------*/

/*---- health ---- */
.wrapper_health{
	margin:0;
	padding:10px 18px 0 18px;
	width:864px;
	min-height:370px;
	height:auto !important;
	height:370px;
	display:block;
	
	background-color:#f2f1ef;
	background-image:url(../images/health_safety.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
/*----------------------*/

/*---- contact ---- */
.wrapper_contact{
	margin:0;
	padding:10px 18px 0 18px;
	width:864px;
	min-height:370px;
	height:auto !important;
	height:370px;
	display:block;
	
	background-color:#f2f1ef;
	background-image:url(../images/contact.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
/*----------------------*/

/*----- menu wrapper -----*/
.menu_wrapper{
	margin:0;
	padding:0 0 4px 0;
	width:864px;
	height:39px;
	display:block;
	float:left;
	
	position:relative;
	z-index:10;
	
	background-image:url(../images/menu_wrapper.png);
	background-repeat:no-repeat;
	background-position: bottom;
}
.menu_wrapper a .menu_text{
	margin:0;
	padding:12px 13px 0 3px;
	width:auto;
	height:23px;
	float:left;
	display:block;
	
	font-size:12px;
	color:#9c9c9c;
	text-align:center;
	cursor:pointer;

	
	background-image:url(../images/menu_right.png);
	background-position:right bottom;
	background-repeat:no-repeat;

}
.menu_wrapper a:hover .menu_text{
	margin:0;
	padding:12px 13px 0 3px;
	width:auto;
	height:23px;
	float:left;
	display:block;
	
	font-size:12px;
	color:#35568e;
	text-align:center;
	cursor:pointer;

	background-image:url(../images/menu_right_hover.png);
	background-position:right bottom;
	background-repeat:no-repeat;
}
.menu_wrapper .menu_text_active{
	margin:0;
	padding:12px 13px 0 3px;
	width:auto;
	height:23px;
	float:left;
	display:block;
	
	font-size:12px;
	color:#35568e;
	text-align:center;
	cursor:pointer;

	background-image:url(../images/menu_right_hover.png);
	background-position:right bottom;
	background-repeat:no-repeat;
}

.menu_wrapper ul li.bg{
	margin:0;
	padding:0 ;
	height:0;
	position: relative;
	display: inline;
	float: left;
	z-index:99px;
	border:none;
}
.menu_wrapper ul li .shade{
	margin:0 0 0 1px;
	padding:0;
	width:108px;
	height:5px;
	display:block;
	
	position:absolute;
	background-color:#FFFFFF;
	overflow:hidden;
	left:0;
	top:-5px;
	cursor:pointer;
}
.menu_wrapper ul li.bg_01{
	margin:0;
	padding:0 ;
	height:0;
	position: relative;
	display: inline;
	float: left;
	z-index:99px;
	border:none;
}
.menu_wrapper ul li .shade_01{
	margin:0 0 0 1px;
	padding:0;
	width:184px;
	height:5px;
	display:block;
	
	position:absolute;
	background-color:#FFFFFF;
	overflow:hidden;
	left:0;
	top:-5px;
	cursor:pointer;
}
.menu_wrapper ul li.bg_02{
	margin:0;
	padding:0 ;
	height:0;
	position: relative;
	display: inline;
	float: left;
	z-index:99px;
	border:none;
}
.menu_wrapper ul li .shade_02{
	margin:0 0 0 1px;
	padding:0;
	width:100px;
	height:5px;
	display:block;
	
	position:absolute;
	background-color:#FFFFFF;
	overflow:hidden;
	left:0;
	top:-5px;
	cursor:pointer;
}
.menu_wrapper ul li.bg_03{
	margin:0;
	padding:0 ;
	height:0;
	position: relative;
	display: inline;
	float: left;
	z-index:99px;
	border:none;
}
.menu_wrapper ul li .shade_03{
	margin:0 0 0 1px;
	padding:0;
	width:117px;
	height:5px;
	display:block;
	
	position:absolute;
	background-color:#FFFFFF;
	overflow:hidden;
	left:0;
	top:-5px;
	cursor:pointer;
}
.menu_wrapper ul li.active{
	margin:0;
	padding:4px 0 0 8px;
	width:auto;
	height:35px;
	float:left;
	display:block;
	
	text-decoration:none;
		
	background-image:url(../images/menu_left_hover.png);
	background-position:left bottom;
	background-repeat:no-repeat;
}
.menu_wrapper ul li.width{
	width:200px;
}
.menu_wrapper ul li.width a{
	width:185px;
}
/*----------------------------------------*/

.menu_wrapper ul{
	margin: 0;
	padding: 0 0 5px 0;
	display:block;
	float:left;
	width:849px;
	list-style-type: none;
	
	position:absolute; 
	left:15px; 
	top:0;
	
}
.menu_wrapper ul li{
	margin:0;
	padding:4px 0 0 0 ;
	width:auto;
	height:35px;
	position: relative;
	display: inline;
	float: left;
}
.menu_wrapper ul li a{
	margin:0;
	padding:0 0 0 8px;
	width:auto;
	height:35px;
	float:left;
	display:block;
	
	text-decoration:none;
		
	background-image:url(../images/menu_left.png);
	background-position:left bottom;
	background-repeat:no-repeat;
}
.menu_wrapper ul li a{
	padding-right:0 !important;
}
.menu_wrapper ul li a:hover{
	color:#35568e;
	background-image:url(../images/menu_left_hover.png);
	background-position:left bottom;
	background-repeat:no-repeat;
}
/*------------------------------------*/


/*1st sub level menu*/
.menu_wrapper ul li ul{
	margin:0;
	padding:0 0 5px 0 ;
	width:149px;
	visibility: hidden;
	float:left;
	
	position: absolute;
	z-index:100;
	left:0;
	top:34px;	
	
	background-image:url(../images/dropdown_bottom_bg.png);
	background-repeat:repeat-x;
	background-position:left bottom;	
}

/*Sub level menu list items (undo style from Top level List Items)*/
.menu_wrapper ul li ul li{
	height:31px ;
	margin:0;
	padding:0;
	display:block;
	float:left;
	width:149px;
	
	list-style:none;
	position:relative;
	cursor:pointer;
	
	font-size:12px;
	color:#707070;
	
	border-bottom:1px solid #ededed;
	border-right:1px solid #ededed;
	border-left:1px solid #ededed;
	background-color:#FFFFFF;
}

.menu_wrapper ul li ul li a{
	margin:0;
	padding:8px 0 0 15px ;
	height:23px ;
	display:block;
	float:left;
	width:134px;
	
	text-decoration:none;
	color:#707070;
	
	border:0;
	background-image:none;
}
.menu_wrapper ul li ul li a:hover, .menu_wrapper ul li ul li.last a:hover{
	background-color:#f9f9f9 !important;
	height:23px !important;
	margin:0 !important;
	cursor:pointer;
	background-image:none;
}

.menu_wrapper ul li ul li.last {

	height:31px;
	padding-bottom:0 !important;
	float:left;
	display:block;
		
	border-bottom:none !important; 

}
.menu_wrapper ul li ul li.last a{

	}
.menu_wrapper ul li ul li.last a:hover{
	background-image:none;
	background-color:#f9f9f9;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.menu_wrapper ul li ul li ul{
	margin:0;
	padding:0 0 5px 0;
	
	position:absolute;
	top:-1px !important;
	left:150px !important;
	z-index:999 !important;
	
	width:298px;
	display:none;
	
	border-top:1px solid #ededed;
	background-image:url(../images/dropdown_bottom_bg_01.png);
	background-repeat:repeat-x;
	background-position:bottom;	
}
.menu_wrapper ul li ul li ul li{
	height:31px;
	width:298px;
	margin:0;
	padding:0;
	display:block;
	float:left;
	overflow:hidden;
}
.menu_wrapper ul li ul li ul li a{
	margin:0;
	padding:8px 0 0 15px;
	width:283px;
	height:23px;
	float:left;
	display:block;
	
	text-decoration:none;
	color:#707070;
}
.menu_wrapper ul li ul li ul li a:hover{
	color:#35568e;
}
.menu_wrapper .sub_slide{
	width:147px;
	float:left;
}
.menu_wrapper .sub_main{
	left:200px !important;
	width:230px;
}
.menu_wrapper .sub_02{
	width:250px;
}
.menu_wrapper .sub_02 a{
	width:250px !important;
}
.menu_wrapper .sub_main_01{
	left:200px !important;
	width:200px;
}
.menu_wrapper .sub_03{
	width:200px;
}
/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
	position: absolute;
	top: 0px;
	left: 5px;
	display:none;
}

.rightarrowclass{
	position: absolute;
	top: 0px;
	right: 5px;
	display:none;
}

.contact_woman{
	margin:0;
	padding:0;
	position:absolute;
	right:25px;
	top:20px;
}
.free_phone{
	margin:0;
	padding:0;
	position:absolute;
	right:95px;
	top:53px;
}
/*-----------------------*/

/*---------- body contents -----------*/
.body_contents_wrapper{
	margin:0;
	padding:0 0 0 4px;
	width:860px;
	height:auto;
	float:left;
	display:block;
	
	background-image:url(../images/content_top.png);
	background-position:top;
	background-repeat:no-repeat;
}
.body_cont{
	margin:0 0 22px 0;
	padding:0 21px;
	width:813px;
	height:auto;
	display:block;
	
	background-color:#FFFFFF;
	border-left:#e6e6e6 1px solid;
	border-right:#e6e6e6 1px solid;
	border-bottom:#e6e6e6 1px solid;
}
.breadcrumbs{
	margin:0;
	padding:28px 0 12px 0;
	font-size:11px;
	color:#adadad;
	
/*	border-bottom:#e6e6e6 1px solid;*/
}
.breadcrumbs a{
	text-decoration:none;
	color:#adadad;
}
.breadcrumbs a:hover{
	color:#365489;
}
.breadcrumbs .active {
	color:#365489;
}
.brands_panel{
	margin:0;
	padding:0;
	text-align:center;
}
.brands_panel ul{
	margin:0;
	padding:0;
	display:block;
	list-style:none;
}
.brands_panel ul li{
	margin:0;
	padding:0;
	display:inline;
}
.brands_panel ul li img{
	margin:0;
	padding:10px 5px 10px 5px;
	display:inline;
}
.cont_wrapper{
	margin:0;
	padding:0;
	height:auto;
	display:block;
	
	border-top:#e6e6e6 1px solid;
	border-bottom:#e6e6e6 1px solid;
}
.top_pannel{
	margin:0 auto;
	padding:0;
	width:813px;
	height:199px;
	display:inline;
	background-color:#0066FF;
}
.top_pannel span{
	margin:0;
	padding:0;
	width:auto;
	height:199px;
	display:inline;
}
.main_wrap{
	margin:0;
	padding:0;
	height:100px;
	min-height:100px;
	height:auto !important;
	display:block;
}
.wrap_left{
	margin:0;
	padding:25px 25px 0 25px;
	width:496px;
	height:auto;
	display:block;
	float:left;
}
.main_wrap h1{
	margin:0 0 3px 0;
	padding:0;
	
	font-size:18px;
	font-weight:bold;
	color:#264885;
}
.main_wrap h2{
	margin:0;
	padding:0;
	
	font-size:14px;
	font-weight:normal;
	color:#264885;
}
.main_wrap h5{
	margin:0;
	padding:0;
	
	font-size:14px;
	font-weight:normal;
	color:#264885;
}
.main_wrap p{
	font-size:12px;
	font-weight:normal;
	color:#4a4949;
	line-height:15px;
}
.main_wrap p a{
	font-weight:bold;
	color:#616161;
	text-decoration:none;
}
.main_wrap p a:hover{
	color:#264885;
}
.info_panel_wrap{
	margin:0 0 22px 0;
	padding:0;
	width:858px;/*855px*/
	height:auto;
	display:block;
}
.info_panel_wrap span{
	margin:1px 0 0 0;
	padding:105px 0 0 0;
	width:286px;
	height:33px;
	display:block;
	float:left;
	overflow:hidden;

	background-repeat:no-repeat;
}
.info_panel_wrap span a{
	margin:0;
	padding:8px 0 0 14px;
	width:272px;
	height:24px;
	display:block;
	
	text-align:left;
	text-decoration:none;
	font-size:14px;
	color:#ffffff;
	
	border:none;
}
.info_panel_wrap span a:hover{
	text-decoration:underline;
}
.wrap_cont{
	margin:0;
	padding:0;
	width:857px;
	height:auto;
	display:block;
	overflow:hidden;
}
.wrap_cont h1{
	margin:0 0 15px 0;
	padding:0;
	font-size:18px;
	color:#616161;
}
.wrap_cont .wrap_container{
	margin:0 0 22px 0;
	padding:0;
	display:block;
}
.wrap_cont .wrap_container .cont_left{
	margin:0;
	padding:0;
	width:558px;
	height:276px;
	float:left;
	display:block;
	
	background-color:#FFFFFF;
	border:1px #e6e6e6 solid;
}
.wrap_cont .wrap_container .text_wrap{
	margin:0;
	padding:25px 45px 0;
	display:block;
	
	font-size:12px;
	color:#4a4949;
}
.wrap_container .text_wrap h5{
	margin:0;
	padding:0;
	font-size:14px;
	font-weight:normal;
	color:#264885;
}
.wrap_container .text_wrap a{	
	font-size:12px;
	font-weight:bold;
	color:#4a4949;
	text-decoration:none;
}
.wrap_container .text_wrap a:hover{	
	color:#264885;
}
.wrap_cont .wrap_container .cont_right{
	margin:0;
	padding:0;
	width:277px;
	height:276px;
	float:right;
	display:block;
	overflow:hidden;
	
	text-align:center;
	
	background-color:#FFFFFF;
	border:1px #e6e6e6 solid;
}
.client_testimonial{
	margin:0;
	padding:0;
	width:417px;
	height:238px;
	display:block;
	overflow:hidden;
	
	text-align:center;
	
	border:1px #e6e6e6 solid;
	background-color:#FFFFFF;
}
.wrap_left .sitemap{
	margin:0 0 0 10px;
	padding:0;
	list-style:none;
}
.sitemap li{
	margin:0;
	padding:0;
	
	list-style:disc;
	font-size:12px;
	font-weight:bold;
	color:#4a4949;
}
.sitemap li a{
	font-weight:normal;
	color:#333333;
	list-style:disc;
}
.sitemap li a:hover{
	color:#264885;
	font-weight:bold;
}
.sitemap li ul{
	margin:0 0 0 35px;
	padding:0;
}
.sitemap li ul li{
	margin:0;
	padding:0;
	list-style:disc;
	
	list-style:circle;
	line-height:18px;
	font-weight:bold;
}
.sitemap li ul li a{
	font-weight:normal;
}
.sitemap li ul li ul{
	margin:0 0 0 35px;
	padding:0;
}

.wrap_left ul, .wrap_left ol{
	margin:0;
	padding:0 13px 0 13px;
	display:block;
	
	list-style:disc;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#616161;
	line-height:17px;
}
.wrap_left ol{
	list-style: decimal;
}
.wrap_left ul li, .wrap_left ol li{
	margin:0 0 10px 0;
	padding:0;
	line-height:15px;
}
.wrap_left ul li a{
	margin:0;
	padding:0;
	
	color:#4a4949;
	font-weight:bold;
	text-decoration:none;
}
.wrap_left ul li a:hover{
	color:#264885;
}
.wrap_left .img_container{
	margin:30px 0 0 0;
	padding:0;
	display:block;
}
.wrap_left .links_wrap{
	margin:0 0 20px 0;
	padding:0;
	display:block;
}
.wrap_left .links_wrap span{
	margin:0;
	padding:0;
	display:block;
	
	font-size:12px;
	font-weight:bold;
	color:#616161;
}
.wrap_left .links_wrap span a{
	color:#4a4949;
	text-decoration:none;
}
.wrap_left .links_wrap span a:hover{
	margin:0;
	padding:0 10px;
	
	color:#365489;
	
	background-image:url(../images/arrow.jpg);
	background-position:left;
	background-repeat:no-repeat;
}
.wrap_left .links_wrap span.active{
	margin:0;
	padding:0 10px;
	
	color:#365489;
	
	background-image:url(../images/arrow.jpg);
	background-position:left;
	background-repeat:no-repeat;
}

.wrap_right_01{
	margin:0;
	padding:0;
	width:265px;
	height:auto;
	display:block;
	float:right;
}
.wrap_right_01 img{
	margin:0;
	padding:0;
	display:block;
}
.wrap_right_02{
	margin:0;
	padding:0;
	width:265px;
	height:356px;
	min-height:356px;
	height:auto !important;
	display:block;
	float:right;
	
	background-image:url(../images/cont_bg_right.png);
	background-position:left top;
	background-repeat:repeat-y;
}
.wrap_right_02 img{
	margin:0;
	padding:0;
	display:block;
}
.wrap_right{
	margin:0;
	padding:0;
	width:265px;
	height:auto;
	display:block;
	float:right;
	min-height:800px;
	background-color:#f9f9f9;
	background-image:url(../images/cont_bg_right.png);
	background-position:left top;
	background-repeat:repeat-y;
}
.wrap_right h4{
	margin:0;
	padding:12px 0 0 15px;
	height:27px;
	width:auto;
	
	background-image:url(../images/bg_title.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	background-color:#f2f1f0;
	
	font-size:12px;
	font-weight:bold;
	color:#6e6e6e;
}
.news_wrap{
	margin:0;
	padding:10px 15px 5px;
	display:block;
	
	border-bottom:#e0e0e0 1px solid;
}
.news_wrap p{
	margin:0;
	padding:0;
	display:block;
	
	font-size:11px;
	font-style:normal;
	color:#6e6e6e;
}
.news_wrap .title{
	margin:0;
	padding:0;
	display:block;
	
	font-size:12px;
	font-weight:bold;
	color:#6e6e6e;
}
.news_wrap p b {
	font-weight:bold;
	display:block;
	margin:8px 0;
	padding:0;
}
.news_wrap p b a{
	color:#6e6e6e;
	text-decoration:none;
}
.news_wrap p b a:hover{
	color:#264885;
}
/*-----------------------------------*/

/*------------ ad_panel -------------*/
.ad_panel{
	margin:0 0 20px 0;
	padding:0;
	width:855px;
	height:auto;
	display:block;
	
	background-color:#FFFFFF;
	border:#e6e6e6 1px solid;
}
.ad_wrapper_01{
	margin:0;
	width:284px;
	height:139px;
	float:left;
	display:block;
}
.ad_wrapper_01 a{
	margin:0;
	padding:18px 18px 0 18px;
	width:248px;
	height:121px;
	float:left;
	display:block;
	
	background-image:url(../images/ad_pic.png);
	background-position:right bottom;
	background-repeat:no-repeat;
	border-right:#e6e6e6 1px solid;
	
	text-decoration:none;
}
.ad_wrapper_01 a:hover{
	background-color:#F2F2F2;
	}
.ad_wrapper_02{
	margin:0;
	width:284px;
	height:139px;
	float:left;
	display:block;
}
.ad_wrapper_02 a {
	margin:0;
	padding:18px 18px 0 18px;
	width:248px;
	height:121px;
	float:left;
	display:block;

	text-decoration:none;
	
	background-image:url(../images/money-back-guaranteed.png);
	background-position:right bottom;
	background-repeat:no-repeat;
	border-right:#e6e6e6 1px solid;
}
.ad_wrapper_02 a:hover{
	background-color:#F2F2F2;
	}

.ad_wrapper_03{
	margin:0;
	width:285px;
	height:139px;
	float:right;
	display:block;
}	
.ad_wrapper_03 a{
	margin:0;
	padding:18px 18px 0 18px;
	width:249px;
	height:121px;
	float:left;
	display:block;
	
	text-decoration:none;
	
	background-image:url(../images/map.png);
	background-position:right bottom;
	background-repeat:no-repeat;
}
.ad_wrapper_03 a:hover{
	background-color:#F2F2F2;
	}
.adtext{
	font-size:13px;
	color:#264885;
	display:block;
	line-height:18px;	
	margin:0 0 10px 0;
	padding:0;
}
.phone_text{
	font-size:14px;
	color:#264885;
}
.phone_text span{
	font-size:14px;
	color:#7b8fb3;
}	
.call_no{
	font-size:20px;
	color:#7b8fb3;
}
/*--------------------------------*/

/*------- footer wrapper --------*/
.footer_wrapper{
	margin:0;
	padding:0;
	width:855px;
	height:auto;
	display:block;
}
.footer_copyright{
	margin:0;
	padding:0 0 20px 0;
	font-size:11px;
	color:#afafaf;
}
.footer_text_wrapper{
	margin:0;
	padding:0 0 20px 0;
	font-size:11px;
	color:#afafaf;
}
.footer_text{
	margin:0;
	padding:20px 6px;
	font-size:11px;
	color:#afafaf;
}
.footer_text img{
	margin:0;
	padding:0;
}
.footer_text a{
	text-decoration:none;
	color:#afafaf;
}
.footer_text a:hover{
	color:#264885;
}
.footer_text_active{
	margin:0;
	padding:20px 6px;
	font-size:11px;
	color:#264885;
}
/*-------------------------*/
