html,body{
	width:100%;
	margin: 0px;
	padding: 0px;
	text-align:left;
	background-color: #ffffff;
}

div#container{
	width:100%; 
	margin: 0px auto; 
	font-family: Arial, Tahoma;
	font-size: 11px;
	color: #4d4d4d;
	text-align:left;
	background-color: #ffffff;
}

div#header{
	position:relative;
	width:100%; 
	height:478px;
}

div#contenuto{
	position:relative;
	width:1003px; 
	background-color: #ffffff;
}	

div#destra{
	float:left;
	width:643px; 
	background-color: #ffffff;
}	

div#sinistra{
	float:left;
	width:360px; 
	background-color: #000000;
}		

div#footer{
	width:960px;
	text-align: center;
	height: 255px;
	clear: both;
}

div#menu{
	width:345px;
	text-align: left;
	padding-left: 15px;
}

img{border:0px;margin:0px}


.titolo{
	font-family: Arial, Tahoma;
	font-size:16px;
	color:#fe0604;
	line-height:16px;
	text-align:left;
}

a.titolo{
	font-family: Arial, Tahoma;
	font-size:16px;
	color:#fe0604;
	line-height:16px;
	text-align:left;
	text-decoration: none;
}

.testo{
	font-family: Arial, Tahoma;
	font-size:11px;
	color:#4d4d4d;
	line-height:16px;
	text-align:left;
}
a.testo{
	font-family: Arial, Tahoma;
	font-size:11px;
	color:#4d4d4d;
	line-height:16px;
	text-decoration:none;
}
a.testo:hover{ color: #4d4d4d}

a.testo_car{
	font-family: Arial, Tahoma;
	font-size:11px;
	color:#4d4d4d;
	line-height:16px;
	text-decoration:none;
}
a.testo_car:hover{ color: #38b34b}

a.testo_ind{
	font-family: Arial, Tahoma;
	font-size:11px;
	color:#4d4d4d;
	line-height:16px;
	text-decoration:none;
}
a.testo_ind:hover{ color: #7e807f}

a.testo_sho{
	font-family: Arial, Tahoma;
	font-size:11px;
	color:#4d4d4d;
	line-height:16px;
	text-decoration:none;
}
a.testo_sho:hover{ color: #fe0604}

.menu{
	font-family: Arial, Tahoma;
	font-size:30px;
	line-height: 28px;
	color: #ffffff;
}
a.menu{
	font-family: Arial, Tahoma;
	font-size:30px;
	line-height: 28px;
	color: #ffffff;
	text-decoration:none;
}
a.menu:hover{ 
	color: #ffffff;
}

div.splitta1{
    float: left;
	padding: 0 0;
    width: 150px; 
	font-size:12px;
}

div.splitta3{
	width: 145px; 
    padding: 0 0;
	height: 19px;
	float: left;
}

.campo_input{
	/*background: url(img/campo_input.gif) no-repeat; */
	border: 1px solid #bfb5b4;
	height: 12px;
	width: 160px;
	background-color:#f6f6f6;
	color:#000000;
	font-family:Trebuchet MS, Arial, Tahoma;
	font-weight:normal;
	font-size:11px;
	padding-left: 3px;
	padding-top: 2px;
}

.campitesto3{
	color:#000000;
	font-family:Trebuchet MS, Arial, Tahoma;
	background-color:#f6f6f6;
	font-weight:normal;
	font-size:11px;
	overflow: auto;
}

.invia{
	color:#4d4d4d;
	font-family:verdana;
	font-weight:bold;
	font-size:10px;
	text-decoration:none;
	background: url(img/invia.jpg) no-repeat; 
	border: none;
	height: 28px;
	width: 54px;
	cursor: pointer;
}

.annulla{
	color:#4d4d4d;
	font-family:verdana;
	font-weight:bold;
	font-size:10px;
	text-decoration:none;
	background: url(img/annulla.jpg) no-repeat; 
	border: none;
	height: 28px;
	width: 54px;
	cursor: pointer;
}
