/* CSS Document */
body {
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin:0 auto;
	background-image:url(../paginazione/fondi/fondo.jpg);
	background-repeat: repeat-x;
}

h1 {
	margin-bottom: 5px;
	margin-top: 2px;
	font-size:14px;
	color:#710008;
}

h2 {
	margin-bottom: 5px;
	margin-top: 2px;
	font-size:12px;
	color:#710008;
}

h3 {
	margin-bottom: 4px;
	margin-top: 1px;
	font-size:11px;
	color:#710008;
}


h2 a {
	font-size:12px;
	color:#710008;
	text-decoration:none;
}

h2 a:hover {
	font-size:12px;
	color:#710008;
	text-decoration:underline;
}

img {
	border: 0;
}

/* id */
#main_container {
    background: url(../paginazione/fondi/fondo_main.jpg) repeat-x bottom;
	width: 860px;
	margin: 0 auto;
	
	background-color:#f5f2e2;
	border: 1px solid #ffffff;
	border-top: 0px;
	padding-bottom: 10px;
	overflow: auto;
}

#testa {
	width:860px;
	height: 160px;
	float:left;
}

#filmato {
	margin: 0px;
	padding: 0px;
	width: 590px;
	text-align: center;
	text-align:center;
	background-color: #f5f2e2;
	color: black;
}

#menu {
	background-image:url(../paginazione/fondi/fondo_menu.jpg);
	background-repeat:repeat-x;
	width: 860px;
	height: 36px;
	float:left;
	border-bottom: 1px solid #ffffff;	
}

#m_sinistra {
	width: 524px;
	float:left;
}

#m_destra {
	width:326px;
	float:left;
	padding-right: 10px;
	text-align:right;	
}

#m_destra img {
	margin-top: 4px;
	margin-left: 5px;
}

#sub_nav {
	width: 850px;
	height: 20px;
	background-color:#756e59;
	color:#fff;
	float: left;
	border-bottom: 1px solid #ffffff;
	padding-top: 4px;
	padding-left: 10px;
}

#sub_nav a {
	text-decoration:none;
	color:#fff;
}

#sub_nav a:hover {
	text-decoration:underline;
	color:#FFFFFF;
}

#container {
	width: 860px;
	float: left;
}

#box_container {
	width: 840px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}

#blocco_testo {
	width: 580px;
	float:left;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 22px;
}
#blocco_testo_nomenu {
	width: auto;
	float:left;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 22px;
}
#blocco_testo img {
	margin-bottom: 20px;
}

#right_box {
	width: 220px;
	padding-right: 10px;
	float:left;
	
	
}

#left_menu {
	width: 228px;
	padding-right: 10px;
	float:left;
}

#left_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#left_menu li {
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	font-size: 11px;
	height: 19px;
	text-indent: 10px;
}


#left_menu li a {
    display: block;
	text-decoration:none;
	color: #000;
	padding-top: 2px;
	height: 17px;
	background: url(../paginazione/tasto.gif) top left no-repeat;
}

#left_menu li a:hover {
	background: url(../paginazione/tasto_over.gif) top left no-repeat;
	color: #fff;
}

#left_menu li.attivo {
	background: url(../paginazione/tasto_over.gif) top left no-repeat;
	color: #fff;
	padding-top: 2px;
	height: 17px;
}

#utility {
	width: 580px;
	float: right;
	padding-top: 10px;
	padding-right: 25px;
	padding-left: 0px;
}

#utility img {

}

#utility a {
	display:block;
	width: 120px;
	float: right;
	border: 2px solid #f5f2e2;
}

#utility  a:hover {
	display:block;
	width: 120px;
	border: 2px solid #756e59;
}

#testo_dx {
	width: 600px;
	float:left;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 0px;
	display: block;

}

#testo_dx a {
	font-weight:bold;
	text-decoration: none;
	color:#710008;
}

#testo_dx a:hover {
	text-decoration: underline;
	color:#710008;
	font-weight:bold;
}

#foot {
	margin:auto;
	padding-top: 10px;
	width: 860px;
	color: #710008;
	text-align:center;
}

#foot a {
	text-decoration:none;
	font-weight:bold;
	color: #710008;
}

#foot a:hover {
	text-decoration:underline;
	color: #710008;
}

#spacer {
	width: 600px;
	float: left;
}
#mappa {
    padding-top: 20px;
	width: 600px;
	float: left;
	color: #710008;
	font-weight: bold;
	font-size: 14px;
}
/*classi*/
.box {
	width: 228px;
	float: left;
	
}

.box_sotto {
	width: 213px;
	border: 1px solid #710008;
	border-top: 0px;
	float: left;
	padding: 5px;
	padding-top: 0px;
	display: block;
}

.box_sotto a {
	color:#000000;
	text-decoration:none;
}

.box_sotto a:hover {
	color:#000000;
	text-decoration:underline;
}
.box_sotto img {
	margin: 0px;
	margin-right: 5px;
}

.box_contact {
	width: 280px;
	float:left;
	padding-right: 10px;
	text-align:left;
}

.image_container {
	width: 600px;
	float: left;
}

.active {
	text-decoration:underline;
	color:#FFFFFF;
	font-weight:bold;
}
.immagini_cont {
    border: 4px white solid;
}

.immagini_rosso {
    border: 4px #710008 solid;
	margin: 5px;
}
.grassetto_rosso {
    color: #710008;
	font-weight: bold;
}