/* CSS Document */
html {
	height:100%;
}

body {
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	/*font-family:Verdana, Geneva, sans-serif;*/
	/*font-family: "Lucida Sans Unicode", "Lucida Grande", 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: 28px;
	color:#888;
	font-weight: normal;
}

h2 {
	font-size: 14px;
	color:#e7278f;
	font-weight: normal;
}


/*collegamenti ipertestuale*/
a {
	color:#b5007c;
	text-decoration:none;	
}

a:hover {
	color:#666;
	text-decoration: none;
}
	
.clearer {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}


/*--------- STRUTTURA DEL SITO -------------*/


#sito {
	width:980px;
	margin: 0px auto;
}


#header {
	height:30px;
	position: relative;
}
	#header #lingue {
		position:absolute;
		left:0px;
		top:8px;
		color:#de0078;
	}
		#header #lingue a {
			color:#000;
		}
		#header #lingue a img {		
			display:none;
		}
		#header #lingue a:hover {
			color:#b5007c;
		}				
		#header #lingue a.attivo {
			font-weight:bold;
		}
	
	
	#header #menu1 {
		position:absolute;
		right:0px;
		top:8px;
		color:#de0078;
	}
		#header #menu1 a {
			color:#000;
		}
		
		#header #menu1 a:hover {
			color:#b5007c;
		}				
		#header #menu1 a.attivo {
			font-weight:bold;
		}
	
#corpo {}

	#page_photo {
		float:left;
		width:375px;
		height:571px;
		margin-right:5px;
		margin-bottom:10px;
		overflow: hidden;
		position:relative
	}
		#logo {
			position: absolute;
			left:79px;
			top:272px;
			width:227px;
			height:72px;			
		}
			#logo span {
				display:none;
			}

		#slogan {
			position: absolute;
			left:0px;
			bottom:15px;
			width:375px;
			text-align:center;
			color:#000;
			font-size:15px;
		}

	h1#titolo_pagina {
		line-height:28px;
		margin:0px 0px 28px 10px;
		float:left;
		width:580px;
		text-transform:uppercase;
	}

	#page_area {
		float:left;
		width:600px;
	}

.layout_page {}

	.layout_page #col_left {
		width: 180px;
		margin-left:10px;
		margin-bottom:10px;
		float:left;
	}

	.layout_page #col_right {
		width: 400px;
		margin-bottom:10px;
		float:right;		
	}
	
.layout_prodotti {}

	.layout_prodotti #col_left {
		width: 260px;
		margin-left:10px;
		margin-bottom:10px;
		float:left;
	}

	.layout_prodotti #col_right {
		width: 320px;
		margin-bottom:10px;
		float:right;		
	}	

	.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-weight:normal;
	color:#000;
	text-decoration:none;
	font-size:13px;
	margin-bottom: 5px;
}

.pagelist ul li a.attivo {
	color:#b5007c;
	font-weight:bold;	
}
.pagelist ul li a:hover {
	color: #b5007c;
}


/*-------------------*/

.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:#fff;
	background:#444;	
	width:18px;
	height:18px;
	font-weight:bold;
	line-height:18px;
}

.page_num li a:hover,
.page_num li a.selected {
	color:#fff;
	background:#b5007c;
	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:400px;
}

.form .label {
	float:left;
	display: block;	
	width:400px;
	margin-top:8px;
}

.form .label span {	
	display: block;	
	float:left;
	width:100px;
	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 {
	height: 100px;
	font-size:11px;
	color:#999;
}
	#menu3 {
		margin-bottom: 10px;
	}
	
		#menu3 .pagebox .page_box{
			background: #dad8da;
			float:left;
			width:395px;
			color:#fff;			
			margin-left:5px;
		}
		#menu3 .pagebox .page_box.first {
			margin-left:0px;
			width:580px;
		}
		
		#menu3 .pagebox .page_box a,
		#menu3 .pagebox .page_box .block {
			color:#000;
			padding:0px 10px 10px 10px;
			display: block;
		}
		#menu3 .pagebox .page_box .block {
			position: relative;
		}
		#menu3 .pagebox .page_box a:hover {				
			background: #b5007c;
		}
		
			#menu3 .pagebox .page_box .block a {
				position: relative;
				display: inline;
				padding:0px;
				color:#b5007c;
			}				
			#menu3 .pagebox .page_box .block a:hover {				
				background: none;
				color:#666;
			}
		
		#menu3 .pagebox .page_box .titolo {
			font-size:28px;
			line-height:16px;
			font-weight:normal;
			text-transform:uppercase;
			color:#fff;
			margin-bottom: 30px;
		}		

	#footer .foot_info {
		clear:both;
		float:left;
	}
	
	#footer .foot_menu {
		float:right;
	}

	#footer a {color:#000;}
	#footer a:hover {color:#b5007c;}

/*----------*/

		#menu3 .pagebox .page_box .block .box {
			position: absolute;
			right:0px;
			bottom:0px;
		}
		
		.na_slider {
		}
			.na_slider .newscarousel {
				width: 300px;
				height: 84px;
			}				
			.na_slider .news_item {
				width: 300px;
				height: 76px;	
				text-align:right;
				padding: 4px;
			}	
				.na_slider .news_item .img {
					float:right;
					margin-left: 8px;
				}				
				.na_slider .news_item .news_titolo {
					font-size: 20px;
					color: #000;
				}
				.na_slider .news_item .news_anteprima {
					margin-top:3px;
					color: #444;
					line-height: normal;
				}				
				
				.na_slider .news_item a:hover .news_titolo {
					color: #b5007c;
				}
