@charset "UTF-8";

* {
	
	margin: 0;
	
	}
	
.deflink a:hover,a:link, a:active,a:visited {
	text-decoration:none; color: #339;
	}

	
body {
	color: #666;
	background-color: #efefef;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}

p {
	line-height: 16px;
		}

#sfondo {
	background-color: #e5e5e5;
	height: 165px;
	width: 100%;
	position: absolute;
	text-align: center;
	}

	
#container {
	position: absolute;
	width: 1024px;
	top: 0px;
	left: 50%;
	margin-left: -512px;
	}

#header {
	position: relative;
	background-color:#FFF;
	height: 165px;
	width: 100%;
	border-left:#ccc solid 1px;
	border-right:#ccc solid 1px;
	}

#topbar { 
	position: relative;
	left: 0px;
	height: 40px;
	padding-top: 5px;
	text-align:right;
	text-transform:uppercase;
	font-size:10px;
	color: #FFF;
	background-image:url(../img/topbar_shadow.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	z-index:100;
	}
	
	#topbar li{
		display: inline;
		list-style-type: none;
		padding-right: 10px;}
		
	#topbar li a{
		color: #fff;
		}
	#topbar li a:hover{
		color: #0c3;
		}
	#topbar li a.active{
		color: #0c3;
		}

#logo {
	position: relative;
	left: 0px;
	margin-top: -20px;
	height:140px;
	width: 245px;
	z-index:99;
	float: left;
	}
	
#headermain {
	position: relative;
	margin-top: -20px;
	left: 0px;
	margin-left: 245px;
	height: 140px;
	width: 779px;
	z-index:98;
	}

#main{
	position: relative;
	top: 0px;	
	width: 100%;
	clear: both;
	height: 100%;
	border-bottom:#ccc solid 1px;
	border-left:#ccc solid 1px;
	border-right:#ccc solid 1px;
	background-image:url(../img/main1.png);
	background-position:bottom;
	}
	
	
#barleft {
	position: relative;
	width: 245px;
	height: 100%;
	background-color:#f8fef5;
	float: left;
	border-top: 1px dashed #ccc;
	}
	
#mainbody {
	position: relative;
	top: 0px;
	width: 779px;
	height: 100%;
	float: right;
	/*background-image:url(../img/mainbody1.png);
	background-position: bottom;
	background-repeat: no-repeat;*/
	}

#menu{
	position: relative;
	width: 779px;
	height: 18px;
	background-color:#f8fef5;
	z-index:97;
	padding-top: 5px;
	border-bottom: 1px dashed #ccc;
	border-top: 1px dashed #ccc;
	}
	
#headline{
	position: relative;
	top: -5px;
	left: 0px;
	width: 779px;
	height: 110px;
	z-index: 80;
	}


#mainleft{
	position: relative;
	left: 0px;
	min-height: 257px;
	width: 390px;
	z-index: 79;
	float: left;
	}
	
	#mltext{
		padding-left: 15px;
		padding-top: 20px;
		padding-right: 40px;
		padding-bottom: 20px;
		}

#mainright{
	position: relative;
	width: 389px;
	min-height: 257px;
	margin-top:-110px;
	padding-top: 110px;
	float: right;
	}
	
	#mrtext{
		padding-left: 30px;
		padding-top: 20px;
		padding-right: 150px;
		padding-bottom: 20px;
		}
		
		#mrtext img {
			border-right: #c5ebb6 solid 19px;
			border-left: #c5ebb6 solid 20px;
			} 
		#mrtext a:link, a:active,a:visited{
			text-decoration: none; 
			color: #060;
			} 
		#mrtext a:hover{
			text-decoration: none; 
			color: #090;
			} 
	

#footer{
	position: relative;
	margin-top: 5px;
	font-size: 10px;
	color:#666;
	width: 100%;
	}

#info{
	position: relative;
	width: 400px;
	float: left;
	}
#credits{	
	position: relative;
	margin-left: 400px;
	text-align: right;
	}

#credits a:link, a:active,a:visited{
			text-decoration: none; 
			color: #060;
			} 	
	
#mapDirections a{
	color:#060}
#mapDirections b{
	color:#060}
	
	

#popup{	
	position: relative;
	float: right;
	text-align:left;
	background-color: #FFF;
	width: 1004px;
	height: 50px;
	padding: 10px;
	border: thin #ccc solid;
	right: -2px;
	top: -17px;
	display: none;
	}

/*///////////////-------------CLASSI-------------///////////////*/
	.effect{}
	em {color: #060;
	}
	strong {color: #060;;
	}
	h4{
		color:#060;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-style:italic;
		font-weight:normal;
		font-size: 14px;
		}
		
	h5{
		color:#090;
		font-weight:normal;
		font-size: 12px;
		text-transform: uppercase;
		}
		
	.lista{
		
		list-style: none;
		padding-left: 0px;
		line-height: 22px;
		}
	
	.listastile{
		padding-left: 20px;
	}
	
	.listastile li{
		list-style-image:url(../img/logo_elenco_small.png);
		list-style-position: 0px 8x;
		padding-left: 0px;
		padding-bottom: 20px;
		line-height: 16px;
	}
	
	
.crediti a:link, a:active,a:visited{
			text-decoration: none; 
			color: #060;
			} 	
	

