/* 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;
}

.img {
	text-align: center;
}
.img img {
	width: 70%;
}

/*globali*/

#wrapper {
	min-height:100%;
	height:auto !important;
	height:100%;
	position: relative;
}
#container {
	margin: 0 10% 20px 10%;
	padding-top: 140px; 
}
#col-1-pre {
	float: left;
	width: 33%;
}
#col-2-pre {
	float: left;
	width: 33%;
}
#col-3-pre {
	float: left;
	width: 33%;
}
.payoff {
	text-align: center;
}
.grey {
	font-size: 20px;
}
.red {
	color: #bf0013;
	font-size: 43px;
}
.red-small {
	color: #bf0013;
	font-size: 24px;
}
#footer {
	font-family: Verdana, Geneva, sans-serif;
	color: #999999;
	width: 880px;
	margin-bottom: 10px;
	position: absolute;
	right: 4%;
	bottom: 0;
	background-color: #ffffff;
}
#footer p {
	float: left;
	font-size: 10px;
}
