/********** BODY **********/
body {
	color: #333333;
	font-family: "Lucida Grande", "Lucida Sans Unicode", 	"Lucida", Verdana, Arial, sans-serif;
	font-size: 62.5%;
	line-height: 2.2em;
	background-color: #FFF;
	behavior: url("/css/layout/csshover2.htc");
} 

/* img, a, input { behavior: url("/css/layout/iepngfix.htc"); } */



/********** CONTAINER **********/
.twoColLiqRtHdr #container {
	width: 100%;
	min-width: 960px;
	background: #FFFFFF; /* i margini auto (insieme a una larghezza) centrano la pagina */
	text-align: left; /* sostituisce l'impostazione text-align: center nell'elemento body. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 



/********** MIN-WIDTH PER IE **********/
.twoColLiqRtHdr #container {
 	width: expression(document.body.clientWidth < 1025? "1024px" : document.body.clientWidth > 1601? "1600px" : "auto");
}



/* inizia la formattazione dei blocchi principali */

/********** HEADER **********/
#header .container
{
	height: 138px;
}
#header
{
	height: 138px;
	position: relative;
	background-color: #007EBF;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(header.jpg);
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #045B8F;
	padding: 0px;
	margin: 0px;
}


/********** WRAPPER **********/
.twoColLiqRtHdr #wrapper
{
	float:left;
	width:100%;
	margin-left:-330px
}


/********** MAIN CONTENT **********/
.twoColLiqRtHdr #mainContent.frontend
{
	margin: 0;
	overflow: hidden;
	margin-left: 330px
}


/********** SIDEBAR **********/
.twoColLiqRtHdr #sidebar {
	float: right; /* poiché questo elemento è mobile, occorre specificare una larghezza */
	width: 290px;
	padding: 15px;
	background-color: #FFFFFF;
}

	
/********** BOTTOM LAYOUT **********/
#bottominfo
{
	padding-bottom:20px;
	background-color: #007EBF;
	text-align: center;
	overflow: hidden;
	visibility: visible;
	background-image: url(bottom_bg.png);
	background-repeat: repeat-x;
	height: 350px;
	clear: both;
}

#bottominfo ul {
	margin-left: 0;
	list-style: none;
}

#bottominfo .bottomcolumn
{
	width:288px;
	margin-right: 15px;
	margin-left: 15px;
	text-align: left;
	float: left;
	display: inline;
}

#bottominfo #bottominfo_container {
	width: 954px;
	margin-right: auto;
	margin-left: auto;
}

#bottominfo .bottomcolumn h3
{
	color: #FFFFFF;
	font-size:2em;
	padding:15px 0 5px 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#bottominfo .bottomcolumn p
{
	padding: 10px 35px 10px 5px;
	font-size: 1.2em;
	color: #000033;
	font-weight: normal;
}

#bottominfo ul.borderedlist li
{
	border-bottom: 1px dashed #ccc;
}

#bottominfo ul.borderedlist li a
{
	display: block;
	padding:3px 0 0 2px;
	height: 26px;
	color: #000033;
}

#bottominfo ul.borderedlist li a:hover
{
	color: #F9F9F7;
	background-color: #346D97;
}

#bottominfo .iconlist
{
	font-size: 1.2em;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #ccc;
}

#bottominfo ul.iconlist li a
{
	padding-left: 25px;
	color: #FFFFFF;
	background-color: #007EbF;
	background-image: url(bottominfo_list.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-decoration: none;
}

#bottominfo ul.iconlist li a:hover
{
	color: #FFFFFF;
	background-color: #045b8f;
	background-image: url(bottominfo_list.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
}



/********** FOOTER **********/
#footer {
	padding: 0; /* questo padding corrisponde all'allineamento a sinistra degli elementi nei div sovrastanti. */
	font-size: 1.1em;
	text-align: center;
	background-image: url(footer_bg.png);
	background-repeat: repeat-x;
	background-color: #035484;
	height: 35px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #045B8F;
} 

#footer  p  {
	color: #F9F9F7;
	margin: 0; /* il padding di questo elemento crea uno spazio, così come avverrebbe specificando un valore margin, senza il problema della compressione del margine */
	padding-top: 7px;
}

#footer a
{
	color: #F9F9F7;
}

#footer a:hover
{
	color: #000033;
	text-decoration: none;
}


/* inserire in questo commento condizionale le correzioni css per tutte le versioni di IE */

.twoColLiqRtHdr #sidebar { 
	padding-top: 30px;
}

.twoColLiqRtHdr #mainContent {
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 30px;
}
.twoColLiqRtHdr #mainContent .FxSlide {
	padding-bottom: 10px;
}

