div#footerf {
	clear: both;
    background: #303338;
    padding: 20px 0 30px;
	color: #596169;
}
.footertags {
    clear: both;
    width: 960px;
    overflow: auto;
    margin: 0 auto;
    text-align: center;
}
.footertags a {
    text-decoration: none;
    color: #c9d3d5;
    padding-right: 10px;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.footertags a:hover{
    color: #1BA600;
}
.footerline {
    border-bottom: 1px solid #404348;
    padding-bottom: 30px;
}
.footerpoisk {
    background: #303338;
    padding: 20px 0 30px;
}
.pcontent {
    clear: both;
    width: 960px;
    overflow: auto;
    margin: 0 auto;
}
input#binpsrch {
    width: 836px;
    border: 0;
    padding: 0 5px;
    height: 30px;
    margin: 0;
    color: #8a8e99;
    float: left;
    font-size: 10px;
    -webkit-appearance: none;
    background: #5b5e65;
}
a.sbtn {
    width: 113px;
    background: #1ba600;
    display: block;
    height: 23px;
    padding: 7px 0 0 0;
    float: left;
    font-size: 14px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
a.sbtn:hover {
    background: #5b5e65;
}
.footermenu {
	width: 960px;
    overflow: auto;
    margin: 0 auto;
	padding: 20px 0 30px;
    border-bottom: 1px solid #404348;
	    display: none;
}
.footercopy {
    width: 960px;
    margin: 0 auto;
    padding-top: 20px;
    text-align: center;
    color: #596169;
    font-size: 11px;
    padding: 15px 0;
}