#leo-home {
	cursor: pointer;
}
#left-bar embed#disegno {
		margin-top: 0px;
	}
* {
	margin: 0;
	padding: 0;
	outline: none;
}
body {
	font-family: Tahoma,Arial,"Sans serif";
	font-size: 12px;
	background: #01aef0 url('../img/bg-body.jpg') repeat-x;
/*	background: url('../img/bg-tricolore.jpg') repeat-y center;*/
}
#wrapper {
	position: relative;
	width: 998px;
	padding: 0 30px 0 31px;
	margin: 0 auto;
	background: url('../img/bg-wrapper.png') repeat-y;
}
	#top-navigator {
		position: absolute;
		top: 0;
		width: 998px;
		list-style-type: none;
		background: url('../img/menu/bg-top-navigator.png') repeat-x;
		z-index: 10000;
	}
		#top-navigator a img, #flags-navigation a img {
			border: none;
			cursor: pointer;
		}
		#top-navigator span {
			display: none;
		}
		#top-navigator ul {
			list-style-type: none;
		}
		.submenu-list, #wrap-login {
			background: url('../img/bg-sottomenu-top.png') no-repeat bottom left;
			padding: 5px 10px 8px 10px;
			margin-top: 0px;
			clear: left;
			font-size: 13px;
			width: 120px;
			position: absolute;
		}
		#wrap-login {
			margin-left: -9px;
			text-align: left;
			clear: both;
		}
			#wrap-login label {
				display: block;
			}
			#wrap-login .text {
				width: 116px;
				height: 16px;
				padding: 2px;
				background-color: #d5e9f1;
				border: 1px solid #00aeee;
			}
			#wrap-login .submit {
				width: 120px;
				text.align: center;
				height: 20px;
				margin-top: 5px;
				border: 1px solid #00aeee;
			}
			#wrap-login p {
				text-align: center;
				margin-top: 5px;
			}
		#area-riservata {
			width: 130px;
			text-align: right;
		}
		.submenu-list li {
			margin: 2px 0;
		}
		.submenu-list.submenu-list2 {
			margin-left: 139px;
		}
	#flags-navigation {
		position: absolute;
		list-style-type: none;
		width: 660px;
		height: 30px;
		padding-right: 3px;
		right: 0;
		top: 31px;
		background: url('../img/menu/bg-language-flags.png') repeat-x;
		z-index: 10;
	}
		#flags-navigation li { display: inline; float: right }
		#flags-navigation img {
			margin: 5px 3px 0 3px;
		}
	#header-flash {
		z-index: 0;
		position: absolute;
		margin-top: 48px;
	}
		#header-flash img {
			position: absolute;
			left: 0;
			z-index: -1;
		}
		#music-player {
			position: absolute;
			top: 350px;
			left: 910px;
			z-index: 20000;
		}
	#header {
		position: relative;
		padding-top: 48px;
		height: 391px;
		z-index: 10;
	}
		.bg-home {
			background: url('../img/headers/home.jpg') no-repeat 0 48px;
		}
		#buttons-header {
			position: absolute;
			bottom: 0;
			list-style-type: none;
		}
			#buttons-header li {
				display: inline;
				position: relative;
				float: left;
				height: 43px;
				padding-top: 23px;
				background-position: bottom left;
				background-repeat: no-repeat;
				text-align: center;
			}
			.header-ticket {
				font-size: 14px;
				width: 174px;
				padding-right: 57px;
				margin-left: 30px;
				background-image: url('../img/header-ticket.png');
			}
			.header-weather {
				width: 330px;
				line-height: 140%;
				padding-left: 44px;
				margin-left: 54px;
				background-image: url('../img/header-weather.png');
			}
			.header-newsletter {
				font-size: 14px;
				padding-left: 50px;
				width: 170px;
				margin-left: 59px;
				background-image: url('../img/header-newsletter.png');
			}
		.red-line-separator {
			height: 37px;
			width: 998px;
			background: url('../img/red-line-separator.png') repeat-x;
		}
		#central {
			background: url('../img/bg-dotted-white.jpg');
			padding: 0 10px;
			width: 978px;
		}
			#content {
				margin-left: 280px;
			}
			.box-top-content {
				width: 246px;
				padding-top: 22px;
				padding-left: 15px;
				background: url('../img/box-top-content.png') no-repeat top left;
			}
				.box-top-content h2 {
					font-size: 13px;
					width: 220px;
					margin-bottom: 15px;
				}
				.box-top-content ul {
					width: 224px;
					line-height: 120%;
				}
				.box-top-content li {
					padding-bottom: 5px;
				}
				.box-top-content.news {
					float: left;
					width: 262px;
					padding-left: 0;
				} 
					.box-top-content.news p {
						margin-right: 10px;
					}
					.box-top-content.news .leo-promo {
						margin: 8px 2px 0 0;
					}
				.box-top-content.categorie {
					float: right;
					width: 262px;
					padding-left: 0;
					margin-right: 20px;
				} 
				.box-top-content.categorie.radio {
					margin-right: 0px;
				}
				.box-top-content.news ul, .box-top-content.categorie ul {
					line-height: 120%;
					width: 262px;
					padding: 15px 0;
					background: url('../img/box-top-content-bottom.png') no-repeat bottom left;
				}
				.box-top-content.news li, .box-top-content.categorie li {
					padding-left: 15px;
					padding-right: 5px;
					background: url('../img/box-top-content-middle.png') repeat-y top left;
				}
				.box-top-content.news h2, .box-top-content.categorie h2 {
					margin-bottom: 0;
					margin-left: 15px;
				}
				.box-top-content.promo {
					height: 172px;
					background: url('../img/box-top-content-promo.png') no-repeat top left;
				}  
					.box-top-content.promo p {
						padding-right: 100px;
						margin-bottom: 10px;
					} 
					.box-top-content.promo img {
						margin-bottom: 20px;
					} 
				.box-top-content.extra {
					padding-left: 0;
					padding-top: 45px;
					padding-bottom: 14px;
					width: 262px;
					height: 155px;
/*					background: url('../img/box-top-content-extra.png') no-repeat top left;*/
					background: url('../img/box-top-content-extra-mappa.png') no-repeat top left;
					
				}   
				.box-top-content.extra div {
					cursor: pointer;
					z-index: 10000;
					position: absolute;
					width: 260px;
					height: 140px;
				}  
				.box-top-content.extra-halleoween {
					padding-left: 0;
					padding-top: 0;
					padding-bottom: 14px;
					width: 262px;
					background: none;
				}  
				#extrabox-mese-sport {
					z-index: 1;
					position: absolute;
				}
					.box-top-content.extra p {
						padding-right: 140px;
						margin-bottom: 10px;
					}
				.box-top-content.appuntamenti {
					float: right;
					height: 212px;
					background: url('../img/box-top-content-appuntamenti.png') no-repeat top left;
				}  
				.box-top-content.appuntamenti .second {
					margin-top: 5px;
					padding-right: 110px;
				}  
			.text-central-index {
				padding: 20px 40px 0 40px;
				text-align: justify;
				margin: 0px 260px 0 260px;
			}	
			.text-central-index.under {
				padding-top: 30px;
				padding-bottom: 90px;
				background: url('../img/stelline-fondo-home.png') no-repeat bottom center;
			}
				.text-central-index p {
					margin: 7px 0;
				}	
			#leoquiz-home {
				height: 55px;
				padding: 180px 0 0 0;
				background: url('../img/bg-leoquiz-home.png') no-repeat top left;
				text-align: center;
				cursor: pointer;
			}
				#leoquiz-home p {
					margin: 0 0 0 170px;
					padding-right: 10px;
					color: #fff;
					line-height: 100%;
				}
				#leoquiz-home a {
					color: #fff;
				}
			#slider-gallery {
				float: left;
				width: 955px;
				height: 213px;
				margin-top: 25px;
				padding: 0 10px;
				clear: both;
				/*background: url('../img/slider/bg-slider-gallery.png') no-repeat top left;*/
				background: url('../img/bg-rosso-home.png') no-repeat top left;
			}
			#slider-gallery-1 {
				float: left;
				height: 223px;
				width: 975px;
				margin-top: -15px;
				padding: 30px 0 0 0;
				clear: both;
				/*background: url('../img/slider/bg-slider-gallery.png') no-repeat top left;*/
				background: url('../img/bg-rosso-home.png') no-repeat top left;
			}
				#slider-gallery-1 ul {
					float: right;
					margin: 63px 15px 0 0;
				}
				#slider-gallery-1 li {
					display: inline;
				}
				#slider-gallery-1 img {
					border: 1px solid #ccc;
				}
				.arrow {
					height: 213px;
					width: 36px;
					cursor: pointer;
				}
				.arrow.left {
					float: left;
					background: url('../img/slider/left-arrow.png') no-repeat center left;
				}	
				.arrow.right {
					float: right;
					background: url('../img/slider/right-arrow.png') no-repeat center right;
				}
				#slider-mask {
					float: left;
					width: 860px;
					height: 188px;
					margin: 13px 0 0 10px;
					overflow: hidden;
				}
					#slider-mask ul {
						width: 6000px;
					}
					#slider-mask li {
						float: left;
						margin: 0 13px 0 14px;
					}
						#slider-mask img {
							border: 1px solid #fff;
						}
		#leo-quiz {
			margin: 20px 0 0 5px;
		}
		#footer {
			clear: both;
			height: 262px;
			width: 978px;
			margin-left: -10px;
			padding: 34px 10px 0 10px;
			color: #fff;
			font: 10px/130% Tahoma;
			background: url('../img/bg-footer.png') no-repeat top right;
		}	
			#footer .align-right {
				text-align: right;
			}
			#footer li {
				display: inline;
			}
			#footer a {
				color: #fff;
				text-decoration: none;
			}
			#footer img {
				border: none;
			}
#left-bar {
	width: 270px;
	float: left;
}
	.box-top-content.extra embed {
		margin-top: 12px;
	}
	.submenu {
		width: 262px;
		padding: 27px 2px 0 0px;
		background: url('../img/submenu-top.png') no-repeat top left;
		font-size: 18px;
	}
		.submenu ul {
			padding-left: 1px;
			padding-bottom: 12px;
			background: url('../img/submenu-bottom.png') no-repeat bottom left;
		}
		.submenu li {
			border-bottom: 1px solid #d2f1fc;
			border-left: 1px solid #00aeef;
			border-right: 1px solid #00aeef;
		}
		.submenu a {
			color: #00aeef;
			display: block;
			height: 26px;
			padding: 0 13px;
			background: #fff url('../img/submenu-attivo.jpg') no-repeat top right;
		}
		.submenu a:hover, .submenu a.attivo {
			color: #fff;
			background-color: #00aeef;
			background-position: bottom right;
		}
.paging {
	text-align: center;
	font-size: 13px;
	margin-top: 20px;
}
	.paging a {
		padding: 0 10px;
		color: #000;
		cursor: pointer;
	}
.adv-footer {
	margin-top: 20px;
}
.weather {
	padding: 1px 0 1px 25px;
}
	.soleggiato {
		background: url('../img/weather/soleggiato.png') no-repeat center left;
	}
	.coperto {
		background: url('../img/weather/coperto.png') no-repeat center left;
	}
	.temporale {
		background: url('../img/weather/temporale.png') no-repeat center left;
	}
	.nuvoloso {
		background: url('../img/weather/nuvoloso.png') no-repeat center left;
	}
	.piovoso {
		background: url('../img/weather/piovoso.png') no-repeat center left;
	}
	.nevoso {
		background: url('../img/weather/nevoso.png') no-repeat center left;
	}
.no-display {
	display:  none;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.text-white {
	color: #fff;
}
.text-yellow {
	color: #ffd200;
}
.text-red {
	color: #e61a21;
}
.text-blue {
	color: #00aeef;
}
.text-black {
	color: #000;
}
.italic {
	font-style: italic;
}
.bold {
	font-weight: bold;
}
.padding-top20 {
	padding-top: 20px;
}
.underline {
	text-decoration: underline;
}
.no-underline {
	text-decoration: none;
}
.no-border {
	border: none;
}
.border-black {
	border: 1px solid #000;
}
.top-20 {
	margin-top: -20px;
}
.h1-centered {
	font-size: 27px;
	text-align: center;
	line-height: 110%;
	margin-bottom: 15px;
}
.no-list {
	list-style-type: none;
}
.square-list {
	margin-left: 18px;
	list-style-type: square;
}
.disc-list {
	margin-left: 18px;
	list-style-type: disc;
}
.clear-left {
	clear: left;
}
.clear-right {
	clear: right
}
.hidden {
	visibility: hidden;
}
.blue-button {
	width: 341px;
	height: 63px;
	padding-top: 13px;
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 20px;
	line-height: 120%;
	text-align: center;
	background: url('../img/bottone-blu.png') no-repeat;
}
	.blue-button .big {
		font-size: 24px;
	}
#radio-italia {
	margin-left: 9px;
}
#brucoconto {
	margin: 40px 0 -120px 80px;
}
.margin-bottom-neg {
	margin-bottom: -150px;
}