/* CSS Document */
html {
	height:100%;
	width:100%;
}

body {
	background: #fbfbfb url(../images/bg_body.jpg) top repeat-x;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	color: #555;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	height:100%;
}

/*--------------------- STILI GENERALI -------------------*/

div, h1, h2, h3, h4, dl, dt, dd, img, form, fieldset, blockquote {
    margin: 0px;
    padding: 0px;
    border: 0px;
}


p, ul {line-height:16px; margin-top:7px; margin-bottom:10px;}



h1 { 
	font-size: 45px;
	color:#000;
	margin-top:7px; margin-bottom:12px;
	font-weight:normal;
}

h2 {
	font-size: 20px;		
	font-weight:normal;
	color: #06c;
}


/*collegamenti ipertestuale*/
a {
	color:#06c;
	text-decoration:none;
}

a:hover {
	color:#000;
	text-decoration: none;
}
	
.clearer {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}

/*--------- STRUTTURA DEL SITO -------------*/

#sito {
	width:915px;
	margin: 0px auto;
}

#header {
	width: 915px;
	height:147px;
	background:url(../images/bg_head.jpg) repeat-x;
	position: relative;
}

	#header #logo {
		display:block;
		background:url(../images/logo_i.jpg) no-repeat;
		width:353px;
		height:100px;
	}
	
		#header #logo span { 
			display:none;
		}
	
	#header #lingue {
		position:absolute;
		right:30px;
		top: 20px;
		font-size: 10px;
	}
		#header #lingue a { color:#666; margin-left:7px; }
		#header #lingue a:hover { color:#000;}
		#header #lingue a.attivo { font-weight:bold;}
	
	#header #menu1 {
		position: absolute;
		left: 12px;
		bottom: 0px;		
	}
		#header #menu1 ul{
			list-style:none;
			margin:0px;
			padding:0px;			
		}

		#header #menu1 li{		
			margin:0px;
			padding:0px;
			float:left;			
		}
		
		#header #menu1 a{
			display:block;
			text-transform:uppercase;
			text-align:center;
			color:#333;
			width:111px;
			height:34px;
			line-height:34px;
		}
		#header #menu1 a:hover{
			color:#7999B0;
		}
		#header #menu1 a.attivo{
			background:url(../images/menu1.gif);
			font-weight:bold;
			color:#7999B0;
		}
	
	#header #menu2 {
		position:absolute;
		right:10px;
		top:12px;
		font-size:10px;
		color:#fff;
	}
		#header #menu2 a {
			color:#fff;
		}
		#header #menu2 a:hover {
			text-decoration:underline;
		}
		


#footer {
	width:915px;
	height:75px;
	margin: 10px auto;
	position:relative;
	font-size:10px;
	color:#666;
}

#footer a {
	color:#666;
}

	#footer .foot_info {
		position:absolute;
		left: 10px;
		top: 10px;
	}
	
	#footer .foot_info2 {
		position:absolute;
		right: 10px;
		top: 10px;
	}	
/*------ DIVERSI LAYOUT -------*/
.layout_home {
}

.layout_home #top_area {
	height:419px;
	background: url(../images/bg_top_home.jpg);	
}

	.layout_home #top_area #top_left {
		float:left;
		width:670px;
		margin-left:10px;
		margin-top:22px;
	}
	
	.layout_home #top_area #top_right {
		float:right;
		width:220px;
		margin-right:10px;
		margin-top:20px;		
	}


.layout_page #top_area {
	height:189px;
	background: url(../images/bg_top_page.jpg);	
	padding-top:7px;
}
	
	#top_area #top_base {
		float:left;
		margin-left:10px;
		margin-top:5px;	
	}

#columns {}	
	#columns #col_left {
		float:left;
		width:225px;
	}
	
	#columns #col_right {
		width:672px;
		float:right;
		margin-right:6px;		
	}