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

html,body{
	min-height:100%;
	height:100%;
	margin:0px;
	border:0px;
	padding:0px;
	background-color:#261d14;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 76%;
	text-align: center;
}

body>div#container{height: auto; min-height: 100%}


/*--------------------------------------------------- Impostazioni Layout ------------------------------------------------------*/

#container{
	height:100%;
	min-height:100%;
	min-width:1000px;
	position:relative;
	background-image:url(../img/img-layout/fondo-container.png);
	background-repeat:no-repeat;
	background-position:center;
	background-position:top;
	width:100%;
	margin:0;
	border:0;
	padding:0;
}

#container-contatti{
	height:100%;
	min-height:100%;
	min-width:1000px;
	position:relative;
	background-image:url(../img/img-layout/fondo-container-contatti.png);
	background-repeat:no-repeat;
	background-position:center;
	background-position:top;
	width:100%;
	margin:0;
	border:0;
	padding:0;
}


#centrale{
	width:860px;
	height:auto;
	position:relative;
	margin:0 auto;
	border:0;
	padding-bottom:150px;
}

#navigation{
	float: left;
    width: 156px;
	height:auto;
	border:0;
}

#menu{
	padding-top:36px;
}

#sponsor{
	padding-top:50px;
	border:0;
}

#content{
	float:right;
	width: 704px;
	min-height:900px;
	height:auto;
	border:0;
}

#content-contatti{
	float:right;
	width: 704px;
	min-height:1150px;
	height:1150px;
	margin:0 auto;
	border:0;
}



/*--------------------------------------------------- slideshow ------------------------------------------------------*/

#slideshow {
	padding-top:120px;
	padding-left:42px;
	overflow: hidden;
	width: 620px;
	height: 300px;
}

#slideshow img {
	width: 620px;
	height: 300px;
	display: none;
	position: absolute;
}



/*--------------------------------------------------- testi location ------------------------------------------------------*/

#location{
	position:relative;
	padding-top:30px;
	padding-left:42px;
	width: 630px;
	height:auto;
}

#location-sponsor{
	position:relative;
	width: 630px;
	height:auto;
}

#location p{
	width:630px;
	text-align:justify;
	padding-top:10px;
	font-size:14px;
	color:#261d14;}

#location a{
	font-size:13px;
	color:#261d14;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
}




/* --------------------------------------------------- Form ---------------------------------------------------------- */

label{
float: left;
width: 120px;
font-weight: bold;
}

input, textarea{
width: 180px;
margin-bottom: 5px;
}

textarea{
width: 250px;
height: 150px;
}

#privacy{width:20px;}

#btn-r{
	background-image:url(../img/img-contatti/cancella.png);
	width:110px;
	height:35px;
}
#btn-s{
	background-image:url(../img/img-contatti/invia.png);
	width:110px;
	height:35px;
}



/*-------------------------------------------------- testo home ----------------------------------------------------*/

#testo p{
	width:620px;
	text-align:left;
	text-decoration:none;
	padding-top:5px;
	padding-left:198px;
	font-size:14px;
	color:#261d14;}

#testo ul{
	width:620px;
	text-align:right;
	font-weight:bold;
	padding-left:198px;
	font-size:13px;
	color:#261d14;}

#testo a{
	font-size:13px;
	color:#261d14;
	text-decoration:none;}
	
#testo h1{
	width:620px;
	text-align:justify;
	text-decoration:none;
	font-size:10px;
	padding-left:198px;
	color:#261d14;}



/*------------------------------------------------------- Footer -------------------------------------------------------*/

#spazio{
	height:130px;
	clear:both;
}

#footer{
	width:100%;
	background-image:url(../img/img-layout/fondo-footer.png);
	background-position:center;
	background-repeat:no-repeat;
	margin:0 auto;
	bottom:0;
	font-size:10px;
	color:#f8bd16;
	text-align:center;
	position:absolute;
	height:100px;
	clear:both;
}

#footer a{
	font-size:10px;
	color:#f8bd16;
	text-decoration:none;
}

#footer-sponsor{
	width:100%;
	background-image:url(../img/img-layout/fondo-footer.png);
	background-position:center;
	background-repeat:no-repeat;
	margin:0 auto;
	bottom:0;
	font-size:10px;
	color:#f8bd16;
	text-align:center;
	position:relative;
	height:100px;
	clear:both;
}

#footer-sponsor a{
	font-size:10px;
	color:#f8bd16;
	text-decoration:none;
}


div#stat{display:none;}