/* HTML elements */
body {
	font-family: Arial, Verdana, sans-serif;
	text-align: center;
	margin: 0;
}
/* Fine HTML elements */

/* Basic Layout */
#container {
	margin: 0 auto;
	text-align: left;
	width: 800px;
	padding: 0;
}


h1#header {
	margin: 0;
	height: 130px;
	background: url('img/testata.png') top left no-repeat;
}

#nav {
	margin: 10px 10px 26px 10px;
	background-color: #b48c08;
	padding: 8px;
}

.hidden { 
	position:absolute; 
	left:0px; 
	top:-500px; 
	width:1px; 
	height:1px; 
	overflow:hidden; 
} 

#footer {
	clear: both;
	padding-top: 20px;
}

#footer h4 {
	border-top: 1px solid #ccc;
	height: 53px;
	background: url('img/footer.png') bottom center no-repeat;	
}
/* Fine basic Layout */

/* Generic Elements */

.alignCenter {text-align: center;}

/* Section Layout */
#col-sx {
	float: left;
	width: 520px;
}
#col-dx {
	float: left;
	width: 240px;
	margin-left: 20px;
}
/* Fine Section Layout */

/* Section Elements */
#col-dx h3 {
	font-size: 0.9em;
}
#col-dx p {
	font-size: 0.8em;
}

#col-dx .box {
	background-color: #b48c08;
	color: #fff;
	padding: 4px;
}
/* Fine Section Elements */


/* UL layout */
div#nav ul {list-style: none; margin: 0;}
div#nav ul li {
	display: inline;
	margin-right: 20px;	
	font-size: 0.8em;
	font-weight: bold;
}
div#nav ul li a:link, div#nav ul li a:visited {
	color: #fff;
	text-decoration: none;
}

ul.pdfList {
	list-style: none;
}

ul.pdfList li {
	float: left;
	width: 142px;
	margin: 5px 25px;
	text-align: center;
}

ul.pdfList li .icon{
	border: 1px solid #ccc;
	padding: 10px;
}

ul.pdfList li p.download{
	text-align: left;
	font-size: 0.7em;
	background: url('img/download.png') top left no-repeat;
	padding-left: 20px;
	line-height: 20px;
}

ul.pdfList li h3{
	font-weight: bold;
	font-size: 0.9em;
	margin-bottom: 8px;
}

ul.pdfList li p.desc{
	text-align: justify;
	font-size: 0.9em;
}

ul.thumbList {
	list-style: none;
}

ul.thumbList li {
	float: left;
	margin: 6px;
	text-align: center;
}

ul.thumbList img {border: none}
/* Fine UL Layout */
