/* CSS Document */

body{
	background-image:url(../layout/bg_body.jpg);
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-color:#6AA330;
	font-family:Georgia, Helvetica, Tahoma, Geneva, sans-serif;
	font-size:14px;
	color:#000000;
}

h1{ font-size:16px; font-weight:bold; font-style:italic; margin-bottom:12px;}
h2{ font-size:14px; font-weight:bold; margin-bottom:5px;}
body a{ color:#FFF; text-decoration:none;}
h2 a{ font-size:14px; font-weight:bold; margin-bottom:5px; color: black;}
h2 a:hover{ color: #E47454; }

.container{
	width:810px;
	height:auto;
	overflow:hidden;
	margin-left:0px;
	margin-bottom:20px;
	background-image:url(../layout/bg_page.png);
	background-repeat:repeat-y;
}

.container .header{
	width:800px;
	height:196px;
	margin-left:0px;
	border-bottom:solid 4px #f1ba34;
}

.container .header .logo{
	float:left;
	width:510px;
	height:196px;
	margin-right:10px;
}

.container .header .player_menu{
	float:left;
	width:280px;
	height:196px;
	position:relative;
}

.container .header .player_menu .player{
	position:absolute;
	top:34px;
	right:33px;
	width:20px;
	height:20px;
}

.container .header .player_menu .nota{
	position:absolute;
	top:20px;
	right:10px;
	width:70px;
	height:40px;
	background-image:url(../layout/bg_music.png);
}

.container .header .player_menu .menu{
	position:absolute;
	width:230px;
	height:50px;
	right:0px;
	bottom:-24px;
}

.container .header .player_menu .menu ul{
	width:230px;
	height:50px;
	margin-left:0px;
}

.container .header .player_menu .menu ul li{
	list-style:none;
	float:left;
	height:50px;
	margin-right: 15px;
	font-size: 18px;
}

.container .header .player_menu .menu ul li a{
	display:block;
	height:50px;
	color: #000;
}

.container .header .player_menu .menu ul li a:hover{
	color: #e46947;
}


.container .page{
	width:800px;
	height:auto;
	overflow:hidden;
	margin-left:0px;
	position:relative;
}

.container .page .contenuto{
	width:750px;
	height:auto;
	overflow:hidden;
	margin-top:30px;
	margin-bottom:30px;
	margin-left:25px;
}

.container .page #panel{
	background-image:url(../layout/bg_contatti.png);
	background-repeat:no-repeat;
	height: 554px;
	width:752px;
	display: none;
	color:#fff;
	top:-20px;
	right:20px;
	position:absolute;
	border:solid 4px #f1ba34;
	padding-top:38px;
	}
	
.container .page #panel .info_contatti{
	float:left;
	width:350px;
	height:400px;
	margin-left:20px;
	margin-right:12px;
	position:relative;
	}
	
.container .page #panel .chiudi{
	width:70px;
	height:40px;
	bottom:0px;
	right:10px;
	position:absolute;
	color:#000;
	font-size:18px;
	text-align:center;
	}

.container .page #panel .chiudi a{
	text-decoration:none;
	color:#000;	
	}

.container .page #panel .chiudi a:hover{
	color:#f1ba34;	
	}

.container .page #panel .info_contatti p.titolo{
	font-size:20px;
	color:#f1ba34;
	line-height:24px;
	margin-bottom:10px;
	}
	
.container .page #panel .info_contatti p{
	font-size:18px;
	color:#000;
	line-height:24px;
	}
	
.container .page #panel .info_contatti p span{
	color:#f1ba34;
	}
	
.container .page #panel .info_mappa{
	float:left;
	width:350px;
	height:400px;
	}

.container .page .contenuto p{
	line-height:18px;
	text-align:justify;
	font-style:italic;
}

.container .page .banner{
	width:750px;
	height:150px;
	margin-left:25px;
	margin-bottom:30px;
}

.container .page .banner img{
	width:748px;
	height:148px;
	border:solid 1px #FFF;
}

.container .footer{
	width:800px;
	height:60px;
	margin-left:0px;
	background-color:#f1ba34;
}

.container .footer p{
	text-align:center;
	font-style:italic;
	font-size:16px;
	color:#FFFFFF;
	line-height:24px;
	padding-top:4px;
}

.container .footer p a{
	text-decoration:none;
	color:#FFFFFF;
}

.container .footer p a:hover{
	color:#e5593f;
}

