/* 
    Document   : main
    Created on : 12-11-2011, 10.15
    Author     : Carlo
    Description:
        Purpose of the stylesheet follows.
*/

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

#main-news
{   z-index: 999;
    position:absolute;
    left: 20%;
    right: 30%;
    width: 500px;
    height: 500px;
    top: -30em;
    background-color: transparent;
    display: none;
}

.up-bar
{
    position: relative;
    width: auto;
    background-color:#0092ef;
    height: 30px;
}

.left-corner{
    position: relative;
    width: 30px;
    background-color:transparent;
    height: 30px;
    float: left;
}
.central-corner{
    position: relative;
    width: 440px;
    background-color:transparent;
    height: 30px;
    float: left;
}
.rigth-corner
{
    position: relative;
    width: 30px;
    background-color:transparent;
    height: 30px;
    float: left;
    z-index: 999
}


.left-central-bar{
    position: relative;
    width: 30px;
    background-color:transparent;
    height: 440px;
    float: left;
}


.central-central-bar
{
    position: relative;
    width: 440px;
    background:url('../img/news_adv/mode_banner.png') no-repeat;
    height: 440px;
    float: left;
    top:-15px;
    right: -15px;
    border-top: 5px solid #322f32;
    border-left: 5px solid #322f32;
    border-right: 5px solid #322f32;
    border-bottom: 20px solid #322f32;
    text-align: center;
}



.central-central-bar-en
{
    position: relative;
    width: 440px;
    background:url('../img/news_adv/mode_banner.png') no-repeat;
    height: 440px;
    float: left;
    top:-15px;
    right: -15px;
    border-top: 5px solid #322f32;
    border-left: 5px solid #322f32;
    border-right: 5px solid #322f32;
    border-bottom: 20px solid #322f32;
    text-align: center;
}

#link1 {
    position: absolute;
    bottom: 20px;
    left: 240px;
    font-size: 22px;
    font-weight: bold;
    color: #3A3A3A;
}

#link1:hover {
   color: #3A3A3A;  
   text-decoration: underline;
   
}

#link2 {
    position: absolute;
    bottom: 20px;
    left: 20px;
    font-size: 15px;
    font-weight: bold;
    color: #ff9900;
}
#link2:hover {
   color: #ffffff;  
}

.rigth-central-bar
{
    position: relative;
    width: 30px;
    background-color:transparent;
    height: 440px;
    float: left;
}

#adv_website
{
    position: absolute;
    bottom: 0px;
    left: 286px;
    font-size: 12px;
}

#text-check
{
    position: absolute;
    bottom: 2px;
    left: 306px;
    font-size: 13px;
    color: #000000
}

#testo{
    position: absolute;
    top: 380px;
    left: 80px;
    right: auto;
    font-size: 18px;
    text-align: center;
}
