/* Qui le info relative ad i colori e alle immagini di sfondo */


/* -------- Elementi comuni -------*/

#CONTENT{
	width:755px;
	margin-left:auto;
	margin-right:auto;
	background-image:url("../images/body_bg2.jpg");
	background-repeat:no-repeat;
	background-position:right 98px;
}

#TESTATA{
	padding:0px;
	height:78px;
	background-image:url("../images/header_bg.jpg");
	background-repeat:no-repeat;
	background-position:right;
}

#clientframe{

}

.colsx{
	/*border:1px solid #FFFFFF;*/
	/*background-color:#999999;*/
	width:200px;
	margin-left:0px;
	padding-top:20px;
	padding-left:20px;
	padding-right:25px;
	float:left;
}

#clientcont{
	/*border:1px solid #000000;*/
	/*background-color:#FFFFFF;*/
	width:676px;
	margin-left:78px;
	float:left;
}

.colprime{
	width:98%;
	float:left;
	display:none;
}

.coldx{
	/*background-color:#999999;*/
	width:205px;
	float:right;
}

.clientmore{
	width:676px;
	float:left;
}

.colmid{
	width:676px;
	float:left;
}

.colextra{
	display:none;
	width:187px;
	float:left;
}

#FOOTER{
	clear:both;
	height:125px;
	margin-left:78px;
	background-image:url("../images/footer_bg.gif");
	background-repeat:no-repeat;
}


