/* Milubre Design Screen Styles - Author: Fabrizio Ravasi - Date: January 2006 */

/* structure and tags */

* {
	margin: 0px;
	padding: 0px;
	}
body {
	font: 84%/1.4 Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #FFFFFF;
}
h1 {
	font-size: 2.6em;
	}
h2 {
	font-size: 1.6em;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 0.5em 0;
	color: #336699;
	}
h2 span {
	color: #FFCC33;
	}
h3 {
	font-size: 1.1em;
	margin-top: 0.6em;
	color: #336666;
	}
h3 span {
	color: #663399;
	}
h4 {
	font-size: 0.9em;
	}
p {
	padding: 0.6em;
	color: #666666;
	}
hr {
	display: none;
	}
img {
	border-style: none;
	}

/* header */

#header {
	border-top: 3px solid #336699;
	min-width: 600px;
	padding: 1.2em 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 4%;
	}
#header h1 {
	margin: 0 4%;
	color: #336699;
	}
#header h1 span {
	color: #FFCC33;
	}
#header h2 {
	font-size: 0.8em;
	padding: 0.2em 0 1.2em 1.8em;
	text-transform: lowercase;
	color: #336699;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 5.2em;
	}
#header img {
	position: absolute;
	top: 2.4em;
	right: 4.2em;
	}
#location {
	height: 110px;
	min-width: 600px;
	background-image: url(../images/bn-top.jpg);
	background-repeat: no-repeat;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	color: #DDDDEE;
	font-size: 4.2em;
	letter-spacing: 0.1em;
	text-align: right;
	padding: 0 0.2em 0 0;
	background-color: #99AADD;
	margin: 0 4%;
	background-position: left top;
	}

/* nav */

#nav {
	min-width: 600px;
	font-size: 1.1em;
	background-image: url(../images/bg-nav.jpg);
	background-repeat: repeat-x;
	margin: 0 4%;
	}
#nav h3 {
	font-size: 0.1em;
	text-indent: -9999px;
	}
#nav ul {
	margin: 0 4%;
	list-style-type: none;
	padding: 0.4em 0;
	}
#nav li {
	display: inline;
	background-image: url(../images/bg-nav-li.gif);
	background-repeat: repeat-y;
	text-transform: lowercase;
	letter-spacing: 1px;
	padding: 0 0.8em;
	height: 0;
	}
#nav a,#nav a:visited {
	color:#336699;
	text-decoration: none;
	font-weight: bold;
	white-space: nowrap;
	}
#nav a:hover {
	color: #CC9900;
	}
#nav li span{
	background-image: url(../images/bg-nav-li.gif);
	background-repeat: repeat-y;
	background-position: right top;
	padding-right: 0.8em;
	}
#activelink {
	color: #CC9900;
	font-weight: bold;
	}

/* container */

#container {
	margin: 0 4%;
	min-width: 600px;
	padding-top: 0.8em;
	background-image: url(../images/bg-gray.jpg);
	background-repeat: repeat-x;
	border-top: 1px solid #DDDDDD;
}

#content {
	display: inline;
	float: left;
	width: 60%;
	margin: 0 0 1em 4%;
	padding: 0 0 1.2em 0;
}
.content2 {
	width: 100% !important;
}
#content h2 {
	border-bottom: 1px solid #BBBBBB;
	margin-bottom: 1.2em;
}
#content a,content a:visited {
	color: #336699;
	border-bottom: 1px dotted #336699;
	text-decoration: none;
	font-weight: bold;
}
#content a:hover {
	color: #6699AA;
	border-bottom: 1px dotted #6699AA;
}
#content ul {
	list-style-type: none;
	padding: 0.8em 0 0 0.6em;
	color: #666666;
	}
#content ul li {
	padding: 0.4em 0 0 0;
	}

#depthpath {
	font-size: 0.8em;
	margin: 0px 4%;
	color: #CCCCCC;
	padding: 0 0 2em 0;
	}
#depthpath a,#depthpath a:visited {
	color: #999999;
	text-decoration: none;
	border-bottom: 0;
	}
#depthpath a:hover {
	color: #BBBBBB;
	border-bottom: 0;
	}
#depthpath strong {
	color: #CCCCCC;
	}
	
#sidenav {
	display: inline;
	float: right;
	width: 24%;
	margin: 5.2em 4% 1em 0;
	padding: 0 0 1.2em 1.2em;
	}
#sidenav h3 {
	color: #999999;
	border-bottom: 1px solid #BBBBBB;
	}
#sidenav ul {
	list-style-type: none;
	margin: 1.2em 0 0 -1.2em;
	}
#sidenav li {
	}
#sidenav a,sidenav a:visited {
	color:#336699;
	text-decoration: none;
	line-height: 1.2em;
	display: block;
	font-weight: bold;
	font-size: 0.9em;
	padding: 0.6em 0.4em 0.4em 0.4em;
	border-left: 2px solid #FFCC33;
	padding-left: 1.2em;
	border-bottom: 1px solid #F3F3F3;
	white-space: nowrap;
	}
#sidenav a:hover {
	color: #FFCC33;
	border-left: 2px solid #336699;
	}
.sidenav-active {
	color: #FFCC33 !important;
	border-left: 2px solid #336699 !important;
	}
#sidenav2 {
	display: inline;
	float: right;
	width: 32%;
	margin: 26em 4% 1em 0;
	text-align: center;
	}
	
/* sidebanner */

#sidebanner {
	padding: 0.2em 0 1.2em 0;
	text-align: center;
	border: 1px solid #CCCCCC;
	margin-top: 3em;
	}
#sidebanner img{
	padding: 1.2em 0.4em 0 0.4em;
	}

/* contentfooter */

#contentfooter {
	text-align: center;
	padding: 1.2em 0 0.6em 0;
	font-size: 0.9em;
	letter-spacing: 0.1em;
	background-color: #FBFBFB;
	color: #999999;
	clear: both;
	border-top: 1px solid #E3E3E3;
	text-transform: lowercase;
	}
#contentfooter ul{
	list-style-type: none;
	}
#contentfooter li{
	display: inline;
	padding: 0 0.6em;
	}
#contentfooter a, contentfooter a:visited {
	text-decoration: none;
	color: #666666;
	text-transform: lowercase;
	}
#contentfooter a:hover {
	color: #999999;
	}
#activelink2 {
	color: #999999;
	}
	
#logosmall {
	height: 25px;
	background-image: url(../images/logo-smallc.gif);
	background-repeat: no-repeat;
	background-position: -9999px -9999px;
	margin: 0 auto;
	width: 36px;
	}
#logosmall a,#logosmall a:visited {
	background-image: url(../images/logo-smallbn.gif);
	background-position: center top;
	background-repeat: no-repeat;
	text-decoration: none;
	height: 100%;
	width: 36px;
	display: block;
/*	margin: 0 45%;*/
	}
#logosmall a:hover {
	background-image: url(../images/logo-smallc.gif);
	background-position: center top;
	background-repeat: no-repeat;
	}

/* contactarea */

#contactarea {
	position: absolute;
	top: 16.6em;
	right: 6%;
	color: #CCCCDD;
	font-size: 0.8em;
	}
#contactarea h3 {
	font-size: 0.1em;
	color: #536497;
	text-indent: -9999px;
	text-align: left;
	}
#contactarea a,#contactarea a:visited {
	color: #DDDDEE;
	text-decoration: none;
	padding: 0 0.2em;
	}
#contactarea a:hover {
	background-color: #DDDDEE;
	color: #336699;
	}

/* bottombanner */

#bottombanner {
	margin: 0 4%;
	min-width: 600px;
	padding: 0.6em 0 1.2em 0;
	text-align: center;
	clear: both;
	}
#bottombanner h3 {
	padding: 0.6em 0 1.2em 0;
	}
	
/* online */

#online {
	padding: 0.6em 0 1.6em 0;
	}
#online h3 {
	padding: 0.4em 0 0 2.4em;
	clear: left;
	}
#online ul {
	list-style: none;
}
#online li {
	float: left;
	margin: 0;
	text-align: center;
	display: block;
}
#online li img {
	padding: 0.6em;
	border: 1px solid #AAA;
	margin: 1.2em 1.2em 0.8em 1.2em;
	display: block
}

#online a,online a:visited {
	color: #336699;
	text-decoration: none;
	border-bottom: 0;
}
#online a:hover {
	color: #FFCC33;
	border-bottom: 0;
}
/* undcos */

#undcos {
	padding: 0.6em 0 1.6em 0;
	}
#undcos h3 {
	padding: 0.4em 0 0 2.4em;
	clear: left;
	}
#undcos ul {
	list-style: none;
}
#undcos li {
	float: left;
	margin: 0.2em 0 0.4em 0;
	text-align: center;
	display: block;
}
#undcos li img {
	padding: 0.6em;
	border: 1px solid #AAA;
	margin: 1.2em 1.2em 0.8em 1.2em;
	display: block
}

#undcos a,undcos a:visited {
	color: #336699;
	text-decoration: none;
	border-bottom: 0;
}
#undcos a:hover {
	color: #FFCC33;
	border-bottom: 0;
}


.clear {
	clear: both;
}


/* footer */

#footer {
	clear: both;
	padding: 0.2em 0.4em 0.4em 0.4em;
	border-top: 1px solid #DDDDDD;
	font-size: 1em;
	text-align: center;
	background-image: url(../images/bg-gray.jpg);
	background-repeat: repeat-x;
	margin: 0 4%;
	border-bottom: 2px solid #336699;
	min-width: 600px;
	}
#footer h3 {
	font-size: 0.1em;
	text-indent: -9999px;
	}
#footer h4 {
	font-size: 0.6em;
	color: #CCCCCC;
	}
#footer a, footer a:visited {
	color: #336699;
	text-decoration: none;
	padding: 0 0.2em;
	}
#footer a:hover {
	color: #CC6600;
	background-color: #FFFFFF;
	}

/* preferiti */

#preferiti dl {
	margin-top: 1em;
	}
#preferiti dt {
	margin-bottom: 1.6em;
	color: #666666;
	}
#preferiti dd {
	background-color: #6699DD;
	color: #FFFFFF;
	margin-bottom: 0.8em;
	}
#preferiti dd span {
	font-weight: bold;
	padding: 1em 0 0.2em 0.8em;
	}
#preferiti a, preferiti a:visited {
	display: block;
	background-color: #FFFFFF;
	padding: 0.3em 0.4em 0.1em 0.4em;
	font-weight: normal;
	border-bottom: 0;
	}
#preferiti a:hover {
	border-bottom: 0;
	color: #CC6600;
	text-decoration: underline;
	}

/* mappa */

#mappa h3 {
	background-color: #BBDD99;
	padding: 0.2em 0 0.2em 0.6em;
	margin: 0.6em 0 0.4em 0;
	color: #FFFFFF;
	}
#mappa ul {
	list-style-type: none;
	}
#mappa ul li {
	padding: 0.4em 0 0.4em 1.2em;
	}
	
/* subcontent */

#subcontent {
	}
#subcontent img {
	display: block;
/*	margin: 0 0 0.4em 0.4em;
*/	}
#subcontent span {
	font-weight: bold;
	display: block;
	background-color: #F3F3F3;
	color: #336699;
	padding: 0.2em 0.4em 0.2em 0.4em;
	margin-top: 0.8em;
	}
#subcontent a,#subcontent a:visited {
	display: block;
	padding: 0.4em 0.6em 0.6em 0.6em;
	font-size: 0.9em;
	border-bottom: 0;
	font-weight: normal;
	color: #333333;
	}
#subcontent a:hover {
	border-bottom: 0;
	color: #336699;
	border-bottom: 0;
	text-decoration: underline;
	}
#subcontent h2{
	color: #FFFFFF;
	background-color: #FFC400;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #FFFFFF;
	padding: 0.1em 0 0.1em 0.1em;
	text-align: center;
	}
#subcontent ul{
	}
#subcontent li{
	list-style-type: none;
	display: block;
	border: 1px solid #339999;
	padding: 0.4em;
	margin: 1.1em 0;
	}

/* servizi */

#servizi h3 {
	background-color: #99BBBB;
	padding: 0.2em 0 0.2em 0.6em;
	margin: 0.6em 0 0.4em 0;
	color: #FFFFFF;
	}

/* leb */

#leb {
	clear: both;
	border: 8px solid #eee;
	margin-bottom: 2em;
	padding: 1em;
/*	background-color: #DDDDDD;
	background-image: url(../images/bg-lev.gif);
*/	}
#leb li {
	list-style-type: none;
	display: inline;
	}
#leb li img {
	padding: 1em;
	}
	
/* form */

#form {
	border: 1px solid #CCCCCC;
	color: #999999;
	background-color: #F9F9F9;
	padding: 1em;
	margin: 0.6em;
	}
fieldset {
	border: 0;
	}
legend {
	font-size: 1.1em;
	color: #999999;
	font-weight: bold;
	letter-spacing: 0.2em;
	margin-bottom: 1em;
	}
.campoform {
	font-size: 1.2em;
	margin: 0.8em 1.2em 0.8em 0;
	text-align: left;
	}
label {
	font-size: 0.9em;
	display: block;
	width: 7em;
	text-align: right;
	float: left;
	margin-right: 1em;
	}
input {
	border: 1px solid #CCCCCC;
	font-size: 1.1em;
	color: #336699;
	width: 70%;
	}
textarea {
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #336699;
	width: 70%;
	}
#button {
	background-color: #F3F3F3;
	text-align: center;
	padding: 0.8em 4em 0.4em 4em;
	}
.button {
	color: #FFFFFF;
	background-color: #FFCC00;
	letter-spacing: 0.3em;
	font-weight: bold;
	border: 2px solid #FFFFFF;
	width: 100%;
	font-size: 1em;
	}

#form a,#form a:visited {
	color: #336699;
	border-bottom: 1px dotted #336699;
	text-decoration: none;
	font-weight: bold;
	text-align: right;
	font-size: 0.8em;
}
#form a:hover {
	color: #6699AA;
	border-bottom: 1px dotted #6699AA;
}

/* class */

.skipnav {
	display: none;
	}
.ev {
	margin-bottom: 2.2em;
	padding-bottom: 0.8em;
	color: #333333;
	}


/* end style */
