html {
    height: 100%;
    padding: 0;
    margin: 0;
    background: #F5F5F5;
}

body {
    height: 100%;
    padding: 0;
    margin: 0;
    color: #000;
    /*background: #FFFFFF url('http://www.forex4you.co.id/landing_pamm_investor/img/promo-bg.png') repeat-x 0 119px;*/
    background: #F5F5F5;
    font: 12px Arial, Helvetica, sans-serif;
}

#outer {
    width: 960px;
    padding: 0 25px 25px 25px;
    background: #FFFFFF url('http://www.forex4you.co.id/landing_pamm_investor/img/promo-bg.png') repeat-x 0 119px;
    border: 1px solid #D7D7D7;
    margin: 0 auto;
}

#wrapper {
    margin: 0 auto;
    width: 900px;
}

img { border: 0; }
div { display: block; overflow: hidden; }

a {
    moz-outline: 0;
    outline: 0;
}

#header {
    height: 90px;
}

#logo {
    padding: 30px 0;
    width: 225px;
    float: left;
}

#logo a {
    display: block;
    width: 142px;
    height: 25px;
    text-indent: -9999px;
    background: url('../img/logo.png') no-repeat 0 0;
}

#promo-text {
    width: 652px;
    padding: 30px 23px 30px 0;
    overflow: hidden;
}

#promo-block {
    width: 100%;
    height: 280px;
    padding-right: 23px;
}

#promo-tabs {
    width: 243px;
    float: right;
    margin-top: 15px;
}

    .tab, .tabActive {
        float: left;
        height: 36px;
        text-indent: -9999px;
    }

        .tab a {
            display: block;
            height: 29px;
        }

#promo-button {
    float: right;
    margin-top: 136px;
    clear: both;
}

    #promo-btn-invest, #promo-btn-trader {
        text-indent: -9999px;
    }

#details {
    margin-top: 30px;
}

.detailsBg {
    background: transparent url('../img/tools-bg.png') no-repeat 0 10px;
}

.block, .blockBtn {
    width: 25%;
    float: left;
    height: 140px;
    font-weight: bold;
}

#blockBtn {
    font-weight: bold;
    font-size: 11px;
    color: #666;
}

.block .tools {
    height: 60px;
    display: block;
    clear: both;
}

.block a {
    display: block;
    font-size: 13px;
    text-decoration: none;
    color: #333;
}

    .block a:hover + .blockArrow {
        /*display: none;*/
    }

    .blockIcon {
        height: 49px;
        float: left;
        background: transparent url('http://www.forex4you.co.id/landing_pamm_investor/img/tools.png') no-repeat 0 0;
    }

        .i1 { width: 48px; }
        .block a:hover .i1 { background-position: -48px 0; }
        .i2 { width: 77px; background-position: -96px 0; }
        .block a:hover .i2 { background-position: -173px 0; }
        .i3 { width: 59px; background-position: -250px 0; }
        .block a:hover .i3 { background-position: -309px 0; }
        .i4 { width: 50px; background-position: -368px 0; }
        .block a:hover .i4 { background-position: -418px 0; }
        .i5 { width: 73px; background-position: -468px 0; }
        .block a:hover .i5 { background-position: -541px 0; }
        .i6 { width: 78px; background-position: -614px 0; }
        .block a:hover .i6 { background-position: -692px 0; }
        .i7 { width: 90px; background-position: -770px 0; }
        .block a:hover .i7 { background-position: -860px 0; }
        .i8 { width: 75px; background-position: -950px 0; }
        .block a:hover .i8 { background-position: -1025px 0; }


    .blockArrow {
        width: 21px;
        height: 21px;
        margin: 15px 10px 0 10px;
        float: left;
        background: transparent url('http://www.forex4you.co.id/landing_pamm_investor/img/arrow.png') no-repeat 0 0;
    }


    #promo-button-small {
        margin: 6px 0 0 20px;
    }

        #promo-btn-invest-small, #promo-btn-trader-small {
            text-indent: -9999px;
        }

#trade-block {
    background: #FCFCFC;
    border: 1px solid #DBDBDB;
    color: #666;
    font-weight: bold;
    margin-right: 23px;
    text-align: center;
    padding: 25px 40px;
}

    #trade-block span {
        display: block;
        margin-top: 5px;
    }

#footer {
    margin-top: 65px;
}

#footer, #footer a {
    color: #555;
}

    #copyrights {
        float: right;
        padding-right: 23px;
    }

#big-tooltip {
    position: absolute;
    overflow: visible;
}

    #tooltip-arrow {
        width: 9px;
        height: 19px;
        position: absolute;
    }

        .ArrowL {
            background: transparent url('../img/tooltip-arrow-l.png') no-repeat 0 0;
            top: 18px;
            left: -8px;
        }

        .ArrowR {
            background: transparent url('http://www.forex4you.co.id/landing_pamm_investor/img/tooltip-arrow-r.png') no-repeat 0 0;
            top: 18px;
            right: -8px;
        }

        .ArrowU {
            width: 19px !important;
            height: 9px !important;
            background: transparent url('../img/tooltip-arrow-u.png') no-repeat 0 0;
            top: -8px;
            right: 18px;
        }

    #tooltip-box {
        position: relative;
        width: 388px;
        height: 77px;
        border: 1px solid #a6e058;
        background: #FFF;
        font-size: 12px;
        font-weight: bold;
        color: #666;
        padding: 30px;
    }