/* **************** CSS SARA MACARIO HOME PAGE */

/* Struttura generale documento */
BODY {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background-color: #ffffff;
	color: #000000;
	font-size: 80%;
	text-decoration: none;
	font-weight: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

A {
	color:#003366;
	text-decoration: underline;
}

A:active, A:hover {
	color:#3366FF;
	text-decoration: underline;
}

DIV#container {
	width: 760px;
	padding: 10px 0px 0px 0px;
	margin: 20px auto 0px auto;
}

DIV#header {
	margin: 0px 0px 0px 2px;
	float: right;
	clear: right;
	background-color:#99CC99;
	height:77px;
	width:500px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 120%;
	color: #FFFFFF;
	border-bottom-color: #FF9900;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}


DIV#corpo {
	margin: 5px 0px 0px 2px;
	float: right;
	clear: right;
	width:500px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

DIV#testoHome {
	margin: 15px 0px 0px 2px;
	padding: 15px 5px 5px 25px;
	float: left;
	clear: left;
	font-family: Tahoma, "Courier New", mono;
	background-color:#FFFFFF;
	width:270px;
	font-size: 120%;
	color: #000000;
	background-image:url(immhome/bgtestohome.gif);
	background-position: left;
	background-repeat: repeat-y;
}

DIV#newsHome {
	margin: 5px 0px 0px 10px;
	padding: 0px 0px 0px 15px;
	float: left;
	clear: right;
	background-color:#FFFFFF;
	width:150px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #339933;
	font-weight: bold;
	border-left-color: #CC3300;
	border-left-style: dotted;
	border-left-width: 2px;
}

IMG.copertinaHome{
	clear: both;
	float: left;
	margin: 10px 0px 10px 0px;
	border: 1px solid #000000;
	width: 146px;
	height: 222px;
}


UL, LI {
	list-style-type: none;
}
/* fine - Struttura generale documento */


/* LOGO PARTE SINISTRA HOME */
DIV#logo{
margin: 0px 0px 0px 0px;
float: left;
clear: left;
width: 251px;
height: 416px;
border: 0px;
}
/* FINE LOGO PARTE SINISTRA HOME*/




/*   ---- MENU persistente ---- */
UL#canali{
	list-style: none;
	text-align: center;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 50px 0px 0px 10px;
	clear: both;
}

UL#canali LI.menuCanali {
	list-style: none;
	float: left;
	width: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

UL#canali LI.menuCanali A.linkCanali {
	display: block;
	text-decoration: none;
	color: #ffffff;
	background-color:#99CC99;
	
	padding: 4px 15px 4px 15px;
	
	border-top-color: #99CC99;
	border-top-style: solid;
	border-top-width: 1px;
	border-right-color: #99CC99;
	border-right-style: solid;
	border-right-width: 1px;
	border-left-color: #99CC99;
	border-left-style: solid;
	border-left-width: 1px;
}

UL#canali LI.menuCanali A.linkCanali:hover, A.linkCanali:active {
	background-color: #CCFF99;
	color: #000066;
	text-decoration: underline;
	border-top-color: #FFFFFF;
	border-top-style: solid;
	border-top-width: 1px;
	border-right-color: #FFFFFF;
	border-right-style: solid;
	border-right-width: 1px;
	border-left-color: #FFFFFF;
	border-left-style: solid;
	border-left-width: 1px;
}
/*   ---- fine MENU persistente ---- */

DIV#footer {
	padding: 10px 0px 0px 0px;
	width: 100%;
	float: left;
	clear: both;
	border-top-color: #FF9900;
	border-top-style: solid;
	border-top-width: 1px;
	text-align:center;
	font-size: 80%;
	color:#99CC66;
}


