* {
    margin: 0;
    padding: 0;
    font-family: "Arial";
    font-size: 97%;
    font-style: normal;
    outline: none !important;
    color: #565656;
}

body {
    background: url(../img/body_bg.jpg) top left repeat-x #fefefe; 
}

a {
    color: #05a5ef;
}

a:hover {
    color: #53c1f4;
}

.clear {
    clear: both;
    height: 0px;
    line-height: 0px;
    font-size: 0px;
}

.wrapper {
    width: 970px;
    margin: 0 auto;
}

.header {
    position: relative;
    height: 113px;
    zoom: 1;
}

.header .logo {
    left: 0px;
    bottom: 0px;
}

.header .phone {
    right: 0px;
    top: 72px;
}

.header .logo,
.header .phone {
    position: absolute;
}

.content {
    padding-top: 65px;
}

.content .column {
    float: left;
    width: 180px;
    padding-right: 60px;
}

.content .column p {
    padding-top: 20px;
    line-height: 18px;
}

.content .column ul {
    list-style: none;
    padding-top: 20px;
}

.footer p {
    float: left;
}

.content .rotator table {
    width: 100%;
}

.content .rotator td {
    text-align: center;
    width: 24%;
}

.content .rotator .left {
    text-align: left;
}

.content .rotator .right {
    text-align: right;
}

.content .rotator .group {
    width: 100% !important;
    padding-top: 85px;
    height: 70px;
    overflow: hidden;
}

.footer {
    padding-top: 85px;
    padding-bottom: 30px;
}

.footer span {
    color: #05a5ef;
}

.footer a {
    float: right;
}

.footer p,
.footer a,
.footer span {
    font-size: 95%;
}
