/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #FFFFFF;
	line-height: 1.4em;
}

a:link {
	color: #0b567b;
	text-decoration: underline;
}
a:visited {
	color: #0b567b;
	text-decoration: underline;
}
a:hover {
	color: #d9541c;
	text-decoration: none;
}

#sfondo-pagina {
	height: 100%;
	background-image:url(../immagini/sfondo.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	
} 
#container {
	width: 780px;
	height: 100%!important;
	border-right-width: 4px;
	border-right-style: double;
	border-right-color: #ffb706;
	border-left-width: 4px;
	border-left-style: double;
	border-left-color: #ffb706;
	background-color: #FFFFFF;
}

#content {
	height: 100%;
	margin-left: 20px;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 2px;
}

#header {
	width: 780px;
	height: 173px;
	background-image: url(../immagini/net-reputation-testata.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
} 


#menu-nav {
	position: absolute;
	top: 139px;
	left: 403px;
	width: 450px;
	left: 50%;
	margin-left: -50px;
/*	height: auto; */
}
#menu-nav a, #menu-nav a:link, #menu-nav a:active, #menu-nav a:visited {
	color: #24669c;
	text-decoration: none;
	/* line-height: 10px;  */
	margin-right: 5px;
	padding-bottom: 1px; 
/*	width: 90px; */
}

#menu-nav a:hover {
	color: #439be5;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #feb904;	/* text-transform: capitalize; */
}

#footer {
	margin: 5px 10px 0px 10px;
	text-align: center;
	color:#439be5;
	font-size: 11px;
	margin-bottom: 10px;
	vertical-align: bottom;
	line-height: 1.2em;
}
h1 {
	font-size: 22px;
	color: #439be5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #feb904;
	padding-bottom: 3px;
}
p {
	text-align: justify;

}.testo-blu {
	font-weight: bold;
	color: #439be5;
}
.testo-didascalia {

	font-weight: bold;
	color: #0a558f;
}
.allegati {
	font-weight: bold;
	color: #d80102;
}
.titolo-paragrafo-offerta {
	font-weight: bold;
	color: #0a558f;
	font-size: 14px;
	background-color: #F4F4F4;
	padding: 2px;
}

