html,body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
	height:115%
}
ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px; 
	color:red;
}
a img { 
	border: none;
}
a:link {
	color:#414958;
	text-decoration: underline; 
}
a:visited {
	color: #4E5869;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}
.container {
	width: 80%;
	max-width: 1260px;
	min-width: 780px;
	background-color: #FFF;
	margin: 0 auto; 
	height:120%;
}

.header {
	background-color: #FFF;
}
.sub-header {
	padding: 10px 0;
	background: url(images/bg_header.png) repeat-x bottom center;
}
#nav > ul {
	text-align: center;
	margin: 0;
	background:#FF0000;
}
#nav > ul > li {
	display: inline-block;
	color: #FFFFFF;
	margin: 0 0.15em 0 0.15em;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
}
#nav > ul > li > ul {
	display: none;
}
#nav > ul > li > a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 0.4em 0.9em 0.3em 0.9em;
	outline: 0;
}
#nav > ul > li:hover > a, #nav > ul > li.active > a {
	background: #EE0000;
}
#nav > ul > li.current > a {
	background: #d52349;
	color: #fff !important;
	font-weight: 700;
}
.content {
	text-align: center;
	background: url(images/bg1.jpg) #ccc no-repeat top center;
	background-size: 100%;
	min-height: 80%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -55px; 
	
}
.content-l {
	text-align: center;
	background: url(images/bg1.jpg) #CCCCCC no-repeat top center;
	background-size: 100%;
	/*min-height: 110%;*/
	height: auto !important;
	height: 100%;
	margin: 0 auto -55px; 
	
}

div#verticale {
    width: 80%;
    height: 200px;
	/*  height: 200px;
	top: 50%;
	*/
    position: absolute;
    top: 40%;
  /*  left: 50%;*/
    margin-top: -110px;
  /*  margin-left: -500px;*/
}

.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}
table.centrata { margin-left:auto; margin-right:auto; }
.footer {
	padding: 0 0 10px;
		background: url(images/bg_footer.png) repeat-x;

	text-align:center;
		/*entrare verticalmente*/
		height: 55px; 
	clear: both;
	
}

.clear { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}