/* CSS Document */
* {
margin: 0px;
padding: 0px;
}


body {
background-color:#FFF;
margin: 0px 0px 0px 0px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#4f4e4e;
background-image:url('../immagini/sfondo.png');
background-position:top center;
}
object {
	margin: 0px;
	padding: 0px;
	vertical-align:baseline;
}
a:link
{
color:#4f4e4e;
text-decoration:underline;

}
a:visited
{
color:#4f4e4e;
Text-Decoration: underline;
}
a:active
{
color:#4f4e4e;

}
a:hover
{
color:#4f4e4e;
Text-Decoration: underline;
}
.clear {
clear:both;
}
/* header-- -- -- -- -- -- -- */
div[id="header"] {
height: 290px;
background-color:#FFF;
background-image:url('../immagini/sfondo_header.png');
background-position:top center;
}
div[id="centraHeader"] {
margin-left:auto;
margin-right:auto;
width: 900px;
position:relative;
}
div[id="logo"] {
height: 76px;
width:130px;
display:block;
z-index: 3;
position:absolute;
top:112px;
left: 80px;
}
div[id="visual"] {
height: 290px;
width:900px;
display:block;
z-index: 2;
overflow:hidden;
text-align:right;
}
/* menu-- -- -- -- -- -- -- */
div[id="menu"] {
height: 24px;
background-color:#FFFFFF;
border-top: 6px solid #ececec;
}
div[id="centraMenu"] {
margin-left:auto;
margin-right:auto;
width: 900px;
}
div[id="contieniMenu"] {
width: 570px;
text-indent: -2100px;
float: right;
}
/* content-- -- -- -- -- -- -- */
div[id="content"] {
min-height:160px;
height:auto !important;
height: 160px;
padding: 30px 0 20px 0;
background-color:#FFF;
}
div[id="centraContent"] {
margin-left:auto;
margin-right:auto;
width: 900px;
}
div[id="colonnaSx"] {
float: left;
width:330px;
vertical-align: top;
}

div#colonnaSx p {
padding-right: 30px;
}
.home {
padding-right:40px;
text-align:justify;
}
.eventi {
padding-right:40px;
text-align:left;
background-image: url('../immagini/arrow.gif');
background-repeat: no-repeat;
text-indent: 20px;
}
div[id="colonnaDx"] {
float: left;
width:570px;
vertical-align: top;
}
/* news home -- -- -- -- -- -- */
dt {
font-size: 13px;
font-weight: bold;
}
dt:first-line {
font-size: 11px;
}
dd { 
padding-top: 10px;
margin-left:0px;
}
dd a:link{
text-decoration:none !important;
}
dd a:hover{
text-decoration:underline !important;
}
dd a{
background-image: url('../immagini/arrow.gif');
background-repeat: no-repeat;
padding-left:20px; 
}
dd a:hover {
text-decoration:underline;
}
/*sottomenu --*/
div#colonnaSx ul
{
list-style-image: url('../immagini/arrow_elenco.gif');
padding-left:20px;

}
div#colonnaSx ul a:link
{
font-weight: bold;
text-decoration:none;
}
div#colonnaSx ul a:visited
{
font-weight: bold;
text-decoration:none;
}
div#colonnaSx ul a:hover
{
font-weight: bold;
text-decoration:none;
}
div#colonnaSx ul.attivo
{
font-weight: bold;
text-decoration:none;
}
div#colonnaDx a{
text-decoration: none;
}
div#colonnaSx a{
text-decoration: none;
}
.gallery {
font-weight: bold;
background-image:url('../immagini/bg_gallery.gif');
background-repeat: no-repeat;
background-position:top left;
display:block;
height: 18px;
width: 103px;
padding-top: 3px;
padding-left: 10px;
}
.aboutgallery {
font-weight: bold;
background-image:url('../immagini/bg_aboutgallery.gif');
background-repeat: no-repeat;
background-position:top left;
display:block;
height: 18px;
width: 145px;
padding-top: 3px;
padding-left: 10px;
}
/*sottomenu --*/
/* footer-- -- -- -- -- -- -- */
div[id="footer"]{
background-image:url('../immagini/sfuma_footer.png');
background-repeat: repeat-x;
height:100px;
}
div[id="centraFooter"] {
margin-left:auto;
margin-right:auto;
width: 900px;
padding-top: 10px;
color: #8a8a8a;
line-height: 18px;
}
div[id="centraFooter"] > a {
color:#8a8a8a;
text-decoration: none;
}
div[id="centraFooter"] > a:hover {
color:#8a8a8a;
text-decoration: underline;
}
