﻿/* Imports
===============================================*/
@import url('reset.css');

html {
	overflow-y: scroll;
	-webkit-font-smoothing: antialiased;
}

body 
{
    font-family: Arial;
    font-size: 13px;
    line-height: 1.2;
    background-color: #9A1D1D;
    color: #2E2E2E;
}

a
{
    text-decoration: undeline;
    color: #9A1D1D;
}

a:hover
{
    color: #2E2E2E;
    text-decoration: none;
}

ul li,
ol li
{
    margin: 2px 0px;
    font-weight: bold;
}

ul li span,
ol li span
{
    font-weight: normal;
}

#main
{
    background-image: url("../img/stage/body_sfondo.png");
    background-repeat: repeat-x;
    background-position: left top;
    background-color: #FFFFFF;
}

#stage
{
    min-height: 600px; 
    width: 996px; 
    margin: 0px auto; 
}

/*INIZIO STILI HEADER*/
#privacyHeader
{
    width: 996px;
    height: 90px;
    position: relative;
}

#privacyHeader_content
{
    width: 280px;
    height: 100px;
    position: absolute;
    left: 0px;
    top: 20px;
}
/*INIZIO STILI CONTENT*/
#privacyContent
{
    margin-top: 10px;
}

#privacyContent_top,
#privacyContent_bottom
{
    width: 996px;
    height: 10px;
    background-position: left top;
    background-repeat: no-repeat;
}
#privacyContent_top
{
    background-image: url("../img/stage/contentTop.png");
}
#privacyContent_middle
{
    width: 976px;
    padding: 0px 10px;
    background-image: url("../img/stage/contentMiddle.png");
    background-position: left top;
    background-repeat: repeat-y;
}
#privacyContent_bottom
{
    background-image: url("../img/stage/contentBottom.png");
}
/*FINE STILI CONTENT*/

#privacyContent_contenuti
{
    padding: 0px 15px 20px;
    width: 760px;
    min-height: 575px;
    background-image: url("../img/stage/imgContent_bottom.png");
    background-position: left bottom;
    background-repeat: no-repeat;
}

.privacy_titolo
{
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
}

.privacySezione_stage
{
    margin-top: 30px;
}

.privacySezione_titolo
{
    font-weight: bold;
    color: #9A1D1D;
}

/*INIZIO STILI FOOTER*/
#privacyFooter
{
    height: 50px;
    padding: 40px 10px 5px; 
    background-image: url("../img/stage/footer_sfondo.png");
    background-repeat: repeat-x;
    background-position: left top;
    color: #FFFFFF;
}

.footerRealizzatore
{
    float: right;
    font-size: 11px;
}
   
.footerPowered
{
    display: block;
    width: 93px;
    height: 30px;
    background-image: url("../img/stage/footerPowered.png");
    background-position: left top;
    background-repeat: no-repeat;
    padding: 0px 0px 0px 29px;
    text-decoration: none;
    color: #FFFFFF;
    margin-right: 50px;
    font-size: 10px;
}

.footerPowered:hover
{
    text-decoration: none;
    color: #FFFFFF;
}

.footerCredits
{
    margin-top: 10px;
    text-align: right;
}
.footerCredits a
{
    color: #FFFFFF;
}
/*FINE STILI FOOTER*/
