/* CSS Document */

body { 
	margin: 0; 
	padding: 0; 
	background: #fff url(../images/bg.gif) repeat-x; 
	font: normal .7em Tahoma, Verdana, Arial, Helvetica, Sans-Serif; 
	line-height: 1.6em; 
	color: #333; 
}

a { color: #384668; background: inherit; text-decoration: none; font-weight: bold; }
a:hover { color: #808080; background: inherit; }
h1  { font: bold 2em "Trebuchet MS", Helvetica, Sans-Serif; margin: 0; color: #fff; background-color:transparent; }
h2  { font: bold 1.4em "Trebuchet MS", Helvetica, Sans-Serif; }
h3 { clear: both; font-size: 1.1em; color: #000; background: #fff url(../images/h3bg.gif) no-repeat center left; padding: 0 14px; margin: 0;}
.blue { color: #384668; background: inherit; }
.image { float: left; border: 2px solid #e2e2e2; padding: 3px; margin: 0 15px 10px 0; }

#main { 
	width: 900px; 
	margin: 25px auto 0 auto; 
}

#logo { 
	float: left; 
	padding: 10px 0 10px 10px; 
}
#logo h1 { color: #000; background: #fff; }
	
#menu { 
	float: right; 
	background: #fff url(../images/barul.gif) no-repeat bottom right; 
	color: #808080; 
	padding: 18px 1px 11px 0; 
	margin: 0; 
}
	#menu li { 
		padding: 14px 18px 14px 18px; 
		color: #444; 
		background: #fff url(../images/bar.gif) no-repeat bottom left; 
		display: inline; 
	}
	#menu li.active { 
		background: #fff url(../images/baractive.gif) no-repeat bottom left; 
		color: #8DA8AF; 
		font-weight: bold; 
		padding: 14px 18px 14px 18px; 
		margin: 0 1px 0 0; 
	}
	#menu li a { 
		background: #f8f8f8; 
		color: #808080; 
		text-decoration: none; 
	} 	
	#menu li a:hover { 
		color: #000; 
		background: #f8f8f8; 
	} 	
	.key { text-decoration: underline; } 
	
#intro_left {
	clear: left;
	float: left;
	width: 250px;
	background: #7a93b6 url(../images/leftintrobg.gif) repeat-x;
	color: #EAEEF2;
	margin: 0 0 1px 0;
}
	#intro_left a { color: #fff; background: inherit; }
	#intro_left p { padding: 14px 15px; margin: 0; }

#intro_left_contatti {
	clear: left;
	float: left;
	width: 250px;
	background: #bacfc5;
	color: #646456;
	margin: 0 0 1px 0;
}
	#intro_left_contatti a { color: #384668; background: inherit; font-weight: bold; }
	#intro_left_contatti p { padding: 14px 15px; margin: 0; }
	.box_contatti p { background: #ffffff; }
	
	#menu_left { 
		float: left;  
		margin: 0 0 6px 0; 
		padding: 0 0 1px 0; 
		border-bottom: 2px solid #e2e2e2; 
	}
		#menu_left li { list-style: none; }
		#menu_left li a { 
			display: block; 
			color: #7a93b6; 
			background: #c5d2e7 url(../images/arrow.gif) no-repeat center left; 
			width: 204px; 
			padding: 7px 23px 7px 23px; 
			margin: 0 0 1px 0; 
			font-weight: bold; 
			text-decoration: none; 
		}	
		#menu_left li a:hover { background: #B0BBC9 url(../images/arrow.gif) no-repeat center left; color: #fff;  }
	
#intro_right {
	float: right;
	width: 340px;
	padding: 25px 280px 0 20px;
	background: #CAD3D9 url(../images/intro.jpg) no-repeat;
	color: #767d83;
	margin: 0 0 6px 0;
	height: 174px;
	border: 2px solid #e2e2e2;
}
	#intro_right h1 { margin: 0 0 20px 0; }
	#intro_right .white { color: #FFF; background-color:transparent; }
#intro_right_home {
	float: right;
	width: 340px;
	padding: 25px 280px 0 20px;
	background: #CAD3D9 url(../images/intro1.jpg) no-repeat;
	color: #666;
	margin: 0 0 6px 0;
	height: 174px;
	border: 2px solid #e2e2e2;
	}
	
#left {
	float: left;
	width: 250px;
}
	.box {
		padding: 4px 15px;
		border: 1px solid #ccc;
		margin: 0 0 10px 0;
	}
	.note {
		padding: 15px 0px 20px 15px;
		border: 1px solid #B4DBD6;
		margin: 0 0 0px 0;
		background: #bacfc5 url(../images/emmegi3.gif) no-repeat bottom right;
		color: #646456;
	}

#right {
	float: right;
	width: 643px;
}
	.leftcol { 
		float: left; 
		padding: 12px 15px;
		width: 340px; 
		border:#ccc 1px solid;
		text-align: justify;
		margin: 0 0 10px 0;
	}
	.leftcol_home { 
		float: left; 
		padding: 12px 15px;
		width: 285px; 
		border:#ccc 1px solid;
		text-align: justify;
		margin: 0 0 10px 0;
	}
	.rightcol { 
		float: right; 
		padding: 10px 15px;
		width: 285px; 
		border:#ccc 1px solid;
		margin: 0 0 10px 0;
		}
	.special {
		clear: both;
		margin:0px 0 20px 0;	
		padding: 5px 20px;
		border: 1px solid #ccc;
		background: #eee;
		color: #444;
	}
	.special_text {
		clear: both;
		margin:0px 0 20px 0;	
		padding: 5px 20px;
		border: 1px solid #ccc;
		background: #fff;
		color: #444;
	}
	.small {
		font-size:small;
		font-weight:lighter;
	}

#footer { clear: both; padding: 5px; border-top: 1px solid #ccc; }
