/** Page design
----------------------- */
#rs-wrapper {
    background-color: #000000;
    height: 127px;
    left: 0; 
    min-width:974px;
    position: fixed;
    right: 0; 
    text-align: left;
    top: 0;
    z-index: 14;
}

#rs-header {
    height: 127px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 974px;
    z-index: 15;
}

#rs-logotype {
    position: absolute;
    right: 0;
    top: 18px;
    z-index: 15;
}

#rs-logotype a {
    background-image: url('images/logotype.png');
    background-repeat: no-repeat;
    display: block;
    height: 32px;
    width: 202px;
}

#rs-logotype:hover, #rs-logotype a:hover {
    cursor: pointer;
}

#rs-topfade {
    background: url('images/topfade.png');
    background-position: center;
    background-repeat: no-repeat;
    height: 127px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 8;
    _left: auto; /* IE6 */
    _width: 1200px; /* IE6 */
    _margin-left: -110px; /* IE6 */
}

#rs-navigation {
    left: 20px;
    position: absolute;
    top: 85px;
    z-index: 15;
}

#rs-floweffect {
    background: url('images/floweffect.png') no-repeat;
    height: 127px;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 319px;
}

#rs-campaign {
    left: 0;
    min-width: 974px;
    position:relative;
    right: 0;
    text-align: left;
    top:127px;
    z-index:0;
}

#rs-pagefade {
    background: url('images/backfade.png') repeat-x;
    height: 430px;
    left: 0px; 
    margin-top:127px;
    min-width: 974px;
    position: absolute;
    right: 0px;
    width: 100%;
    z-index: 3;
}

#doc4 {
    padding-top:20px;
    position: relative;
    top: 127px;
    width: 974px;
    z-index: 4;
}

#yui-main {
    padding-left: 20px;
    border-right: 1px #ccc solid;
    width: 685px;
    _border: 0; /* IE6 */
}

#rs-dialog {
    display: none;
}
