body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, "Sans Serif";
	font-size: 13px;
	background-color: #adadad;
	background-image: url(enricofiorillo/bg_body.jpg);
	background-position: top;
	background-repeat: repeat-x;
}

hr {
	display: none;
	visibility: hidden;
}

img {
	border: 0px;
}


h1 {
	font-size: 14px; 	
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

h2 {
	font-size: 14px; 	
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

h3, h4 {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: normal;
}


a {
	text-decoration: none;
}

a:hover {
	color: #AF3D0B;
}





.faq-compila .float-left {
	float: left;
}

.faq-compila .float-left input {
	width: 145px;
}






#sfondo-sito-home {
	width: 950px;
	position: relative;
	margin: auto;
	text-align: left;
	background-color: #fff;
	padding-top: 14px;
}

#sfondo-sito {
	width: 950px;
	position: relative;
	margin: auto;
	text-align: left;
	background-color: #fff;
	padding-top: 14px;
}

#data-ora {
	display: none;
	visibility: hidden;
}




/*
CLASSI GENERICHE DI ALLINEMENTO
servono per allineare vari elementi,
per chiudere gli allineamenti ottenuti con float,
per sistemare i margini di elementi allineati con float
*/
.clear-left {
	clear: left;
}

.clear-right {
	clear: right;
}

.clear-both {
	clear: both;
}

.float-right {
	float: right;
	text-align: left;
}

.float-left {
	float: left;
	text-align: left;
}


.margin-left {
	margin-left: 2px;
}

.margin-right {
	margin-right: 2px;
}

.margin-top {
	margin-top: 5px;
}

.margin-bottom {
	margin-bottom: 5px;
}

.align-right {
	text-align: right;
}

.align-left {
	text-align: left;
}

.align-center {
	text-align: center;
}

.nascosto {
	position: absolute;
	top: -5000px;
	left: -5000px;
}



.fluottante {
	float: right;
}

.storia .fluottante img {
	width: auto !important;
	width: 200px;
	max-width: 200px;
}


/*
FINE CLASSI GENERICHE DI ALLINEMENTO
servono per allineare vari elementi,
per chiudere gli allineamenti ottenuti con float,
per sistemare i margini di elementi allineati con flaot
*/


#intestazione div h1 {
	visibility: hidden;
	display: none;
}

#intestazione {
	position: relative;
	margin: auto;
	width: 950px;
	height: 124px;
	background-image: url(enricofiorillo/testata.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#menu-orizzontale {
	width: 950px;
	height: 60px;
	position: relative;
	margin: auto;
	text-align: center;
	background-image: url(enricofiorillo/bg_menu.jpg);
	background-position: bottom;
	background-repeat: repeat;
}

#menu-orizzontale ul {
	display: block;
	position: relative;
	margin: auto;
	width: 820px;
	height: 30px;
	padding: 0px;
	
}

#menu-orizzontale ul li {
	display: block;
	position: relative;
	margin: auto;
	width: 163px;
	height: 30px;
	float: left;
	/*border-right: solid 1px #aaa;*/
	background-image: url(enricofiorillo/bg_tasto_menu.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

#menu-orizzontale ul li a {
	display: block;
	width: 163px;
	height: 24px;
	padding-top: 6px;
	color: #161A1D;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}


#menu-orizzontale ul li a:hover {
	background-color: #AF3D0B;
	color: #fff;
}

.banda-espansione-menu-orizzontale {
	width: 950px;
	height: 307px;
	position: relative;
	margin: auto;
	background-image: url(enricofiorillo/banda_espansione_menu_orizz.jpg);
	margin-top: 2px;
}


#corpo {
	position: relative;
	margin: auto;
	width: 820px;
}

#menu {
	width: 258px;
	float: left;
	margin-right: 54px;
}



#contenuti-home {
	width: 508px;
	float: left;
}

#contenuti {
	width: 508px;
	float: left;
}

.cancellatore {
	clear: both;
}

.cancellatore-corpo {
	clear: left;
}

#colonna-home {
	width: 820px;
	height: 70px;
	display: none;
	visibility: hidden;
}

#colonna-home div.tab01-corpo-sx {
	width: 100px;
	height: 70px;
	float: left;
}

#colonna-home div.tab01-piede-sx {
	display: none;
	visibility: hidden;
}

#piede {
	font-size:15px;
	position: relative;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 810px;
	height: 76px;
	background-image: url(enricofiorillo/bg_piede.gif);
	background-position: center;
	background-repeat: no-repeat;
	padding: 5px;
	color: #fff;
	line-height: 105%;
	
}

#accessibilita {
	display: none;
	visibility: hidden;
}

#firma {
	text-align: center;
	position: relative;
	margin: auto;
	width: 820px;
	height: 30px;
}


.box-news {
	border: solid 1px #aaa;
	background-image: url(enricofiorillo/bg_box.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	margin-top: 10px;
}


.box-news .tab02 {
	background-color: transparent;
	padding: 5px;
}

.box-news img {
	margin-right: 5px;
}


.box-news .tab01-piede-sx {
	clear: left;
}

.box-news .tab01-testa-sx {
	padding: 5px;
}


.tab02-testa-cx h4 {
	font-size: 20px;
	font-weight: normal;
}

.tab03-testa-cx {
	font-size: 20px;
	font-weight: bold;
}

.tab03-testa-cx h4 {
	font-weight: bold;
	font-size: 16px;
}

.tab03-piede-cx {
	text-align: right;
	margin-bottom: 15px;
}


.categorie-news .tab03 {
	/*background-image: url(enricofiorillo/bg_box.jpg);
	background-position: bottom left;
	background-repeat: repeat-x;*/
	background-color: #DBDBDB;
	padding: 3px;
	margin-bottom: 3px;
}


.categorie-news .tab03-corpo-cx img {
	border: solid 1px #AFAFAF;
}

.pag02-testa-cx h4 {
	font-size: 20px;
	font-weight: normal;
}

.pag02-piede-sx {
	margin-bottom: 15px;
}


.tab01-testa-cx h3, .sottotitolo {
	color: #a2a2a2;
}

.pag01-testa-cx h3 {
	color: #a2a2a2;
}

.pag01-testa-cx h4 {
	font-size: 20px;
	font-weight: normal;
}




.box-servizi {
	border: solid 1px #aaa;
	background-image: url(enricofiorillo/bg_box.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	margin-top: 10px;
}

.box-servizi .tab03 {
	width: 45%;
	float: left;
	margin-right: 1.5%;
	margin-left: 2%;
	background-color: transparent;
}

.box-servizi .tab03-testa-cx h4 {
	font-size: 18px;
	font-weight: normal;
}

.box-servizi .tab03-piede-cx {
	border-bottom: solid 1px #aaa;
	margin-bottom: 5px;
}

.box-news .tab02-piede-cx {
	border-bottom: solid 1px #aaa;
	margin-bottom: 5px;
}

.categorie-news .pag02-piede-cx  {
	border-bottom: solid 1px #aaa;
	margin-bottom: 5px;
}

.servizi .tab03-piede-cx {
	border-bottom: solid 1px #aaa;
	margin-bottom: 5px;
}

.box-servizi .tab01-piede-sx {
	clear: left;
}

.box-servizi .tab01-testa-sx {
	padding: 5px;
}

.continua {
	text-align: right;
	padding: 5px;
}

.tabmenu01-testa-cx h3 {
	color: #0C2335;
	text-transform: uppercase;
}

.tabmenu03-corpo-cx {
	background-image: url(enricofiorillo/icona-menu.jpg);
	background-position: left;
	background-repeat: no-repeat;
	width: 100%;
	height: 16px;
	padding-left: 15px;
	padding-top: 4px;
	text-transform: uppercase;
}

.tabmenu03-corpo-cx a {
	color: #0C2335;
	text-decoration: none;
	font-size: 12px;
}


.tabmenu03-corpo-cx a:hover {
	color: #AF3D0B;
	text-decoration: none;
	font-size: 12px;
}




.tabmenu02-corpo-cx a {
	font-size: 16px;
	text-transform: uppercase;
	color: #0C2335;
	text-decoration: none;
}


.fotogallery-scheda .pag02 {
	width: 25%;
	float: left;
}

.fotogallery-zoom img {
	width: auto !important;
	width: 500px;
	max-width: 500px;
}

.pag01-testa-cx {
	font-size: 20px;
	font-weight: normal;
}

.pag01-testa-cx .sottotitolo {
	font-size: 12px;
}



.percorso {
	color: #444;
	font-size: 11px;
}

.percorso a {
	color: #999;
	font-size: 11px;
}

.percorso a:hover {
	color: #999;
	font-size: 11px;
	font-weight: bold;
}

.bold {
	font-weight: bold;
}
