/*
-----------------------------------------------
Axiomenet Template Style
Name:     Gerosa
Designer: LWE
Url:      www.axiomenet.it
Date:     18 ottobre 2010
----------------------------------------------- */
html, body
{
    background-color: #eeeeee;
    margin: 0px;
    height: 100%;
}
p
{
    margin: 0px;
    font-family: Verdana, Arial;
    font-size: 15px;
    color:#000000;
}
img
{
    border-width: 0px;
}
ul
{
    font-family: Verdana, Arial;
    font-size: 15px;
    color: #000000;
    text-align:left;
}

/* -------------------- id sezioni template -------------------- */
#contenitore
{
    height: 100%;
    margin: auto;
    overflow: auto;
    width: 990px;
}
#sopraheader
{
    padding:5px;
    text-align:center;
    width: 980px;
}
#header
{
	display:none;
}
#sottoheader
{
	display:none;
}
#corpocentrale
{
    background-color:#ffffff;
    border: solid 1px #bcbdc0;
    overflow: auto;
    width: 980px;
}
#menulaterale1
{
	display:none;
}
#menulaterale2
{
	background-color: #bcbdc0;
	float:right;
	height:100%;
    overflow:auto;
	width:300px;
}
#corpo
{
    background-color:#ffffff;
    display:block;
    float:left;
    width: 678px;
    overflow:auto;
    position:relative;
}
#corpo
{
    overflow:auto;
}
#prefooter
{
    display: none;
}
#footer
{
	padding:5px;
	overflow:auto;
    width: 970px;
}

/* -------------------- classi testi -------------------- */
.divcat
{
	margin: 20px 20px 0px 20px;
	overflow:hidden;
}

.menu
{
    font-family:Verdana, Arial;
    font-size: 14px;
    color:#999999;
    text-decoration:none;
}
.menu a:hover
{
    font-family:Verdana, Arial;
    font-size: 14px;
    color:#000000;
    text-decoration:none;
}


.titolosito
{
    font-family:Verdana, Arial;
    font-size: 25px;
    color:#FFFFFF;
    margin:0px;
}
.sottotitolosito
{
    font-family:Verdana, Arial;
    font-size: 20px;
    color:#FFFFFF;
    margin:0px;
}
.titolo
{
    font-family:Verdana, Arial;
    font-size: 20px;
    color:#000000;
    /*text-align:left;*/
    text-decoration: none;
}
.titolo a:hover
{
    font-family:Verdana, Arial;
    font-size: 20px;
    color:#bcbdc0;
    text-align:left;
    text-decoration: none;
}
.testo
{
    font-family:Verdana, Arial;
    font-size: 15px;
    color:#000000;
    /*text-align: justify;*/
}
.prezzo
{
    font-family:Verdana, Arial;
    font-size: 20px;
    color:#bcbdc0;
    text-decoration: none;
}

/* -------------------- classi immagini -------------------- */
.img-left
{
	border: solid 5px #bcbdc0;
	float:left;
	/*margin-right: 10px;*/
}
.img-right
{
	border: solid 5px #bcbdc0;
	float:right;
	/*margin-left: 10px;*/
}

/* -------------------- popup div -------------------- */
div.contieniover
{
    position:fixed;
    z-index:10;
    width:100%;
    height:100%;
}
div.scuro
{
    position:absolute;
    width:100%;
    height:100%;
    background-color:#000000;
    z-index:11;

    filter:alpha(opacity=80);
    -moz-opacity:0.8;
    opacity: 0.8;
}
div.chiaro
{
    position:absolute;
    z-index:12;
    margin-top:50px;
    width:100%;
}

/* -------------------- div proteggi immagine -------------------- */
div.picture
{
	border: solid 5px #bcbdc0;
    position:relative;
    overflow:hidden;
	float:left;
	margin-right: 10px;
    }
div.picture img
{
    display:block;
    /*padding:4px*/
    }
div.picture span
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(img/blank.png);
    background-position:center center;
    } 
