* {
	margin: 0;
}
html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 100%;
	margin: 0px auto -41px;
	position: relative;
}
.layout {
	width: 980px;
	margin: 0 auto;
    padding: 40px 0;
}
.header {
	height: 106px;
}
.footer, .push {
	height: 40px;
}
.footer {
	position: relative;
	width: 980px;
	margin: 0 auto;
}
.clear {
    clear: both;
}
.header .logo {
    float: left;
}
.header .phone {
    float: right;
    height: 100%;
    position: relative;
    width: 250px;
}
.header .phone div {
    position: absolute;
    bottom: 0;
    right: 0;
}
.content {
    margin: 40px 0 0 0;
}
.pri {
    width: 720px;
    float: right;
}
.sec {
    width: 260px;
    float: left;
}
.navy {
    width: 50px;
    float: left;
    margin-right: 15px;
}
.menu {
    float: left;
    width: 180px;
}