/********************* CSS by Giampiero Chessa - www.nauticlab.com **********************/
/*
/*
/*
/*


/* ELEMENTO BODY */

body {
margin: 0px;
background-color: #333333;
}


/* BARRA DEL LOGO, PULSANTI E TWITTER */

#topbar {
width: 100%;
height: 92px;
float: left;
background-image: url(../images/bg_top.jpg);
}

#topbar #ct_topbar {
width: 960px;
height: 92px;
margin-left: auto;
margin-right: auto;
}

#topbar #ct_topbar #logo {
width: 270px;
height: 92px;
float: left;
}

#topbar #ct_topbar #navbar {
width: 600px;
height: 92px;
float: left;
}

#topbar #ct_topbar #socials {
width: 90px;
height: 44px;
padding-top: 48px;
float: left;
}

#topbar #ct_topbar #socials img.tw {
margin-right: 18px;
}


/* BARRA SPONSOR */

#sponsorbar {
width: 100%;
height: 200px;
float: left;
background-color: #4689a3;
border-bottom: 1px;
border-bottom-color: #ffffff;
border-bottom-style: solid;
}

#sponsorbar #sponsor {
width: 960px;
height: 175px;
margin-left: auto;
margin-right: auto;
margin-top: 10px;
margin-bottom: 25px;
}


/* AREA BAR */

#areabar {
width: 100%;
height: 60px;
float: left;
background-color: #f5f5f5;
}

#areabar #area {
width: 960px;
height: 60px;
margin-left: auto;
margin-right: auto;
}


/* PAGE */

#page {
width: 100%;
float: left;
background-color: #FFFFFF;
}

#page #in {
width: 960px;
margin-left: auto;
margin-right: auto;
}

#page #inmain {
width: 700px;
float: left;
}

#page #indx {
width: 240px;
height: 530px;
padding-left: 20px;
padding-top: 30px;
float: left;
background-image: url(../images/bg_indx.jpg);
}








/* MIDDLE */

#middle {
width: 100%;
float: left;
background-image: url(../images/bg_main.jpg);
}

#middle #main {
width: 960px;
margin-left: auto;
margin-right: auto;
}

#middle #hpmain {
width: 720px;
margin-right: 40px;
float: left;
}

#middle #hpdx {
width: 200px;
float: left;
}

#middle #hpmain #hpdx .news {
width: 200px;
float: left;
}


#middle #hpmain .titolohp, #middle #hpdx .titolohp {
border-bottom: 1px;
border-bottom-color: #cccccc;
border-bottom-style: solid;
margin-top: 40px;
margin-bottom: 10px;
padding-bottom: 10px;
}

#middle #hpmain .service {
width: 350px;
height: 45px;
float: left;
margin-right: 20px;
margin-bottom: 20px;
}

#middle #hpmain .service2 {
width: 350px;
height: 45px;
float: left;
margin-bottom: 20px;
}

#middle #hpmain .foto {
width: 50px;
height: 45px;
float: left;
}

#middle #hpmain .desc {
width: 290px;
height: 45px;
margin-left: 10px;
float: left;
}

#middle #hpmain .pic {
width: 10px;
height: 45px;
float: left;
}

#middle #hpmain .desc2 {
width: 330px;
height: 45px;
margin-left: 10px;
float: left;
}


/* BARRA FINALE */

#final {
width: 100%;
height: 150px;
float: left;
background-image: url(../images/bg_final.jpg);
}

#final #copy {
width: 960px;
height: 110px;
padding-top:  40px;
margin-left: auto;
margin-right: auto;
}


/* BARRA BOTTOM */

#bottombar {
width: 100%;
height: 150px;
float: left;
background-color: #333333;
}

#bottombar #bottom {
width: 960px;
height: 90px;
padding-top:  10px;
margin-left: auto;
margin-right: auto;
}


/* LAVALAMP */

        .lavaLampWithImage {
            position: relative;
            height: 29px;
            width: 530px;
            background: url("../images/bg.gif") no-repeat top;
			padding: 15px;
            margin: 25px 0;
            overflow: hidden;
        }
                .lavaLampWithImage li {
                    float: left;
                    list-style: none;
                }
                    .lavaLampWithImage li.back {
                        background: url("../images/lava.gif") no-repeat right -30px;
                        width: 9px; height: 30px;
                        z-index: 8;
                        position: absolute;
                    }
                        .lavaLampWithImage li.back .left {
                            background: url("../images/lava.gif") no-repeat top left;
                            height: 30px;
                            margin-right: 9px; /* 7px is the width of the rounded shape */
                        }
                    .lavaLampWithImage li a {
                        font: 12px verdana;
                        text-decoration: none;
                        color: #fff;
                        outline: none;
                        text-align: center;
                        top: 7px;
                        letter-spacing: 0;
                        z-index: 10;
                        display: block;
                        float: left;
                        height: 30px;
                        position: relative;
                        overflow: hidden;
                        margin: auto 10px;    
                    }
                        .lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {
                            border: none;
                        }


