/* CSS Reset Start */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,textarea,blockquote,th,td { 
	margin:0;
	padding:0;
	font-family:"Trebuchet MS", Arial;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}

ol,ul {
	list-style:none;
}

a {
	outline:0px;
}
/* CSS Reset End */

html {
	height:100%;
}

body {
	background-color:#666666;	
	height:100%;
}

#main {
	width:100%;
	height:180px;	
	background-color:#DEDEDE;
	border-top:1px solid #333;
	border-bottom:1px solid #333;
	position:relative;
	top:50%;
	margin-top:-90px;
	text-align:center;
}

#maininner {
	width:100%;
	height:180px;	
	background-color:#DEDEDE;
	border-top:1px solid #333;
	border-bottom:1px solid #333;
	text-align:center;
}

#menu {
	width:1025px;	
	margin:0 auto;	
}

#menu li.square {
	float:left;
    display:block;	
	width:116px;
	margin: 16px 20px 0px;
	display:inline;	
}

#menu li {
	float:left;
    display:block;	
	width:400px;
	color: #666;
	font-size:17px;
	font-family:"Trebuchet MS";
	cursor:pointer;	
}

#menu li.square a:link, #menu li.square a:visited {
	height:100px;
	width:100px;
	border:8px solid #666;
	display:block;
	position:relative;
	margin-top:8px;
}

#menu li.square a:hover {
	border:8px solid #333331;
}

#menu li a:link, #menu li a:visited {
	height:100px;
	width:400px;
	display:block;
	position:relative;
}

#menu li a:hover {

}

#menu li.square a img, #menu li a img {
	position:absolute;
	top:0px;
	left:0px;	
}

#content {
	margin:0px auto;
	width:906px;
	overflow:hidden;
}

div.year {
	width:290px;
	float:left;
	margin-right:10px;
	background:#DEDEDE;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding-bottom:10px;
	border: 1px solid #FFF;
	border-bottom-color:#999;
	border-right-color:#999;
}

div.top {
	text-align:center;
	color: #FFFFFF;
	width:292px;
	height:30px;
	color:#333331;
	font-size:16px;
	line-height:30px;
	font-weight:bold;
	text-align:center;
}

a.blu:link, a.blu:visited, a.blu2:link, a.blu2:visited, span.blu {
	display:block;
	padding:0px 3px;
	border-bottom:3px solid #DEDEDE;
	background-color:#999;
	text-decoration:none;
	color:#FFF;
	font-weight:bold;
}

a.blu:link, a.blu:visited, span.blu {
	width: 270px;
	min-height:20px;
	height: auto !important;
	height:20px;
	font-size:12px;
	margin: 0px auto;
}

span.blu {
	background-color:#B9B9B9;
}

a.blu2:link, a.blu2:visited {
	width:850px;
	height:120px;
	line-height:120px;
	font-size:24px;
	margin: 0px auto 20px;
}

a.blu:hover, a.blu2:hover {
	background-color:#333331;	
}

a.blu2 img {
	float:left;
	margin-right:20px;
}

a.pub:link, a.pub:visited{
	display:block;
	padding:8px 6px;
	border-bottom:3px solid #DEDEDE;
	background-color:#999;
	text-decoration:none;
	color:#FFF;
	font-weight:bold;
	font-size:18px;
}

a.pub:hover{
	background-color:#333331;	
}

div.title{
	height:100px;
	line-height:100px;
	color:#DEDEDE;
	font-size:38px;
	margin:0 auto;
	text-align:center;
}

#bigbox {
	width:860px;
	height:100%;
	overflow:hidden;
	margin:0 auto 30px;
	background:#DEDEDE;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding:20px;
	border: 1px solid #FFF;
	border-bottom-color:#999;
	border-right-color:#999;
}

h3 {
	color:#333331;
	font-size:24px;	
}

h4 {
	color:#333331;
	font-size:16px;
	clear:both;
	margin:30px 0px 15px;
}

#boxcontatti {
	float:left;
}

#boxteam {
	float:left;
	padding:0px 30px 0px 20px;
	font-size:15px;
}

#boxteam b {
	font-size:18px;
	color:#333331;
}

#boxteam a:link, #boxteam a:visited{
	text-decoration:none;
	color:#CCC;
}

#boxteam a:hover {
	color:#333331;
}

#boxlavoro {
	float:left;
	margin:0px 20px;
	display:inline;
}

a.esempioc:link, a.esempioc:visited {
	border:4px solid #666;
	background:#ccc;
	display:block;
	float:left;
	margin:0 8px 8px 0px;
	overflow:hidden;
	height:80px;
	line-height:80x;
	width:120px;
	text-align:center;
}

a.esempioc:hover {
	border:4px solid #333331;
}

#images {
	height:100%;
	overflow:hidden;
}
