*{
	margin: 0;
	padding:0;
	}

body{
	/*background: #E2E0D9 url(img/sf_top_body.gif) repeat-x;*/
	background: #FAF6E9;
	font: x-small Arial, Helvetica, sans-serif;
	color: #000;
	text-align: center;		/* centers content in IE5.5 and earlier */
	word-wrap: break-word;	/* breaks long words in IE, prevents float drops */
	}
	
/*  ATTENTION PLEASE!!!! background utilizzato solo per la home page */

.bg_home{
	background: #FAF6E9 url(img/sf_home.gif) repeat-x;

}
	
	/* ---------------  contenitori principali!    ---------------------------- */
	
#wrapper{
	width: 960px;
	margin: 0 auto;
	text-align: left;
	/*background:#000;*/
	/*border:1px solid #f00;
	height:800px;*/

	}
	
	
#header {
	height:145px;
	background:transparent url(img/sf_header.gif) top left no-repeat;
}



/*   ----------------------------  MENU PRINCIPALE -----------------------------------*/
#container_menu {
	float: right;
  	margin-top: 116px;
	padding-right:63px;


}


#container_menu ul { margin: 0; }

#container_menu ul li {
 	display: block;
  	float: left; 
  	list-style: none;
   }

#container_menu ul li a { 
	display: block;
	/*setta l'altezza dell'img*/
 	height: 29px;
  }
  
/*non fa comparire la scritta nella lista*/
#container_menu ul li a span { display: none; }


/* stato normale dell'immagine come sfondo di a*/
#container_menu ul li#aboutus a {
/* è la larghezza della gif*/
 	width: 141px; 
 	background: url(img/menu/about.gif) no-repeat;
  }
  
  /* roll over dell'immagine come sfondo di li*/
  #container_menu ul li#aboutus  {
 	width: 141px; 
 	background: url(img/menu/about.gif) no-repeat;
	 /*background-position: ( x-pos y-pos )  */
	background-position: 0 -29px;
  }

#container_menu ul li#ourkitchens a { 
	width: 147px;
 	background: url(img/menu/ourkitchens.gif) no-repeat;
  }
  
  #container_menu ul li#ourkitchens { 
	width: 147px;
 	background: url(img/menu/ourkitchens.gif) no-repeat;
	background-position: 0 -29px;

  }

#container_menu ul li#ourservice a { 
	width: 135px;
	background: url(img/menu/ourservice.gif) no-repeat; 
}

#container_menu ul li#ourservice{ 
	width: 135px;
	background: url(img/menu/ourservice.gif) no-repeat; 
	background-position: 0 -29px;

}

#container_menu ul li#ourprojects a { 
	width: 145px;
	background: url(img/menu/ourprojects.gif) no-repeat;
 }
 
 #container_menu ul li#ourprojects { 
	width: 145px;
	background: url(img/menu/ourprojects.gif) no-repeat;
	background-position: 0 -29px;

 }

#container_menu ul li#news a {
 	width: 92px;
	background: url(img/menu/news.gif) no-repeat;
  }
  
  #container_menu ul li#news {
 	width: 92px;
	background: url(img/menu/news.gif) no-repeat;
	background-position: 0 -29px;

  }

  
  /*   sull'hover del menu il background è invisibile e si vede lo sfondo di li (lo stato di hover) */
#container_menu ul li#aboutus a:hover,
#container_menu ul li#ourkitchens a:hover,
#container_menu ul li#ourservice a:hover,
#container_menu ul li#ourprojects a:hover,
#container_menu ul li#news a:hover
{ background-image: none; }



/*  ------------------  FINE MENU PRINCIPALE  -----------------  */





#linkHome{
	position:absolute;
	top:14px;
	left: 50%;
	margin-left: 368px;
	color:#5A5A57;
	font-size:108%;
	/*width:120px;*/


}

#linkHome a{
	color:#5A5A57;
	text-decoration:none;
}

#linkHome a:hover{
	color:#F18B22;
	text-decoration:none;
}


#contactUs{
	position:absolute;
	top:49px;
	left:50%;
	margin-left: 338px;
	width:107px;


}

#contactUs a img{
	border:0;

}


/*-------------------------- LAYOUT PAGINA CON ANIMAZIONE FLASH --------------------*/

#flash{
	width:914px;
	height:275px;
	background:#000;
	margin:19px 0 0 23px;
	


}

#bottom_home{
	position:relative;
	width:914px;
	height:149px;
	margin-left:23px;
	background: url(img/sfondino.gif) top left repeat-x;

	
}

#bottom_home #loghi{
	position:absolute;
	top:65px;
	left:0;
	width:476px;
	height:67px;

}


#bottom_home #team{
	position:absolute;
	top:8px;
	left:495px;
	width:298px;
	height:153px;
	background:url(img/ourSalesTeam.jpg) top left no-repeat;

}

#bottom_home #links_home{
	position:absolute;
	top:65px;
	left:800px;
	width:112px;
	height:77px;

}

#navcontainerHome ul { 
	list-style-type: none;
	margin: 0;
	padding: 45px 0 0 10px;
	
	}
	
	
#navcontainerHome li { 
	margin:0;
	/*border:1px solid #ccc;*/
	padding: 3px 0px 3px 0px;
	 }
	


#navcontainerHome li a { 
	display: block; 
	color: #000 !important;
	/*width: 167px;*/
	padding: 0px 0px 0px 30px;
	text-decoration: none;
	
	background-image: url(img/list_item.gif);
	background-repeat: no-repeat;
	background-position: 0px 35%;
	}
	
#navcontainerHome li a:hover{

	color: #000!important;
	text-decoration: underline;

	}
	
	
#navcontainerHome li a.selected{
	color: #F18B22!important;
	
	/*background-image: url(img/freccia_big_over.gif);
	background-repeat: no-repeat;
	background-position: 7px 50%;*/

	}

#navcontainerHome li p { 

	padding: 0px 0px 0px 30px;
	color:#fff;

}


/*  fine layout  */




#content{
	height:100%; /*SETTA ALTEZZA DI DEFAULT */
	background:#fff url(img/sf_content2.gif) top left repeat-y;
}

#sidebar{
	width: 260px;
	/*height:300px;*/
	float: left;
	background:  url(img/spicchio.gif) top left no-repeat;
	
	}



/* menu pagine interne  */

#navcontainer ul { 
	list-style-type: none;
	margin: 0;
	padding: 19px 0 0 24px;
	
	}
	
/*sovrascrive la regola precedente!*/
#navcontainer ul ul{ 
	list-style-type: none;
	margin: 0;
	padding: 0;
	/*text-align:right;*/

	
	}
	
#navcontainer li { 
	margin:0;
	
	 }
	
.borderBottom {
	
	border-bottom: 1px solid #BFB6A1;

	}


#navcontainer li a { 
	font-size: 11px;
	font-weight:bold;
	display: block; 
	color: #9F9887 !important;
	background-color: #D5CEAF;
	width: 167px;
	padding: 10px 12px 10px 20px;
	text-decoration: none;
	/*border-bottom: 1px solid #D25327;*/
	
	/*background-image: url(img/freccia_big.gif);
	background-repeat: no-repeat;
	background-position: 7px 50%;*/
	}
	
#navcontainer li a:hover{

	background-color: #EFECE0;
	color: #F18B22!important;
	font-weight:bold;
	
	/*background-image: url(img/freccia_big_over.gif);
	background-repeat: no-repeat;
	background-position: 7px 50%;*/

	}
	
	
#navcontainer li a.selected{
	background-color: #EFECE0;
	color: #F18B22!important;
	font-weight:bold;
	
	/*background-image: url(img/freccia_big_over.gif);
	background-repeat: no-repeat;
	background-position: 7px 50%;*/

	}
	

#navcontainer li li a {

	display: block;
	color: #9F9887;
	background-color: #fff;
	width: 157px;
	padding: 1px 18px 1px 24px;
	text-decoration: none;
	font-weight: normal;
	text-align:right;

	/*background-image: url(img/freccia_secondo_livello.gif);
	background-repeat: no-repeat;
	background-position: 20px 50%;*/
}

#navcontainer li li a:hover{

	background-color: #fff;
	color: #000!important;
	font-weight: normal;


	/*background-image: url(img/freccia_secondo_livello_over.gif);
	background-repeat: no-repeat;
	background-position: 20px 50%;*/


	}
	
	
	#navcontainer li li a.selected{

	background-color: #fff;
	color: #000!important;
	font-weight: normal;
	
	/*background-image: url(img/freccia_secondo_livello_over.gif);
	background-repeat: no-repeat;
	background-position: 20px 50%;*/


	}








/*------------------------ contenuto principale*/

#main{
	width: 677px;	
	float: left;
	background: #fff url(img/sf_main.gif) top left repeat-y;
	/*height:477px;  ---------------------------------------------------------------- da eliminare*/

	}
	
	#main  #briciole{
	width: 677px;
	height:29px;
	background: url(img/sf_briciole.gif) top left no-repeat;

	}
	
	#main  #briciole #container{
	padding:9px 0 0 7px;
	color: #E7E3D1;
	}
	
	#main  #briciole a{
	color: #E7E3D1;
	text-decoration:none;
	font-size:108%;

	}
	
	
	#main #left{
	width: 521px;
	float: left;
	/*background: #000;*/

	}
	

#main #left .container{
	padding:5px 10px 5px 7px;

	
	}
	
#main #left .container h1{
	color:#9F9887;
	font-size:95%;
	
	}
	
	
#main #left .container p.title{
	color:#F18B22;
	font-style:normal;
	font-size:115%;
	padding:8px 0 0px 40px;
	
	}
	
#main #left .container p.txt{
	line-height:16px;
	padding-top:8px;
	
	}
	
	
.evidenziato{
	color:#F28B22;
	
	}
	
	
	
#main #right{
	width: 156px;
	float: right;
	height:371px; /*serve a settare un'altezza minima*/
	}
	
	
	p.first{
	padding: 9px 0 21px 0;
	
	
	
	}
	
.aggiustamiQuesto{
	padding: 9px 0 15px 0;
}
	
	p.download{
	padding: 9px 0 10px 0;
	
	
	
	}
	
/*   ----------------------    entry page      ---------------------------------------------*/


#intro {
	position:relative;
	width:677px;
	height:150px;
	background:#fff url(img/sf_main.gif) top left repeat-y;
	text-align:right;
	border-bottom:1px solid #E3DDD4;

}


#intro #navFogli{
	position:absolute;
	top:131px;
	left:329px;
	width:120px;
	height:18px;
	background:#fff;
	

}

.foglio_left{
	padding-left:9px;


}


.image{
	float:right;
	padding:10px 27px 2px 5px;
}

.introTxt{
	padding:20px 0 0 30px;
	color:#F28B22;
	font-size:130%;
	line-height:20px;
}


#target {
	width:677px;
	height:207px;
	margin-top:21px;
	background: url(img/sf_target.gif) top left repeat-y;
	


}

#target #targetLeft{
	float:left;
	width:332px;

}

#target #targetRight{
	float:right;
	width:342px;
}


p.giustificato{
	text-align:justify;
	width:285px;
	padding:0 0px 10px 20px;
	line-height:15px;



}












/*   ----------------------    news      ---------------------------------------------*/

#modulo_news{
	border-bottom: 1px solid #E3DDD4;
	/*margin-bottom:160px;*/
	clear:both;
	
	}
	
	
#modulo_news #left{
	width: 521px;
	float: left;
	/*background: #000;*/

	}
	
#modulo_news #left .container{
	padding:5px 10px 5px 7px;

	
	}

	
#modulo_news #left .container h1{
	color:#9F9887;
	font-size:95%;
	
	}
	
	
#modulo_news #left .container p.title{
	color:#F18B22;
	font-style:normal;
	font-size:115%;
	padding:8px 0 0px 40px;
	
	}
	
#modulo_news #left .container p.txt{
	line-height:16px;
	padding-top:8px;
	
	}
	
	
	
	
	
#modulo_news #right_news{
	width: 156px;
	float: right;
	/*height:371px; serve a settare un'altezza minima*/
	}


p.first_news{
	padding: 9px 0 10px 0;
	
	
	}
	
p.readMore{
	float:right;
	padding: 0px 0 10px 0;
	
	
	}
	
p.readMore a{
	color:#9D9A8B;
	text-decoration:none;
	
	
	}
	
	p.readMore a:hover{
	color:#F18B22;
	
	
	}



#containerGallery{
	padding:23px 0 0 36px;
	/*width:497px;*/


}


#containerGallery p.title{
	color:#F18B22;
	font-style:normal;
	font-size:115%;
	padding:0px 0px 10px 0px;
	
	}
	
#containerGallery #navFoto{
	padding:10px 0px 10px 0px;
	
	}
	
#containerGallery #navFoto p.left{
	float:left;
	/*padding-right:10px;*/
	
	}
	
	
#containerGallery #navFoto p.left a{
	color:#F28B22;
	text-decoration:none;
	
	}
	
#containerGallery #navFoto p.left a:hover{
	color:#F28B22;
	text-decoration:underline;
	
	}
	
#containerGallery #navFoto .separatore{
	padding:0 5px;
	float:left;
	color:#000;
	
	}

	
	
	
p.didaFoto{
	color:#000;
	padding:0 15px 10px 0;


}


#footerContent{
	background:#FAF6E8 url(img/sf_footer_content.gif) top left no-repeat;
	height:36px;
	

}

#footerContent #buttons{
	float:right;
	padding:0px 21px 0 0;

/*display:none;*/

}

#footerContent #buttons img{
	border:0;


}
	
#footer{
	background:#ACA064;
	height:12px;
	width:100%;
	



}
	
	
	
	/*   FORM  */
	
	/* ---------------------   STILI FORM ---------------- */

.modulo{

	padding:50px 0 0 40px;


}

.modulo input.linea {

	 display: block;
	 width: 200px;
	 height:15px;
	 float: left;
	 margin-bottom: 10px;
	 border:1px solid #BFB6A1;
	 font-size:100%;

}

.modulo textarea.linea {

	 display: block;
	 width: 200px;
	 height:100px;
	 float: left;
	 margin-bottom: 10px;
	 border:1px solid #BFB6A1;
	 font-size:100%;
	 font-family:Arial, Helvetica, sans-serif;

}



.modulo input.senza_linea {

	 display: block;
	 width: 200px;
	 height:15px;
	 float: left;
	 margin-bottom: 10px;
	 border:0;
	 font-size:100%;
	 color: #00ADE9;
	 background-color:#FFFFFF;
	 font-weight:bold;

}


.modulo select.linea {

	 display: block;
	 width: 205px;
	 height:15px;
	 float: left;
	 margin-bottom: 10px;
	 border:1px solid #BFB6A1;
	 font-size:100%;

}

.modulo label {

	 display: block;
	 text-align: right;
	 float: left;
	 width: 140px;
	 padding-right: 20px;
	 font-size:110%;
	 line-height:9px;

}

.modulo label.wide {

	 display: block;
	 text-align: left;
	 float: left;
	 width: 400px;
	 padding-right: 20px;
	 font-size:100%;

}

.modulo .checkbox {

	 width: 1em;

}

.modulo br {

	 clear: left;

} 

.modulo .submit{
	float:left;
	font-size: 11px;
	background-color: #DED9CE;
	color:#000;
	border: 1px #BFB6A1 solid;
	width: 70px;
	height: 20px;
	margin-top:15px;
	margin-bottom:15px;
	margin-left:0px;
	margin-right:70px;
	
}				


.divisore_form{
	width:420px;
	height:23px;
	background: url(img/sf_riga_form.gif) top left repeat-x;
	color:#00ADE9;
	font-weight:bold;
	margin-bottom: 7px;
	

}
	
.divisore_form p{
	padding:5px 0 0 15px;
	background: url(img/freccia_blu.gif) no-repeat 5px 65%;

	}
	
		div#installing {
		position: absolute;
		top:600px;
		left:90px;
		background: #DED9CE;
		border: 1px solid #635E5E;
		font-weight: normal;
		/*opacity: .95;*/
		width: 300px;
		padding:10px;
		}
		#installing p {
		color: #635E5E;
		line-height: 1.2em;
		}
		
		#installing p a{
		color: #000;
		}

	
	
	
	
	/* clearing
----------------------------------------------- */

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
