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

html,Body {
	background:#1e2327;
	color:#333333;
	text-align:justify;
	background-color:#FFFFFF;
	font-family:Tahoma;
	text-align:left;
	line-height:1.2;
	margin:0;
	margin-top:10px;
	font-size:1em;

}
#wrapper {
width:750px;
margin-right:auto;
margin-left:auto;
}
#header {
border-bottom:3px solid #003366;
height:85px;
}
#nav{
float:left;
width:500px;
line-height:0;
margin-top:32px;
}
#nav ul{
list-style-type:none;
padding-top:20px;
padding-left:0;
margin-left:0;
}
#nav li {
font-size:1.2em;
font-weight:lighter;
display:inline;
ccolor:#666666;
padding-right:20px;

}
#nav li a:link, #nav li a:visited {
	color:#666666;
	text-decoration:none;
}
#nav li a:hover {
	color:#0048AA;
}

#logo{
	width:200px;
	background-image:url(../images/log0.gif);
	background-repeat:no-repeat;
	float:right;
	width:196px;
	height:77px;
}
#content {
	border-top:1px solid #666666;
	width:750px;
	float:left;
	margin-bottom:0px;

}
#sfondo {
background-image:url(images/home-bg.jpg);
background-repeat:no-repeat;
width:640px;
height:360px;
margin-top:20px;
margin-left:55px;
margin-bottom:80px;
}



#center {
margin-bottom:4em;
font-size:0.9em;
width:750px;

}
.titolo {
font-size:1.4em;
color:#0048AA;
text-align: left;
margin-bottom:0.5em;
margin-top:2em;
}
p {
font-size:0.9em;
font-weight:lighter;
line-height:1.4;
margin-top:0;
text-align:justify;
}
.bold {
font-weight:bold;
}

#clientslist{
list-style-type:none;
margin-left:0;
padding-left:0;
width:750px;
}
#clientslist li{
float:left;
width:220px;
height:150px;
margin-right:20px;
margin-bottom:10px;
font-size:0.8em;
margin-left:0;
padding-left:0;
margin-top:0.5em;
}
#clientslist img{
margin-bottom:0.6em;
display:block;

}

.email {
font-size:0.9em;
}
.email a:link, .email a:visited {
color:#666666;
}
.email a:hover {
color:#0048AA;
}

#footer {
clear:both;
background-color:#333333;
border-top:2px solid #666666;
text-align:center;
color:#CCCCCC;
font-size:0.8em;
font-weight:lighter;
line-height:2;
margin-top:1em;
width:auto;
height:100px;
padding-top:2em;
