body
{
    margin: 0 0 0 0;
    font-family: Georgia, Verdana;
    font-size: 11px;
    color: #666666;
    cursor: default;
    /*background-image: url(../images/bg..jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;*/
    width: 100%;
    height: 100%;
    /*overflow-y: hidden;*/
}

a {
	text-decoration: none;
	color: #666666;
}
a:Link {
	text-decoration: none;
	color: #666666;
}
a:Hover {
	text-decoration: none;
	color: #666666;
}
img {
	border: 0px;
}
form {
	padding: 0px;
	margin: 0px;
}


/* -------------------------------------------------------------------------------- */
#sfondo_bg{
    width: 100%;
    height: 100%;
}
.blocco
{
    /*border: 1px solid #000000;*/
    width: 100%;
    /*height: 100%;*/
    height: 480px;
    top: 70px;
    position: absolute;
    
}
.centrale{
    background-image: url(../images/sfondo_2.png);
    background-repeat: no-repeat;
    width: 800px;
    
    z-index: 0;
    margin-left: auto;
    margin-right: auto;
}
.logo
{
    margin-top: -40px;
    margin-left: -36px;
    z-index: 1;
}
.testo  
{
    font-family: Georgia, Verdana, Arial;
	font-size: 10px;
    color: #333333; 
}
.titoletti
{
    font-family: Tahoma, Verdana, Arial;
    font-size: 12px;
    color: white;
    font-weight: bold;
    font-variant: small-caps;
}
.clock{
    position: absolute;
    top: 0px;
    left: 0px;
}
.footer{
    position: fixed;
    bottom: 0px;
}
.postit
{
    position: absolute;
    top: 0px;
    right: 0px;
}
.slogan
{
    position: absolute;
    width: 500px;
    top: 0px;
    left: 50%;
    margin-left: -250px;
}
.tag_floud
{
    position:absolute;
    bottom: 20px;
    right: 0px;
    z-index: 10;
}
.webcam{
    /*border: 1px solid #000000;*/
    position: absolute;
    top: 50px;
}





/* contenuto HOME */
div#contenitore{
margin: 0px auto;
width: 780px;
height: 520px;
overflow:hidden;
}

div#contenuto{
margin:0px;
/*width: 3820px;*/ /*è la dimensione totale + 300 (es: (800*3)+300 )*/
width: 3420px;
height: 520px;
float:left;
display:inline;
}

.primo, .secondo, .terzo, .quarto
{
    font-size: 16px;
    font-family: georgia;
    color: #333333;
    text-transform: none;
    font-weight: bold;
}

div#contenuto div#primo{
margin:0px;
width: 780px;
height: 520px;
float:left;
}

div#contenuto div#secondo{
margin:0px;
width: 780px;
height: 520px;
float:left;
}

div#contenuto div#terzo{
margin:0px;
width: 780px;
height: 520px;
float:left;
}

div#contenuto div#quarto{
margin:0px;
width: 780px;
height: 520px;
float:left;
}
/* end contenuto HOME */


div#menu
{
    /*border: 1px solid #000000;*/
    width: 780px;
    color: #000000;
    margin-left: 15px;
    margin-top: 540px;
    position: absolute;
    text-align: center;
    letter-spacing: 20px;
}
div#menu_home
{
    width: 780px;
    color: #000000;
    margin-top: -25px;
    margin-left: 10px;
    position: absolute;
    text-align: center;
}


/* classi generiche */

.link
{
    color: #6EA625;
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
    font-style: italic;
}
.testo_green
{
    color: #6EA625;
    font-size: 14px;
    font-weight: bold;
}
.portfolio
{
    font-size: 12px;
    font-weight: normal;
}
.portfolio-bordo
{
    border: 1px solid #6EA625;
    text-align: left;
}
.portfolio_td
{
    font-family: Georgia, Verdana;
    font-size: 11px;
    color: #666666;
}