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

* {
	margin: 0;
	padding: 0;
}

body {
background: #fff;
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-size: 12px;
color: #333;
}

a {
	text-decoration: none;
	color: #333;
	
}

#wrap {
margin: 5px auto;
width: 910px;
background: #fff;
}
/*INTESTAZIONE TITOLO*/
#header {
		text-align:right;
	
}
/*--------------------*/
#top {
padding: 5px 0 20px 10px;
background: #fff url(images/top.gif) no-repeat;
float:left;
}


/*--MENU--*/
.menu {
	background:#FFF;
	color:#333;
	margin:0 0 0 112px;
	padding:50px 0 5px 0;
	text-align:center;
	float:left;
}
.menu li{ 
	display:inline;

}
.menu a{ 
	height:0;
	padding:0.5em 15px;
	text-decoration:none;
	margin:0;
	white-space:nowrap;
}

.menu a:link,
.menu a:visited,
.menu a:active{
	background:#fff;
	color:#333;
}
.menu a:hover,
.menu a:focus{
	background:#ccc;
	color:#333;
}

.menu .en a{
	font-style:italic;
	color:#666;
}
/*---CORPO--*/
#corpo {
	float:left;
		border-top:4px solid #CCC;
		border-bottom:9px solid #CCC;
}

/*---BOTTOM---*/
#bottom {
	margin:20px 0;
	float:left;
	text-align: justify;

}
#sx{
	width:193px;
	float:left;
	padding:0 55px 0 55px;
	
	
}
#center{
	width:193px;
	border-left:1px dotted #ccc;
	padding: 0 55px 0 55px;
	float:left;
}
#dx{
	width:192px;
	border-left:1px dotted #ccc;
	padding: 0 55px 0 55px;
	float:left;
}

#bottom h3{
	color: #A87174;
	font-size: 13px;
	font-weight: 100;
}
.bottom {
	color:#333;
	font-size:11px;
}	
.zadra {
	color:#666666;
	font-size:11px;
	text-decoration:underline;
}

.centro img{
	float:left;
	padding:0 20px 0 0;
}
#azienda{
	padding:10px 70px;
	line-height:20px;
	
}
#contatti{
	padding:10px 70px;
	line-height:20px;
	line-height:normal;
}
#contatti_sx{
	width:50%;
	float:left;
}
#contatti_dx{
	width:50%;
	float:left;
	
}
.link{
	color: #A87174;
	text-decoration:none;
	font-size:11px;
}
	
/*---FOOTER---*/
#footer {
text-align: center;
font-size: 11px;
background:#999;
float:left;
width:100%;
color:#FFF;
text-align:left;

}
#cen{
	width:910px;
	margin:auto;
	}
#su{
	padding:10px 20px;
	border-bottom:1px solid #fff;
	
	}
#giu{
	padding:10px 20px;
	
	}
/*--------------------------*/	
.lan {
	font-style:italic;
}

