#float_header {
background: #FCFCFC;
opacity: 0.95;
z-index: 10000;
position: fixed;
top: 0;
left: 0;
width: 100%;
-webkit-box-shadow: 0 0 10px #3A3A3A;
-moz-box-shadow: 0 0 10px #3A3A3A;
-ms-box-shadow: 0 0 10px #3A3A3A;
-o-box-shadow: 0 0 10px #3A3A3A;
display: none;
}
.float_header_inner {
width: 974px;
margin: 0 auto;
}
#float_header #logo {
float: left;
}
#float_header #logo img {
height: 44px;
padding: 10px 0;
}
#float_header .contacts {
float: right;
margin-top: 15px;
}
#float_header .contacts p {
float: left;
margin-right: 0px;
}
#float_header .contacts .lessonButton {
float: right;
margin-left: 6px;
}
#float_header:after,
#float_header .contacts:after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}
#float_header .contacts img {
height: 40px;
width: auto;
}




#float_header .contact {
float: right;
margin-top: 15px;
}
#float_header .contact p {
float: left;
margin-right: 0px;
}
#float_header .contact .lessonButton {
float: right;
margin-left: 6px;
}
#float_header .contact:after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}
#float_header .contact img {
height: 40px;
width: auto;
}