/* RESET  */

*{
	margin:0;
	padding:0;
}

/* --------- LAYOUT ---------*/


#container

{
	
	position: relative;
	width: 1200px;
	margin: auto;
	background-color: #fff;

}

#header

{
	
	position: fixed;
	z-index: 10;
	padding-top: 25px;
	width: 1201px;
	height: 105px;
	background-color: #fff;
	border-bottom: 1px solid #999;

}

#loghi

{
	
	float: left;
	margin-bottom: 38px;
	width: 274px;
	height: 81px;
	background-color: #fff;

}

#social

{
	
	float: right;
	margin-top: 57px;
	margin-bottom: 38px;
	width: 108px;
	height: 24px;
	background-color: #fff;

}

#nav

{
	float: left;
	margin: 0px 0px 38px 0px;
	width: 276px;
	background-color: #fff;

}


#content

{
	background-color: #fff;
	padding-top: 131px;
	float: left;

}


/*
#slide

{
	
	width: 1200px;
	height: 386px;
	float: left;
	margin-bottom: 10px;

}

*/

#banner 
{

  width: 1200px;
  height: 386px;
  float: left;
  margin-bottom: 10px;

}

#presentazione

{
	
	width: 1200px;
	float: left;
	margin-bottom: 10px;
	margin-top: 15px;

}

.chileft

{
	width: 380px;
	height: 290px;
	float: left;
	margin-right: 30px;

}

.chiright

{
	
	float: left;
	width: 380px;
	height: 290px;

}


.colsx

{
	width: 380px;
	height: 290px;
	float: left;
	margin-right: 30px;

}

.coldx

{
	
	float: left;
	width: 380px;
	height: 290px;

}


#lavori

{
	width: 1200px;
	float: left;
	margin-bottom: 10px;

}

#tuttilavori

{
	width: 1200px;
	height: 680px;
	float: left;
	margin-bottom: 10px;
	border-bottom: 1px solid #999;

}

#tuttilavorigrafica

{
	width: 1200px;
	height: 356px;
	float: left;
	margin-bottom: 10px;
	border-bottom: 1px solid #999;

}

#tuttilavoriweb

{
	width: 1200px;
	height: 247px;
	float: left;
	margin-bottom: 10px;
	border-bottom: 1px solid #999;

}

#schedalavoro

{
	width: 1200px;
	float: left;
	border-bottom: 1px solid #999;
	padding-bottom: 10px;
	margin-bottom: 10px;
	padding-top: 15px;
	

}

.imglavoro

{
	
	width: 792px;
	float: left;
	margin-right: 29px;
	margin-top: 45px;

}

.imglavoro img

{
	
	margin-bottom: 30px;

}

.desclavoro

{
	margin-top: 6px;
	width: 379px;
	float: left;
	
}
#contatti

{
	
	width: 1200px;
	float: left;
	margin-top:13px;
	border-bottom: 1px solid #999;
	padding-bottom: 10px;
	margin-bottom: 10px;

}


#footer

{
	
	width: 1200px;
	float: left;
	margin-top: 0px;


}

