@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	cursor:default;
	background:url(img/sfondo_body.gif) top left repeat;
}
a {
	color:#666;
	text-decoration:none;
	border:0px;
}
a:hover {
	color:#BE0C0C;
	text-decoration:none;
	border:0px;
}
.contenitore {
	width:1060px;
	padding:0px;
	/*background:url(img/sfondo_contenitore.gif) top left no-repeat;*/
}
	.header {
		width:1060px;
		height:30px;
		background:url(img/sfondo_lingue.gif) top left no-repeat;
	}
		.scelta_lingua {
			float:right;
			padding-top:5px;
			padding-right:70px;
			font-size:11px;
			color:#000;
		}
			.scelta_lingua a {
				color:#000;
				text-decoration:none;
			}
			.scelta_lingua a:hover {
				color:#BE0C0C;
				text-decoration:none;
			}
		.lingua_sel {
			color:#BE0C0C;
		}
	.pagina {
		width:1060px;
		background: url(img/border_pagina.gif) bottom center no-repeat; padding-bottom: 1px; 
		
		float:left; 
		overflow:hidden;
	}
		.colonna_sx {
			float:left;
			width:750px;
			
			margin-bottom:-10000px; 
			padding-bottom:10000px;
		}
			.mappa_header {
				width:750px;
				height:384px;
				background:url(img/mappa_header.gif) top left no-repeat;
			}
			.contenuto {
				width:750px;
				background:url(img/sfondo_contenuto.gif) top left no-repeat;
				
				float:left; 
				overflow:hidden;
				
				margin-bottom:-10000px; 
				padding-bottom:10000px;
			}
			.menu {
				float:left;
				width:160px;
			}
				.area_menu {
					float:left;
					width:160px;
					border-top:1px solid #BE0C0C;
					
					list-style:none;
					padding:0;
					margin:0;
				}
					.voce_menu {
						float:left;
						margin-bottom:1px;
						width:160px;
						height:18px;
						font-size:11px;
						color:#333;
					}
						.voce_menu a {
							float:left;
							padding-left:10px;
							width:150px;
							height:18px;
							color:#333;
							text-decoration:none;
							line-height:18px;
							background:url(img/sfondo_pagina.png) top left repeat;
						}
						.voce_menu a:hover {
							float:left;
							padding-left:10px;
							width:150px;
							height:18px;
							color:#BE0C0C;
							text-decoration:none;
							line-height:18px;
							background:url(img/sfondo_menu_sel.png) top left repeat-x;
						}
					.voce_menu_sel {
						float:left;
						margin-bottom:1px;
						padding-left:10px;
						width:150px;
						height:18px;
						font-size:11px;
						color:#BE0C0C;
						line-height:18px;
						background:url(img/sfondo_menu_sel.png) top left repeat-x;
					}
					.chiusura_menu {
						float:left;
						width:160px;
						font-size:1px;
						border-bottom:1px solid #BE0C0C;
						background:url(img/sfondo_pagina.png) top left repeat;
						
						margin-top:1px;
						margin-bottom:-10000px; 
						padding-bottom:10000px;
					}
				.colonna_cx {
					float:left;
					width:519px;
					border-top:1px solid #BE0C0C;
					border-bottom:1px solid #BE0C0C;
					background:url(img/sfondo_pagina.png) top left repeat;
					
					margin-bottom:-10000px; 
					padding-bottom:10000px;
				}
					.titolo {
						padding-top:35px;
						padding-left:15px;
						width:489px;
						font-size:16px;
						color:#BE0C0C;
						font-family:"Century Gothic";
					}
					.testo {
						padding-top:15px;
						padding-left:15px;
						width:489px;
						font-size:12px;
						color:#333;
						line-height:1.5;
					}
					.img_home {
						padding:15px 0px;
						width:489px;
					}
		.colonna_dx {
			float:left;
			padding-left:20px;
			padding-right:50px;
			width:230px;
			min-height:466px;
			background:url(img/sfondo_colonna_dx.gif) top left no-repeat;
			
			margin-bottom:-10000px; 
			padding-bottom:10000px;
		}
			.titolo_colonna_dx {
				padding-top:2px;
				padding-left:10px;
				width:220px;
				height:16px;
				font-size:12px;
				font-family:"Century Gothic";
				background:url(img/titolo_colonna_dx.png) top left repeat-x;
			}
			.area_colonna_dx {
				width:230px;
			}
				.area_gallery {
					margin-top:1px;
					width:230px;
					background:url(img/sfondo_pagina.png) top left repeat;
				}
					.img_gallery {
						padding-top:15px;
						padding-left:15px;
						width:200px;
						height:133px;
					}
					.desc_gallery {
						padding:10px 15px;
						width:200px;
						font-size:11px;
						color:#333;
					}
			.chiusura_gallery {
				float:left;
				width:230px;
				font-size:1px;
				border-bottom:1px solid #BE0C0C;
				background:url(img/sfondo_pagina.png) top left repeat;
				
				margin-top:1px;
				margin-bottom:-10000px; 
				padding-bottom:10000px;
			}
	.footer {
		width:1060px;
	}	
		.testo_footer_sx {
			padding:3px 0px 3px 50px;
			float:left;
			font-size:11px;
			color:#666;
		}
		.testo_footer_dx {
			padding:3px 60px 3px 0px;
			float:right;
			font-size:11px;
			color:#666;
		}	
