/* CSS Document */
html{
	width:100%;
	height:100%;
}

*:first-child+html{/*solo per ie7*/
	overflow:auto;
}

body{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	background:#fff url(images/sfondo.gif) 0 0 repeat-x;
}

p{
	margin:0;
	padding:0;
	font:normal 12px Georgia, "Times New Roman", Times, serif;
	color:#52472b;
	line-height:18px;
}

a{
 	color:#a68c4d;
}

a:hover{
	color:#000032;
}

#contenitore{
	position:relative;
	width:1000px;
	min-height:500px;
	margin:auto;
	background:url(images/logo.gif) 0 0 no-repeat;
}

#top{
	position:relative;
	overflow:hidden;
	height:130px;
}

#top h1{
	position:relative;
	display:block;
	width:520px;
	height:130px;
	margin:0;
	padding:130px 0 0;
}

#nav{
	position:absolute;
	top:0;
	right:70px;
	height:30px;
	text-align:right;
	font:normal 11px Georgia, "Times New Roman", Times, serif;
	color:#59596c;
}

#nav a{
	color:#59596c;
	text-decoration:none;
}

#nav a:hover{
	color:#fff;
	text-decoration:none;
}

#nav ul{
	position:relative;
	overflow:hidden;
	list-style-type:none;
	height:30px;
	margin:0;
	padding:0;
}

#nav li{
	float:left;
	margin-right:5px;
	line-height:30px;
}

#nav li#casa{
	overflow:hidden;
	width:18px;
	margin:0;
	background:url(images/casa.gif) 0 2px no-repeat;
}

#nav li#busta{
	overflow:hidden;
	width:16px;
	margin:0;
	background:url(images/busta.gif) 0 2px no-repeat;
}

#nav li#ita{
	overflow:hidden;
	width:16px;
	margin:0 0 0 5px;
	background:url(images/bandiere.gif) 0 12px no-repeat;
}

#nav li#eng{
	overflow:hidden;
	width:16px;
	margin:0 0 0 3px;
	background:url(images/bandiere.gif) -19px 12px no-repeat;
}


#nav li#casa a, #nav li#busta a, #nav li#ita a, #nav li#eng a{
	display:block;
	width:18px;
	height:30px;
	padding:40px 0;
}

#cont{
	width:940px;
	min-height:300px;
	margin:0 30px;
	background:url(images/sf-contenuti.png) no-repeat;
}

#menu{
	position:relative;
	overflow:auto;
	margin-left:155px;
	padding:3px 0 0;
	font:bold 16px Georgia, "Times New Roman", Times, serif;
	color:#866d2d;
}

#menu ul, #menu ul #en{
	margin:0;
	padding:0;
	list-style-type:none;
}

#menu li{
	overflow:hidden;
	float:left;
	height:25px;
	padding:0 21px;
	border-left:1px solid #cfbf8d;
	border-right:1px solid #cfbf8d;
	line-height:25px;
}

#menu #en li{
	overflow:hidden;
	float:left;
	height:25px;
	padding:0 19px;
	border-left:1px solid #cfbf8d;
	border-right:1px solid #cfbf8d;
	line-height:25px;
}

#menu li.primo, #menu #en li.primo{
	border-left:none;
}

#menu li.ultimo, #menu #en li.ultimo{
	border-right:none;
}

#menu li a{
	display:block;
	padding:25px 0;
	height:25px;
}

#menu li a.home{
	width:54px;
	background:url(images/home.png) 0 0 no-repeat;
}

#menu li a.territorio{
	width:104px;
	background:url(images/territorio.png) 0 0 no-repeat;
}

#menu li a.vini{
	width:40px;
	background:url(images/vini.png) 0 0 no-repeat;
}

#menu li a.filosofia{
	width:89px;
	background:url(images/filosofia.png) 0 0 no-repeat;
}

#menu li a.press{
	width:107px;
	background:url(images/press.png) 0 0 no-repeat;
}

#menu li a.contatti{
	width:85px;
	background:url(images/contatti.png) 0 0 no-repeat;
}


#menu li a.territory{
	width:97px;
	background:url(images/territory.png) 0 0 no-repeat;
}

#menu li a.wines{
	width:58px;
	background:url(images/wines.png) 0 0 no-repeat;
}

#menu li a.philosophy{
	width:109px;
	background:url(images/philosopy.png) 0 0 no-repeat;
}

#menu li a.contact{
	width:104px;
	background:url(images/contact.png) 0 0 no-repeat;
}


#contenuti{
	position:relative;
	padding:22px 55px;
}

#testata{
	position:relative;
	overflow:hidden;
	width:770px;
	height:140px;
	padding:30px;
	margin-bottom:20px;
	background:url(../images/testata-home.jpg);
	font:normal 21px Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:white;
}

#testata h1{
	margin:0;
	font-size:48px;
	font-weight:normal;
}

#testata h2{
	margin:0;
	font-size:30px;
	font-weight:normal;
}

#bottom{
	position:relative;
	margin-top:20px;
	padding-top:5px;
	border-top:1px solid #b5ac97;
	font:normal 11px Georgia, "Times New Roman", Times, serif;
	color:#c7bb9d;
	line-height:14px;
}

#bottom a{
	color:#c7bb9d;
}

#bottom a:hover{
	color:#a68c4d;
}

#id-lab{
	position:absolute;
	overflow:hidden;
	right:0;
	top:0;
	width:60px;
	height:30px;
	background:url(images/id-lab.gif) right 10px no-repeat;
}

#id-lab a{
	display:block;
	padding-top:50px;
}

#navigatore{
	position:absolute;
	top:20px;
	right:60px;
	text-align:right;
	font:normal 12px Georgia, "Times New Roman", Times, serif;
	color:#866d2d;
}

#navigatore a{
	color:#a68c4d;
	text-decoration:none;
}

#navigatore a:hover{
	color:#866d2d;
	text-decoration:none;
}

#flow{
	height:290px;
	z-index:3;
}


/*--classi testo--*/

.titoli{
	font:normal 18px Georgia, "Times New Roman", Times, serif;
	color:#a68c4d;
	font-style:italic;
	line-height:21px;
}

/*--classi--*/

.sx{
	float:left;
	margin-right:15px;
}

.dx{
	float:right;
}

.wide{
	margin-bottom:20px;
}



/*--IGOR--*/

div.cont-elenco {
	position:relative;
	overflow:hidden;
	margin:0;
	width:830px;
}

div.cont-elenco div.section {
	width:830px;
	overflow:hidden;
	float:left;
	padding:0;
}

div.cont-elenco div.elenco {
	width:10000px;
}




.news{
	position:relative;
	float:left;
	width:176px;
	min-height:240px;
	padding:0 15px;
	border-right:1px solid #d4c7a5;
}

.news-nobord{
	position:relative;
	float:left;
	width:176px;
	min-height:240px;
	padding:0 15px;
	border:none;
}


.news a, .news-nobord a{
	display:block;
	width:176px;
	min-height:240px;
	text-decoration:none;
	color:#201701;
	font-size:12px;
	line-height:18px;
}

.news a:hover, .news-nobord a:hover {
	text-decoration:none;
	color:#201701;
}

.news img, .news-nobord img{
	margin-bottom:10px;
}

.news p, .news-nobord p{
	margin-top:10px;
}

.news .continua, .news-nobord .continua{
	font-size:11px;
	color:#a68c4d;
	line-height:24px;
}

/*--------------------------------------form----------------------------------------*/

form{
	position:relative;
	overflow:auto;/*serve per contenere i float con i browser pił moderni*/
	margin:0;
	padding:0;
	font:normal 12px Georgia, "Times New Roman", Times, serif;
	color:#52472b;
}

fieldset{
	position:relative;
	width:380px;
	float:left;
	border:1px solid #917650;
	padding:10px;
	margin:0;
	}
	
*:first-child+html legend{/*solo per ie7*/
	margin-left:-7px;
}
	
legend{
	border:none;
	padding:0;
	margin-left:0;
	color:#917650;
	text-decoration: none;
	font:normal 14px Georgia, "Times New Roman", Times, serif;
	line-height:30px;
	}

fieldset div{
	border:none;
	margin:0;
	padding:0;
	float:left;
	width:380px;
	}

label{
	border:none;
	float:left;
    display:inline;
	margin-left: 0;
	width:144px;
	height:27px;
    line-height:30px;
	}

input{
	float:left;
	border:none;
	margin:6px 0 0 6px;
	padding:2px 0 0 3px;
	width:auto;
	height:19px;
	background:#e5dbb9;
	font:normal 12px Georgia, "Times New Roman", Times, serif;
	color:#52472b;
	}
	
textarea{
	float:left;
	border:none;
	background:#e5dbb9;
	margin:3px 0 0 0;
	padding:0 0 0 3px;
	width:380px;
	height:157px;
	font:normal 12px Georgia, "Times New Roman", Times, serif;
	color:#52472b;
	line-height:18px;
	}
	
.bottone{
	margin:2px 0 0 0;
	padding:0;
	width:80px;
	height:20px;
	border:none;
	background: #e5d49c;
	vertical-align:middle;
	font:bold 12px Georgia, "Times New Roman", Times, serif;
	color:#917650;
	}
	
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;
	}
	
textarea.info{
	padding-left:3px;
	height:102px;
	background:#e5dbb9;
	font:normal 12px Georgia, "Times New Roman", Times, serif;
	color:#988b60;
	line-height:18px;
	}