@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:700);

@import url(http://fonts.googleapis.com/css?family=Droid+Serif:400,400italic);

* {
    padding: 0;
    border: 0;
    margin: 0;
}

body {
    font-family: 'Droid Serif', serif;
    font-size: 14px;
    color: #444f62;
}

#header {
    width: 100%;
    height: 106px;
    background: url(pics/bg-header.png) no-repeat center;
    margin: 75px 0 85px 0;
}

#logo {
    width: 243px;
    height: 106px;
    margin: 0 auto;
}

#logo img {
    display: block;
}

#main-image img {
    display: block;
    width: 100%;
}

#info {
    text-align: center;
    padding: 85px 0 115px 0;
}

#info h2 {
    font-size: 33px;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 14px;
}

#info p {
    width: 94%;
    padding: 0 3%;
    line-height: 22px;
}

#contact-header {
    background: #dddcd5;
    border-bottom: 2px #fff solid;
    padding: 35px 0 30px 0;
}

#contact-header h2 {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
}

#footer {
    background: #565655;
    color: #fff;
    line-height: 18px;
    font-style: italic;
    padding: 35px 0 65px 0;
}

#footer strong {
    font-family: 'Open Sans Condensed', sans-serif;
    font-style: normal;
    text-transform: uppercase;
}

#footer-header {
    text-align: center;
    margin-bottom: 60px;
}

#footer-content {
    width: 94%;
    padding: 0 3%;
    max-width: 960px;
    overflow: hidden;
    margin: 0 auto;
}

.float-element {
    float: left;
    margin-right: 60px;
}

.float-element.last {
    margin-right: 0;
}

span.tab {
    font-family: 'Open Sans Condensed', sans-serif;
    font-style: normal;
    text-transform: uppercase;
    display: block;
    float: left;
}

.t-55 {
    width: 55px;
}

.t-65 {
    width: 65px;
}

.t-135 {
    width: 135px;
}

a {
    color: #fff;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

@media screen and (max-width : 990px)  {
    .float-element {
        float: none;
        margin: 0 0 24px 0;
        }
}