@import url("tabella.css");
/****************** classi generali ****************/
* {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
}

html,body {
	margin: 0;
	padding: 0;
	}

body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px; 
	background:  #fff url(images/bg_sito.png) repeat-x;
 	}
	
body,a{
	FONT-SIZE: 11px;
	COLOR: #666666; 
	FONT-FAMILY: Verdana; 
	line-height: 150%;
	text-decoration:none;
	}

a:link		{ COLOR: #006699; }
a:visited	{ COLOR: #006699; }
a:active	{ COLOR: #000000; }
a:hover		{ COLOR: #000052; }
	
form , ul , ol , h1, h2, h3, h4{
	margin: 0px;
	border: 0px;
	padding: 0px;
	list-style-type: none;
}

li {
	margin: 0px;
	list-style-type: none;
}

.body_wrapper { /* contenitore complessivo */
	position:relative;
	width: 983px;
	margin-left: auto;
	margin-right: auto;
	margin-top:20px;
}

/****************** classi della testata ****************/
#head_wrapper {
	position:relative;
	width: 983px;
	height: 115px;
	margin-left: auto;
	margin-right: auto;
}

#slogan {
	position:absolute;
	top: 64px;
	left: 310px;
	width: 480px;
	height: 30px;
	color: #55a08c; 
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
	line-height: 11px;
}

/* gestione menu login */
#head_topmenu { 
	position:absolute;
	top: 85px;
	left: 903px;
}

#head_topmenu li { float: left; }

#head_topmenu li a {
	display: block;
	height: 30px;
	width: 80px;
	FONT-FAMILY: Verdana; 
	font-size: 9px;
	text-align: center;
	COLOR: #fff;
	line-height: 35px;
	font-weight: bold;
}

/* elemento login  */
#head_topmenu li a.login 		{ background-image: url(images/btn_login.gif); }
#head_topmenu li a.login:hover 	{ background-position: bottom; }

/* classi presenti nella colonna di sinistra */ 

#wrap_sx { 
	width: 250px; 
	float: left; 
	background: #fff;
	}
	
#wrap_sx h2 {	
	margin: 	0px;
	padding:	0px;
	background: url(images/box1_verde.jpg) no-repeat;
	height:30px;
	text-align:center;
	}
	
#wrap_sx h2 a{
	color:#54a08c;
	font-family:Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
	font-size:20px;
	font-weight:bold;
	height:40px;
	text-align:left;
	text-transform:uppercase;
	}

#wrap_sx h2 a:hover {
	color: #72BC00;
	text-decoration: none;
	font-weight: BOLD;
	xxxheight: 25px;
}


/* fine */


/* classi presenti nella zona centrale */ 

#wrap_large { 
	width: 713px; 	
	float: left;
	margin-left: 20px;
	background: #fff;
	}

#wrap_large h2 {	
	margin: 	10px 0px 0px 10px;
	padding:	0px 0px 0px 0px;
	color:#53b1f3;
	font-family:Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
	font-size:20px;
	font-weight:bold;
	height:40px;
	line-height:45px;
	text-align:left;
	text-transform:uppercase;
	}
	
#wrap_large h2 a{
	font: bold 15px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	line-height: 30px;
	text-decoration: none;
	color: #517FC7;
	}
	
#wrap_large h2 a:hover {
	color: #72BC00;
	text-decoration: none;
	font-weight: BOLD;
}

#wrap_large p {
	margin-top: 0px;
	margin-bottom: 2px;
	padding: 0px 10px;
	text-align:justify;
}

p		a		{
	color:#666;
	text-decoration:none;
	background-color:#FFFFCC;
	border-bottom:1px dotted #9D9D9D;
}

p	a:hover		{
	color:#000;
	background-color:#f3feff;
	border-bottom:1px solid #9D9D9D;
}


/* fine */
.space{	height: 	10px; }
.linea2_dashed    { color: #90A4BC; HEIGHT: 1px; border: 1px dashed}

.select1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 145px;
	background-color: #E6EBF0;
	border: 1px solid #d5e0e0;
}