/* CSS Document */

/* pseudo classi */

body {
	margin: 0px;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555555;
	text-align: justify;
}

img {
	border: 0px;
}

ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

li {
	margin: 0px;
	padding: 0px;
}


form {
	margin: 0;
	padding: 0;
	border: 0;
}

input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #555555;
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px;
}
label{
	float: left;
	width: 130px;
	font-weight: bold;
	margin-right: 10px;
	text-align: right;
	padding-top: 2px;
}
input, select {
	width: 150px;
	margin-bottom: 2px;
}
textarea {
	width: 200px;
	height: 40px;
}
.checkbox {
	border: 0;
}
.btn_invio {
	width: 80px;
	background-color: #666666;
	color: #FFFFFF;
	font-weight: bold;
}
.form_errore_sx {
	width: 130px;
	float: left;
	color: #990000;
}
.form_errore_dx {
	width: 130px;
	float: right;
	color: #990000;
}


/* fine pseudo classi */



.testo_rosso {
	color: #990000;
}

.titolo_pagina {
	height: 20px;
	padding-bottom: 15px;
	font-size: 12px;
	font-weight: bold;
}


/* layout */

#contenitore {
	width: 980px;
	margin: 0 auto;
}



#top {
	width: 100%;
	height: 70px;
	clear: both;
}

#top_su {
	height: 50px;
	clear: both;
}

#top_su_fascia {
	width: 925px;
	height: 50px;
}
#top_su_fascia_testo {
	color: #FFFFFF;
	width: 300px;
	padding-left: 175px;
	padding-top: 4px;
}

#top_su_logo {
	width: 50px;
	height: 50px;
	float: right;
}

#top_giu {
	width: 100%;
	padding-top: 5px;
	height: 25px;
	clear: both;
}

#top_giu_menu {
	width: 500px;
}

#top_giu_slogan {
	width: 180px;
	float: right;
}


#anim_quadrato {
	margin-top: 5px;
	height: 50px;
	padding-top: 5px;
	text-align: right;
	padding-right: 100px;
}



#contenuto {
	margin-top: 10px;
	height: 400px;
	overflow: hidden;
}

#contenuto_sx {
	width: 175px;
	height: 400px;
	float: left;
}

#menu {
	width: 160px;
	height: 400px;
	overflow: hidden;
}
.menu_cella {
	padding-top: 5px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.menu_voce {
	background-color: #EBEBEB;
	margin-left: 20px;
	padding-left: 5px;
	margin-bottom: 5px;
}
.menu_sottovoce {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 20px;
	text-align: right;
}

#contenuto_centro {
	width: 805px;
	height: 400px;
	float: right;
}

#contenuto_centro_foto {
	width: 400px;
	height: 400px;
	border-left-color: #646567;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #646567;
	border-right-style: solid;
	border-right-width: 1px;
}

#contenuto_centro_testo {
	width: 385px;
	height: 400px;
	float: right;
}






#bottom {
	width: 100%;
	height: 20px;
	margin-top: 20px;
	color: #999999;
}

#bottom_sx {
	width: 300px;
	float: left;
}

#bottom_dx {
	width: 450px;
	float: right;
	text-align:right
}


/* fine layout */





/* link */

a:link, a:visited, a:active { color: #555555; text-decoration: none; }
a:hover { color: #555555; text-decoration: underline; }

#bottom a:link, #bottom a:visited, #bottom a:active { color: #999999; }
#bottom a:hover { color: #555555; }

#frecce a:link, #frecce a:visited, #frecce a:active { font-weight:bold; color: #999999; }
#frecce a:hover { color: #555555; }

/* fine link */




/* pagina home */
.news_home {
	border-top-color: #CCCCCC;
	border-top-style: solid;
	border-top-width: 1px;	
	margin-top: 10px;
	padding-top: 10px;
	text-align: left;
}




/* pagine news */
.news {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;	
}

#news_view {
	overflow: hidden;
	height: 330px;
	padding-bottom: 10px;
}
#news_view img {
	padding-right: 5px;
	padding-bottom: 5px;
}
/* fine pagine news */



/* pagina 404 */
#fascia404 {
	width: 100%;
	height: 150px;
	margin-top: 150px;
	padding-top: 25px;
	text-align: center;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-top-style: solid;
	border-top-width: 1px;
}
/* fine pagina 404 */



#loading {
	visibility: hidden;
	background: url(../../img/ajax-loader.gif) no-repeat;
	background-position: center;
	height: 250px;
}


#frecce {
	/*text-align: center;*/
}
#frecce_sx {
	float: left;
	width: 150px;
	text-align: right;
}
#frecce_dx {
	margin-left: 200px;
	width: 150px;
	text-align: left;
}
#frecce img {
	width: 8px;
	height: 13px;
}
