/* liquidmedia.css */

body {
    font-family: Meta-Normal, Helvetica, Arial, sans-serif;
    font-size: 90%;
    color: #4f5151;
    line-height: 1.2em;
}

div#logo {
    position: absolute;
}

div#logo address {
    padding: 0.7em 0;
}

div#drop-lh {
    position: fixed;
    bottom: -160;
    left: -305;
    z-index: -5;
}

div#drop-rh {
    position: fixed;
    right: -285;
    top: 70;
    /* bottom: 100; */
    z-index: -5;
}

div#header {}

div#navigation {}

div#content {
    position: absolute;
    top: 140px;
    left: 275px;
    margin-right: 15%
}
    
div#content ul#customers {
    list-style-type: none;
    text-align: center;
}

div#content ul#customers li {
    vertical-align: middle !important;
    display: inline;
}

div#content ul#customers li img {
    padding: 0.7em 1em;
}

div#sidebar {}

div#footer {}


address {
    font-style: normal;
}
