/* CSS Document */
body{
	text-align: center;
	margin: 0px;
	background-color: #E5E5E5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333333;
    }
	
h1{
	margin: 0px;
	padding: 0px;
	font-size: 12pt;
	font-weight: bold;
	color: #DF3200;	
    }
	
p{
	
	margin: 0px; padding: 0px;
	
    }

div#container{
	width: 990px;
	margin: 0px auto;
	text-align: left;
	background-image: url(img/bkg_container.png);
	background-repeat: repeat-y;
    } 
	div#bottom{
	width: 990px;
	heigt: 31px;
	margin: 0px auto;
	text-align: left;
    } 
	
div#content{
	width: 980px;
	margin: 0px auto;
	text-align: left;
	padding: 0px;	
    } 

div#header{
	width: 980px;
	height: 91px;
	margin: 0px auto;
	text-align: left;
	background-image: url(img/bkg_header.png);
	background-repeat: repeat-x;
    } 
	
div#closer{
	width: 980px;
	text-align: left;
	margin: 0px auto;
	background-image: url(img/bkg_closer.png);
	background-repeat: repeat-x;
	font-size: 8pt;
	color: #666666;
    } 


.dex{
	background-image: url(img/dex.jpg);
	background-repeat: repeat-y;    
    }
.sin{
	background-image: url(img/sin.jpg);
	background-repeat: repeat-y;    
    }
.header{
	background-image: url(img/bkg_header.png);
	background-repeat: repeat-x;    
    }
.menu{
	background-image: url(img/bkg_menu.png);
	background-repeat: repeat-x;    
    }
	
.linevert{
	background-image: url(img/point.gif);
	background-repeat: repeat-y;
	background-position: center top;
    }
	
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666666;
	text-decoration: none;

}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #3366FF;
	text-decoration: none;

}

a.closer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;
	text-decoration: none;

}
a.closer:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #3366FF;
	text-decoration: none;

}

/* Menu contestuale */
#buttonscontainer {	
	width: 216px;
	margin-left: 14px;
}

.buttons 
a {
	padding: 2px;
	padding-left: 3px;
	display: block;
	border-bottom: 1px solid #9CB3CB;
	text-decoration: none;
	text-align: left;
}

.buttons 
a:hover {
	border-bottom: 1px solid #666666;
	text-decoration: none;
}


.title{
	border-bottom: 1px solid #9CB3CB;
	font-weight: bold;
	color: #2F0F00;
	padding: 2px;
	padding-left: 3px;
	margin-top: 6px;
	display: block;
	text-decoration: none;
	text-align: left;
	background-color: #E9E9E9;
}
/*fine Menu contestuale */

#azitab {
	background-image: url(img/monterosa01a.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;	
}

#azitab2 {
	background-image: url(img/ambiente.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;	
}

.textfield{
	 width:150px;
    }
.textarea{
	 width:290px;  
    }
	
.boxgallery{
	
	background-image: url(img/bkg_gallery.jpg);
	background-repeat: no-repeat;
	background-position: center top;
    }
	
	.boxqualita{
	
	background-image: url(img/tit_qualita.jpg);
	background-repeat: no-repeat;
	background-position: center top;
    }
	
/*jquery per tooltip */
pre{
	display:block;
	font:100% "Courier New", Courier, monospace;
	padding:10px;
	border:1px solid #bae2f0;
	background:#e3f4f9;	
	margin:.5em 0;
	overflow:auto;
	width:800px;
}

img{border:none;}
ul,li{
	margin:0;
	padding:0;
}
li{
	list-style:none;
	float:left;
	display:inline;
	margin-right:10px;
}



/*  */

#screenshot{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	}
/*jquery per tooltip */.menucontext {
	background-color: #DDDDDD;
	background-image: url(img/boxline_down.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}


 /* trasparenza immagini */

.filtro {alpha(opacity=65); -moz-opacity: 0.65; opacity: 0.65; -khtml-opacity: 0.65; }

a.opacity img {
filter:alpha(opacity=40); 
-moz-opacity: 0.4; 
opacity: 0.4;
} 
a:hover.opacity img {
filter:alpha(opacity=100); 
-moz-opacity: 1.0; 
opacity: 1.0;
} 


a.trasparenza img {
filter:alpha(opacity=100); 
-moz-opacity: 1.0; 
opacity: 1.0;
} 
a:hover.trasparenza img {
filter:alpha(opacity=60); 
-moz-opacity: 0.5; 
opacity: 0.5;
}
