@charset "UTF-8";

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

html {
    background: #303030;
    height: 100%;
}

body {
    color: #000;
    font-family: sans-serif;
    font-size: 10pt;
}

.jsEnabled {
    display: none;
}

div#imagePreload {
    display: none;
}

div#canvas {
    margin: 0 auto;
    position: relative;
    width: 610px;
}

div#navigation {
    background: url(../images/navigation/background.png) left top no-repeat;
    height: 228px;
    left: 0;
    position: absolute;
    top: 228px;
    width: 505px;
}

    div#navigation ul {
        display: block;
        left: 4px;
        list-style: none outside;
        position: absolute;
        top: 40px;
    }

    div#navigation li {
        display: block;
        height: 28px;
        margin: 0;
        padding: 0;
        width: 96px;
    }

    div#navigation a.button {
        background: url(../images/navigation/greenButton.png) left top no-repeat;
        color: #f0f0f0;
        cursor: pointer;
        display: block;
        font-size: 9pt;
        height: 28px;
        line-height: 30px;
        margin: 0;
        padding-left: 11px;
        text-decoration: none;
        width: 96px;
    }
    div#navigation a.button:hover, div#navigation a.hover {
        background: url(../images/navigation/orangeButton.png) left top no-repeat;
        text-decoration: none;
    }

    div#navigation div.upDownButtons {
        left: 505px;
        position: absolute;
        top: 40px;
        width: 20px;
    }

        div#navigation div.upDownButtons img {
            cursor: pointer;
            display: block;
            height: 38px;
            margin-bottom: 4px;
            width: 20px;
        }

div#container {
    background: url(../images/common/containerBackground.png) center top repeat-y #303030;
    left: 115px;
    padding-top: 6px;
    position: absolute;
    top: 0;
    width: 380px;
}

    div#container div.topLink {
        height: 0;
        position: relative;
        width: 420px;
    }

        div#container div.topLink a.toTop {
            height: 76px;
            position: absolute;
            right: 0;
            top: 0px;
            width: 40px;
        }

    div#container div.box {
        background: #1f1f1f;
        color: #fff;
        height: 216px;
        margin: 0 auto 12px auto;
        overflow: hidden;
        position: relative;
        width: 288px;
    }

        div#container div.box h2 {
            display: block;
            font-family: serif;
            font-size: 1.1em;
            font-weight: bold;
            padding: 9px 11px 6px 11px;
            text-align: center;
        }

        div#container div.box p {
            line-height: 130%;
            margin: 0 11px 3px 11px;
            text-align: justify;
        }

            div#container div.box p a {
                color: #fff;
                text-decoration: underline;
            }
            div#container div.box p a:hover {
                text-decoration: none;
            }

        div#container div.box img.fullBox {
            height: 216px;
            width: 288px;
        }

        div#container div.box img.equipmentLogos {
            display: block;
            height: 41px;
            margin: 4px auto 7px auto;
            width: 200px;
        }

        div#container div.box img.referenceBubble {
            display: block;
            height: 41px;
            margin: 11px auto 0 auto;
            width: 200px;
        }

    div#container a.anchor {
        display: block;
        height: 1px;
        margin: -12px auto 11px auto;
        width: 288px;
    }

        div#container a.anchor img {
            height: 1px;
            width: 288px;
        }

