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

body{
	background:url(img/sf_body.jpg) repeat-x #FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;;
	font-size:10px;
	}
a{
	color:#999999;
	text-decoration:none;
	}
a:hover{
	color:#333333;
	text-decoration:underline;
	}
div#main{
	position:relative;
	width:833px;
	height:598px;
	margin:auto;
	background:url(img/sfmain.png) no-repeat;
	margin-top:10px;
	}

div#header{
	text-align:center;
	height:20px;
	line-height:20px;
	}
.redbold{
	color:#FF0000;
	font-weight:bold;
	}
div#logo{
	width:283px;
	height:46px;
	background:url(img/logo.png) no-repeat;
	float:left;
	margin:10px 0px 0px 10px
	}
	
div#footer{
	background:url(img/ombra.png) no-repeat center;
	height:100px;
	}

/*MENU*/

div#menu{
	width:440px;
	height:35px;
	margin-right:10px;
	float:right;
	margin-top:1px;
	}
div#home{
	width:84px;
	height:31px;
	background:url(img/pul_03.png) no-repeat;
	float:left;
	cursor:pointer;
	margin-left:2px;
	}
div#home:hover{
	background:url(img/pulho_03.png) no-repeat;
	}
div#azienda{
	width:84px;
	height:31px;
	background:url(img/pul_05.png) no-repeat;
	float:left;
	cursor:pointer;
	margin-left:2px;
	}
div#azienda:hover{
	background:url(img/pulho_05.png) no-repeat;
	}
div#servizi{
	width:84px;
	height:31px;
	background:url(img/pul_07.png) no-repeat;
	float:left;
	cursor:pointer;
	margin-left:2px;
	}
div#servizi:hover{
	background:url(img/pulho_07.png) no-repeat;
	}
div#partners{
	width:84px;
	height:31px;
	background:url(img/pul_09.png) no-repeat;
	float:left;
	cursor:pointer;
	margin-left:2px;
	}
div#partners:hover{
	background:url(img/pulho_09.png) no-repeat;
	}
div#dove{
	width:84px;
	height:31px;
	background:url(img/pul_11.png) no-repeat;
	float:left;
	cursor:pointer;
	margin-left:2px;
	}
div#dove:hover{
	background:url(img/pulho_11.png) no-repeat;
	}
div#contatti{
	width:84px;
	height:31px;
	background:url(img/pul_13.png) no-repeat;
	float:left;
	cursor:pointer;
	margin-left:2px;
	}
div#contatti:hover{
	background:url(img/pulho_13.png) no-repeat;
	}
/*END MENU*/

div#content{
	position:relative;
	padding:10px;
	height:415px;
	} 
div#imgleft{
	width:300px;
	height:410px;
	float:left;
	}
div#txtright{
	width:500px;
	float:right;
	margin-right:10px;
	}
div#titpage{
	border-bottom:red 1px solid;
	font-size:22px;
	font-weight:bold;
	text-align:right;
	}
div#musa{
	position:relative;
	width:794px;
	height:95px;
	background:url(img/musa_22.png) no-repeat bottom;
	margin:auto;
	}
