/* struttura */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline; /*attenzione*/
}

ul {
	list-style: none;
}

h1, h2, h3 {
		font-weight: normal;
}
	
html, body {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #7d7d7d;
	width: 100%;
	height: 100%;
}

body {
	height: 100%;
}

.hide {
	display: none;
}

.clear {
	clear: both;
}

.active {
	color: #bf0013;
}
	
a:link, a:visited, a:active {
	text-decoration: none;
	color: #7d7d7d;
}
	
a:hover {
	text-decoration: underline;
	color: #bf0013;
}

a {
	outline: none;
}

/*globali*/

#wrapper {
	min-height:100%;
	height:auto !important;
	height:100%;
	position: relative;
}

#header {
	width: 100%;
	background-color: #323232;
}

#contenuto-home {
	width: 700px;
	margin: 0 auto;
	padding-bottom: 100px;
	padding-left: 200px;
}

/*dettagli globali*/

#header h1 {
	float: left;
	width: 80%;
}

#header img {
	margin: 12px 70px; 
}

#payoff-header {
	font-style: italic;
	font-size: 16px;
	padding-top: 13px;
	text-indent: 15px;
}

#payoff-white {
	color: #FFFFFF;
	font-size: 18px;
}

#albero img {
	width: 25%;
	margin-left: 10px;
	left: 0;
	bottom: 0;
	position: absolute;
}

.home-payoff {
	padding-top: 80px;
}

.home-grey-dark {
	color: #7d7d7d;
	font-size: 52px;
}

.home-grey-light {
	color: #999999;
	font-size: 32px;
	margin-left: 100px;
}

.home-red {
	color: #bf0013;
	font-size: 85px;
	margin-left: -120px;
	position: absolute;
	margin-top: -20px;
}

.imprese {
	margin-top: 55px;
	margin-left: 150px;
}

.home-box {
	width: 160px;
	height: 120px;
	background-color: #ffffff;
	padding: 6px;
	font-size: 10px;
	float: left;
	position: relative;
	border: 10px solid #dbdbdb;
	margin: 180px 150px 0 0;
}

.home-box h3 {
	color: #bf0013;
	font-size: 25px;
	margin-top: -7px !important;
}

.home-box p, .home-box ul {
	font-family: Verdana, Geneva, sans-serif;
}

.home-box li {
	list-style-type: square;
	list-style-position: inside;
}

.home-box img {
	position: absolute;
	bottom: -6px;
	right: -6px;
}

.site-map ul {
	margin-left: 40px;
	list-style-type: square;
}

/* menu */

#menu {
	font-size: 25px;
	width: 1000px;
	padding-top: 40px;
	right: 0;
	float: right;
	position: absolute;
	z-index: 1;
}

#menu ul {
	margin-right: 2%;
}

#menu li {
	float: left;
	padding: 0 10px;
	margin-left: 3px;
}

#menu .active, #menu li:hover {
	border-bottom: 2px solid #bf0013;
}

#menu a:hover {
	text-decoration: none;
}

/*template interno*/

#intestazione-pag-int, #contenuti {
	padding: 0 100px;
}

#contenuti {
	padding-bottom: 100px !important;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;	
}

/***classe aggiunta al div#contenuti***/
.cont-margin {
	padding-right: 35%!important;
}

#contenuti ol, #contenuti ul {
	margin-left: 40px;
	margin-bottom: 10px;
	margin-top: 10px;
}
#contenuti ul {
	list-style-type: square;
}
#contenuti ul ul {
	list-style-type: circle;
}

.list li {
	margin-bottom: 15px;
}

.und-list {
	margin-left: 40px;
	list-style-type: square;
}

#albero-pag-int {
	border-bottom: 1px solid #bbbbbb;
	width: 400px;
	height: 160px;
	position: relative;
	margin: 40px 0 5px 0;
	white-space: nowrap;
}

#albero-pag-int img {
	position: absolute;
	left: -25px;
	bottom: 0;
}

#albero-pag-int h3 {
	position: absolute;
	bottom: -20px;
	margin-left: 230px;
	font-weight: normal;
}

.grey-int {
	color: #bbbbbb;
	font-size: 75px;
}

.red-int {
	color: #bf0013;
	font-size: 125px;
}

#sotto-menu {
	padding-bottom: 80px;
}

#sotto-menu ul {
	width: 400px;
	text-transform: uppercase;
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
}

#sotto-menu li {
	padding: 1px 5px;
}

#sotto-menu .active {
	background-color: #7d7d7d!important;
	color: #ffffff;
}

#sotto-menu li:hover {
	background-color: #dbdbdb;
}

#sotto-menu a:link, #sotto-menu a:visited, #sotto-menu a:active {
	text-decoration: none;
	color: #7d7d7d;
}
	
#sotto-menu a:hover {
	text-decoration: underline;
	color: #7d7d7d;
}

#grey-band {
	background-color: #dbdbdb;
	width: 65%;
	height: 24px;
	position: relative;
}

#grey-band img {
	position: absolute;
	bottom: -36px;
	right: -15%;
}

#grey-band h3 {
	position: absolute;
	bottom: -8px;
	color: #bf0013;
	font-size: 40px;
	right: 0;
}

#payoff {
	font-size: 40px;
	width: 65%;
	text-align: right;
	margin-bottom: 50px;
}

/*news*/

.news-single {
	border-top: 20px solid #dbdbdb;
	border-bottom: 20px solid #dbdbdb;
	margin-bottom: 20px;
	padding: 8px 0;
	width: 100%;
}

.news-single img {
	float: left;
	width: 135px;
	margin: 0 10px 5px 0;
}

.news-single-text {
	float: left;
	width: 80%;
}

.data {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	margin-bottom: 15px;
}

.news-single h4 {
	font-weight: bold;
	font-size: 14px;
}

/*contatti*/

.col-contact {
	float: left;
	width: 34%;
}

.col-contact li {
	margin-bottom: 15px;
}

/* footer */

#footer {
	font-family: Verdana, Geneva, sans-serif;
	color: #999999;
	width: 900px;
	margin-bottom: 10px;
	position: absolute;
	right: 4%;
	bottom: 0;
	background-color: #ffffff;
}

#footer p {
	float: left;
	font-size: 10px;
}

#footer ul {
	float: right;
	width: 500px;
}

#footer li {
	float: right;
	text-transform: uppercase;
	font-size: 9px;
	padding-left: 20px;
}

/*css privacy eng*/
#privacy-format ul {
	margin-left: 25px;
	list-style-type: square;
}

#privacy-format ol {
	margin-left: 25px;
}

#privacy-format li {
	margin: 5px 0;
}

.alfabeta {
	list-style-type: lower-alpha !important;
}

/* form */
form {
	width: 500px;
}

form label {
	display: block;
	float: left; 
	width: 180px;
	margin: 5px 5px 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right;
}

form input[type=text] {
	margin-bottom: 10px;
	width: 296px;
	background-color: #dbdbdb;
	border: none;
	height: 20px;
	color: #666666;
	border: 1px solid #999999;
}

form select {
	margin-bottom: 10px;
	width: 296px;
	background-color: #dbdbdb;
	border: none;
	height: 22px;
	color: #666666;
	border: 1px solid #999999;
}

textarea {
	border: 1px solid #999999;
	color: #666666;
	background-color: #dbdbdb;
	width: 292px;
	height: 30px;
	padding: 2px;
}

input[type=submit] {
	background-color: #fff;
	border: none;
	text-transform: uppercase;
	color: #999999;
	font-weight: bold;
	font-size: 12px;
	cursor: pointer !important;	
	margin: 20px 0 0 0;
	float: left;
	border: 1px solid #999999;
}

.checkbox {
	width: 10px;
	height: 10px;
	margin: 0px 5px 0px 0px;
	display: block;
	float: left;
}

#form-box, .checkbox {
	margin-left: 90px;
}

/*pager*/

#pager {
   text-align: left;
   margin: 20px 0px 20px 20px;
}

#pager li {
   display: inline;
			float:left;
}

#pager a {
   font-size: 10px;
   display: inline;
   font-weight: normal;
   padding: 2px 7px;
   text-decoration: none;
   margin-right: 3px;
}

#pager .active {
   color: #bf0013;
}

#pager a:visited
{
		color: #7D7D7D;
}

#pager a.active {
   color: #bf0013;
}


#pager a:hover {
   color: #bf0013;
}

label.error {
	display: none !important;
	visibility: hidden;
}

.error {
	border: 1px solid red !important;
}
