
@font-face {
   font-family: 'abweb';
   src: local('abweb'), url('abweb.ttf') format('truetype');
}


body{
	background-image: url(sky3.jpg);
	background-size:100%;
	background-attachment:fixed;
	/*background-size:50% 100%;*/
	font-family: abweb;
	font-size: 16px;
	color: black;

}

a{
	text-decoration: none;
}

#container{
	width: 800px;
	margin: auto;
	/*background-color: #fff;*/
}

#header{
	background-color: transparent;
	height:230px;
	text-align: right;
	font-size: 110px;
	font-weight: bold;
	border: 1px solid transparent;
}

#logo{
	margin-top: 70px;
	margin-left: 170px;
	
}

#fl{
	color: #FFF;
}

#logo{
	width:260px;
}

#menu{
	height: 40px;
	border-left: 4px solid #000;
	border-top: 4px solid #000;
	font-size: 25px;
	background-color:#000;
	
}

#menu div{
	width:156.75px;
	height: 100%;
	float:left;
	text-align: center;
	color: #fff;
	border-right: 2px solid #000;
}

#menu div.last{
	border-right: 4px solid #000;
}

#menu div:hover{
	background-color: #fff;
	color: #000;
}

#content{
	border-left: 4px solid #000;
	border-right: 4px solid #000;
	background-color: #fff;
	text-align: center;
	padding-bottom: 30px;
	overflow:hidden;
	font-family: Sans Serif;
	font-size: 14px;

}

#footer{
	height:70px;
	border: 4px solid #000;
	text-align: center;
	padding-top: 20px;
	background-color: #fff;
	font-family: abweb;
	font-size: 16px;
}

#bigger{
	font-size: 18px;
}

.titlepage{
	font-family: abweb;
	font-size: 40px;
	text-align:right;
	background-color: #ECF3F3;
	margin-top: 30px;
	padding-right: 90px;
	font-weight: bold;
	letter-spacing: 4px;
}

/************************************************************/

#chisiamo{
	text-align: left;
	margin: 30px;
}

#contatti{
	text-align: center;
	margin: 50px;
}

.email{
	font-weight: bold;
	margin: 20px;
}

#servizi{
	margin: 30px;
	text-align:left;
}

#servizi ul {
	list-style-image: url(file:right_little_arrow.png);
} 

#servizi li{
	margin: 7px;
	font-weight: bold;
	font-size:13px;
	
}

#copass{
	border: 1px solid /*#243659*/#000;
	padding: 15px;
	background-color: #E0EBFF;
	margin: auto;
	text-align:center;
	font-weight: bold;
	color: /*#243659*/#000;
	width: 400px;
	margin-top: 50px;
}

#dovesiamo{
	text-align: center;
	padding:30px;
}


#home-intro{
	font-size: 25px;
	font-variant:small-caps;
	margin: 40px;
	font-weight: bold;
	font-style: italic;
}


#home-image{
	width: 300px;
	float:right;
}

#copass2{
	border: 1px solid /*#243659*/#000;
	padding: 15px;
	background-color: #E0EBFF;
	margin: auto;
	text-align:center;
	font-weight: bold;
	color: /*#243659*/#000;
	width: 700px;
	margin-top: 50px;
	margin-bottom: 30px;
}

#presentazione{
	padding: 30px;
	text-align: left;
	font-size: 13px;
}

.chisiamo-title{
	margin: 25px 0 10px 0;
	padding:2px 0 2px 30px;	
	font-variant: small-caps;
	font-weight: bold;
	background-color: #E6E6F9;
	font-size: 18px;
}

.chisiamo-title2{
	margin: 25px 0 10px 0;
	padding:2px 30px 2px 0;	
	font-variant: small-caps;
	font-weight: bold;
	background-color: #E6E6F9;
	font-size: 18px;
	text-align:right;
}

.evidenza{
	font-weight: bold;
	color:#3333CC;
}




