* {
    margin: 0;
    padding: 0;
    font-family: Tahoma, Verdana, Lucida, sans-serif;
    font-size: 11px;
    color: #fff;
}

body {
    font-size: 62.5%;
    margin-bottom: 40px;
}

html {
    background: #091543;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption, th, td {
    padding: 2px 8px 2px 0;
    text-align: left;
    font-weight: normal;
}

caption, th {
    font-weight: bold;
}

a {
    cursor: pointer;
}

    a img {
        border: 0;
    }

input,
textarea {
    margin: 8px 8px 0 0;
    padding: 3px;
    color: black !important;
}

input[type=text],
textarea {
    width: 300px;
}

fieldset {
    border: 0;
}

.field {
    margin-bottom: 10px;
}

.right {
    float: right;
}

.typography {
    margin: 4px 14px;
}

    .typography * {
        font-family: Tahoma, Verdana, Lucida, sans-serif;
        color: #c6e2f7;
    }

    .typography h1,
    .typography h2 {
        color: #fff;
    }

    .typography h1 {
        margin-top: 12px;
        margin-bottom: 14px;
        font-size: 16px;
    }

    .typography h2 {
        margin-bottom: 15px;
        font-size: 14px;
    }

    .typography p,
    .typography p * {
        font-family: Arial, Lucida, sans-serif;
        line-height: 1.5em;
        color: #c6e2f7;
    }

    .typography p {
        margin-bottom: 1em;
    }

        .typography p a {
            color: #f7cb1d;
        }

    .typography ul,
    .typography ol {
        margin: 0 0 18px 6px;
        list-style-image: url(/mysite/images/bullet.gif);
    }

        .typography li {
            margin: 9px 12px;
            font-size: 11px;
        }

            .typography li li {
                font-size: 10px;
            }

.clear {
    clear: both;
}

#BgContainer {
    margin: 0 auto;
    padding: 0 72px;
    width: 908px;
    min-height: 865px;
}

#Container {
    width: 908px;
    padding-bottom: 15px;
}

#Layout {
    width: 908px;
    clear: both;
    overflow: hidden;
    margin: 15px auto;
}

#Content {
    width: 908px;
    float: right;
    margin: 0;
    text-align: left;
}

#Header {
    width: 908px;
    margin: 0 auto;
    overflow: hidden;
}

    #Header h1 {
        color: #fff;
        font-size: 3.2em;
        font-family: Tahoma, Verdana, sans-serif;
        font-weight: 300;
        padding: 20px 0 0 30px;
    }

    #Header p {
        font-size: 1.4em;
        color: #fff;
        clear: left;
        margin: 0 0 0 100px;
    }

#LangMenu {
    float: right;
    margin-top: 20px;
}

    #LangMenu img {
        border: 0;
    }

#SlideShowContainer {
    float: right;
    clear: right;
    margin-top: 12px;
    border: 3px solid #bfddf3;
    padding: 2px;
}

#SlideShow {
    display: none;
}

#SlideShowContainer,
#SlideShow,
#SlideShow img {
    width: 542px;
    height: 182px;
}

#Navigation {
    width: 888px;
    margin: 18px 10px 20px;
    padding-top: 5px;
    overflow: hidden;
}

    #Navigation ul {
    }

        #Navigation ul li {
            list-style: none;
            margin: 0 2px;
            float: left;
            line-height: 2.8em;
            display: block;
        }

            #Navigation ul li a {
                float: left;
                text-decoration: none;
                display: block;
                height: 2.6em;
                font-size: 1.2em;
                padding: 0 0 0 10px;
                color: #fff;
            }

                #Navigation ul li a span {
                    text-align: center;
                    float: left;
                    padding-right: 10px;
                    height: 2.3em;
                    font-size: 14px;
                    font-weight: bold;
                }

                    #Navigation ul li a:hover {
                        background: #00a9ee;
                        color: #ffca3f;
                        cursor: pointer;
                    }

                    #Navigation ul li a:hover span {
                        background: #00a9ee;
                        color: #ffca3f;
                    }

                #Navigation ul li a.current,
                #Navigation ul li a.section,
                #Navigation ul li a.section:hover,
                #Navigation ul li a.current:hover {
                    background: #00a9ee;
                    color: #ffca3f;
                }

                #Navigation ul li a.current span,
                #Navigation ul li a.section span,
                #Navigation ul li a.section:hover span,
                #Navigation ul li a.current:hover span {
                    color: #ffca3f;
                }

#Breadcrumbs {
    padding-bottom: 32px;
}

#Footeri {
    margin-bottom: 50px;
}

    #Footer * {
        font-family: Arial, Lucida, sans-serif;
        font-size: 11px;
        color: #acd0f0;
    }

#FooterDnv {
    float: right;
    position: relative;
    top: -24px;
}

#FooterTop {
    margin: 14px 56px 6px 14px;
    border-top: 3px solid #426194;
}

#FooterLeft {
    margin: 0 14px;
}

#FooterRight {
    float: right;
    margin: 0 40px;
}

.innerFrame {
    margin: 0;
    padding: 10px;
    overflow: hidden;
}

.leftImage {
    float: left;
    margin-right: 16px;
}

.rightImages {
    float: right;
    margin-left: 16px;
}

.rightLink {
    text-align: right;
}

.equipmentAbstract {
    margin-bottom: 42px;
}

    .equipmentAbstract .leftImages img {
        float: left;
        margin-right: 48px;
        margin-bottom: 12px;
        border: 1px solid #699cd4;
        padding: 1px;
        width: 100px;
    }

.serviceAbstract {
    margin-top: 28px;
    border: 1px solid #699cd4;
}

    .serviceAbstract .innerFrame {
        padding: 14px;
        background: #3e78b7 url(/mysite/images/background-frame.jpg) repeat-x;
    }

    .serviceAbstract .rightImages img {
        display: block;
        margin-bottom: 12px;
        border: 1px solid #699cd4;
        padding: 1px;
        width: 100px;
    }

.projectAbstract {
    margin-top: 28px;
    border: 1px solid #699cd4;
}

    .projectAbstract .innerFrame {
        padding: 14px;
        background: #3e78b7 url(/mysite/images/background-frame.jpg) repeat-x;
    }

    .projectAbstract img {
        border: 1px solid #699cd4;
        padding: 1px;
        width: 100px;
    }

#ProjectImages {
    float: right;
    margin-left: 32px;
    /*border: 3px solid #699cd4;*/
    padding: 3px;
    width: 220px;
}

    #ProjectImages img {
        padding: 3px;
        width: 100px;
    }

#ProjectOverlay {
    display: none;
    width: 480px;
    height: 385px;
    background: url(/mysite/images/overlay/gray.png) no-repeat;
}

    #ProjectOverlay .placeHolder {
        position: absolute;
        right: 30px;
        top: 40px;
    }

    #ProjectOverlay .close {
        position: absolute;
        right: 5px;
        top: 5px;
        width: 35px;
        height: 35px;
        background-image: url(/mysite/images/overlay/close.png);
        cursor: pointer;
    }

#Map {
    float: left;
    margin: 20px 80px 0 0;
    width: 400px;
    height: 600px;
}

    #Map * {
        color: black;
    }

