body {
    font-family: Arial;
    font-size: 12px;
    color: rgb(88,88,88);
    line-height: 24px;
    padding-top: 25px;
}

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

.text-centered {
    text-align: center;
}

.main-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

header.main {
    border-bottom: 4px solid rgb(232,81,28);
    margin-bottom: 20px;
    height: 102px;
}

header.main h1 {
    width: 221px;
    height: 82px;
    background: url('../img/logo.png') no-repeat;
    padding: 0;
    margin: 0 0 20px 0;
}

header.main h1 a {
    display: block;
    height: 100%;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

header.main .main-menu {
    margin-top: 62px;
}

header.main .main-menu ul li {
    float: left;
    margin-left: 1px;
}

header.main .main-menu ul li a {
    display: block;
    font-size: 23px;
    background: rgb(88,88,88);
    padding: 10px 30px;
}

header.main .main-menu ul li.active a {
    background: rgb(232,81,28);
}

footer.main {
    margin-top: 20px;
    margin-bottom: 20px;
    background: rgb(242,240,241);
    padding-top: 12px;
}

footer.main .main-menu {
    float: left;
    width: 100%;
}

footer.main .main-menu ul li {
    display: inline;
    border-right: 1px solid rgb(88,88,88);
}

footer.main .main-menu ul li:last-child {
    border: none;
}

footer.main a {
    color: inherit;
}

footer.main a:hover {
    text-decoration: underline;
}

footer.main .main-menu a {
    padding: 3px 4px 3px 6px;
    text-transform: uppercase;
}

.main-content {
    background: url('../img/background.png') no-repeat bottom right rgb(243,241,241);
    padding-bottom: 20px;
}

.main-content a {
    color: rgb(88,88,88);
}

.main-content a:hover {
    text-decoration: underline;
}

article {
    width: 97%;
}

.page-header {
    font-size: 23px;
    font-weight: normal;
    text-transform: uppercase;
    border: none;
    line-height: 1.5em;
    padding: 0;
    margin: 20px 0;
}

.offer-button {
    display: block;
    padding-top: 75px;
    height: 130px;
    text-align: center;
    font-size: 37px;
    text-transform: uppercase;
    line-height: 1.5em;
    background: rgb(88,88,88);
    font-weight: 600;
    width: 47%;
    float: left;
    margin-left: 20px;
}

.main-content .offer-button {
    color: #fff;
}

.main-content .offer-button:hover {
    text-decoration: none;
}

.offer-button:hover {
    background: rgb(232,81,28);
}

.offer-button:first-child {
    padding-top: 50px;
    height: 155px;
}

.offer-list {
    padding: 0;
    margin: 0 0 30px 13px;
    list-style: square;
}

.offer-list li {
    padding-left: 20px;
}

.offer-list img {
    margin-bottom: 10px;
}

.person-photo {
    margin: 0 20px 20px 0;
    float: left;
}

#map {
    padding-left: 40px;
}

#p11 {
    margin-right: 20px;
}