/* CSS Document */

html, body{
	margin:0;
	padding:0;
	width:100%;
	height:100%;
}

*:first-child+html{/*solo per ie7*/
	overflow:auto;
}

html{
	background:#f7f1e4 url(images/bg-html.gif) top center repeat-y;
}


body{
	background:url(images/bg.gif) 0 0 repeat-x;
}

p, h1, h2, h3{
	margin:0;
	padding:0;
}

p{
	position:relative;
	overflow:auto;
}

hr{
	margin:18px 0 15px;
	border:0;
	height:1px;
	size:1px;
	background:#d2c6ae;
	color:#d2c6ae;
}

a{
	outline:none;
	color:#a17b28;
	text-decoration:none;
}

a:hover{
	color:#a0895c;
}


/*----------------------------------------------------------------------------*/


body#asd #contenitore img{
	margin-top:50px;
}

body#asd #contenitore h1{
	color:#553507;
	font:normal 24px Georgia, "Times New Roman", Times, serif;
	text-align:center;
	font-style:italic;
	font-weight:bold
}

body#asd a{
	color:#553507;
	font:normal 14px Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	border-bottom:#553507 thin dotted
}


/*-----------------------------*/


#contenitore{
	z-index:1;
	margin:0 auto;
	padding:0 20px;
	width:950px;
	min-height:100%;
	height:auto !important;
	height:100%;
	background:url(images/bg-cont.gif) 0 0 no-repeat;
}

#testa{
	overflow:hidden;
	width:950px;
	height:265px;
	background-position:50% 50%;
	background-repeat:no-repeat;
}

#contenuti{
	overflow:auto;
	z-index:1;
	margin:0 15px;
	padding:10px 20px 95px;
	background:#f7f1e4 url(images/white75px.gif) bottom repeat-x;
	font:normal 14px "Times New Roman", Times, serif;
	color:#3e2606;
	line-height:20px;
}

#fondo{
	z-index:2;
	width:950px;
	height:50px;
	margin:-60px auto 0;
	padding:10px 0 0;
	background:#b6a27a;
	font:normal 12px "Times New Roman", Times, serif;
	color:#786848;
	text-align:center;
}

#fondo a{
	color:#786848;
}

#fondo a:hover{
	color:white;
}

#idlab{
	overflow:hidden;
	width:40px;
	height:13px;
	margin:0 auto;
	background:url(images/idlab.gif) no-repeat;
}

#idlab a{
	display:block;
	padding-top:18px;
}


/*------------------------------*/


#logo{
	position:absolute;
	overflow:hidden;
	z-index:3;
	width:330px;
	height:220px;
}

#logo h1{
	background:url(images/logo-pastafabbri.png) 0 0 no-repeat;
}

#logo h1 a{
	position:relative;
	display:block;
	padding-top:230px;
}


#banda{
	position:absolute;
	z-index:2;
	top:195px;
	width:950px;
	height:135px;
	background:url(images/banda.png) 0 0 no-repeat;
}


#menu{
	position:absolute;
	z-index:2;
	width:950px;
	height:30px;
	padding:0 0 15px 0;
	text-align:right;
}

#menu ul{
	margin:0;
	padding:0;
	list-style-type:none;
	background:url(images/bg-menu.png) 0 0 repeat-x;
}

#menu li{
	position:relative;
	display:inline;
	padding:0 10px;
	border-left:1px solid #6d4c05;
	line-height:30px;
}

#menu li.primo{
	border-left:none;
}

#menu li a{
	font:normal 14px "Times New Roman", Times, serif;
	color:#f9dfa1;
	text-transform:uppercase;
	text-decoration:none;
}

#menu li a:hover{
	color:#fff;
}





/*----------------------------------*/


#video{
	float:right;
	margin-left:15px;
	padding:15px;
	width:320px;
	background:#d2c6ae;
	color:#7e6f51;
}

#video .movie{
	width:320px;
	background:black;
}


#paginatore{
	font:normal 14px "Times New Roman", Times, serif;
}

#paginatore strong{
	display:inline-block;
	padding:0 5px 2px;
	height:18px;
	color:white;
	background:#d2c6ae;
}

#paginatore a{
	display:inline-block;
	width:20px;
	height:18px;
	padding-bottom:2px;
	background:#d2c6ae;
	font:bold 14px "Times New Roman", Times, serif;
	color:white;
	text-decoration:none;
	text-align:center;
}

#paginatore a:hover, #paginatore a.sel{
	color:#d2c6ae;
	background:white;
}


#piatti div{
	float:left;
	width:200px;
	height:300px;
	padding:5px;
	border:5px solid #f7f1e4;
	background:#e5dbc8;
}

/*----------------------------------*/


.sx{
	float:left;
	margin:0 15px 0 0;
}

.dx{
	float:right;
	margin:0 0 0 15px;
}

.bordo{
	border:5px solid #d2c6ae;
}



/*----------------------------------*/


.slogan{
	display:inline-block;
	width:425px;
	padding-left:25px;
	font:italic 32px "Times New Roman", Times, serif;
	color:#6d4c05;
}

.titoli1, .titoli2{
	font:italic 21px "Times New Roman", Times, serif;
	color:#a0895c;
}

.titoli2{
	color:#684c27;
}


/*--------------------------------------form----------------------------------------*/

form{
	position:relative;
	overflow:auto;/*serve per contenere i float con i browser pił moderni*/
	margin:0;
	padding:0;
}

fieldset{
	position:relative;
	width:500px;
	float:left;
	border:none;
	padding:4px;
	margin:0 0 20px 0;
}
	
*:first-child+html legend{/*solo per ie7*/
	margin-left:-7px;
}
	
legend{
	border:none;
	padding:0;
	margin-left:0;
	color:#585858;
	text-decoration: none;
	font:normal 18px "Trebuchet MS", Arial, Verdana;
	}

fieldset div{
	border:none;
	margin:0;
	padding:0;
	float:left;
	}

label{
	border:none;
	float:left;
    display: inline;
	margin-left: 0;
	width:180px;
	height:25px;
    line-height:25px;
	border-bottom:1px dashed #d2c6ae;
	}

input{
	float:left;
	border:none;
	margin:2px 0 2px 5px;
	padding:2px 5px 0;
	width:300px;
	height:20px;
	background:#d2c6ae;
	font:normal 14px "Times New Roman", Times, serif;
	color:#fff;
	}
	
input.cap{
	width:140px;
}

input.citta{
	width:250px;
}

input.prov{
	width:35px;
}

select{
	float:left;
	border:none;
	margin:5px 0 0 5px;
	padding:0 3px;
	width:auto;
	height:20px;
	background:#d5d2b0;
	font:normal 12px Georgia, "Times New Roman", Times, serif;
	color:#474901;
	}
	
textarea{
	overflow:auto;
	float:left;
	border:none;
	background:#d2c6ae;
	margin:5px 0 0 0;
	padding:0 0 0 5px;
	width:490px;
	height:120px;
	font:normal 14px "Times New Roman", Times, serif;
	color:#ff;
	}
	
.bottone{
	margin:5px 0 0 0;
	padding:0;
	width:160px;
	height:30px;
	line-height:27px;
	border:none;
	background:#3e2606;
	font:bold 21px "Times New Roman", Times, serif;
	color:#c9ae77;
	cursor:pointer;
	}
	
label.piccolo{
	width:30px;
	height:15px;
    line-height:15px;
	}
	
label.medio{
	width:60px;
	height:15px;
    line-height:15px;
	}
	
input.radio{
	background:none;
	border:none;
	margin:1px 10px 0 0;
	width:40px;
	}
	
textarea.info{
	height:120px;
	background:#d2c6ae;
	font:normal 12px "Courier New", Courier, monospace;
	color:#3e2606;
	}
	
	
.imageSlideshowHolder,.imageSlideshowHolder_left
{
	/*position:absolute;*/
	position:relative;	/* Don't remove this line */
	overflow:hidden;
	z-index:1;
	width:950px;
	height:270px;
	margin-left:0px;
}

/* Don't change these values */
.imageSlideshowHolder img{
	position:absolute;
	left:0px;
	top:0px;
}


/* ******* */
/* COOKIES */
/* ******* */


#cookies_policy
{
	position: fixed;
	z-index: 99999;
	bottom: 0;
	left: 0;
	right: 0;
	min-height: 20px;
	padding: 10px 10% 10px 5%;
	font-size: 1.1em;
	/*font-weight:bold;*/
	font-family:"Times New Roman",Times,serif;
	color: #1F1100;
	line-height: 1.2em;
	text-align:center;
	background: #B6A27A;
	background: rgba(182, 162, 122, 0.9);
}
#cookies_policy a
{
	background:none;
	text-decoration:underline;
	color:#1F1100;
}
#link_close_cookie_policy
{
	float:none;
	margin:0 0 0 5px;
	padding:0;
	width: 50px;
	height:auto;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	behavior: url(http://www.id-lab.it/jcom/css/PIE.htc);
	background: #B6A27A;
	cursor: pointer;
	font-weight:bold;
	font-size:14px;
	line-height:24px;
	border: 2px solid #1F1100;
	box-shadow: 0px 1px 1px #888;
	color:#1F1100;
}