* {
	margin: 0px;
	padding: 0px;
		border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;

}

/* inizio CSS */

body {
	font-family: Trebuschet, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ffffcc;
	background-image: url(../img/layout/sfondoPagina.gif);
	background-repeat: repeat-x; 
}

ol, ul {
	list-style: none;
}
#master {
	width: 902px;
	margin-right: auto;
	margin-left: auto;
}

strong {
	font-weight: bold;
}
#header {
	margin-top: 20px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#header h1 {
	background-image: url(../img/layout/logoCat.gif);
	height: 140px;
	width: 229px;
}
#header h1 a {
	display:block;
	height: 140px;
}
#header  span   {
	display: none;
}


#altroMenu {
	color: #660000;

}

#altroMenu ul {
	position: absolute;
	height: 18px;
	width: 900px;
	margin-top: -178px;
	font-size: 14px;
	color: #600;
	font-variant: small-caps;
	font-weight: bold;
	background-color: #FFFFFF;
	border-right: 1px solid #300;
	border-left: 1px solid #300;
	text-align: right;
	margin-left: -1px;

	}

#altroMenu  ul li {
	display: inline;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #660000;
	float: right;

}
#altroMenu a {
	display: block;
	width: 105px;
	height: 14px;
	padding-right: 4px;
	color: #660000;
	text-decoration: none;
	padding-top: 4px;
}
#altroMenu a:hover {
	color: #FFFFFF;
	background-color: #660000;
}

#principale {
	color: #660000;
	height: 18px;

}

#principale ul {
	position: absolute;
	height: 140px;
	width: 660px;
	margin-top: -140px;
	font-size: 14px;
	font-variant: small-caps;
	font-weight: bold;
	text-align: right;
	float: right;
	margin-left: 240px;

	}

#principale ul li {
	display: inline;
	float: right;
	height: 140px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #330402;

}
#principale a {
	display: block;
	width: 99px;
	height: 14px;
	padding-right: 10px;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 126px;
}

#principale #home {
	background: url(../img/layout/homeOp.jpg) no-repeat right top;
}

#principale #home a:hover, #home .active {
	background-color: #FFFF66;
	background-image: url(../img/layout/home.jpg);
	background-repeat:no-repeat;
	background-position: right top;
	color: #cc0000;
}


#principale #press {
	background: url(../img/layout/stampaOp.jpg) no-repeat right top;
}

#principale #press a:hover, #press .active {
	background-color: #FFFF66;
	background-image: url(../img/layout/stampa.jpg);
	background-repeat:no-repeat;
	background-position: right top;
	color: #cc0000;
}

#principale #calendario {
	background-image: url(../img/layout/calendarioOp.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#principale #calendario a:hover, #calendario .active {
	background-color: #FFFF66;
	background-image: url(../img/layout/calendario.jpg);
	background-repeat:no-repeat;
	background-position: right top;
	color: #cc0000;
}

#principale #attivita {
	background-image: url(../img/layout/attivitaOp.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#principale #attivita a:hover, #attivita .active {
	background-color: #FFFF66;
	background-image: url(../img/layout/attivita.jpg);
	background-repeat:no-repeat;
	background-position: right top;
	color: #cc0000;
}

#principale #sezioni {
	background: url(../img/layout/sezioniOp.jpg) no-repeat right top;
}

#principale #sezioni a:hover, #sezioni .active {
	background-color: #FFFF66;
	background-image: url(../img/layout/sezioni.jpg);
	background-repeat:no-repeat;
	background-position: right top;
	color: #cc0000;
}

#principale #club {
	background: url(../img/layout/clubOp.jpg) no-repeat right top;
}

#principale #club a:hover, #club .active {
	background-color: #FFFF66;
	background-image: url(../img/layout/club.jpg);
	background-repeat:no-repeat;
	background-position: right top;
	color: #cc0000;
}
/* HOME STYLE */


#contents {
	background-color:#fff;
	border: 1px solid #330000;
	padding: 10px;
	clear: both;
	color: #000;
	font-size: 14px;
	margin-top: -17px;
	}

.home#contents  {
	background-image: url(../img/layout/sfondoCorpoHome.gif);
}

#homeContenuti {
	position: relative;
	float: left;
	width: 495px;
	margin-top: 10px;
	margin-right: 20px;
	color:#333;
	line-height: 17px;
		overflow: auto;

	}

#homeContenuti h2 {
	border-bottom: 1px solid #600;
	font-weight:bold;
	font-size: 18px;
	color: #600;
	margin-bottom: 4px;
	}
	
#homeShortcut {
	position: relative;
	float: right;
	margin-top: 25px;
	text-align: right;
	color:#333;
	width: 150px;
}

#homeShortcut h3 {
	font-weight:bold;
	color: #d8000c;
	margin-bottom: 4px;
	}

#homeHighlights {
	position: relative;
	float: left;
	margin-top: 25px;
	color:#333;
}

#homeHighlights h3 {
	font-weight:bold;
	color: #d8000c;
	margin-bottom: 4px;
	}


#homeHighlights img {
	border: 1px solid #000;
	margin: 5px 0 0 0;
}


/* FINE HOME STYLE */

.pagine {
	background:url(../img/layout/sfondoPaginaInterna.gif) repeat-y;
		overflow: auto;
		}

#menuLocale {
	position: relative;
	float: left;
	margin-top: 15px;
	margin-right: 20px;
	color:#333;
	width: 150px;
}

#menuLocale li {
	margin-bottom: 10px;
}
#menuLocale a {
	display: block;
	min-height: 30px;
	color: #666;
	height: 30px;
	background-color: #fcfcdb;
	font-weight: bold;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}

#menuLocale a:hover {
	color: #d8000c;
	background-color:#f5f3a8;
		margin-bottom: 10px;

	}

#menuLocale h3 {
	font-weight:bold;
	color: #d8000c;
	margin-bottom: 4px;
	}
	
#paginaContenuti {
	position: relative;
	float: left;
	width: 540px;
	margin-top: 10px;
	margin-right: 20px;
	color:#333;
	line-height: 20px;

	}

#paginaContenuti img {
	border: 1px solid #300;
	float:left;
	margin: 6px 10px 6px 0;
}

#paginaContenuti table img {
	margin:10px 0 0 0 ;
	}

#paginaContenuti h2 {
	border-bottom: 1px solid #600;
	font-weight:bold;
	font-size: 18px;
	color: #600;
	margin-bottom: 10px;
	}

#paginaContenuti h3 {
	font-weight:bold;
	font-size: 12px;
	color: #600;
	margin: 15px 0 0 15px;
	background-color: #fcfcdb;
}

#paginaContenuti strong {
	font-size: 12px;
	}

#paginaContenuti .elenco {
	font-size: 10px;
	}

#paginaContenuti .elenco p {
	margin: 4px 0 4px 0;
	border-bottom: 1px solid #CCCCCC;
	}


#highlights {
	float: right;
	color:#333;
	width: 120px;
	padding: 25px 10px 10px 10px;
	font-size: 11px;
	line-height: 15px;
}
#highlights .menu {
	padding:10px;
	background-color: #f6f37c;

}

#highlights img {
	border: 1px solid #300;
	}

#highlights h3 {
	font-weight:bold;
	color: #d8000c;
	margin-bottom: 4px;
	text-align: right;
	font-size: 12px;
	}



/* fine pagineInterne STYLES */	


/* STLI COMUNI */

/* COMUNI */

.clear {
	clear: both;
	}
	
.separatore {
	border-bottom: 1px solid #d8000c;
	margin: 20px 0 20px 0;
	}

a {
	color: #d8000c;
	}
a:hover {
	color: #009;
	}

a:visited {
	color: #666;
	}
