@charset "ISO-8859-1";
/* CSS Document */
@import url('yui-reset.css');
@import url('menu.css');

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}
img{
	border:none;
	}
hr {
color: #ffffff;
background-color:#ffffff;
border-bottom: 1px dotted #595959;
border-style: none none dotted;
}
#colonnaCentrale{
	width:100%;
	text-align:center;	
}
#shadow-container {
	width:970px;
	margin:0 auto;	
	background-image:url(../img/shadow.jpg);
	background-repeat:repeat-y;
	
}
#shadow_bottom{
	text-align:center;
	background-image:url(../img/shadowBot.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}
#wrapperHTML{
	text-align:left;
	width:930px;
	margin:0 auto;
	padding:0px 10px 10px 10px;
}

#contenitoreHTML{
	padding:0px 15px 10px 15px;
	position:relative;
}
/**************** testata ********************/
#logo{
	position:absolute;
	top:35px;
}
/**************** testata ********************/
#testata{
	position:relative;
	margin-bottom:10px;
	width:500px;
	left:400px;
	height:70px
}
#menuServizio{
	position:absolute;
	bottom:0px;
	font-size:12px;
	color:#595959;
}
#menuLingue{
	width:170px;
	background-color:#fff;
	float:right;
	/*margin-right:10px;*/
}
#menuStampa{
	height:100%;
	width:40px;
	background-color:#069;

	float:right;	
}
/**************** sezione contenuti ********************/
#contImmagineIntro{
	height:280px;
}
#testi{	
	margin-bottom:10px;
	margin-top:20px;
}
#colLeft{
	width:400px;	
	float:left;
	
}
#colLeftnm{
	width:220px;	
	float:left;
	
}
/*colonna contenuti testuali*/
#colRight{
	float:left;
	background-color:#FFCC00,
}

#colRight #colonnaTestiUnica{
	float:left;	
	width:489px;
	padding-left:10px;
	border-left:1px dotted #666;
}
#colRightnm #colonnaTestiUnicanm{
	float:left;	
	width:660px;
	padding-left:10px;
	border-left:1px dotted #666;
}
#colRight #colonnaTesti{
	float:left;	
	width:490px;
	padding-left:10px;
	background-image:url(../img/lineeVerticaleHP.gif);
	background-repeat:repeat-y;
}

#colRight #colonnaTesti #sinistra{
	width:300px;
	float:left;
}
#colRight #colonnaTesti #destra{
	float:left;
	width:170px;
	padding-left:10px;	
	margin-left:10px;	
}


/**************** footer ********************/
#footer{
	background-color:#ffffff;
	margin-bottom:10px;
	padding:5px 10px;
	clear:both;
	color:#595959;
	border-top:1px solid #999
}
#footer a{
	color: #999;
	text-decoration:none
	}
/**************** utilities ********************/
.padderL{
	padding-left:10px;
}
.padderR{
	padding-right:10px;
}
.padderT{
	padding-top:10px;
}
.padderB{
	padding-bottom:10px;
}
.padder{
	padding:10px;
}
.margin-L{
	margin-left:10px;
}
.margin-R{
	margin-right:10px;
}
.margin-T{
	margin-top:10px;
}
.margin-B{
	margin-bottom:10px;
}
.margin-All{
	margin:10px;
}
/**************** stili di testo ********************/
.titolo{
	color:#083a80;
	font-size:16px;
}
.titolonm{
	color:#083a80;
	font-size:14px;
}
p.testoNormale{
	font-size:12px;
	margin:8px 0px;
}
#testocm {
	font-size:12px;
}
#testocm p {
	margin:8px 0px 8px 0px;
}
#testocm a {
	text-decoration:none
}
#testocm strong, #testocm b {
	font-weight:bold;
}
#testocm li {
	list-style:square;
	margin:0px 0px 10px 0px;
}
#testocm ul {
	list-style:square;
	margin:0px 0px 0px 20px;
}
#testocm a {
	color: #083A80;
}
/**************** floats and clears ********************/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}