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

html {
}

body { 
	text-align:center;
}

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

div#header {
	width:850px;	
	height:103px;overflow:hidden;
}
div#banner {
}

#faux {
	width: 100%;
}

div#content {
background:#ecf2f8;
	position:relative;
 	/*float: right;
 	display: inline;*/
	height: auto !important;  /* per i browser moderni */
   height:327px;  /* per IE5.x e IE6 */
   min-height:327px;  /* per i browser moderni */
}

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

p {margin:0;padding:0;}

a img {border:0;}

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

div#langsel{display:none;}


div#piva{
	font:10px Verdana,Thaoma,sans;
	color:#fff;
	position:relative;
	left:15px;
	top:14px;
	width:350px;
	float:left;
	text-align:left;
}
div#marca{
	font:10px Verdana,Thaoma,sans;
	color:#fff;
	position:relative;
	top:14px;
	right:15px;
	text-align:right;
}
div#marca a{
	color:#fff;
	text-decoration:none;
}


#mainarea a:link, #mainarea a:visited, #mainarea a:hover{
	color:#025696;text-decoration:none
}


