h1 {
	font-weight:bold;
	border-bottom:1px dotted #999;
	margin-bottom:15px;
}

.center_layout{

width: 100%; text-align: center
	
}

.bg{	
	display:block;
	
	background:url(../../img/soffigen/top.png) top center no-repeat;
	width:990px;
	
	/* align left to fix the previous IE css bug */
	text-align: left;
	/* zero margin top/bottom, auto margin for left/right */
	margin: 0 auto;
}

.testo {
	font-size: 13px;
}

.testo A { text-decoration:none; color: #ccc; font-weight:bold;;}
.testo A:hover { text-decoration:none; color:#FC0; font-weight:bold; }

#link-scheda-tecnica A { cursor:pointer; text-decoration:none; color: #fff; font-weight:bold; font-size: 14px;
border: 2px solid #fff; background-color: #004684; padding: 5px;
border-radius: 8px;  
-webkit-border-radius: 8px;  
-moz-border-radius: 8px;
}
#link-scheda-tecnica A:hover { background-color: #fff; text-decoration:none; color:#004684; font-weight:bold; }


.userbar{
	padding-top:15px;
	}

.menu{
	padding-top:10px;
	}



.content{
	text-align: left;
	padding-top:15px;
	padding-left:40px;
	padding-right:40px;
	color:#FFF;
	margin:0px;			
}

.white_content {
	background:#fff; padding:10px;
	border-radius: 6px;  
	-webkit-border-radius: 6px;  
	-moz-border-radius: 6px;
	color:#000;
}

.content_top {
		display:block;
	
		/* background:url(img/top.png) top center no-repeat; */
		width:990px;
		height:150px;
		margin:0px;
		padding:0px;
}

.content_bottom {
		display:block;
		background:url(../../img/soffigen/bottom.png) top center no-repeat;
		width:990px;
		height:150px;
		margin:0px;
		padding:0px;
		
}

.content_center {
		background:#004684;
		margin:0px;
		padding:0px;
}

.flags{
	padding-top:10px;
	padding-bottom:10px;
	margin-right:5px;
	margin-left:5px;
}

img{
	border:0px;
	margin:0px;
	padding:0px;
}

.button{
}

.copyright{
		color:#888;
		padding-bottom:20px;
}

.copyright A { text-decoration:none; color: #999; font-weight:bold;;}
.copyright A:hover { text-decoration:none; color:#004684; font-weight:bold; }


/************ JQUERY SOFFIGEN MENU ************/

#menu{
	
	text-align: center;


}
.soffigen_menu_content{
	height:31px;
	padding:0px;
	line-height: 31px;
	margin-bottom:10px;

	color:#000;
	
	width:auto;
	/* align left to fix the previous IE css bug */
	text-align: left;
	/* zero margin top/bottom, auto margin for left/right */
	margin: 0 auto;
	
	background: url(../../img/soffigen/menu_bg.png) no-repeat center;
	
}

#soffigen_menu
{	
	margin: 0px;
	padding-right: 0px;
	padding-left: 30px;
	width: 750px; margin: 0 auto;
	
	}
	
	#soffigen_menu li
	{	float: left;
		list-style: none;
		text-align: left;
	}

	#soffigen_menu li a
	{ 	font-size:13px;
		line-height:31px;
		display: block;
		background:transparent;
		padding-left: 10px;
		padding-right: 10px;
		padding-top:0px;
		padding-bottom:0px;
		height:31px;
		margin:0px;
		text-decoration: none;
		width: auto;
		color: #fff;
		white-space: nowrap;
	    border-radius: 0px;  
    	-webkit-border-radius: 0px;
    	-moz-border-radius: 0px;}

	#soffigen_menu li a:hover
	{	background: #fff; color:#004684;

	}
	
		
		#soffigen_menu li ul
		{	z-index:99!important;
			margin: 0px;
			padding: 0px;
			position: absolute;
			visibility: hidden;
			border-top:0px;
			border-left: 1px solid #fff;
			border-right: 1px solid #fff;
			border-bottom: 1px solid #fff;
			width: auto; }
		
		#soffigen_menu li ul li
		{	width: auto;
			float: none;
			display: inline}
		
		#soffigen_menu li ul li a
		{	
			line-height:20px;
			height:20px;
			width: auto;
			padding:8px;
			background: #004684;
			border:0px;
			color:#fff;
		border-radius: 0px;  
    	-webkit-border-radius: 0px;
    	-moz-border-radius: 0px;}
		
		#soffigen_menu li ul li a:hover
		{	background: #fff;
		border:0px;
		color:#004684;
		border-radius: 0px;  
    	-webkit-border-radius: 0px;
    	-moz-border-radius: 0px;}
    	



