@charset "UTF-8";
/* CSS Document */


html, body{
	height:100%;
	width:100%;
	margin:0px;
}

body{
	background-color: #DFDFDF;
}

body, table, td, tr, th, div, p, span{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#454545;
	line-height:17px;
}

#content{
	border:1px solid #CCCCCC;
	border-top:none;
	margin-left:auto;
	margin-right:auto;
}

.title{
	font-size:22px;
	color:#17677F;
	line-height:22px;
}


.subtitle{
	font-size:16px;
	color:#17677F;
	line-height:22px;
	text-transform:uppercase;
}


.titleArrow{
	font-size:16px;
	line-height:20px;
	font-weight:bold;
	color:#17677F;
	background-image:url(images/arrow.png);
	background-repeat:no-repeat;
	padding-left:15px;
	text-transform:uppercase;
	display:block;
}

a{
	font-size:12px;
	color:#333333;
	font-weight:bold;
	outline:none;
}

a:hover{
	font-size:12px;
	color:#17677F;
	text-decoration:none;
	font-weight:bold;
}

#pHolder{
	width:700px;
	display:table;
	border:1px solid #CCCCCC;
}

#pHolder .txtHolder{
	padding:10px;
	float:left;
	width:470px;
}

#pHolder .lHolder{
	padding-left:15px;
}

#pHolder .imgHolder{
	width:200px;
	height:150px;
	border-left:1px solid #CCCCCC;
	float:right;
}

#mainMenu {
	padding-left:20px;
}

#mainMenu a,
#mainMenu a:hover{
	font-size:14px;
	text-decoration:none;
	display:block;
	margin-bottom:10px;
}

.imgHolder2{
	width:200px;
	height:150px;
	border:1px solid #CCCCCC;
	margin-right:20px;
}

.imgHolder3{
	width:132px;
	height:90px;
	border:1px solid #CCCCCC;
	margin-right:8px;
	margin-bottom:8px;
}



.separator3{
	border-top:1px dotted #CCCCCC;
	height:20px;
}

.abs{
	font-style:italic;
	font-weight:bold;
	font-size:13px;
	color:#333333;
}

.imgToLeft{
	float:left;
	margin-right:10px;
	margin-bottom:10px
}

.imgToRight{
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}

.imgToLeft img,
.imgToRight img{
	border:1px solid #CCCCCC;
}

.separator2{
	clear:both;
}

.holder{
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px solid #cccccc;
}

ul{
	padding-top:0px;
	margin-top:0px;
}

.slideshow{
	border:1px solid #cccccc;
	width:700px;
	height:350px;
	display:block;
}

.evidenzia{
	border: 1px solid #cccccc;
	padding:15px;
	padding-bottom:5px;
	color:#17677F;
}


.evidenzia a{
	color:#17677F;
	text-decoration:underline;
}
.evidenzia a:hover{
	text-decoration:none;
}