@charset "utf-8";
/* CSS Document */


BODY{
	margin:0px;
	background-image:url(images/bg_reg.jpg);
	background-repeat:no-repeat;
	background-position:top center;

	color:#333333;
	
}



a:link {
	text-decoration: none;
	color: #575757;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #575757;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #13a3e4;
}
a:active {
	text-decoration: none;
	color: #575757;
}

.testoprincipale {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-variant: normal;
	color: #333;
}
.testomenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #575757;
	font-weight: bold;
}
.testofooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6C6C6C;
}
.titoli {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
.titoli2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-variant: small-caps;
	text-transform: uppercase;
	color: #333;
}


.bl {background: url(zzzimages/bl.gif) 0 100% no-repeat #EBEBEB; width: 20em}
.bl2 {background: url(zzzimages/bl.gif) 0 100% no-repeat #EBEBEB; width: 10em}
.bl3 {background: url(zzzimages/bl.gif) 0 100% no-repeat #EBEBEB; width: 12em}
.br {background: url(images/br.gif) 100% 100% no-repeat}
.tl {background: url(images/tl.gif) 0 0 no-repeat}
.tr {background: url(images/tr.gif) 100% 0 no-repeat; padding:10px}
.clear {font-size: 1px; height: 1px} 

.blGreen {background: url() 0 100% no-repeat #7dc6e6; width: 15em}
.brGreen {background: url(images/brGreen.gif) 100% 100% no-repeat}
.tlGreen {background: url(images/tlGreen.gif) 0 0 no-repeat}
.trGreen {background: url(images/trGreen.gif) 100% 0 no-repeat; padding:10px}

.blAzzurro {background: url() 0 100% no-repeat #; width: 15em}
.brAzzurro {background: url(images/brAzzurro.gif) 100% 100% no-repeat}
.tlAzzurro {background: url(images/tlAzzurro.gif) 0 0 no-repeat}
.trAzzurro {background: url(images/trAzzurro.gif) 100% 0 no-repeat; padding:10px}




#menu {
	background: #7dc6e6;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#menu li {
	float: left;
	font: 80% Arial, Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menu a {
	color: #000000;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	font-weight:normal;
	background-color: #7dc6e6;
	background-image: url(images/seperator.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#menu a:hover {
	color: #000000;
	padding-bottom: 8px;
	background-color: #13a3e4;
	background-image: url(zzzimages/hover.gif);
	background-repeat: no-repeat;
	background-position: center bottom;