/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

html { height: 100%; background-color: #ffffff; }

body { 
	font-family: Arial, sans-serif;
	font-weight: 300;
	color: #2b2b2b;
	background: #ffffff url(images/body.png) repeat-x top center;
	height: 100%;
}

/* LAYOUT */

#wrapper { 
	margin: 0px auto 0px auto;
	width:900px;
	height:100%;
	position:absolute;
	top: 0px;
	bottom: 0px;
	left: 50%;
	margin-left: -450px;
	background: transparent url(images/italia.png) no-repeat top;
}
#container {
	width: 100%;
	height: 550px;
	background: transparent url(images/logo.png) no-repeat 0px 100px;
	position: relative;
	margin-top: 20px;
}


/* NAV */

#menu {
	width: 220px;
	height: auto;
	position: absolute;
	top: 330px;
	left: 10px;
	background: transparent url(images/menu.png) no-repeat top;
}
#menu ul {
	width: 100%;
	list-style: none;
	margin: 30px 0px 0px 20px;
}

#menu li {
	width: 100%;
	display: block;
	list-style: none;
	margin: 3px;
	padding: 0px 0px 0px 22px;
	background: transparent url(images/arrow.png) no-repeat top left;
}

#menu li a.active { 
	color: #000070;
	font-weight: bold;
}
		
#menu li a:hover {
	color: #000070;
	padding-left: 2px;
}

/* CONTENT */

#content {
	width: 407px;
	height: 483px;
	position: absolute;
	top: 20px;
	right: 10px;
	background: transparent url(images/content.jpg) no-repeat top;
}

#content_up {
	width: 407px;
	height: 237px;
	position: absolute;
	top: 20px;
	right: 10px;
	background: transparent url(images/content.png) no-repeat top;
}
#content_down {
	width: 407px;
	height: 237px;
	position: absolute;
	top: 267px;
	right: 10px;
	background: transparent url(images/content.png) no-repeat top;
}


/* MISC */

img { border: none; }

.clear { clear: both; }

ul.servizi {
	width: auto;
	height: auto;
	list-style: circle;
	margin: 0px;
	padding: 5px 20px 15px 30px;
}
ul.servizi li {
	font-size: 12px;
	margin: 0px 0px 3px 0px;
}
ul.autorizzazioni {
	width: auto;
	height: auto;
	list-style: none;
	margin: 0px;
	padding: 10px 20px 15px 30px;
}
ul.autorizzazioni li {
	font-size: 13px;
	margin: 5px 0px 5px 0px;
}

/* TYPE */
p {
	font-size: 14px;
	text-align: justify;
	line-height: 2.2;
	padding: 10px;
	font-weight: 300;
}
p.titolo { 
	color: #516064;
	font-size: 32px;
	text-align: left;
	padding: 0px;
	margin: 0px;
	line-height: 1.0;
}
span.evidence {
	background: #000070;
	color: #fff;
	padding: 3px;
}
strong {
	font-weight: bold;
}
/* LIKNK */
a { 
	color: #000000;
	text-decoration: none;	
}

a:hover { 
	color: #000070;
	text-decoration: none;	
}

a:active, a:focus{ 
   outline:0;
}

/* FOOTER */
#footer {
	width: 100%;
	height: 30px;
	padding: 5px 0 0;
	margin: 10px 0 0;
	border-top: 1px solid #cccccc;
}
