/* CSS Document */
html {
	height:100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	width:100%;
	height:100%;
}

/*--------------------- STILI GENERALI -------------------*/

div, h1, h2, h3, h4, dl, dt, dd, img, form, fieldset, blockquote {
    margin: 0px;
    padding: 0px;
    border: 0px;
}


p, ul {margin-top:7px; margin-bottom:10px;}



h1 { 
	font-size: 20px;
	color:#3649CD;
	font-weight:bold;
	margin-bottom:10px;
}

h2 {
	font-size: 14px;
	color:#3649CD;
	font-weight: bold;
}


/*collegamenti ipertestuale*/
a {
	color:#333;
	text-decoration:none;	
}

a:hover {
	color:#3649CD;
	text-decoration: none;
}
	
.clearer {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}

	.manual img { 
	}


/*--------- STRUTTURA DEL SITO -------------*/


#bg_sito {
	width:100%;
	min-height:100%;
	background: #fff url(../images/bgpage_bottom.jpg) bottom center no-repeat;;
}
#sito {
	width:100%;
	background: url(../images/bgpage_top.jpg) top center no-repeat;
}


#header {
	height:91px;
	width:961px;
	margin: 0px auto;
	position: relative;
	z-index:300;
}

	#header a {color:#000; font-weight:bold}
	#header a:hover, #header a.attivo {color:#3649CD;}

	#header #logo {
	background:url(../images/logo.jpg);
	position:absolute;
	width:302px;
	height:97px;
	left:0px;
	top:0px;
	}
		#header #logo span {
			display:none;
		}		
	#header #lingue {	
		position:absolute;
		top:10px;
		right:0px;
	}

	#header #lingue a {	
		font-size:11px;
		padding-right:10px;
	}
	
	#header #menu {	
		position:absolute;
		bottom:1px;
		right:0px;
		color:#ccc;
	}	

#container {
	width:961px;
	margin: 12px auto;
}

#right_area {
	float:right;
	width:260px;
}

#layout {
	min-height:100px;
	width:680px;
	float:left;
}

#top_area {
	margin-bottom:10px;
}

#percorso {
	font-size:10px;
	margin-bottom:4px;
}
	#percorso a {		
	}
	
/*------ DIVERSI LAYOUT -------*/
	
.layout_home {
}	
	.layout_home #col_left {
		margin-top:10px;
		width:485px;
		float:left;	
	}
	.layout_home #col_right {
		margin-top:10px;
		width:180px;
		float:right;
		background:#F4F5F7;
		border: 1px solid #D7E0E9;
	}
		.layout_home #col_right .box {
			margin:10px;
		}
	
.layout_page {
}
	.layout_page #col_left {
		margin-top:10px;
		width:180px;
		float:left;	
		border: 1px solid #D7E0E9;
		background: #F4F5F7;
		padding: 14px 8px;
	}
	.layout_page #col_right {
		margin-top:10px;
		width:469px;
		float:right;
	}
	.layout_page #col_right.alone {
		width:680px;
	}
/*------ FOOTER ----------*/

#footer_container {
}

#footer {
	height: 84px;
	width:961px;
	margin: 10px auto;
	font-size:11px;
}

	#footer .foot_info {
		clear:both;
		float:left;
		padding:10px;
		color: #000;
	}
	
	#footer .foot_menu {
		float:right;
	}

	#footer a {color:#000;}
	#footer a:hover {color:#c00;}
