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

* {
margin: 0;
padding: 0;
}

body {
	background: #fff;
	cursor: default;
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-weight: normal;
	font-size: 12px;
	color: #888;
}


h1 {
	font-weight: normal;
	font-size: 11px;
}
h2 {
	font-weight: bold;
	font-style:italic;
	font-size: 11px;
	color: #000;
	text-transform:capitalize;
}
h3 {
	font-weight: normal;
	font-size: 11px;
	color: #888;
}
h4 {
	font-weight:normal;
	font-style:italic;
	font-size: 11px;
	color: #888;
}

h5 {
font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 9px;
	color: #999;
}

p {
	font-weight: normal;
	font-size: 12px;
	color: #888;
	text-align: left
}
a {
	color: #000;
	text-decoration:underline;
}
a:hover {
	color: #000;
	text-decoration: none;
	border-color: #999966;
}

.cornice{
border:#000000 1px solid;
padding:3px;
width:280px;
height:130px;
}

div#container {
	
	margin: 0 auto;
	width: 940px;
	text-align: left;
}

div#contnero{
	margin: 0 auto;
	width: 940px;
	text-align: right;
}

#nero {
	width: 100%;
	height:14px;
	background-color:#000000;
	
}

#header {
width: 940px;
	height:330px;
	padding:0;
	z-index:1;
		
	
	
}

#info {
	width: 940px;
	height: 80px;
	margin: 0 0 0px 0;
	padding: 25px 0 15px 0;
	border-top: 3px solid #000;
	border-bottom: 1px solid #000;
}

#info1{
	width: 940px;
	height: 5px;
	margin: 0 0 0px 0;
	padding: 10px 0 15px 0;
	border-top: 3px solid #000;
	
}


#info2 {
	width: 940px;
	height: 350px;
	margin: 0 0 16px 0;
	padding: 15px 0 15px 0;
	border-top: 3px solid #000;
	border-bottom: 1px solid #000;
}

#info3 {
z-index:99;
	width: 940px;
	height:10px;
	margin:0 0 0px 0;
	padding: 10px 0 15px 0;
}

#info4 {
width: 940px;
	height:10px;
	margin:15px 0 0px 0;
	padding: 0px 0 15px 0;
}


#servizi {
	width: 940px;
	height: 150px;
	margin: 0 0 16px 0;
	padding: 15px 0 15px 0;
	border-top: 1px dotted #aaa;
	border-bottom: 1px dotted #aaa;
}

#Left {
position: absolute;
	z-index:1;
	float: left;
	width: 281px;
}
#Right {
	position: absolute;
	z-index:2;
	margin-left:327px;
	float: right;
	width: 281px;
}



#infoLeft {
	float: left;
	width: 420px;
}
#infoRight {
	float: right;
	
	width: 420px;
}

ul.projects {

	overflow: hidden;
	list-style: none;
	width: 100%;
	padding: 14px 0 0 0;
}
ul.projects li {
	float: left;
	margin: 0 46px 15px 0;
	width: 281px;
}
ul.projects li.last{
	float: left;
	margin: 0 0 15px 0;
	width: 281px;
}
ul.projects a {
	text-decoration: none;
	color: #000;
}
ul.projects li img {
	border: 0;
	padding:2px;
	margin-bottom:5px;
	border:#e2e2e2 1px solid;
	background-color:#fcfcfc;
}

ul.projects a img:hover{
	border: 0;
	border:#999 1px solid;
}


#line {
	clear: both;
	width: 940px;
	height:2px;
	margin: 20px 0 15px 0;
	border-top: 2px solid #000;
	border-bottom: 0px solid #000;
}

#footer {
	padding: 0 0 20px 0;
	width: 940px;
}

