*{
    margin:0;
    padding:0;
}
html,body{
    height:100%;
    min-width:726px;
}
body{
    background:url(/tpl/casinoends/images/deco_background_main.jpg) #000 50% 0 no-repeat;
    font:12px/14px Helvetica, Arial, sans-serif;
    color:#000;
}
    body#page_download{
        background:url(/tpl/casinoends/images/deco_background_download.jpg) #000 50% 0 no-repeat;
    }

#wrapper, #footer div{
    width:726px;
    margin:auto;
}
#wrapper{
    min-height:100%;
    position:relative;
}   /* footer support */
    #wrapper:after{
            background:red;
            content:"This is footer support. Do not remove.";
            content:"…";
            display:block;
            width:100%;
            height:53px;
            visibility:hidden;
            overflow:hidden;
    }
/* Main
----------------------------------------------*/
#main{padding:570px 0 0;}

/* Download collection block */
#block_download_collection{}
/* header */
#block_download_collection h3{
    background:url(/tpl/casinoends/images/text_download_collection.png) 132px 100% no-repeat;
    height:67px;
    position:relative;
    z-index:1;
}   /* button (top) */
        #button_download_collection{
            background:url(/tpl/casinoends/images/sprite_button_download_collection.jpg) 0 0 no-repeat;
            text-indent:-8875em;
            display:block;
            width:397px;
            height:256px;
            position:relative;
            margin:-65px 0 -16px 146px;
        }
            #button_download_collection:hover{background-position:0 -259px;}
/* Games collection
----------------------------------------------*/
#block_games{
    background:url(/tpl/casinoends/images/text_games_collection.png) 50% 0 no-repeat;
    margin-right:-10px;
    padding:58px 0 11px;
    overflow:hidden;
    position:relative;
    z-index:1;
}
    #block_games li{
        background:url(/tpl/casinoends/images/deco_game_plate.jpg) 0 0 no-repeat;
        list-style:none;
        width:175px;
        height:163px;
        margin:0 9px 8px 0;
        position:relative;
        float:left;
    }
        #block_games li h4{
            font:900 14px/27px Tahoma, Sans-serif;
            text-align:center;
            white-space:nowrap;
            color:#010101;
            height:30px;
        }
        /* images */
        #block_games li img{
            background:url(/tpl/casinoends/images/generic_checker.png) #666;
            border:1px solid #000;
            font:900 14px/124px Sans-serif;
            color:#fff;
            letter-spacing:0.3pt;
            text-align:center;
            width:166px;
            height:124px;
            position:absolute;
            top:33px;
            left:4px;
        }
/* button (bottom) */
#button_download_small{
    background:url(/tpl/casinoends/images/sprite_button_download_small.jpg) 0 0 no-repeat;
    display:block;
    width:433px;
    height:196px;
    margin:auto auto 18px;
    position:relative;
}
    #button_download_small:hover{background-position:0 100%;}
/* Download 
----------------------------------------------*/
#page_download #wrapper{
    min-height:750px;
    height:100%;
}
#page_download #main{padding:313px 0 50px;}
#block_download{
    padding:23px 0 0 289px;
    position:relative;
}
    #select_download{width:12em;}
    #block_download h5{
        font:900 14px/20px Tahoma, Sans-serif;
        color:#fff;
        margin:3px 0 8px;
    }
        #block_download h5 span{color:#d92d06;}
            #block_download h5 span.number{color:#00fcff;}

    #block_download p{
        font:11px/14px Tahoma, Sans-serif;
        color:#c9c9c9;
        margin:0 0 17px;
    }
    /* input */
    #input_download{
        width:11em;
        height:24px;
        font:18px/30px Tahoma, Sans-serif;
        padding:6px 6px 6px 6px;
    }
    /* submit */
    #submit_download{
        background:url(/tpl/casinoends/images/sprite_button_submit.png) 0 0 no-repeat;
x       display:block;
        width:174px;
        height:63px;
        position:absolute;
        top:114px;
        right:35px;
        border:0;
        cursor:pointer;
    }
        #submit_download:hover{background-position:0 100%;}
/* Footer
----------------------------------------------*/
#footer{
    line-height:20px;
    color:#6f6f6f;
    clear:both;
    position:absolute;
    width:100%;
    height:53px;
    margin-top:-53px;
}
    #footer p{
        font-size:11px;
        line-height:14px;
        color:#535a4a;
        text-align:center;
    }

/* Progressive
----------------------------------------------*/
/* adaptive markup */
@media screen and (max-width:720px){

    #block_games{
        width:600px;
        margin:auto;
    }

}

/* Generic
----------------------------------------------*/
label:hover input{outline:1px solid orange;}
/* typographics */

/* hidden text */
h1 span, .image-replacement span{display:none;}
#button_download_small, #submit_download{text-indent:-8653px;}
/* decorations */
.deco{
    width:100%;
    height:100%;
    position:absolute;
        background:red;
        opacity:.5;
}
