/*
1.0 RESET E ALTEZZA PAGINA
1.1 IMPOSTAZIONI GENERALI
1.2 LINKS
1.3 STRUTTURA
1.4 STILI TESTO
1.5 FORM
1.6 NAVIGAZIONE
1.7 CLASSI RIUTILIZZABILI
1.8 DL DT DD
1.9 TABELLA
2.0 RESET CONTENT/FLOAT
2.1 BANNER PREMI
2.2 BLOCCO PUNTEGGI
2.3 PROMO CHIAVI DEL PALAZZO
2.4 FOOTER
*/

.HH_giallo{
	color: #ffbb00;
	font-size: 14px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	margin-bottomX: 35px;
}

/* 1.0 RESET E ALTEZZA PAGINA */
* {
	margin: 0px;
	padding: 0px;
}
div#content {
	padding-top: 2em;
	padding-right: 0em;
	padding-left: 0em;
}
div#container {
	position: relative;
}
/*html, body {
	height: 100%;
}
div#container {
	position: relative;
	height:100%;
}
body>div#container {
	height: auto;
	min-height: 100%;
}

div#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	margin-top: 30px;
}*/

/* 1.1 IMPOSTAZIONI GENERALI */
body {
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #5f6c76;
	background: #FFFFFF url(../immagini/bkg_body.gif) repeat-x left top;
	text-align: center;
}
img {
	display: block;
	border-style: none;
}

/* 1.2 LINKS */
a, a:link{
	color: #CC0000;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}

/* 1.3 STRUTTURA */
#container {
	width: 886px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 136px;
	width: 886px;
	background-image: url(../immagini/bkg_h1.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#nav {
	height: 26px;
	width: 886px;
}
#content {
	width: 100%;
	padding-left: 36px;
}
#pages #content {
	width: 585px;
	padding-left: 36px;
	padding-right: 20px;
}
#contentMain {
	width: 630px;
	padding-right: 20px;
	padding-left: 10px;
}
#colRight {
	width: 248px;
	float: right;
	margin-left: 20px;
	background-image: url(../immagini/bkg_colRight.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#colRight2 {
	width: 248px;
	float: right;
	margin-left: 20px;

}
#contentLeft {
	float: right;
	width: 224px;
}
#footer {
	width: 100%;
	padding-top: 20px;
	clear: both;
}


/* 1.4 STILI TESTO */
#header h1 {
	text-indent: -9999px;
	float: left;
}
#header h2 {
	float: right;
	width: 450px;
	font-size: 15px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #FFFFFF;
	margin-top: 40px;
	background-image: url(../immagini/loghi_header.gif);
	background-repeat: no-repeat;
	background-position: right top;
	text-indent: -9999px;
	height: 91px;
}
#content h2 {
	font-size: 22px;
	font-style: normal;
	line-height: 24px;
	font-weight: normal;
	color: #384e62;
}
#content h3 {
	font-size: 18px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #384e62;
	margin-bottom: 20px;
}
#content h4 {
	font-size: 14px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #384e62;
	margin-bottom: 35px;
}
#content h4 .HH_giallo{
	color: #ffbb00;
	font-size: 14px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	margin-bottom: 35px;
}
#content h5 {
	font-size: 15px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #384e62;
	padding-top: 20px;
}
#content #colRight h4, #content #colRight2 h4 {
	font-size: 15px;
	line-height: 19px;
	font-style: normal;
	font-weight: normal;
	padding-bottom: 15px;
	margin: 0px;
	color: #384e62;
	padding-top: 10px;
}
#content ul {
	padding-left: 0px;
	margin-left: 15px;
	margin-bottom: 20px;
}
#content ol {
	padding-left: 0px;
	margin-left: 20px;
	margin-bottom: 20px;
}


/* 1.5 FORM */
#form_container {
	background: #DFE6EA url(../immagini/bkg_contentForm.gif) repeat-x left bottom;
	width: 224px;
	margin-top: 16px;
}
form {
	padding-right: 10px;
	padding-left: 10px;
}
form.login {
	background: url(../immagini/bkg_form.gif) repeat-x left top;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
}
form fieldset {
	border-style: none;
}
form legend {
	font-size: 16px;
	color: #FFBF00;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
}
form ul {
	list-style: none;
}
form li {
	padding-bottom: 6px;
}
form .white label {
	color: #FFFFFF;
}
form label {
	font-size: 11px;
	line-height: 13px;
	padding-bottom: 4px;
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	display: block;
}
form .inp {
	font-size: 11px;
	padding: 2px;
	border: 1px solid #333333;
}
form .inpaltro {
	font-size: 11px;
	padding: 1px;
	border: 1px solid #5F6C76;
}

/* 1.6 NAVIGAZIONE */
#nav ul {
	list-style:none;
	padding: 0px;
}
#nav li {
	float: left;
	margin-right: 2px;
	height: 26px;
}
#nav a {
	float:left;
	display:block;
	color:#FFF;
	font-weight: bold;
	padding-left: 12px;
	text-decoration: none;
	cursor: pointer;
	font-size: 12px;
	background-image: url(../immagini/nav_left.gif);
	background-repeat: no-repeat;
	background-position: left -201px;
}
#nav a span {
	background:url(../immagini/nav_right.gif) no-repeat right -201px;
	float: left;
	padding-top: 5px;
	padding-right: 12px;
	height: 21px;
}
#nav #current a, #nav a:hover, #nav a:hover span {
    background-position:left top;
	cursor: pointer;
	color:#444f59;
}
#nav #current a span, #nav a:hover span {
    background-position:right top;
}

/* 1.7 CLASSI RIUTILIZZABILI */
.column {
	float: left;
}
.clear {
	clear: both;
}
.yellow {
	color: #FFBF00;
}
.black {
	/*color: #000000;*/
	margin-bottom: 0px;
}
.black_foot {
	/*color: #ffbb00;*/
	/*color: #F2B600;*/
	color: #F8A201;
	margin-bottom: 0px;
}
.lipsum {
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
}
.hidden {
	display: none;
}
.note {
	font-size: 10px;
}
.alignright {
	text-align: right;
}
.data {
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	font-weight: bold;
	color: #444F59;
}
.corpo_breve {
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
}
.disclaimer {
	font-size: 11px;
	line-height: 14px;
	overflow: auto;
	height: 100px;
	border: 1px solid #D3DBE0;
	padding: 4px;
	margin-top: 5px;
	margin-bottom: 20px;
	width: 610px;
}
.space {
	display: block;
	margin-top: 16px;
}

.lang {
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	color: #FFFFFF;
	float: right;
	position: absolute;
	top: 5px;
	right: 0px;
	text-align: right;
}
.lang a, .lang a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
.lang a:hover, .lang a:focus, .lang a:active {
	color: #FFFFFF;
	text-decoration: none;
}
sup {
	font-size: 12px;
}

html>body .disclaimer {
	width: 100%;
}
#header a.logout {
	color: #FFBF00;
	font-size: 13px;
}

/* 1.8 DL DT DD */
dl {
	margin-bottom: 26px;
	float: left;
}
dt {
	float: left;
	padding-right: 20px;
}
dd {
	float: left;
	width: 500px;
}
dd p.nome {
	font-size: 16px;
	line-height: 18px;
	font-style: normal;
	font-weight: normal;
	/*color: #000000;*/
	padding-bottom: 5px;
	margin-bottom: 5px;
	background: url(../immagini/punti.gif) repeat-x left bottom;
}
dd p {
	padding-bottom: 4px;
}


/* 1.9 TABELLA */
table {
	margin-top: 5px;
	margin-bottom: 40px;
}
table .head {
	border-bottom: 1px solid #D7DADC;
}
table .headright {
	border-right: 2px solid #D7DADC;
}
th, td {
	padding: 5px;
}
th {
	text-align: left;
}


/* 2.0 RESET CONTENT/FLOAT */
/* self clearing rules */
#content:after, #footer:after { 
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#content, #footer { 
	display: inline-block;
	_height: 1%;
}
/* Hides from IE-mac \*/
#content, #footer { 
	display: block;
}
/* End hide from IE-mac */


/* 2.1 BANNER PREMI */
#banner_premi {
	background-image: url(../immagini/banner_premi.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 270px;
	width: 630px;
}
#banner_premi #banner_testi {
	width: 280px;
	float: right;
	padding-top: 16px;
	padding-right: 16px;
}
#banner_premi #banner_testi h3 {
	text-align: right;
	color: #FFFFFF;
	font-weight: normal;
}
#banner_premi p {
	color: #FFFFFF;
	text-align: right;
}


/* 2.2 BLOCCO PUNTEGGI */
#punti_sys {
	color: #FFFFFF;
	text-align: right;
	padding: 10px 15px 20px;
	background-color: #000000;
	background-image: url(../immagini/bkg_puntisys.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#punti_close {
	background-image: url(../immagini/bkg_puntiul.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 20px;
}
#punti_sys h2 {
	font-size: 15px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	padding-bottom: 15px;	
	/*color: #FFFFFF;*/
}
#punti_sys p {
	padding-bottom: 15px;
	font-size: 11px;
	line-height: 15px;
}
#punti_sys ul {
	list-style: none;
}
#punti_sys li {
	padding-bottom: 6px;
}


/* 2.3 PROMO CHIAVI DEL PALAZZO */
.promochiave {
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
	background-image: url(../immagini/bkg_chiavi.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin-bottom: 20px;
}
.fidelionews {
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
	background-image: url(../immagini/bkg_colRight.gif);
	background-repeat: repeat-x;
	background-position: left top
}


/* 2.4 FOOTER */
#footerLeft {
	margin-top: 35px;
	overflow: hidden;
	/*width: 460px;*/
	float: left;
	font-size: 11px;
	line-height: 1.4em;
	width: 100%;
}
#navlist {
	list-style-type: none;
}
#navlist li {
	border-left: 1px solid #000;
	float: left;
	margin: 0 .5em 0 -.5em;
	padding: 0 .5em 0 .5em;
}
#footerRight {
	float: right;
}


