@import url(user.css);

html {
	height:100%;
	width:100%;
}

body {
	background: #fbfbfa;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	color:#666;	
	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 {	margin-top:0px; margin-bottom:10px;}



h1 {
	font-size: 18px;
	font-weight:normal;
	color:#ab0232;
	margin:0px;
}

h2 {
	font-size: 14px;
	font-weight:normal;
	color:#ab0232;
	margin:0px;	
}


/*collegamenti ipertestuale*/
a {
	color:#444;
	text-decoration:none;
}

a:hover {
	color:#ab0232;
	text-decoration: none;
}
	

.clearer {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}

/*--------- STRUTTURA DEL SITO -------------*/
#layout {
}

#sito {
	width:950px;
	margin:61px auto 0px auto;
}

#header {
	height:120px;
	width:950px;
	position:relative;
}

	#header #logo {
		display:block;
		position:absolute;
		left:0px;
		top:0px;
		background: url(../images/logo.jpg) no-repeat;
		width:252px;
		height:43px;
	}
	
		#header #logo span { 
			display:none;
		}
	
	#header #lingue {
		position: absolute;
		right:0px;
		top:0px;
	}
		#header #lingue a {
			padding:0px 6px 0px 10px;
		}
		#header #lingue a.attivo {
			background:url(../images/go.gif) left no-repeat;
		}
		#header #lingue a img {
			display:none;
		}
	
	
	#menu1 {
		position: absolute;
		height: 24px;
		right:0px;
		bottom:35px;
		border-bottom: 3px solid #ab0232;
		padding-bottom: 5px;
	}
		#menu1  ul {
			list-style:none;
			margin:0px;
			padding:0px 0px 0px 0px;
		}

		#menu1 ul li {
			float:left;
			margin:0px;
			padding:0px;
		}
		#menu1 ul li.attivo {
		}
		#menu1 ul li a {		
			display:block;
			height: 19px;
			line-height:19px;
			color:#666;
			font-size: 14px;
			text-transform:lowercase;
			margin:0px;
			padding: 0px 10px;
			border-left: 2px solid #888;
		}
		#menu1 ul li.first a {		
			border-left:none;
		}
		#menu1 ul li.attivo a, #menu1 ul li a.attivo:hover {
			color:#ab0232;
		}
		#menu1 ul li a:hover {
			color:#333;
		}


#container_bg {
	width:950px;
	margin:0px;
	padding:0px;
}

	#menu2 {
		width:120px;
		float:left;
		padding:0px 0px 0px 4px;
	}
		#menu2  ul {
			list-style:none;
			margin:0px;	
			padding:0px;	
		}

		#menu2 ul li {
			margin:0px;
			padding:7px 0px;
			border-top: 1px solid #d2d2d2;
		}
		#menu2 ul li a {		
			display:block;
			height: 14px;
			line-height:14px;
			color:#666;
			font-size: 14px;
			text-transform:uppercase;
			margin:0px;
			padding: 0px 13px;
			background:url(../images/go.gif) left no-repeat;
		}
		#menu2 ul li.first {		
			border-top:none;
		}
		#menu2 ul li.attivo a, 
		#menu2 ul li a:hover  {
			color:#ab0232;
			background:url(../images/go1.gif) left no-repeat;
		}
			#menu2 ul li ul {
				display:none;
			}
			#menu2 ul li.attivo ul {
				display: block;
				padding-top:10px;
			}
			#menu2 ul li ul li {
				border:none;
				padding:5px 0px;
			}
			#menu2 ul li.attivo ul li a {
				border:none;
				text-transform:none;
				background:none;
				color:#666;
			}
			#menu2 ul li.attivo ul li.attivo a,
			#menu2 ul li.attivo ul li a:hover
			{
				color:#ab0232;
				background:none;
			}
	
#container {
	float:right;
	width:795px;
	min-height:451px;
}


	#titolo_pagina {
		padding-bottom:20px;	
	}

	#percorso {
		display:none;
		margin: 5px 10px;
		font-size: 12px;
		color:#666;
	}	
		#percorso a {
			color:#666;
		}
		#percorso a:hover {
			color:#600;
		}
		
#footer {
	clear:both;
	text-align:left;
	font-size: 12px;
	width:950px;
	margin:0px auto;
	padding:7px 20px;
	border-left: 3px solid #ab0232;
}
#footer a {	color:#444; }
#footer a:hover { color:#888; }


#landing_pages {
	display:none;
	padding: 20px 0px 10px 0px;
}

	#landing_pages ul {
		margin: 0px;
		padding: 0px;
		display: inline;
	}
	
	#landing_pages li {
		margin: 0px;
		padding: 0px;
		display: inline;
		text-transform:lowercase;
		padding-left: 5px;
	}
	
	#landing_pages a { color:#BAB0A7 }
	#landing_pages a:hover { color:#fff }
	
/*------ DIVERSI LAYOUT -------*/



	.layout_page {}
	
		.layout_page #container_bg {
		}		
		
		.layout_page #col_left {
				width:566px;
				float:left;
		}
		
		.layout_page #col_right {
				width:200px;
				float:right;
				min-height: 200px;
		}		
	
	.layout_page1 {}
	
		.layout_page1 #container_bg {
		}		
		
		.layout_page1 #col_left {
				width:200px;			
				float:left;
		}
		
		.layout_page1 #col_right {
				width:566px;			
				float:right;
				min-height: 200px;
		}
		
	.layout_intro{}

		#intro_body {
			margin:40px auto;
			width:543px;
			height:383px; 
			background:url(../images/intro.jpg);
			position:relative;
		}
		
		#intro_body #slide {
			position: absolute;
			left:96px;
			bottom:128px;
			width:351px;
			height:213px;
		}
			#intro_body #slide .slideshow .movie {
				border: none;
			}
		
		#intro_body .link {
			position: absolute;
			left:200px;
			bottom:50px;
			width:80px;
			height:25px;
		}
		
	.layout_intro #footer{
		margin-top: 80px;
		}

.dummy {
}

