/*
 ------------------------------------------------------------
	CMS_MAIN_STYLE.CSS	Foglio stile per TestCMS
 ------------------------------------------------------------
*/
* { padding:0; margin:0; }

html {
}


body { 
	background:#eceff4;
	text-align:center;
}

div#container {
	margin: 0 auto;
	width:902px;
	text-align:left;
	background:#fff;
}

div#header {
	width:902px;	
	height:97px;
	overflow:hidden;
	padding:0;
	margin:0;
	position:relative;
	
}

#bannerhome{display:none}

#faux {
	position:relative;
	width: 100%;
}

div#content {
	background: url(/custom_cms/images/sf-cont.gif) no-repeat;
	height: auto !important;  /* per i browser moderni */
   height:671px;  /* per IE5.x e IE6 */
   min-height:671px;  /* per i browser moderni */
}

div#footer {
	background: url(/custom_cms/images/lower.gif) no-repeat;
	margin: 0 auto;
 	clear: both;
	width:902px;	
	height:29px;
}

p {margin:0;padding:0;}

a img {border:0;}

.errmsg{font:11px Verdana,Thaoma,sans;}

div#langsel{display:none;}





div#piva{
	font:10px Verdana,Thaoma,sans;
	color:#fff;width:150px;
	float:right;
	text-align:right;
	margin-right:12px;
	top:8px;
	position:relative;
	
}
div#marca{
	font:10px Verdana,Thaoma,sans;
	color:#fff;
	text-align:left;
	margin-left:12px;
	top:8px;
	position:relative;
	
}
div#marca a{
	color:#fff;
	text-decoration:none;
}
div#lingue{
	z-index:999;
	position:absolute;top:1px;
	left:825px;
	width:65px;
	height:13px;
}


div#rightarea{}
div#rightbox1{height:249px;
position:absolute;
}

