/* CSS Document */
html {
	height:100%;
}

body {
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 12px;
	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: 20px;
	color:#D83734;
	font-weight: bold;
}

h2 {
	font-size: 16px;
	color:#000;
	font-weight: normal;
}


/*collegamenti ipertestuale*/
a {
	color:#700;
	text-decoration:none;	
}

a:hover {
	color:#c00;
	text-decoration: none;
}
	
.clearer {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}


/*--------- STRUTTURA DEL SITO -------------*/


#sito {
	/*width: 100%;
	min-height: 100%;
	background: url(../images/bg_page.jpg) top center no-repeat;*/
}


#header {
	height:356px;
	width:980px;
	margin: 0px auto;	
	background: url(../images/bg_head.jpg) no-repeat top;
	position: relative;
}

	#header a {color:#000;}
	#header a:hover, #header a.attivo {color:#c00;}

	#header #logo {
		position:absolute;
		width:450px;
		height:80px;
		left:0px;
		top:0px;
	}
		#header #logo span {
			display:none;
		}
		
	#header #lingue {
		display:none;
		position:absolute;
		top:15px;
		right:15px;
	}		
	
	#header #lingue a {
		margin-left:15px;
		font-size:11px;
	}
	#header #lingue a.attivo {
		font-weight:bold;
		color:#000;
	}
	
	#header #menu {	
		position:absolute;
		top:54px;
		right:30px;
		color:#ccc;
		font-size:12px;
	}	
	
	#header #page_photo {
		position:absolute;
		top:76px;
		left:0px;
	}

	#header #right_box {
		position:absolute;
		top:94px;
		right:0px;
		width:248px;
		height:262px;
		background: url(../images/bg_rightbox.jpg)
	}
		#header #right_box .page_box{
			height: 115px;
			margin: 11px;
			padding-left:8px;
			padding-right:110px;
			overflow: hidden;
			position: relative;
		}
		
		#header #right_box .page_box img{
			position:absolute;
			top:0px;
			right:0px;
		}
		#header #right_box .page_box .titolo {
			margin-top:10px;			
			color:#c00;
			font-weight: bold;
			font-size:18px;
		}
		#header #right_box .page_box .sottotitolo {
			color:#333;
			font-size:13px;
		}
		#header #right_box .page_box .anteprima {
			padding-top:30px;
			color:#999;
			font-size:10px;
		}

#container {
	width:980px;
	margin: 0px auto;
}


#layout {
	min-height:100px;
}

	
#percorso {
	background: url(../images/bg_cat.gif);
	padding: 10px;
}
	#percorso a {color:#000;}
	#percorso a:hover {color:#c00;}

.layout_page #contents {
	width:980px;
	background: url(../images/bg_cat.gif) top repeat-x;
	min-height:300px;
}

	.layout_page #col_left {
		float: left;
		width: 731px;
		margin-top:27px;
		border-right: 1px solid #ccc;
	}
	
	.layout_page #col_right {
		float: right;
		width: 248px;
		margin-top:27px;
		overflow:hidden;
	}
	
		.layout_page #col_left #titolo_pagina {
			padding: 0px 22px;
		}
		
		.layout_page #contents .box {
			margin: 22px;
			padding-top:10px;
			border-top: 1px solid #ccc;
		}
		
		.layout_page #contents .first {
			padding-top:0px;
			border-top:none;
		}
		
		.layout_page #col_left .testo {
			font-size:13px;
		}
		
	.manual img { 
		border: 1px solid #ddd;
		padding:0px;
		margin:10px;
	}


/*------------ ELEMENTI PAGINE -----------*/

.pagelist .box_body {
	margin-top:12px;
}

.pagelist ul {
	list-style:none;
	margin:0px;
	padding: 3px 0px 0px 0px;
}

.pagelist ul li {
	margin:0px;
	padding:0px;
}

.pagelist ul li a {
	margin:0px;
	display:block;
	font-size:12px;
	font-weight:normal;
	color:#000;
	text-decoration:none;
	padding: 4px 0px 4px 25px;
	background: url(../images/li.gif) 5px center no-repeat;
}

.pagelist ul li a.attivo,
.pagelist ul li a:hover {
	background-color:#e0e0e0;
}


/*-------------------*/

.page_num {
	clear:both;
	float:right;
	list-style:none;
	margin: 5px 10px 0px 0px;
	padding:0px;
}

.page_num li {
	float:left;
	list-style:none;
	margin-left:10px;
}

.page_num li a {
	font-size:10px;
	display:block;
	text-decoration: none;
	text-align:center;
	color:#141414;
	background:#666;
	width:18px;
	height:18px;
	font-weight:bold;
	line-height:18px;
}

.page_num li a:hover,
.page_num li a.selected {
	color:#fff;
	background:#333;
	width:18px;
	height:18px;
	font-weight:bold;
}



.photogallery {
	clear:both;
}

.photogallery a {
	float:left;
	margin-right: 15px;
	margin-bottom: 15px;
}

.photogallery img {
	border: 1px solid #fff;
}


/*------------------------------ MODULO -------------------------------------*/

.form form {
	width:600px;
}

.form .label {
	float:left;
	display: block;	
	width:600px;
	margin-top:8px;
}

.form .label span {	
	display: block;	
	float:left;
	width:150px;
	text-align:right;
	padding-right:15px;
	font-weight:bold;
}

.form .label span.little {	
	display: block;	
	float:left;
	width:10px;
	text-align:right;
	padding-right:0px;
}

.form .label.requestednote {
	margin-bottom:15px;
}

.form .input_group {
	float:left;
	width:400px;
}

.form .input_group label {
	width: 200px;
	float:left;
}


.form input, .form textarea {
	display: block;
	float:left;
	width : 250px;
	/*padding : 4px;
	border : 1px solid #585858;
	background :  #ededed;
	font : 10px Verdana, Geneva,  Arial, Helvetica, sans-serif;*/
	color:#333333;
}

.form input.submit {
	width : auto;
	padding : 0px 10px;
}

.form input.submit:hover {
	color : #2b5555;
	background : #e2e2e2;
	cursor : pointer;
	cursor : hand;
}

.form input.check {
	width:auto;	
	border:none;
	background:none;
	height:18px;
	float:none;
	display:inline;
}

.form p {
	float:left;
	padding-top:10px;
	padding-bottom:10px;
	font-size : 12px;
	line-height: 18px;
}

.form fieldset {
	border: 0px;
}

.sitemap li {
	list-style-image: url(../images/list.gif);
	padding-left:8px;
}

.sitemap li.no-point {
	list-style-image: none;
	list-style:none;
}


/*------ FOOTER ----------*/

#footer_container {
}

#footer {
	background: url(../images/bg_cat.gif) top repeat-x;
	height: 100px;
	width:942px;
	margin: 0px auto;
	padding: 20px;
	font-size:11px;
	color:#999;
}

	#footer .foot_info {
		clear:both;
		float:left;
	}
	
	#footer .foot_menu {
		float:right;
	}

	#footer a {color:#000;}
	#footer a:hover {color:#c00;}
