@charset "utf-8";
/* CSS Document */

/*Contenitore Home*/
div#conthome {
	margin:3px;
	width:949px;/*2 px prende il bordo*/
	min-height:596px;
	height:auto !important;
	height:596px;
	overflow:hidden;
	background-image:url(../img/sfondi/home/sf_home.jpg);
	background-repeat:repeat-x;
	}
div#contbodyhome {
	margin-top:67px;
	margin-left:127px;
	width:700px;
	min-height:401px;
	height:auto !important;
	height:401px;
	background-image:url(../img/sfondi/home/sf_home_body.jpg);
	background-repeat:repeat-x;
	}
div#marchio {
	float:left;
	margin-left:28px;
	width:73px;/*2 px prende il bordo*/
	min-height:97px;
	height:auto !important;
	height:97px;
	display:inline;/*ie raddoppia i margini*/
	overflow:hidden;
	}
div#sezionepagina {
	margin-right:67px;
	float:right; 
	width:173px;
	min-height:21px;
	height:auto !important;
	height:21px;
	
	display:inline;/*ie raddoppia i margini*/
	overflow:hidden;
	}
div#sfmenu {
	clear:both;
	float:left;
	display:inline;
	margin-left:28px;
	width:73px;/*2 px prende il bordo*/
	min-height:278px;
	height:auto !important;
	height:278px;
	background-image:url(../img/sfondi/home/sf_menu_home.jpg);
	background-repeat:no-repeat;
	}
div#img1 {
	float:left;
	margin-top:62px;
	margin-left:26px;
	width:264px;/*2 px prende il bordo*/
	min-height:313px;
	height:auto !important;
	height:313px;
	}
div#img2 {
	float:left;
	margin-top:41px;
	margin-left:13px;
	width:265px;/*2 px prende il bordo*/
	min-height:156px;
	height:auto !important;
	height:156px;
	}
/*titolo testo*/
div#titolotesto {
	width:265px;
	float:left;
	margin-top:15px;
	min-height:33px;
	height:auto !important;
	height:33px;
	}
/*footer*/
div#footer {
	margin-top:3px;
	margin-left:128px;
	width:700px;/*2 px prende il bordo*/
	min-height:15px;
	height:auto !important;
	height:15px;
	background-image:url(../img/sfondi/home/sf_footer.jpg);
	background-repeat:repeat-x;
	overflow: hidden;
	}
