* {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

body
{
    text-align: center;
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 12px;
    color: #666;
}


a, a.intro {
    outline: none;
    color: #fff;
}

a.intro {
	color: #666666;
	text-decoration: none;
}


p {
    font-weight: normal;
}


/* ---------- INTRO ---------- */

#contenitore_intro {
}

#intro{
    width: 520px;
    height: 180px;
    position: relative;
    margin: 0px auto;
    margin-top: 250px;
    text-align: center;
}

#intro_credits {
    width: 520px;
    height: 180px;
    position: relative;
    margin: 0px auto;
    margin-top: 30px;
    font-size: 10px;
}



/* ---------- SUDDIVISIONI PRINCIPALI DELLA PAGINA ---------- */

#contenitore_top {
    background: #fff url(immagini/bgdf_ctop.png) top left repeat-x ;
    height: 50px;
    margin-top: 10px;
}


#top{
    width: 930px;
    height: 50px;
    margin: 0px auto;
    text-align: right;
}

#top_menu {
    height: 50px;
    margin-bottom: 50px;
    text-align: left;
    position:relative;
}

#top_menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-right: 5px;
}

#top_menu li
{
    float: left;
}

#top_menu li a
{
    float: left;
    display: block;
    text-decoration: none;
}

/* Nasconde per IE5-Mac \*/
#top_menu li a
{
    float: none;
    color: #fff;
}
/* Fine */






#contenitore_main {
    background: #fff url(immagini/bgdf_cmain.png) top left repeat-x ;
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 12px;
    min-height: 643px;
}

#contents{
    width: 900px;
    position: relative;
    margin: 0px auto;
    text-align: center;
    overflow: hidden;
    margin-bottom: 5px;
    min-height: 643px;
}

#left{
    float:left;
    margin:0px;
    height: 100%;
    overflow: visible;
    text-align: left;
}

.box1 {
    width: 200px;
}

.box1 .titolo {
    background: #fff url(immagini/bgdf_contents_titolo.png) top left no-repeat ;
    line-height: 55px;
    height: 55px;
    padding-left: 40px;
    color: #df2222;
}

.box1 .testo {
    margin: 0px 15px;
    color: #1e337e;
    line-height: 22px;
    text-align: right;
}

.box1 .testo a {
    color: #999;
}

.box1 .testo h3 {
    font-size: 12px;
}

.box1 .testo p {
    margin-top: 10px;
    margin-bottom: 10px;
}

.box1 .testo ul {
    margin-left: 15px;
}

.box2 {
    width: 390px;
}

.box2 .top {
    background: #fff url(immagini/bgdf_box2_top.png) bottom left no-repeat ;
    height: 13px;
}

.box2 .main {
    background: #fff url(immagini/bgdf_box2_main.png) top left repeat-y ;
    padding-left: 17px;
    padding-right: 17px;
    padding-top: 5px;
    color: #1e337e;
    line-height: 22px;
}

.box2 .titolo {
    background: #fff url(immagini/bgdf_box2_titolo.png) bottom left no-repeat ;
    height: 70px;
    padding-left: 75px;
}

.box2 .titolo h3 {
    padding-top: 12px;
    color: #df2222;
    font-size: 14px;
}

.box2 .titolo p {
    color: #454545;
    font-size: 11px;
}

.box2 .bottom {
    background: #fff url(immagini/bgdf_box2_bottom.png) top left no-repeat ;
    height: 10px;
}

.box3 {
    width: 900px;
}

.box3 .top {
    background: #fff url(immagini/bgdf_box2_top.png) bottom left no-repeat ;
    height: 13px;
}

.box3 .main {
    background: #fff url(immagini/bgdf_box2_main.png) top left repeat-y ;
    padding-left: 17px;
    padding-right: 17px;
    padding-top: 5px;
    color: #1e337e;
    line-height: 22px;
}

.box3 .titolo {
    background: #fff url(immagini/bgdf_box2_titolo.png) bottom left no-repeat ;
    height: 70px;
    padding-left: 75px;
}

.box3 .titolo h3 {
    padding-top: 12px;
    color: #df2222;
    font-size: 14px;
}

.box3 .titolo p {
    color: #454545;
    font-size: 11px;
}

.box3 .bottom {
    background: #fff url(immagini/bgdf_box2_bottom.png) top left no-repeat ;
    height: 10px;
}




#contenitore_bottom {
    background: #fff url(immagini/bgdf_cbottom.png) top left repeat-x ;
}

#footer{
    width: 980px;
    position: relative;
    margin: 0px auto;
    text-align: center;
    padding-top: 20px;
}

#footer p {
    font-size: 10px;
    color: #fff;
    margin: 10px auto;
}

#credits{
    width: 980px;
    position: relative;
    margin: 0px auto;
    text-align: center;
    padding-top: 25px;
}

#credits p {
    font-size: 10px;
    color: #c4c4c4;
}

#credits a {
    color: #c4c4c4;
}



.menufoto {
    float: left;
    margin: 0px 3px 0px 3px;
    width: 8px;
    height: 8px;
    font-size: 8px;
    background-color: #333;
    cursor: pointer;
}

.paginationGal {
    text-align: right;
    margin: 10px 0px;
    height: 8px;
    line-height: 8px;
    font-size:3px;
    margin-left: 10px;
    margin-top: 0px;
    position: relative;
}

.paginationGal td {
    font-size: 6px;
    width: 12px;
    height: 25px;
}

#galleriaCont {
    background: #fff url(immagini/caricamento.gif) center center no-repeat ;
}


#centratura {
    margin-top: 0px;
}
