body {
    background-image: url(../images/slices/lightening.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #061335;
}

div.catalogue-pic {
    position: absolute;
    top: -14px;
    left: 45%;
    z-index: 5000;
}

div.catalogue-pic a.catalogue-seg1 {
    width: 276px;
    height: 223px;
    display: block;
    background-image: url(../images/home_extras/catalalogue_p1.png);
    background-repeat: no-repeat;
    border: 0;
    text-decoration: 0;
    margin: 0;
    padding: 0;
}

div.catalogue-pic span.catalogue-seg2 {
    width: 127px;
    height: 68px;
    display: block;
    background-image: url(../images/home_extras/catalogue_p2.png);
    background-repeat: no-repeat;
    border: 0;
    text-decoration: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 61px;
    left: 225px;
    z-index: 5001;
}

div.catalogue-pic span.catalogue-seg3 {
    width: 397px;
    height: 339px;
    display: block;
    background-image: url(../images/home_extras/catalogue_p3.png);
    background-repeat: no-repeat;
    border: 0;
    text-decoration: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 95px;
    left: 433px;
    z-index: 5001;
}

.body {
    color: #000000;
    font-size: 13px;
    font-family: Verdana;
    text-align: justify;
    line-height: 110%;
    vertical-align: top;
}

.bodybold {
    color: #000000;
    font-size: 12px;
    font-family: Verdana;
    font-weight: bold;
}

.title {
    font-family: Verdana;
    font-size: 13px;
    font-weight: bold;
    color: #FFFFFF;
}

.footer {
    color: #FFFFFF;
    font-size: 9px;
    font-family: Verdana;
}

a:link {
    color: #131f48;
    text-decoration: underline;
}

a:visited {
    color: #000000;
    text-decoration: none;
}

a:hover {
    color: #000000;
    text-decoration: underline;
}

a:active {
    color: #000000;
    text-decoration: none;
}

.wrapper {
    width: 914px;
    position: relative;
    margin: 0 auto;
}


/* *****************
logo fixes 
*************** */

#badge {
    position: absolute;
    top: 106px;
    left: 45px;
}

div.tit-lft {
    position: relative;
    width: auto;
    min-height: auto;
    padding: 20px 40px;
    text-align: center;
}

div.tit-lft img {
    width: auto;
}

div.rgt {
    display: none;
}

@media screen and (max-width:479px) {
    div.tit-lft {
        background-image: url('../images/header-badge-stacked.png');
        background-position: center center;
        background-position: center 58%;
        background-size: 76% auto;
        height: 128px;
        width: 80%;
    }
    div.tit-lft img {
        display: none;
    }
}
