/*------------ MODULI GENERICI ------------*/
	#layout #col_left .box {
		margin: 20px;
	}
	
	#layout #col_right .box {
		margin: 20px 39px;
	}	
	
	#layout #col_left .box.first,
	#layout #col_right .box.first {
		margin-top:29px;
	}
	
	#layout .box .box_title {
		margin-bottom:15px;
	}
		
	#layout .box .box_body img.image {
		margin: 8px;
	}
	
	#layout .box .box_body img.no-margin {
		MARGIN-TOP: -10px; MARGIN-BOTTOM: -12px;
	}		
	
	#layout .box .subtitle {
		font-weight:bold;
		color:#666666;
		margin-bottom:6px;
	}
	
	#layout .box .comment {
		font-size:11px;
		color:#000;
		margin-bottom:12px;
	}
	
	#layout .box .command {
		display: block;
		margin: 6px 0px;
		padding-left: 16px;
		background: url(../images/li.gif) left no-repeat;
	}
	
	#layout .box_img {
		float:right;
	}
		
	
/*------------ MODULI GENERICI PER AREA ------------*/	
	
	
/*------------ STRUMENTI PAGINE -----------*/

.pagebox_pic {
}
	.pagebox_pic .page_box{
		float:left;
		width:222px;
		height:167px;
		background: url(../images/bg_pagebox.gif) no-repeat;
		position: relative;
		margin-right:3px;
	}
	
	.pagebox_pic .page_box .titolo{
		position: absolute;
		top:15px;
		left:12px;
			color:#333;
			font-size:11.5px;
			font-weight:normal;
			text-transform:uppercase;		
	}
	.pagebox_pic .page_box a:hover .titolo{
		color:#0066CC;
	}
	
	.pagebox_pic .page_box img{
		position: absolute;
		top:44px;
		left:4px;	
	}

.pagelist .box_body {
}

	.pagelist ul {
		list-style-type: none;
		margin: 10px 0 0 0;
		padding:0;
	}
	
	.pagelist ul li { 
		margin: 0px;
		border-top: 1px solid #ccc;
	}	
	.pagelist ul li.first {border-top:none;}
	
	.pagelist ul li a {
		display:block;
		font-size:14px;
		color:#444;
		padding: 15px;		
		background: url(../images/go.gif) right no-repeat;
	}
	.pagelist ul li a:hover,
	.pagelist ul li a.attivo { 
		color:#06c;
		background: url(../images/go1.gif) right no-repeat;
	}

.pageslide .box_body{
	height:280px;
	overflow:hidden;
	position:relative;
	padding:0px;
	margin:0px;
	background:#fff;
}

	.pageslide .next{
		width:24px;
		height:100%;
		background: url(../images/next.gif) no-repeat center;
		position: absolute;
		right:0px;
		top:0px;
		z-index:200;		
	}
	.pageslide .next:hover{
		background: url(../images/next1.gif) no-repeat center;
		cursor:pointer;		
	}

	.pageslide .prev{
		width:24px;
		height:100%;				
		background: url(../images/prev.gif) no-repeat center;
		position: absolute;
		left:0px;
		top:0px;
		z-index:200;
	}
	.pageslide .prev:hover{
		background: url(../images/prev1.gif) no-repeat center;
		cursor:pointer;
	}
	
	.pageslide .mycarousel {
		position:absolute;
		background:#fff;
		top:0px;
		left:0px;
		z-index:1;
		padding:0px;
		margin:0px;
	}
	
	.pageslide .page_box a {
		display: block;
		height:280px;
		width:670px;
		color:#000000;
	}
	
	.pageslide .page_box a .titolo{
		padding:30px 400px 14px 25px;
		font-size:26px;
	}
	.pageslide .page_box a:hover .titolo{
		color:#06c;
	}

	.pageslide .page_box a .sottotitolo{
		padding:0px 400px 8px 25px;
		font-size:18px;
	}

	.pageslide .page_box a .anteprima{
		padding:0px 400px 0px 25px;
		font-size:14px;
	}
				
/*--------- NUMERAZIONE ----------*/

.page_num ul {
	clear:both;
	list-style:none;
	margin: 5px 10px 0px 0px;
	padding:0px;
}

.page_num li {
	float:left;
	list-style:none;
	margin-right:7px;
}

.page_num li a {
	font-size:11px;
	display:block;
	text-decoration: none;
	text-align:center;
	color:#fff;
	background:#000;
	border: 1px solid #aaa;
	width:20px;
	height:20px;
	font-weight:bold;
	line-height:18px;
}

.page_num li a:hover,
.page_num li a.selected {
	color:#fff;
	background:#333;
}

/*--------- PHOTOGALLERY -------*/

.photogallery {
	clear:both;
}

	.photogallery .photo {
		float:left;
		margin: 0px 15px 5px 0px;
		width:186px;
		height:175px;
		overflow:hidden;
	}
		
	.photogallery .photo a img{
		border: 1px solid #888;
	}

	.photogallery .photo a:hover img{
		filter: alpha(opacity=70);
		-moz-opacity:.70;opacity:.70;
	}

	.photogallery .photo .titolo {
		text-align:center;
		font-size:13px;
		font-weight:bold;
		margin-top:3px;
	}

	.photogallery .photo .descrizione {
		text-align:center;
		font-size:11px;
		margin-top:1px;
	}

 .photogallery_main {
		width:400px;
		margin: 0px auto;
	 }
	 
	 	 .photogallery_main #mainphoto {
		 		float:left;
		 		border: 1px solid #ccc;
				margin:6px;
		 }

	 	 .photogallery_main .thumbphoto {
		 		float:left;
		 		border: 1px solid #ccc;
				margin:6px;
		 }

.downloadgallery {
}

.downloadgallery ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
/*------------ FORM ----------------*/

.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 label {
	float:left;
}

.form label input, 
.form label 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 label .text_check{
	display: block;
	float:left;
	width : 250px;
}


.form label input.submit {
	width : auto;
	padding : 3px 10px;
}

.form label input.submit:hover {
	background:#ddd;
	color:#666;
	cursor : pointer;
	cursor : hand;
}

.form label span input {
	width:auto;	
	height:18px;
	float:right;
}	

.form input.check {
	border:none;
	background:none;
}

.form p {
	float:left;
	padding-top:10px;
	padding-bottom:10px;
	font-size : 12px;
	line-height: 18px;
}

.form fieldset {
	border: 0px;
}


.form .captcha {
	clear:both;
	width:600px;
}
.form .captcha p {	
	margin:0px;
	padding:0px;
	margin-left:165px;
	margin-bottom:3px;
	float:left;
	width:435px;
}
.form .captcha span {	
	clear:both;
	display: block;	
	float:left;
	width:150px;
	text-align:right;
	padding-right:15px;
	font-weight:bold;
	height:40px;
}
.form .captcha img {
	vertical-align:top;
}
.form .captcha input {
	width : 100px;
	padding : 4px;
	border : 1px solid #585858;
	background :  #ededed;
	font : 10px Verdana, Geneva,  Arial, Helvetica, sans-serif;
	color:#333333;
	margin-left: 15px;	
}
/*------- MAPPA DEL SITO -----*/

.sitemap ul {
	margin: 3px 0 3px 20px;
	padding:0;
}

.sitemap ul li {
	list-style-type: square;
	margin: 0;
	padding: 0;
}

.sitemap ul li ul li{
	float:left;
	width:200px;
	margin-top:12px;
}

.sitemap ul li ul li ul li{
	float:none;
	width:auto;
	margin-top:0px;
}


.sitemap ul li a {
	font-weight:bold;
	color:#666666;
}
.sitemap ul li a:hover {
	color:#000;
}

.sitemap ul li ul li ul li a {
	font-weight:normal;
}


.sitemap ul li.no-point {
	list-style-image: none;
	list-style:none;
	margin:0px;
	padding:0px;
}

/*------- SLIDE SHOW --------*/
