/* CSS Document */

body {
	background-color: #fff;
	background-image: url(../images/bg_body.jpg);
	background-position: top;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	height:100%;
	width
}

/*--------------------- STILI GENERALI -------------------*/

div, h1, h2, h3, h4, dl, dt, dd, img, form, fieldset, blockquote {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

ul {list-style:none}

p, ul {line-height:18px; margin:5px 0 8px 0;}



h1 { 
 font-family: 'trebuchet ms', verdana, arial;
 font-size: 22px;
}


/*collegamenti ipertestuale*/
a {
	color:#666;
	text-decoration:none;	
}

a:hover {
	color:#c00;
	text-decoration: none;
}
	
.clearer {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}


/*--------- STRUTTURA DEL SITO -------------*/


#fondo {
	background-image: url(../images/bg_fondo.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	height:100%;
}

#sito {
	width: 964px;
	margin: 0px auto;
}


#header {
	width: 964px;
	height:157px;
	background-image: url(../images/bg_head.jpg);
	background-repeat: no-repeat;
}

	#header #logo {
		width: 290px;
		height:157px;
		float:left;
	}
	
	#header #lingue {
		float:left;
		margin-top:27px;
	}
	
		#header #lingue a {
			display:block;
			text-decoration: none;
			font-size:10px;
			font-weight: normal;
			color:#fff;
			margin-bottom:8px;
		}
		
		#header #lingue a:hover,
		#header #lingue a.attivo {
			font-weight:bold;
		}
		
	#header #cerca {
		float:right;	
		margin-right:15px;	
		margin-top:37px;
	}
	
		#header #cerca input {
			font-size:11px;
			border:1px solid #ccc;
			width:150px;
		}
		
		#header #cerca button {
			font-size:11px;
			height:18px;
			margin-left:10px;
			border:1px solid #ccc;
		}
	
	#header #menu {
		font-family: 'trebuchet ms', verdana, arial;
		float:right;
		clear:right;
		color:#A6C9DB;
		font-size:18px;
		width:600px;
		margin-right:15px;
		margin-top:18px;
		text-align:right;
	}
	
		#header #menu a {
			font-weight: bold;
			color:#A6C9DB;
			text-transform:lowercase;
			text-decoration: none;
		}
	
		#header #menu a:hover,
		#header #menu a.attivo {
			color:#fff;
		}


#cont1 {
	float:left;
	background-image: url(../images/bg_cont1.jpg);
	background-repeat: repeat-y;
}
#cont2 {
	float:left;
	background-image: url(../images/bg_cont2.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

#container {
	float:left;
	width: 907px;
	padding: 0px 15px 0px 42px;
	background-image: url(../images/bg_container.jpg);
	background-repeat: no-repeat;
	background-position: top;	
	min-height:633px;
}

#titolo_pagina {
	margin:15px 0px;
	height: 24px;
}

#photobelt {
	background-color:#CCCCCC;
}

#percorso {
	color:#000000;
	height:22px;
	width:673px;
	padding-top:20px;
	float:left;
}

	#percorso a {
		font-weight:normal;
		color:#000000;
		text-decoration:none;
	}

	#percorso a.attivo, #percorso a:hover {
		text-decoration:underline;
	}

/*-------------- CONTENUTI ----------*/


.layout_page #col_left {
	float:left;
	width:673px;
	padding-bottom:30px;
}

.layout_page #col_left .first {
	margin-top:15px;
}

.layout_page #col_right {
	width:234px;
	float:right;
	/*background-color:#0066FF;*/
	color:#FFFFFF;
	padding-bottom:90px;	
}

.layout_page #col_right .testo .manual a {	color:#ccc; }
.layout_page #col_right .testo .manual a:hover { color:#c00; }

.layout_page #col_right .first .box_title{
	height:22px;
	margin-top:20px;
	margin-left:6px;
}

.layout_page #col_right .first .testo .manual{
	margin-top:15px;
}

.layout_page #col_right .testo .manual{
	margin-left:6px;
}



.box h2 {
	font-family: "Lucida Grande", "Lucida sans", Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
}

.box .testo {
	margin-right:17px;
}


.pagelist {
}

.pagelist ul {
	list-style:none;
	margin:0px;
	padding:0px;
}

.pagelist ul li {
	margin:0px;
	padding:0px;
}

.pagelist ul li a {
	margin:0px;
	display:block;
	background: url(../img/list_obj.jpg) repeat-x;	
	height: 20px;
	padding:15px 29px;	
	font-size:14px;
	font-weight:normal;
	color:#fff;
	text-decoration:none;
}

.pagelist ul li a.attivo,
.pagelist ul li a:hover {
	font-weight:bold;
}


/*-------------------*/

.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:#C41713;
	background:#FCD5CD;
	width:18px;
	font-weight:bold;
}

.page_num li a:hover,
.page_num li a.selected {
	color:#FCD5CD;
	background:#C41713;
	width:18px;
	font-weight:bold;
}



.photogallery ,
.videogallery {
	margin-top:10px;
}


.photogallery img,
.videogallery img {
	margin-right:15px;
	border: 1px solid #ACCDDD;
}


/*------------------------------ MODULO -------------------------------------*/

.form form {
	width:500px;
}

.form label {
	float:left;
	display: block;	
	width:500px;
	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 label {
	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;
}

.form p {
	float:left;
	padding-top:10px;
	padding-bottom:10px;
	font-size : 12px;
	line-height: 18px;
}

.form fieldset {
	border: 0px;
}


/*------ FOOTER ----------*/

#footer {
	float:left;
	width: 964px;
	height:84px;
	background-image:url(../images/bg_foot.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

#footer .foot_info {
	float:left;
	margin-left: 40px;
	margin-top: 18px;
}

#footer .foot_menu {
	float:right;
}
