@charset "utf-8";
/* CSS Document */

/* ------------------ reset.css -- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

.clear {
    clear: both;
}
/* ----------------- layout.css -- */

body {
    height: 900px;
}

#wrapper {
	background: url(../img/bg.wrapper.jpg) 50% 0 repeat-x;
	padding: 0 0 20px 0;
}

#holder {
	height: 800px;
	margin: 0 auto;
	position: relative;
	width: 900px;
}

#logo {
	background: url(../img/im.logo.jpg) 0 0 no-repeat;
	height: 78px;
	left: 40px;
	position: absolute;
	top: 28px;
	width: 276px;
}

#logo h1 a {
	display: block;
	width: 276px;
	height: 78px;
}

#teaser {
	background: url(../img/im.purevision.png) 0 0 no-repeat;
	height: 76px;
	position: absolute;
	right: 29px;
	top: 29px;
	width: 157px;
}

#legal {
	background: url(../img/bg.legal.png) 0 0 no-repeat;
	height: 240px;
	left: 160px;
	position: absolute;
	top: 220px;
	width: 550px;	
}

#legal form {
	margin: 0;
	padding: 0;
}

#legal form input {
	border: none;
	position: absolute;
	margin: 0;
	padding: 0;
	font: 30px bold Tahoma, Verdana, sans-serif;
	color: #a4a4a4;
	text-align: center;
}
.day { top: 110px; left: 66px; width: 63px; height: 50px; }
.month { top: 110px; left: 140px; width: 62px; height: 50px; }
.year { top: 110px; left: 214px; width: 85px; height: 50px; }
#legal form button { background: url(../img/bg.logo.png); width: 155px; height: 64px; border: none; position: absolute; top: 104px; left: 310px; }


#bottle {
    display: block;
	background: url(../img/bg.bottle.png) 0 0 no-repeat;
	height: 440px;
	position: absolute;
	top: 140px;
	left: 7px;
	width: 200px;
}

#player {
	background: url(../img/bg.player.jpg) 0 0 no-repeat;
	height: 430px;
	left: 200px;
	position: absolute;
	top: 110px;
	width: 720px;
}

#player-container {
	height: 353px;
	left: 41px;
	position: absolute;
	top: 38px;
	width: 619px;
}

#waiting {
	background: url(../img/bg.waiting.jpg) 0 0 no-repeat;
	height: 353px;
	left: 41px;
	position: absolute;
	top: 38px;
	width: 619px;
}

#footer {
    width: 855px;
    height: 225px;
    position: absolute;
    top: 635px;
    margin: 0 0 0 4px;
	background: url(../img/bg.footer.png) 0 0 no-repeat;
	padding: 20px 0 0 15px;
}

#pp, #tp, #prizes, #ss, #finlandia,
#itriomphe, #mbdragan, #consumar {
    display: block;
    text-indent: -10000px;
    width: 100px;
    height: 100px;
    float: left;
}

#pp {
    width: 168px;
    height: 125px;
}

#tp {
    margin: 0 0 0 47px;
    width: 165px;
    height: 125px;
}

#prizes {
    margin: 0 0 0 47px;
    width: 163px;
    height: 125px;
}

#ss {
    margin: 50px 0 0 49px;
    width: 205px;
    height: 50px;
}

#finlandia {
    margin: 41px 0 0 0;
    width: 70px;
    height: 50px;
}

#finlandia {
    margin: 41px 0 0 0;
    width: 70px;
    height: 50px;
}

#itriomphe {
    margin: 55px 0 0 10px;
    width: 100px;
    height: 25px;
}

#mbdragan {
    margin: 55px 0 0 10px;
    width: 85px;
    height: 25px;
}

#consumar {
    margin: 65px 0 0 10px;
    width: 160px;
    height: 12px;
}

#textbox {
	position: absolute;
	top: 100px;    
	left: 190px;
    width: 570px;
    height: 470px;
	background: url(../img/bg.box.png) 0 0 no-repeat;
    padding: 40px 70px;
}

#textbox.prizes {
    padding: 40px 310px 40px 50px;
}

#prizes_bg {
    width: 235px;
    height: 365px;
    position: absolute;
    top: 47px;
    left: 428px;
	background: url(../img/bg.prizes.png) 0 0 no-repeat;
}

#textbox #up_arrow, #textbox #down_arrow {
    display: block;
    width: 335px;
    height: 34px;
    text-indent: -10000px;
    margin: auto;
}
    #textbox #text {
        margin: 15px 0;
        height: 290px;
    }

    #textbox.prizes {
        width: 335px;
    }

    #textbox #up_arrow {
        background: url(../img/img.arrow_up.png) top left no-repeat;    
    }

    #textbox #down_arrow {
        background: url(../img/img.arrow_down.png) top left no-repeat;    
    }
    
    #text {
        color: #525252;
        font-family: Arial;
        overflow: hidden;
    }

        #text h1 {
            font-size: 24px;
            width: 250px;
            margin: 0 0 20px 0;
        }

        #text p {
            font-size: 12px;
            line-height: 18px;
            margin: 0 0 20px 0;
        }

        #text #left, #text #right {
            width: 270px;
            float: left;
        }

        #text #right {
            margin: -40px 0 0 30px;
        }
        
#logo h1, #teaser h2, #bottle h2 {
	text-indent: -9999px;
}


