/*@charset "utf-8";*/
/* CSS Document */
* {
    background-attachment:scroll;
}

body {
	background:rgb(0,0,0);
	color:rgb(88,78,86);
	font-family:Arial, sans-serif;
	font-size:16px;
	letter-spacing:0px;
	margin:0px;
}

img {
	border-width:0px;
	}
div {
	display:block;
	overflow:hidden;
	}

a, a:link, a:active, a.visited {
	color:rgb(88,78,86);
	text-decoration:none;
	}


.main {
	width:380px;
	height:500px;
	line-height:20px;	
	margin:auto;
	margin-top:66px;
	overflow:hidden;
	}

#dvWork {
	height:230px;
	text-align:center;
	letter-spacing:1px;
	margin-top:30px;
	}
#dvWork em {
    font-family:Georgia;
	line-height:25px;
}
	
#dvWork a {
	
	letter-spacing:5px;
	display:block;
	margin-top:30px;
	}
	
#dvWork a:hover {
	
	text-decoration:none;
	color:white;
	}
	
#gallery {
	width:390px;
	height:20px;
	}
	
#gallery a {
	display:block;
	width:18px;
	height:18px;
	overflow:hidden;
	border:1px solid rgb(42,42,42);
	margin-right:10px;
	float:left;
	}

#gallery a:hover {
	border-color:rgb(255,255,255);
	}

.contacts {
	letter-spacing:1px;
	font-size:10px;
	text-align:center;
	/*font-family:Arial, Helvetica, sans-serif;*/
	}

.stats {
	margin:auto;
	height:200px;
	position:absolute;
	text-align:center;
	top:100%;
	margin-left:118px;
    
}

.stats img {
	margin-top:30px;
}

#preload {}

#preload div {
	width:2px;
	height:2px;
	float:left;
	}

.dvHeader {
    height:58;
    margin-bottom:20px;
    width:100%;
}

.dvLogo, .dvLogo img {
    width:272px;
    height:58px;
}

.dvLogo {
    float:left;
}

.dvMenu {
    height:58px;
    float:right;
}


.fotoContainer {
    height:482px;
    overflow:hidden;
}
.outerFotoContainer {
    width:100%;
    height:500px;
    overflow:auto;
}

.fotoContainer .imgFoto {
    height:478px;
    margin-right:3px;
    float:left;
    border:1px solid rgb(60,60,60);
    overflow:hidden;
    background-position:top left;
    background-repeat:no-repeat;
}

.footer {
    font-size:11px;
    line-height:12px;
    text-align:center;
    margin:auto;
    margin-top:10px;
}

.lnkNext {
    height:480px;
    overflow:hidden;
    text-indent:90px;
    width:30px;
    float:left;
    background-image:url('images/freccia_r.gif');
    background-position:center center;
    background-repeat:no-repeat;
    background-attachment:scroll;
}

.sottocartelle {
    /*display:block; */
    display:none;
    margin:auto;
    font-family:Arial, helvetica, Sans-Serif;
    font-size:10px;
    text-align:right;
}

.menuCartella {
    margin-top:40px;
    height:18px;
    display:block;
    float:right;
    margin-right:8px;
    margin-left:10px;
    letter-spacing:1px;
    /*border:1px solid white;*/
    vertical-align:top;
    font-size:13px;
    font-family:Georgia;
}

.menuCartella a{
    color:rgb(150,150,150);
}

.menuExtra a{
    color:rgb(88,78,86);
}

.fotoHome {
    width:378px;
    height:120px;
    display:block;
    background-position:center center;
    background-attachment:scroll;
    background-repeat:no-repeat;
    margin:auto;
    margin-top:8px;
    position:relative;
    
}
.fotoHome .fotoColore, .fotoHome .fotoBn, .fotoHome .fotoBordo  {
    width:378px;
    height:120px;
    display:block;
    background-position:center center;
    background-attachment:scroll;
    background-repeat:no-repeat;
    }

.fotoHome .fotoBordo {
    position:absolute;
    background-image:url('images/bordo-immagine.png');
    top:0px;
}



.fotoHome .fotoColore {
    display:none;
}
.fotoHome .fotoBn {
    display:block;
}
a:hover .fotoHome .fotoColore {
    display:block;
}
a:hover .fotoHome .fotoBn {
    display:none;
}

.textContainer {
    max-width:600px;
    margin-left:118px;
    text-align:justify;
    line-height:18px;
    color:rgb(200,200,200);
    font-size:12px;
}

.textContainer b, .textContainer strong {
    font-weight:normal;
    color:White;
}

.textContainer a {
    color:rgb(170,170,170);
}

a:hover {
	color:rgb(255,255,255);
	text-decoration:underline;
	}


.rightColumn {
    width:302px;
    float:right;
    margin-left:8px;
    margin-right:8px;
    text-align:center;
    padding-bottom:30px;
}

.rightColumn img {
    border:1px solid rgb(50,50,50);
    margin-bottom:8px;
}

.rightColumn label {
    font-size:11px;
    
}

h2 {
    color:White;
    font-family:Georgia;
    font-weight:normal;
    margin:0px;
    margin-bottom:3px;
    margin-top:10px;
    font-size:14px;
    letter-spacing:1px;
}

ul.elenco li {
    float:left;
    margin-right:0px;
    width:184px;
    border:0px solid white;
    text-align:left;
}

.clear {
    clear:both;
}

.ulcontacts label {
    display:inline-block;
    width:65px;
    font-weight:bold;
}
