﻿/*css generali*/
html 
{
    margin:0 auto;
}
body 
{
    margin:0 auto;
    background:url(../immagini/bg_site.jpg) repeat-x;
    font:12px/18px Arial;
    color:#333;
}
#box_container 
{
    margin:0 auto;
    width:990px;
    height:558px;
    background-image:url(../immagini/bg_ombre.jpg);
}
#wrapper 
{
    margin:0 auto;
    width:875px;
}
a 
{
    text-decoration:none;
    font:bold 12px Arial;
    color:#333;
}
img 
{
    border:none;
}
ul 
{
    list-style:none;
    margin:0;
    padding:0;
}

/*home page entrata sito*/
.link_home 
{
    display:block;
    height:30px;
    width:250px;
    margin:0 auto;
    margin-bottom:28px;
    margin-top:8px;
}
/**/

/*header*/
#header 
{
    width:875px;
    height:59px;
    border-bottom:1px solid #ccc;
    padding-top:34px;
}
#intestazione 
{
    height:48px;
    width:875px;
    float:left;
}
#menu 
{
    width:618px;
    height:37px;
    float:right;
}
#menu li 
{
    float:left;
    margin-left:13px;
    margin-top:9px;
}


/*contenuti*/
#contenuti 
{
    width:875px;
    padding-top:23px;
}
#box_foto 
{
    width:510px;
    height:367px;
    float:left;
}
#box_foto_home
{
    width:875px;
    height:367px;
}
#testo 
{
    float:right;
    width:360px;
    text-align:left;
    font:12px/18px Arial, Verdana;
    color:#333;
    padding:0px 0px 0px 5px;
    text-indent:-3px;
}
#testo_home
{
    /*float:right;*/
    width:861px;
    text-align:left;
    font:13px/16px Arial, Verdana;
    color:#333;
    padding:7px;
}
.titoli 
{
    font-weight:lighter;
    display:inline;
    font:22px/29px Arial, Verdana;
    padding:0px;
    margin:0px;
    color:#008751;
}

.titoli_home
{
    font-weight:lighter;
    display:block;
    font:18px/29px Arial, Verdana;
    color:#008751;
}

/*pagina attività*/
#box_attivita 
{
    width:875px;
}
.attivita 
{
    width:430px;
    height:240px;
    float:left;
    border-right:1px solid #ccc;
    margin-top:15px;
    padding-left:6px;
}
.categorie 
{
    font:bold 16px "Century Gothic", Verdana, Arial;
    color:#333;
    display:block;
    padding-bottom:6px;
}
.miniatura 
{
    float:left;
    width:200px;
    height:200px;
    border:1px solid #000;
}
.miniatura img 
{
    width:200px;
    height:200px;
}
.elenco_sottocat 
{
    float:right;
    height:200px;
    width:205px;
}
.lista 
{
    height:169px;
}
.lista li
{
    list-style:decimal-leading-zero;
    line-height:22px;
    margin-left:15px;
    color:#008751;
}
.link_gallery 
{
    display:block; 
    text-align:right; 
    padding-right:10px;
    font-size:14px;
    width:190px;
    height:26px;
    background-color:#DDEDC3;
    padding-top:6px;
    color:#333;
}
.link_gallery:hover 
{
    color:#003333;
    background-color:#CFE6AA;
}
#referenti 
{
    width:873px;
    border-top:1px solid #e2e2e2;
    border-bottom:1px solid #e2e2e2;
    background-color:#f2f9e8;
    padding:6px;
}
#referenti td 
{
    width:145px;
    text-align:center;
}
#referenti img 
{
    border:#ccc 2px solid;
}
/*pagina contatti*/
.text_data 
{
    width:420px;
    height:30px;
    padding-left:15px;
}
.text_data input
{
    width:330px;
    height:25px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #ccc;
}
.textbox 
{
    width:330px;
    height:120px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #ccc;
}
.invia 
{
    background-color:#008751;
    color:#fff;
    font-weight:bold;
    margin-right:9px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-right:88px;
}
#mappa_interattiva 
{
    height:16px;
    width:875px;
    background:url(../immagini/mappa_interattiva.jpg) center no-repeat;
    float:right;
    margin-top:20px;
}
#map 
{
    width:855px;
    margin:0 auto;
    height:284px;
    border:1px solid #666;
}
#tab_contatti 
{
    width:460px;
}
#tab_contatti td 
{
    border:1px solid #ccc;
    background-color:#f2f9e8;
}
#tab_contatti td a 
{
    text-decoration:underline;
    color:#008751;
}
#tab_riferimenti 
{
    width:360px;
}
#tab_riferimenti td 
{
    border:1px solid #ccc;
}

/*pagina referenze*/
.paragrafo 
{
    width:875px;
    border-bottom:1px solid #ccc;
    padding-bottom:8px;
    margin-bottom:24px;
    float:left;
}
.miniatura_referenze
{
    width:100px;
    height:100px;
    border:1px solid #008751;
    float:left;
    margin-left:4px;
    margin-right:3px;
    margin-bottom:4px;
}
/**/

/*spazio espositivo*/
.box_foto_espositivo 
{
    width:150px;
    height:150px;
    border:1px solid #279296;
    float:left;
    margin-left:19px;
    margin-bottom:12px;
}
/**/

/*chi siamo e squadra*/
#titolare 
{
    width:820px;
    margin:0 auto;
    height:165px;
    border-bottom:1px solid #ccc;
    margin-bottom:20px;
}
#box_titolare 
{
    margin:0 auto;
    width:270px;
}
.riquadri_squadra 
{
    height:191px;
    width:272px;
    /*border-right:#aaa 1px solid;*/
    float:left;
    padding:0px 6px 0px 6px;
    margin-bottom:20px;
    margin-left:4px;
    margin-right:3px;
}
.foto_tipo 
{
    width:270px;
    height:100px;
    border:1px solid #aaa;
}
.nome 
{
    font-weight:bold;
    color:#008751;
    font-size:14px;
}
.ruolo 
{
    color:#333;
    margin-top:3px;
}
/**/

/*fascia verde*/
.fascia_verde 
{
    width:875px;
    /*height:244px;*/
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
    margin-top:20px;
    float:right;
    background:url(../immagini/bg_fascia_verde.jpg) repeat-x #ebf4da;
    padding-top:12px;
    padding-bottom:12px;
    line-height:13px;
}
.riquadri 
{
    height:231px;
    width:278px;
    border-right:#aaa 1px solid;
    float:left;
    padding:0px 6px 0px 6px;
}
.titoletti 
{
    font:bold 12px Verdana, Arial;
    color:#008751;
    display:block;
    height:15px;
    margin-top:8px;
}
.link 
{
    font:bold 12px Arial;
    color:#333;
    display:block;
    margin-top:15px;
}

/*footer*/
#footer 
{
    text-align:center;
    width:875px;
    padding-top:15px;
    float:right;
    /*font-weight:bold;*/
    padding-bottom:8px;
    font-size:13px;
}
#menu_bottom 
{
    width:875px;
    height:20px;
    margin-bottom:25px;
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
    padding-top:5px;
    background-color:#f0f7e4;
}
#menu_bottom a 
{
    display:block;
    float:left;
    width:143px;
    margin-left:2px;
    text-align:center;
    font-weight:lighter;
    color:#333;
}
#menu_bottom a:hover 
{
    background-color:#DDEDC3;
    color:#333;
}
