@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	font-size:14px;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	background:url("img/sfondo.jpg") no-repeat scroll center 0 transparent;
}

ul{
	margin:0;
	padding:0;
}

a img{
	border:none;
}

a{
	color:#990000;
}

p{
	line-height:18px;
}

h2{
	color:#990000;
	font-size:25px;
	margin:0;
}

#page{
	width:905px;
	margin-left:auto;
	margin-right:auto;
	border:1px solid #666;
}

/* --------------------- header --------------------- */

#top{
	background:url(img/top.jpg);
	height:14px;
}

#logo{
	position:relative;
	padding:20px 10px 20px 10px;
}

#loghi-partners{
	position:absolute;
	right:20px;
	top:50px;
}

/* --------------------- contenuto --------------------- */

#content1{
	background:url(img/img-index.jpg) no-repeat;
	width:904px;
	height:532px;
	position:relative;
}

#content2{
	background:url(img/img-pagina-interna.jpg) no-repeat;
	width:904px;
	height:532px;
	position:relative;
}

#content3{
	background:url(img/img-pagina-interna3.jpg) no-repeat;
	width:904px;
	height:532px;
	position:relative;
}

#content4{
	background:url(img/img-pagina-interna4.jpg) no-repeat;
	width:904px;
	height:532px;
	position:relative;
}

.text{
	width:430px;
	padding-left:20px;
}

.button{
	position:absolute;
	left:94px;
	top:246px;
}

/* --------------------- menu orizzontale --------------------- */

#menu{
	background:#990000;
	color:#fff;

}

#menu ul{
	list-style-type:none;
	font-size:24px;
	margin-left:auto;
	margin-right:auto;
	padding-left:10px;

}

#menu li{
	display:inline;
	margin-left:35px;
	margin-right:35px;
}
#menu a{
	display:inline-block;
	height:50px;
	padding-top:23px;
	}
#menu a, #menu a:hover{
	color:#FFFFFF;
	text-decoration:none;
}

#menu a:hover,
#menu .li-selected{
	background:url(img/freccia-menu.png) no-repeat center -5px;
}

/* --------------------- footer --------------------- */

#footer{
	background:#000000;
	color:#FFFFFF;
	height:95px;
	position:relative;
	padding-top:40px;
}

#footer .footer-content{
	margin:0;
	border-top:1px solid #4D4D4D;
	font-size:11px;
	width:300px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	padding-top:10px;
}
