body {
	text-align: center;
}
.contFloat {
	overflow: auto;
	width: 100%;
}
.float {
	display: inline;
	overflow: hidden;
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
.absolute {
	position: absolute;
}
.relative {
	position: relative;
}
.inline {
	display: inline;
}
/*larghezza colonne*/
.centra_pg {
	width: 993px;
	margin: 0 auto;
	text-align: left;
}
.colSx {
	width: 190px;
	margin: 0px 0px 0px 4px;
}
.colSx ul {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background: #fff url(../img/grafica/col_sx_bg.jpg) top left;
	height: 450px;
}
.colCx {
	width: 572px;
	margin-top: 24px;
	padding: 0px 15px 0px 0px;
	background: url(../img/grafica/colonna_cx_bg.gif) top right repeat-y;
}
.colCx_home {
	width: 781px;
	margin-top: 24px;
	padding-top: 5px;
	background: url(../img/grafica/colonna_cx_bg.gif) top right repeat-y;
}

.colCx_home_fair {
	width: 781px;
	margin-top: 24px;
	padding-top: 5px;
	background: url(../img/grafica/colonna_cx_bg.gif) top right repeat-y;
}

.colCx_home_bg_1 {
	width: 771px;
	padding: 19px 0px 0px 0px;
	background: url(../img/grafica/bg_home.jpg) left top no-repeat;
}

.colCx_home_bg_2_fair {
	width: 952px;
	padding: 19px 0px 0px 0px;
	margin-top: -20px;
	background: url(../img/grafica/bg_home.jpg) left top no-repeat;
}

.colCx_home_bg_2 {
	width: 768px;
	padding: 0px 0px 0px 13px;
	background: url(../img/grafica/colonna_cx_bg.gif) repeat-y right top;
}

.colCx_home_bg_2_fair {
	width: 952px;
	padding: 0px 0px 0px 13px;
	background: url(../img/grafica/colonna_cx_bg.gif) repeat-y right top;
}

.colDx {
	width: 176px;
	padding-left: 1px;
	margin-top: 20px;
	position: relative;
}
/*spaziatura colonne*/
.colCx .pad {
	padding: 0px 0px 0px 15px;
}
.colSx .pad, .colDx .pad {
	padding-top: 10px;
}

