/*
	Nome: Siciliamania
	Versione: 2.1
*/
* {
	margin: 0;
	padding: 0;
}

					/* stile base */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #0C9EEF;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
}
h2 {
	font-size: 15px;
	color: #CC0000;
	padding: 8px 0 10px 0;
}
img {
	border: 0 solid;
}
a:link, a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}

					/* classi */
.nascondi {
	display: none;
}
.centrato {
	text-align: center;
}
.giustifica {
	text-align: justify;
}
.affianca {
	float: left;
}
.margine {
	padding: 15px;
}
.avviso {
	text-decoration: underline;
	text-align: center;
}

#gioiosani {
	text-indent: -580em;
}

					/* layout */
#contenitore {
	background-image: url(../images/siciliamania.gif);
	background-repeat: no-repeat;
	min-width: 760px;
}
#testata {
	text-align: center;
	padding-left: 200px;
}
#testata h1, #testata h2 {
	display: none;
}
#menu_flash {
	margin: 0 auto;
	width: 500px;
	height: 90px;
}

#navigazione {
	background-image: url(../images/bg_menu.gif);
	background-repeat: repeat-y;
	float: left;
	width: 152px;
	margin: 68px 0 0 0;
}
#navigazione ul {
	list-style-type: none;
}
#navigazione span {
	display: none;
}
#menu {
	padding-bottom: 15px;
}
#menu p {
	height: 33px;
	margin: 8px 0px 5px 0px;
}
#menu ul li {
	background-image: url(../images/piu.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 16px;
	margin: 4px 0px 4px 8px;
}
	/* image replacement
	--------------------------------------------------*/
		#aziende {background: url(../images/aziende.gif) no-repeat;}
		#turismo {background: url(../images/turismo.gif) no-repeat;}
		#comuni {background: url(../images/comuni.gif) no-repeat;}
		#notizie {background: url(../images/notizie.gif) no-repeat;}
		#informatica {background: url(../images/informatica.gif) no-repeat;}
	/*--------------------------------------------------*/
	
#contenuti {
	background-color: #FFFFFF;
	margin: 0px 20px 0px 170px;
	border: 2px solid #0066CC;
	min-height: 700px;
	height: auto !important;
	height: 700px;
}
#pagina {
	margin: 15px 10px;
}
#pagina p {
	padding: 3px 0 15px 0;
}
#footer {
	clear: left;
	background-color: #0066CC;
	border-top: 2px solid #0889E2;
	text-align: center;
	padding-left: 152px;
	height: 20px;
}
#logo {
	background-image: url(../images/siciliamania_web.gif);
	background-repeat: no-repeat;
	text-align: right;
	height: 90px;
	border-bottom: 2px solid #CC3300;
	margin-bottom: 15px;
}
#logo img {
	margin: 15px 15px 0px 0px;
}
#elenco {
	margin-left: 45px;
	list-style-type: none;
}
#elenco li {
	line-height: 13px;
	background-image: url(../images/news.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	margin: 8px 0;
}
