/*
 ------------------------------------------------------------
	CMS_HOME_STYLE.CSS
 ------------------------------------------------------------
	Foglio stile per homepage
	Data: 07-06-2007
 ------------------------------------------------------------
*/
div#container{background:#fff;}
div#content {
		background-image:none;
	height: auto !important;  /* per i browser moderni */
   height:595px;  /* per IE5.x e IE6 */
   min-height:595px;  /* per i browser moderni */
}


body { 
		/*background:#fff url('/custom_cms/images/sf.gif')  0px -35px repeat-x;*/
}
#content { 
		background: url('/custom_cms/images/sf-home.jpg') 0px 300px no-repeat;
}

div#menuSecondarioBar,#rightbox1,#rightbox2,#rightbox3,#toolbox{
display:none;
}


div#box12,div#box2,div#box3{
	position:absolute;
	z-index:20;
	overflow:hidden;
}


div#box12{	
	top:42px;
	left:0px;
	height:360px;
	width:780px;
}

div#box2{	
	top:42px;
	right:5px;
	height:136px;
	width:201px;
	color:white;
}

div#box3{	
	background: url('/custom_cms/images/sf-box3.jpg');
	top:202px;
	right:5px;
	height:198px;
	font:10px Arial,Verdana,Thaoma,sans; 
	color:#5e5e5e;
	width:201px;
}
div#box3 a{	color:#636363;}




div#footer {
	background: url('/custom_cms/images/sf-footernewhome.jpg');
	height:25px;margin-top:1px;
}

#Banner_1_box{display:block;width:780px;height:360px;position:absolute;top:156px;z-index:999;}


