*{
	margin:0;
	padding:0;
	border:0;
}
body{
 	font-family: Verdana, Helvetica, Arial, sans-serif;
	/* "Lucida Sans", Arial, "Times New Roman", Times, sans-serif */
	font-size:67.5%;
	color:#5E5F60;
}
ul,ol,li{
	margin-left:1em;
}
p {margin:1em 0em 1em 0em}
pre {white-space:normal}
a{color:#A30000;text-decoration:none;}
a:hover{color:#ee0000;}


.clear{clear:both}

.imgleft{
	float:left;
	margin-right:5px;
	vertical-align: middle;
}
.imgright{
	float:right;
	margin-left:5px;
}
.imgcenter{
 	display:block;
	margin:0 auto;
}

/*------- custom ---------*/
h1{
	font-size: 1.8em;
	margin-bottom: 1em;
	margin-top: 1em;
	font-weight: normal;
}
h2{
	font-size: 1.4em;
	margin-bottom: 0.8em;
	margin-top: 0.8em;
	font-weight: bold;
}
h3{
	font-size: 1.2em;
	margin-bottom: 0.6em;
	margin-top: 0.6em;
	font-weight: bold;
}
#header{
	display:none;
}
.logo{
	display: none;
}
.logo-a{
	display: none;
}
.logo-b{
	display: none;
}
#menutop{
	display: none;
}
#menutop img{

}
#main, #wrapmain{
	position: relative;
	margin: 0 auto;
}
#flashcontainer{
	position: absolute;
	top:0px;
	left:0px;
}
.lattebox{
	display:none;
}
.newsbox{
	background: #96CCF2;
	padding:10px;
	margin-bottom: 10px;
}
.newsbox a{
	color: #ffffff;
}
.newsbox a:hover{
	color: #ffff00;
}
.furgonebox{
	display: none;
}
.furgonebox a{
	
}
.furgonebox a:hover{
	
}
.fillerfurgone{
display: none;
}
.furgone{
	display:none;
}
.newsbox h2, .furgonebox h2{
	color: #ffffff;
}
#fotodestra{
	display:none;
}
#pathway{
	display:none;
}
#pathway a{
	
}
#pannellobianco{
	clear: both;
	min-height: 200px;
	height: auto !important;
	height: 200px;
}
#leftcol{
	padding-left: 10px;
}
#rightcol{

	display:none;
}
.blu{
	color:#005697;
}
a.contatto{
	font-size: 1.1em;
	display:block;
	background:#96D5F8 url(../img/icona-contatti.gif) no-repeat;
	padding-left: 20px;
	line-height: 36px;
	color: #ffffff;
}
a.contatto:hover{
	background: #61AFDF url(../img/icona-contatti.gif) no-repeat;
}
.checklist{
	list-style-image: url(../img/check.gif);
	font-weight: bold;
	font-size: 1.1em;
}
/*---------footer --------------*/
#footer{
	background:#A7C855;
	clear: both;
	color: #ffffff;
	padding-bottom: 20px;
	font-size: 1.1em;
	padding-top: 80px; 
}
#footerwrap{
	width: 960px;
	margin: 0 auto;
}
#footer a{
	color:#ffffff;
}
.perc32{
	width: 31%;
	float: left;
	padding: 1%;
}

/* ---- menu right ---- */
h2.menutitle{
	background:#96CCF2;
	margin-top: 0px;
	margin-bottom: 0.1em;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	font-size: 1.3em;
}
.menu{
	
	background: #96CCF2;	
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.menu li{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.menu a{
	display: block;
	background: #96CCF2;
	border-top:1px solid #ffffff;
	padding:10px;
	color: #ffffff;
	font-size: 1.2em;
}
.menu a:hover, .menu a.active{
	background: #61AFDF;
}


/*---------- table --------*/

.playlist {
	border: 1px solid #666666;
	width:100%;
}

.playlist tbody tr td {	
	font-size: 8pt;
	padding: 3px 8px;
	border-left: 1px solid #D9D9D9;
}

.playlist tbody tr.selected td {
	background-color: #1D7512;
	color: #ffffff;
	font-weight: bold;
	border-left: 1px solid #1D7512;
	border-bottom: 1px solid #1D7512;
}

.playlist tbody tr.subselected td {
	background-color:#CCFFFF;
	font-weight: bold;
}


/* -------------- forms --------------------------------*/
input, select, textarea{
	border:1px solid #96D5F8;
	padding:1px;
}
#loginform input{
	border:2px solid #96D5F8;
}

.cmxform label, .cmxform input, .cmxform textarea, .cmxform select, .cmxform img {
	display: block;
	float: left;
	margin-bottom: 1px;
}
.cmxform label {
	width: 165px;
	padding: 3px 0px;
}

.cmxform label.error{
	width:160px;
	padding-left:5px;
	color:#ff0000;
}
.cmxform .submit{
	color:#FFFFFF;
	width:100px;
}
.cmxform br {
	clear: left;
}
.cmxform input, .cmxform select{	
	background: #eeeeee;
	width:95px;
	border:1px solid #96D5F8;
} 
.cmxform textarea{	
	background: #eeeeee;
	width:280px;
	height:40px;
	border:1px solid #96D5F8;
} 


/* firefox bar hack */
html {
	margin-bottom: 1px;
	height: 100%;
}
