/* 
    Document   : lakejump
    Created on : May 1, 2010, 5:01:31 PM
    Author     : dario
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td
{
    margin:0;
    padding:0;
}

body
{
    background: url(../images/background_blu.png) white top left repeat-x fixed;
    color: #000000;
    font-family: Arial,Helvetica,Verdana,sans-serif;
    font-size: 12px;
}

img {
    border: none;
}

a:link {
    color:#800000;
    text-decoration:none;
}
a:visited {
    color:#800000;
    text-decoration:none;
}
a:hover {
    color:#800000;
    text-decoration:underline;
}
a:active {
    color:#800000;
    text-decoration:underline;
}

root { 
    display: block;
}

iframe
{
    position: fixed;
    left: 5px;
    top: 5px;
    z-index: 3;
}

.body_wrap
{
    background-color: transparent;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: absolute;
}

.sfondo_sabbia
{
    background: url(../images/background_maron.png) transparent bottom left repeat-x fixed;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: fixed;
    z-index: -3;
}

.body_wrap_sx
{
    background: url(../images/back_sx.png) transparent bottom left no-repeat;
    width: 316px;
    height: 90%;
    margin: 0;
    position: fixed;
    z-index: -1;
}

.body_wrap_dx
{
    background: url(../images/back_dx.png) transparent bottom right no-repeat;
    width: 344px;
    height: 90%;
    margin: 0;
    position: fixed;
    right: 0;
    padding-left: 20px;
    z-index: -2;
}

.body_wrap_header
{
    margin: 0 auto;
    height: 90px;
}

.body_wrap_center
{
    background: url(../images/back_centro.png) transparent top left repeat;
    margin: 0 auto;
    width: 600px;
    padding: 0;
}

.testa
{
    position: relative;
    margin: 0;
    width: 100%;
    height: 40px;
}

.page_intro
{
    width: 800px;
    height: 800px;
    margin: 0 auto;
}

.intro
{
    background: url(../images/intro_back.png) transparent top center no-repeat scroll;
    width: 100%;
    height: 586px;
    margin: 0 auto;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    margin-top: 100px;
}

.mostro
{
    background: url(../images/intro_kid.png) transparent top center no-repeat scroll;
    width: 100%;
    height: 610px;
    margin: 0 auto;
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    margin-top: 10px;
}

.contatore
{
    width: 800px;
    height: 55px;
    position: absolute;
    top: 640px;
    margin-left: 260px;
    text-align: center;
}

.entra
{
    background: url(../images/entra.png) transparent top center no-repeat;
    width: 800px;
    height: 64px;
    position: absolute;
    margin: 0 auto;
    top: 720px;
    cursor: pointer;
}

.menu_title
{
    bottom:0;
    left:0;
    position:fixed;
    width:100%;
    z-index:120;
}

#toggle
{
    background: url(../images/title.png) transparent top center no-repeat;
    height:245px;
    margin:0 auto;
}

#toggle a, #toggle a:hover, #toggle a:visited, #toggle a:active {
    display:block;
    height:245px;
    outline:medium none;
    width:100%;
}

.collapse_shell
{
    background-color: transparent;
}

#collapse
{
    width: 1000px;
    margin: 0 auto;
    padding: 0;
}

.nav
{
    height: 65px;
    display: block;
}

.video_sotto
{
    z-index: -1;
}

input.testo {
    border:1px solid;
    border-color: #800000;
    font-size: 10px;
}

input.btn {
    border-top: 10px;
    color:#FFFFFF;
    font-family:tahoma,verdana,arial,helvetica;
    font-size:84%;
    font-weight:bold;
    background-color:#d40000;
    border:1px solid;
    border-color:#800000;
}

.chisiamo_main
{
    width: 560px;
    text-align: justify;
    padding-bottom: 200px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    margin: 0 auto;
}

.iscriviti_main
{
    width: 400px;
    margin: 0 auto;
    padding-bottom: 300px;
}

.iscriviti_reg tbody tr td
{
    padding: 2px;
}

