/* CSS Document */

HTML,BODY {
	margin:0;
	background-color:#0F0F0F;
}
.contenitore
{
    width:600px; 
    margin:0 auto;   
}
.testo
{
    font-family:Verdana;
    font-size:10px;    
    color:White;
    text-align:justify;
    margin:0px 110px 30px 110px;
}
.testo B
{
    color:#F4C900;
}
.testo A
{
    color:#F4C900;
}
.top
{
    width:600px;
    float:left;
    background-image:url(../images/TopLine.gif); 
    background-repeat:no-repeat;
}
.home
{
    float:left;
    width:415px;
    height:212px;
    margin:3px 0px 0px 0px;
    background-image:url(../images/TopCenter_home.gif);
    background-repeat:no-repeat;
}
.servizi
{
    float:left;
    width:415px;
    height:212px;
    margin:3px 0px 0px 0px;
    background-image:url(../images/TopCenter_servizi.gif);
    background-repeat:no-repeat;
}
.contatti
{
    float:left;
    width:415px;
    height:212px;
    margin:3px 0px 0px 0px;
    background-image:url(../images/TopCenter_contatti.gif);
    background-repeat:no-repeat;
}
.menu
{
    float:left;
    width:167px;
    height:212px;
    margin-top:3px;
    background-image:url(../images/back_menu.gif);
    background-repeat:no-repeat;
}
.testoMenu
{
    margin:17px 10px 10px 14px;
    font-family:Trebuchet MS;
    font-size:11px;
    color:#FFFFFF;
    float:left;    
}
.testoMenu A
{
    width:146px;
    height:37px;
    margin:0px 0px 0px 0px;
    background-image:url(../images/menu-link.gif);
    color:White;
    text-decoration:none;
}
.testoMenu A:HOVER
{
    width:146px;
    height:37px;
    background-image:url(../images/menu-over.gif);
}
span
{
    display:block;
    margin-left:50px;
    margin-top:10px;
}
.line
{
    height:3px;
    width:146px;
    background-image:url(../images/line.gif);
    background-repeat:no-repeat;
    
}
.topright_home
{
    width:18px;
    height:212px;
    margin-top:3px;
    float:left;
    background-image:url(../images/TopRight_home.gif);
    background-repeat:no-repeat;
}
.topright_servizi
{
    width:18px;
    height:212px;
    margin-top:3px;
    float:left;
    background-image:url(../images/TopRight_servizi.gif);
    background-repeat:no-repeat;
}
.topright_contatti
{
    width:18px;
    height:212px;
    margin-top:3px;
    float:left;
    background-image:url(../images/TopRight_contatti.gif);
    background-repeat:no-repeat;
}
.topdown
{
    width:600px;
    height:46px;
    background-image:url(../images/chiudiTop.gif);
    background-repeat:no-repeat;
    margin-top:0px;
    float:left;
}
.center_container
{
    width:600px;
    float:left;
}
.center
{
    width:581px;
    margin-left:8px;
    padding-bottom:30px;
    background-image:url(../images/center-back.gif);
    background-repeat:repeat-x;
    background-color:#010203;
}
.footer
{
    height:51px;
    margin-left:510px;
}
a img
{
    border-style:none;   
    margin-top:10px; 
}

