@charset "utf-8";
/* CSS Document */
/*stili per il layout fisso*/
html,body{
	margin: 0;
	text-align: center;
	background-color: #0f0f0f;
	background-image: url(img/sfondo.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
div#sfondo{
	width: 100%;
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url(img/header.jpg);
	height: 477px;
	background-attachment: scroll;
	margin: auto;
}
div#header{
	height: 340px;
	width: 80%;
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
div#inc_header{
	float: right;
	margin-top: 5px;
	margin-right: 80px;
}
#container {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 0px 5px 40px #000000;
	-moz-box-shadow: 0px 5px 40px #000000;
    filter: progid:DXImageTransform.Microsoft.dropShadow(color=#000000, offX=0, offY=0, positive=true);
	clear: both;
	display: table;
	color: #666666;
	text-align: left;
}
#menu {
	-moz-border-radius-topleft: 10px; /* Vertice superiore sinistro */
	-moz-border-radius-topright: 10px; /* Vertice superiore destro */
	-webkit-border-radius-topleft: 10px; /* Vertice superiore sinistro */
	-webkit-border-radius-topright: 10px;
	background-image: url(img/menu.jpg);
	background-repeat: repeat;
	padding: 10px;
	text-align: center;
	clear: both;
	background-position: center center;
	font-weight: bold;
}
#navigazione {
	background-image: url(img/navig.png);
	margin: 0px;
	height: 50px;
	width: 100%;
}
#sinistra {
	width: 74%;
	padding: 10px 10px 10px 20px;
	float: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
}
#sinistra a{
	color: #0099FF;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}
#sinistra a:hover{
	color: #000000;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	background-color: #F0B53F;
}
#destra {
	float: right;
	width: 18%;
	padding: 10px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
	background-color: #B9B9B9;
	bottom: 0px;
	clip: rect(auto,auto,0px,auto);
	position: static;
	text-align: center;
	color: #FFFFFF;
}
#destra a{
	color: #6E6E6E;
	text-decoration: none;
	font-size: 12px;
}
#centrale {
	display: block;
	padding: 20px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#footer {
	position:static;
	bottom: 0;
	background:#3d3d3d url(img/footer.jpg) repeat-x center top;
	color:#999999;
    -moz-border-radius-bottomleft: 10px; /* Vertice inferiore sinistro */
    -moz-border-radius-bottomright: 10px; /* Vertice inferiore destro */
    -webkit-border-radius-bottomleft: 10px; /* Vertice inferiore sinistro */
    -webkit-border-radius-bottomright: 10px;
	text-align: left;
	margin: 0px auto;
	padding: 10px;
	clear: both;
	font-size: 12px;
}
#footer a{
	color: #00CCFF;
	text-decoration: none;
}
#footer a:hover{
	color: #FFFFFF;
	text-decoration: none;
}
h1 {
	font-size: 22px;
	color: #518FA2;
}
h2 {
	font-size: 16px;
	color: #96BA02;
}
#box_cerca{
	text-decoration: none;
	background-image: url(img/boxcerca.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: center;
}
.pulsante {
	color: #999999;
	background-image: url(img/barra.jpg);
	background-repeat: repeat-x;
	border: 1px groove #2F2F2F;
	padding: 3px;
	font-weight: bold;
}
.campo_ricerca {
	color: #999999;
	background-image: url(img/barra.jpg);
	background-repeat: repeat-x;
	border: 1px groove #2F2F2F;
	padding: 3px;
	font-weight: bold;
	text-transform: uppercase;
}
.barra1 {
	font-variant: small-caps;
	text-transform: uppercase;
	color: #000000;
	background-image: url(img/dark.jpg);
	background-repeat: repeat-x;
	height: 32px;
   -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 6px 2px 0px 6px;
	margin: 0px auto;
}
.barra2 {
	font-variant: small-caps;
	text-transform: uppercase;
	color: #000000;
	background-image: url(img/barraverde.jpg);
	background-repeat: repeat-x;
	height: 32px;
   -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 6px 2px 0px 6px;
	margin: 0px auto;
}
.box {
	text-decoration: none;
	background-image: url(img/menu_sfondo.jpg);
	background-repeat: repeat-x;
	background-position: center top;

	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: left;
	background-color: #b9b9b9;
}
.titolo {
	font-weight: bold;
	color: #660000;
	text-decoration: underline;
}
div#pagina {
	height: 20px;
	width: 15px;
	display: inline;
	background-image: url(img/pagina.png);
	background-position: center center;
	background-repeat: no-repeat;
	padding: 6px;
	line-height: 18px;
	font-weight: bold;
	color: #FF0000;
	font-size: 12px;
}
.pagina {
	height: 20px;
	width: 15px;
	display: inline;
	background-image: url(img/pagina.png);
	background-position: center center;
	background-repeat: no-repeat;
	padding: 6px;
	line-height: 18px;
	font-size: 12px;
}

