#hand_pic_what {
    background: url(../images/hand_what_chill.png) left no-repeat;
}

#hand_pic_how {
    background: url(../images/hand_how_chill.png) left no-repeat;
}

#hand_pic_who {
    background: url(../images/hand_who_chill.png) left no-repeat;
	height:150px;
}

#hand_pic_wich {
    background: url(../images/hand_which_chill.png) left no-repeat;
}


#dload_tit {
    position: absolute;
    display: block;
    background: url(../images/techchilltit.png) top no-repeat, url(../images/techchillbg.jpg) left no-repeat;
    left: 30px;
    top: 186px;
    width: 244px;
    height: 488px;
    border: 0px solid green;
}

#dload {
    position: absolute;
    display: block;
    background: url(../images/techchill_dload_tile.png) left repeat-x;
    left: 84px;
    top: 552px;
    width: 190px;
    height: 106px;
    padding-top: 10px;
    padding-right: 10px;
    text-align: right;
}

.dload1 {
    text-align: right;
    font: bold 100% sans-serif;
    font-family: calibri;
    line-height: 0.5;
    color: #9fceff;
    background: none;
    font-size: 15pt;
    letter-spacing: 2px;
}

.dload2 {
    text-align: right;
    font: bold 100% sans-serif;
    font-family: calibri;
    line-height: 0.5;
    color: #9fceff;
    background: none;
    font-size: 21pt;
}

.dload_arr2 { /* use this for full-square link without effects */
    position: absolute;
    display: block;
    width: 57px;
    height: 57px;
    left: 133px;
    top: 49px;
    background: url(../images/chill_dload_arr.png);
}

/* use this when we restore nice effects
a.dload_arr2 {
    position: absolute;
    display: block;
    width: 57px;
    height: 57px;
    left: 133px;
    top: 49px;
    background: url(../images/chill_dload_arr.png);
}

    a.dload_arr2:hover {
        background-position: 0 -57px;
    }
*/
.dloadzone_bg {
    position: relative;
    display: block;
    background:  url(../images/chill_footpic.jpg) no-repeat, url(../images/chill_foottile.png) repeat-x;
    margin-left: auto;
    margin-right: auto;
    height:288px;
}

.dloadzone {
    position: relative;
    display: block;
    border: 0px solid green;
    margin-left: auto;
    margin-right: auto;
    height:288px;
    width: 1000px;
}

.dload_title{
    position: relative;
    display: block;
    background: url(../images/techchill_dload_tit.png) no-repeat;
    height:68px;
    width: 244px;
}

a.dload_block { /* block for 1 item download info*/
    position: absolute;
    display: block;
    right: 190px;
    height: 123px; /* defines location of the bottom background image */
    width: 600px; /* ~300 + extra 300: needed spare width, for handheld devices */
    /*border: 1px solid orange;*/
	text-align:right;
	line-height: 0.5;
	background: url(../images/dl_chill.png)right no-repeat;
	font: bold 18pt Calibri;
    color: #fff; 
	transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    -webkit-transition: 0.8s;
}

a.dload_block:hover { /* block for 1 item download info*/
    position: absolute;
    display: block;
    right: 190px;
    height: 123px; /* defines location of the bottom background image */
    width: 600px; /* ~300 + extra 300: needed spare width, for handheld devices */
    /*border: 1px solid orange;*/
	text-align:right;
	line-height: 0.5;
	background: url(../images/dl_chill_hov2.png)right no-repeat;
	color: #4fdcff; 
	transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    -webkit-transition: 0.8s;
}


.dload_text{
    position: absolute;
    display: block;
    top: 22px;
    right: 130px;
	font: bold 18pt Calibri;

    /*border: 2px solid blue;*/
}


.dload_pic_chill {
    background: right bottom no-repeat url(../images/free_dld.png);
    top: 60px;
}

    .dload_pic_chill:hover {
        background: right bottom no-repeat url(../images/free_dld_hov_ch.png);
        top: 60px;
    }

#chillNoteWin8 {
    position: relative;
    top: 140px;
    left: 609px;
    height: 42px;
    padding: 20px 10px 5px 25px;
    font: 13px Calibri;
    color: #fff;
    background: #00d;
    transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    -webkit-transition: 0.8s;
}

    #chillNoteWin8:hover {
        color: #000;
        background: #4fdcff;
        transition: 0.8s;
        -moz-transition: 0.8s;
        -o-transition: 0.8s;
        -webkit-transition: 0.8s;
    }

