/* CSS RESET ***************************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
outline: 0;
}
body {
line-height: 1;
color: black;
background: white;
}
ol, ul {
list-style: none;
}
/* tables still need ‘cellspacing="0"’ in the markup */
table {
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
text-align: left;
font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}

/****************************************************************/
body {
font-family: arial;
font-size:12px;
background: white;
}

p
{
	font-family: arial;
	font-size: 12px;
	line-height: 1.6em;
}

.break
{
	clear: both;
}

#container{
	width:984px;
	margin: 0 auto;
	height:900px;
	padding: 5px 7px 0px 7px;
	background-color:#FFFFFF;
	font-family: arial;
	font-size: 12px;
	/*border:1px solid #339900;*/ 
	text-align: left;
	}

/* CSS header *********************************************************************/	
#header
{
	width: 984spx;
	top:0px;
	left:0px;
	/*border:1px solid #0000ff;*/
	font-family: arial;
	font-size: 12px;
}   
    .logo{
	width:450px;
	height:126px;
	float:left;
	}
	
	.topmenu{
	
	background-color:#FFFFFF;
	/*width:407px;
	height:29px;
	background-image:url(img/bg_top_menu.png);
	background-repeat:no-repeat;*/
	float:right;
	}
	
	.topmenu ul
	{
		list-style: none;
		padding-top:5px;
		padding-left:10px;
		
	}

	.topmenu li
	{
		
		/*display: inline;*/
		float: left;
		padding: 0;
		margin:0;
			
	}

	.hp_news{
	
	background-color:#FFFFFF;
	float:right;
	margin-top:10px;
	width:450px;
	/*border:1px solid black;*/

	}
	.hp_news p{
	font-family: arial;
	font-size: 12px;
	color:#1b045e;
	padding-left:15px;
	}
	.hp_news a {
	font-family: arial;
	font-size: 12px;
	color:#bd131c;
	text-decoration:none;
	}
/**********************************************************************/


/* CSS menu in alto *********************************************************************/		
	.menu{
	
	height:20px;
/*	background-image:url(img/bg_menu.png);
	background-repeat:no-repeat;
	width:730px;
	float:right;*/
	
	position:relative;
	}


	.menu ul
	{
	
    position:absolute;
    right:0;
    top:0;
		list-style: none;
		height:20px;
		
	}

	.menu li
	{
		float:left;	
	}

	.menu li.last
	{
		float: left;
		padding: 1px 0px 1px 5px;
		/**/border-right:0px solid #ffffff;
		margin-top:3px;
	}


/*********************************************************************/


/*** contenuto pagina ***************************************************/



#content1
{
	width: 984px;
	/*border:1px solid #ff0000;*/
	margin-top:6px;
	font-family: arial;
	font-size: 12px;
	
}

#content2
{
	width: 984px;
	height:290px;
	background-image:url(img/bg_hp.png);
	background-repeat:no-repeat;
	margin-top:10px;
	/*border:1px solid #cc00ff;*/
	font-family: arial;
	font-size: 12px;
}
    .col_1{
	width:360px;
	padding:0;
	padding-top:15px;
	margin:0;
	float:left;
	} 
	 .col_2{
	width:345px;
	height:260px;
	background-image:url(img/bg_col2.png); 
	background-repeat:no-repeat;
	padding:11px 11px 11px 13px; 
	float:left;
	
	position:relative;
	} 
	.box_hp{
	position:absolute;
	left:16px;
	top:67px;
	width:231px;
	height:82px;
	}
	.box_hp_video{
	position:absolute;
	left:16px;
	top:176px;
	width:319px;
	height:83px;
	}
	 .col_3{
	width:250px;
	padding:0;
	padding-top:15px;
	margin:0;
	float:left;
	} 

/************************************************************/


/*******  fooetr e menu sotto ************************************/

#footer
{
	width: 984px;
	/*border:1px solid pink;*/
	font-family: arial;
	font-size: 12px;	
	text-align:center;
	width:100%;
	
}

   
	.footermenu{
		margin:0px;	
		
	}
	
	.footermenu ul
	{
		list-style: none;
		padding-top:5px;
		padding-left:10px;
		text-align:center;
		margin: 0 auto;
		/*border: 1px solid #ff0000;*/
		
		margin-bottom:6px;
	}

	.footermenu li
	{
		display: inline;
		padding: 1px 2px 0px 2px;
		margin-top:2px;
		/*border: 1px solid #66ccff;*/
		
	}


	.footermenu a
	{
		color: #1c3860;
		font-family: arial;
		font-size: 12px;
		text-decoration: none;
		padding: 0 2px;
	
	}

	.footermenu a:hover
	{
		color: #1c3860;
		font-family: arial;
		font-size: 12px;
		text-decoration: underline;
		padding: 0 2px;
	}

 
/************************************************/


/*** stili per i testi ********/

.blu_bold{
    font-family:arial;
	font-size:13px;
	font-weight:bold;
	color:#465c83;
	line-height:1.1em;
}

.blu_hp{
    font-family:arial;
	font-size:13px;
	color:#465c83;
	line-height:1.05em;
}

.blu{
    font-family:arial;
	font-size:12px;
	color:#1c3860;
	line-height:1.1em;
}
.grigio{
    font-family:arial;
	font-size:12px;
	color:#999;
	line-height:1.1em;
}
 .cdweb{
 text-align: right; 
 margin-top:15px;
 padding-right:5px;
 
 }

