/* CSS */
BODY {
	margin: 0;
	padding: 0;
	/*background-color	: #686868;*/
	background-color	: #E4E4E4;
	background-image		: url('../imgs/bglogo.gif');
	
	font-family			: tahoma, sans-serif;
	font-size			: 11px;
	color				: #555;
}
#hd {
	background-image		: url('../imgs/bg_top.gif');
	background-repeat		: repeat-x;
	background-position		: left top;
	}
#main {
	margin			: auto;
	position		: relative;
	width			: 700px;
}
#header {
	margin: 0px 0px 40px 0px;
	
}
#header a {
	border: none;
	text-decoration: underline;
	color	: #004896;
}
#header p {
	float: right;
	margin-top: 40px;
	color	: #004896;
}

#menubar{   	
top: 20px;
	padding:0;
	margin: 0;
	font-weight:bold;
 }
#menubar ul{   
	list-style:none;   
	margin:0;   
	padding:0;
}
#menubar ul li {   
 display:inline;   
 margin:0;   
 text-transform:capitalize;
 	
}

#menubar ul li a{   
 padding:6px 17px;   
 text-align: center;
 float:left;   
 text-decoration:none;   
 border-left:0;   
 margin:0;   
 text-transform:capitalize;
 color	: #fff;
 border-right: 1px solid #fff;
}
#menubar .selezionato a,
#menubar li a:hover,
#menubar li:hover {   
 background-color: #fff;
 color:#004896;   
 text-decoration:none;   

}



#content {
	margin-top:65px;
	padding: 20px;
	background-color: #fff;
	/*
	background-image		: url('../imgs/sf_cont.gif');
	background-repeat		: no-repeat;
	background-position		: 20px 60px;
          */
	min-height:500px;
	height:auto !important;
	height:500px;
  
}
#content img {
	margin: 0px 0px 20px 20px;
	/*border: 1px solid #ccc;*/
	border: none;
}
#content .home {
	background-image		: url('../imgs/home.gif');
	background-repeat		: no-repeat;
	background-position		: 450px 0px;

}
#content .azienda {
	background-image		: url('../imgs/azienda.gif');
	background-repeat		: no-repeat;
	background-position		: 450px 0px;

}
#content .contatti {
	background-image		: url('../imgs/contatti.gif');
	background-repeat		: no-repeat;
	background-position		: 450px 0px;

}
#content .servizi {
	background-image		: url('../imgs/servizi.gif');
	background-repeat		: no-repeat;
	background-position		: 450px 0px;

}

#content .risorse{
	background-image		: url('../imgs/risorse.gif');
	background-repeat		: no-repeat;
	background-position		: 450px 0px;

}
#content .linksutili {
	background-image		: url('../imgs/linksutili.gif');
	background-repeat		: no-repeat;
	background-position		: 450px 0px;

}
#content .risorsa {
	width: 100%;
	display: block;
	padding: 10px 0px 10px 0px;
}

#content .risorsa img {
	padding-right: 10px;
}

#content .text-risorsa {

}

#content .text{
	 padding-right: 20px;
	 width: 430px;
	 border-right: 1px dotted #004896;
}
#main .footer {
	color: #cccccc;
	padding: 3px 15px 0px 20px;
	height: 20px;
	background-color	: #004896;
}
#main .footer a {
	color: #cccccc;
	}


