body,html{
	width: 100%;
	margin:0;
	padding:0;
	background: url('../images/common/sfondo.jpg'); 
	font-family: tahoma, arial, helvetica,verdana,sans-serif;
	font-size:11px;
	color:#444;
	height: 100%;
}
img {border:0;}
a {text-decoration:none; color: #5b3e1a;}
h1 {
	margin:0;
	padding:0; 
	font-family: tahoma, arial, verdana, helvetica;
	font-weight: bold;
	font-size: 16px;
	color: #5b3e1a;
}
h2 {
	margin: 0;
	padding-left: 10px;
	font-family: tahoma, arial, verdana, helvetica;
	font-weight: bold;
	font-size: 11px;
	color: #5b3e1a;
}
.cleaner {clear:both;}
.hidden {display:none; height:0; border:none; background:none; line-height:0;}

/* struttura */
#main {
	float: left;
	background: url('../images/common/sfondo-back.jpg') no-repeat;
	width: 960px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -480px;
}
	#main #header {
		float: left;
		background: url('../images/common/emozionale.jpg') no-repeat;
		width: 872px;
		height: 510px;
		margin-top: 69px;
		margin-left: 45px;
	}
		#main #header .logo {
			float: left;
			width: 312px;
			height: 185px;
			position: absolute;
			top: 0;
			left: 150px;
		}
		#main #header #flags {
			position: absolute;
			top: 30px;
			right: 80px;
		}
			#main #header #flags a {
				margin: 0 20px;
			}
		#main #header #menu {
			float: left;
			width: 600px;
			height: 54px;
			position: relative;
			top: 470px;
			left: 270px;
		}
			#main #header #menu .voce {
				float: left;
				display: block;
				width: 95px;
				line-height: 54px;
				text-align: center;
			}
				#main #header #menu .voce a {
					float: left;
					display: block;
					width: 95px;
					line-height: 54px;
					font-weight: normal;
					font-size: 12px;
					font-family: arial, verdana, helvetica;
					color: #444;
					text-transform: uppercase;
					text-align: center;
				}
					#main #header #menu .voce a:hover {
						line-height: 54px;
						font-weight: bold;
						color: #5b3e1a;
					}
				#main #header #menu .active {
					float: left;
					display: block;
					width: 95px;
					line-height: 54px;
					font-weight: bold;
					color: #5b3e1a;
					text-align: center;
				}
					#main #header #menu .active a {
						font-weight: bold;
						font-size: 12px;
						font-family: arial, verdana, helvetica;
						color: #5b3e1a;
						text-transform: uppercase;
						text-align: center;
					}
					
			#main #header #menu .separator {
				float: left;
				display: block;
				font-size: 12px;
				line-height: 35px;
			}


/* content */
#main #content {
	float: left;
	width: 852px;
	min-height: 300px;
	margin-left: 45px;
	padding: 20px 10px;
}
	#main #content .block {
		float: left;
		width: 400px;
		padding: 10px;
		margin: 15px 0;
	}
		#main #content .block form a {
			font-weight: bold;
			color: #5b3e1a;
			text-transform: uppercase;
		}

		/* news - in evidenza + news & eventi */
		#main #content .block .focus {
			float: left;
			display: block;
			width: 115px;
			text-align: left;
			margin: 0 7px;
		}
			#main #content .block .focus img {
				float: left;
			}
			#main #content .block .focus div {
				float: left;
				text-align: left;
			}

		/* gallery */
		#main #content .block .slider {
			float: left;
			display: block;
			width: 400px;
			text-align: center;
			margin: 0 7px;
			line-height: 130px;
			overflow: hidden; 
		}
			#main #content .block .slider ul{
				width: 400px;
				margin: 0;
				padding: 0;
				list-style:none;
				overflow: hidden; 
			}
			#main #content .block .slider ul li{ 
				width: 130px;
				height: 130px;
				overflow: hidden; 
				margin: 0 5px;
				list-style:none;
			}
			span#prevBtn{
				float: left;
				position: relative;
				top: -80px;
				left: -5px;
				z-index: 50;
			}
			span#nextBtn{
				float: left;
				position:relative;
				top: -80px;
				left: 365px;
				z-index: 50;
			}
		/* news - promozioni e offerte */
		#main #content .block .promo {
			float: left;
			background: #5b3e1a;
			display: block;
			width: 400px;
			padding: 10px 0 10px 10px; 
			text-align: left;
			margin: 0 7px;
		}
			#main #content .block .promo img {
				float: left;
				width: 150px;
			}
			#main #content .block .promo div {
				float: left;
				width: 230px;
				text-align: left;
				color: #fff;
				margin-left: 10px;
			}
				#main #content .block .promo div h2 {
					color: #fff;
				}
	#main #content .mete {
		float: left;
		width: 100%;
		text-align: left;
	}
		#main #content .mete b {
			float: left;
			display: block;
			width: 230px;
			margin: 5px 0;
		}
		#main #content .mete a {
			float: left;
			display: block;
			width: 300px;
			margin: 5px 0;
		}

/* footer */
#main #footer {
	float: left;
	background: url('../images/common/sfondo-back-bottom.jpg') no-repeat;
	width: 960px;
	height: 107px;
	padding-left: 45px;
	padding-top: 30px;
}
	#main #footer a {color:#444;}
		#main #footer a:hover {color:#000;}
	#main #footer .text {
		float: left;
		width:280px;
		font-size:10px;
		text-align:left;
		margin:0 5px 0 5px;
		font-weight: normal;
		color:#444;
	}
		#main #footer .text b {
			font-size:11px;
			color:#444;
		}
	#main #footer .menu {
		float: left;
		width: 320px;
		text-align: center;
		color: #a00;
		margin-right: 10px;
	}
		#main #footer .menu a {
			font-weight: normal;
			font-family: arial, verdana ,helvetica;
			font-size: 11px;
			color: #a00;
			padding: 0 10px;
		}
	#main #footer .addviser {
		float: right;
		width:130px;
		height: 60px;
		font-size:10px;
		text-align: right;
		color: #444;
		padding-right: 100px;
		
	}

/* error overlay */
#error {width:100%; height:100%; top:0; z-index:9990; background:url(../images/common/nero.gif); position:absolute;}
#err_msg {width:334px; padding:0 8px 0 8px; height:170px; z-index:9991; position:absolute; left:50%; top:0;  margin-left:-150px; background:#fff; text-align:center; color:#444; line-height:19px;} 
#err_msg #close_btn {width:21px; height:19px; margin:8px 0 30px 0; float:right; cursor:pointer; background:url(../images/common/chiudi.gif) no-repeat;}
