body{
	padding:0;
	margin:0;
}
html, body {
    height: 100%;
	 
}
#container{
	width: 100%;
	min-width:1000px;
	float:left;
	position: relative;
   min-height: 100%;
	height: 100%;
}
#header{
	background-image: url(img/bkg-header.gif);
	background-position: left 40px;
	background-repeat: repeat-x;
	width: 100%;
	float:left;
}
#logo{
	margin-top:18px;
	margin-left:2%;
	float:left;
	width: 236px;
}
#logo img{
	border:none;
}
#left_menu, #content{
	padding-top: 20px;
	float:left;
}
#left_menu{
	clear:both;
	width:241px;
	background-image: url(img/bkg_leftmenu_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 30px;
	margin-left:2%;
}

#left_menu h1{
	background-image: url(img/bkg_leftmenu_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin:0;
}
#left_menu ul{
	background-image: url(img/bkg_leftmenu_center.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin:0;
	padding:0 25px 0 0;
	
	width: 212px;
}
#left_menu ul li{
	list-style:none;
	margin-left:13px;
}
.mainsection{
	background-image: url(img/leftmenu_list2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	width: 212px;
	height: 33px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color:#777;
	padding: 8px 0 0 20px;
	text-decoration: none;
}
.mainsection:hover{
	background-image: url(img/leftmenu_list_over2.gif);
	color:#fff;
}

#content{
	width: 60%;
	min-width:700px;
	min-height:500px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-left:20px;
	font-size: 11px;
	line-height: 14px;
	color:#555;
	float:left;
}

#footer{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color:#fff;
	background-image: url(img/bkg-footer.gif);
	background-position: left top;
	background-repeat: repeat-x;
	width:100%;
	/*height: 100px;*/
	height: 13%;
	position:absolute;
	bottom:0px;
	left:0px;
	padding:10px 0 0 0;
	float: left;
	clear: both;
}
#footer a, #footer a:visited{
	color:#fff;
}
#footer span{
	padding-left:2%;
}
.copy{
	display: block;
	color: #E18488;
	margin-top:5px;
}
.titolo{
	color:#c20911;
	font-family:verdana;
	font-weight: normal;
	font-size: 17pt;
	margin-top:0;
	line-height: 22px;
}
#bottoni{
	height: 80px;
	width: 100%;
	min-width:600px;
	text-align: center;
	padding-top:20px;
}
#bottoni a{
	display: block;
	height: 71px;
	width: 182px;
	background-position: center;
	background-repeat: no-repeat;
	float:left;
	text-decoration: none;
	margin-right:20px;
}
#bottone_busi{
	background-image: url(img/bottone_busi.jpg);
}
#bottone_consu{
	background-image: url(img/bottone_consu.jpg);
}
#bottone_part{
	background-image: url(img/bottone_partner.jpg);
}
#bottoni p{
	width: 620px;
	margin:auto;
}
a.mail, a.projects{
	color: #c20911;
	text-decoration:none;
	font-weight:bold;
}
.projects{
	display: block;
}
#busi_ul li{
	margin:10px 0;
}
.field_campi{
	border: none;
	float:left;
	margin:20px 0;
}
.field_campi label{
	clear: both;
	width:100px;
	float:left;
	font-weight:bold;
}
.l_string{
	float: left;
	width:200px;
}
.bottoni_login{
	clear: both;
	margin-left:120px;
	border:none;
}
.rss-item, a.rss-item{
	float: left;
	display:inline;
	border:1px solid red;
}
.rss-items{
	display: inline;
	float: left;
}
.rss-items br{
	display: none;
}
#TICKER li{
	float: left;
	width:100px;
}
.bold_type{
	color: #c20911;
	text-decoration:none;
	font-weight:bold;
	display: block;
}