/* 
    Document   : CSS nuovo Hyperpolitics
    Created on : 15-5-2010
    Author     : Claudio Simeone
    Description: Foglio di stile per Hyperpolitics.
*/

body
{
    background: #FFF;
    margin:5px 0 0 0;
    padding:0px;
    font-family: 'Arial', Verdana, Helvetica, sans-serif;
    font-size: 12px;
}

a,
a:link,
a:visited {text-decoration: none;}


#cornice{
    width: 1064px;
    height: 720px;
    background: url('../splash/cornice-new.jpg') no-repeat;
    margin: 0 auto;
    z-index:1;
    position: relative;
}

#flyer{
    margin: 0 0 0 895px;
    padding-top: 15px;
    width: 110px;
    height: 96px;
    text-align: right;
}

#ul,
#ur,
#bl,
#br
{
    width: 283px;
    height: 210px;
    float: left;
    background: #FFF;
}

#ul{background: url('../splash/c-web.png') no-repeat;}
#ur{background: url('../splash/c-over.png') no-repeat;}
#bl{background: url('../splash/c-how.png') no-repeat; color:#FFF;}
#ul{margin: -15px 0 20px 100px;text-align:center;}
#ur{margin: -15px 0 20px 260px;}
#bl{margin: 50px 0 10px 100px;}
#br{margin: 50px 0 10px 260px;}

p.inner{margin:9px 0 0 0;}
div.inner{
    margin: 9px 0 0 12px;
    height: 165px;
    width: 263px;
}

p.button{
    text-align:right;
    margin: 10px 0 10px 0;
    border:1px solid #C00;
    height: 20px;
    clear:both;
}

a{color:#000;}

.slider_container{
    width: 260px;
    overflow: hidden;
    float:left;
    height: 165px;
    padding: 0;
    position: relative;
}

#slider1,
#slider2{position:absolute;}
#slider1 div,
#slider2 div{
    width:260px;
    height:165px;
    float:left;
    font-size: 16px;
    font-weight: bold;
    line-height: 150%;
    font-family: 'Georgia', Times New Roman, Times, serif;
}

.bettone{margin: 12px 10px 0 245px;}
span#prevBtn1{}
span#nextBtn1{}

#keywords {
    /*
    position: absolute;
    z-index: 13000;
    text-align: left;
    border: 1px solid #ECECEC;
    background-color: #FFF;
    width: 150px;
    height: 300px;
    padding: 10px;
    overflow: auto;
    margin: -170px 0 0 165px;
    font-size:11px;
    */
    display:none;
    border: 1px solid #ECECEC;
    background-color: #FFF;
    width: 155px;
    height: 300px;
    padding: 6px;
    overflow: auto;
    font-size:11px;
    text-align: left;
position:relative;
    z-index:1000;
    margin-top: -200px;
    margin-left: 205px;
}

#keywords ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#keywords ul li {
    line-height: 160%;
    list-style: none;
}

#keywords ul li a {
    width: 130px;
    display: block;
    background-color: #ECECEC;
    padding: 0 3px 0 3px;
}

.abs_ava {font-weight: bold;}

.abs_ava a {
    color: #000;
    text-decoration:none;
}

.abs_ava a:hover {color: #009;}

.chiudi{
    text-align: right;
    margin-right: 10px;
}
