@import url("Basic.css");

#conteiner-home {
	width:980px;
	margin-top:0px;
	background-color: #ffffff;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

.SF-home-1 {
	background-image:url(../img-struttura/SF-home-1.jpg);
	background-repeat: no-repeat;
}

.SF-home-2 {
	background-image:url(../img-struttura/SF-home-2.jpg);
	background-repeat: no-repeat;
}

.SF-home-3 {
	background-image:url(../img-struttura/SF-home-3.jpg);
	background-repeat: no-repeat;
}

.SF-home-4 {
	background-image:url(../img-struttura/SF-home-4.jpg);
	background-repeat: no-repeat;
}

.SF-home-5 {
	background-image:url(../img-struttura/SF-home-5.jpg);
	background-repeat: no-repeat;
}

/*---Ricerca---*/

#Ricerca {
	position:relative;
	width: 674px;
	height: 324px;
	left:18px;
	top:20px;
}


/*---Banner---*/

#Banner {
	position:relative;
	width: 943px;
	left:18px;
	margin-top:40px;
}

#Banner h2 {
	color:#00785c;
	font-size: 13px;
	padding-bottom: 5px;
	padding-left: 10px
}


.SF_vetrina {
	background-image:url(../img-struttura/SF-vetrina.png);
	background-repeat:no-repeat;
}


