/* === Clearfix Hack === */
.clearfix:after, #main:after, #header:after, #content:after, #side:after, #login_form div.input:after, .prod li.el:after, .gallery_horiz:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}
.clearfix, #main, #header, #content, #side, #login_form div.input, .prod li.el, .gallery_horiz {
    display: inline-block;
}
/* === End Clearfix Hack === */
#nav ul li.sel {
    zoom:1; /* IE6 hack */
}


html, body {
    border: 0;
    height: 100%;
    margin: 0;
    padding: 0;
}
body {
    background: #FFF url(../images/texture2.gif) repeat scroll 0 0;
    color: #350000;
    font-family: Verdana, sans-serif;
    font-size: 87.5%;
    text-align: center;
}
div, ul, li {
    border: 0;
    margin: 0;
    padding: 0;
}
ul {
margin:0;
padding:0 0 0 15px;
}
a:link, a:visited {
    color: #D99A6B;
    text-decoration: none;
}
a:hover, a:active {
    color: #D99A6B;
    text-decoration: underline;
}
#container {
    background: transparent url(../images/bg.gif) repeat-y scroll 0 0;
    height: 100%;
    margin: 0 auto;
    position: relative;
    width: 980px;
}
#container.one_col { /* per le pagine con una sola colonna di contenuti */
    background: #FFF none;
}
body>#container {
    height: auto;
    min-height: 100%;
}
#header {
    background: #FFF none;
    padding-bottom: 38px;
}
#main {
    margin: 0;
    padding-bottom: 6em; /* #footer height or more */
}
#content {
    float: right;
    width: 692px;
}
#text {
    float:left;
    margin: 0 10px 0 0;
    width: 421px;
}
.one_col #text {
float:none;
margin-right:20px;
width:672px;
}
#text_side {
    background: transparent url(../images/text_side_bg.gif) repeat-x scroll 0 0;
    float: right;
    width: 261px;
}
#side {
    display: inline;
    float: left;
    margin: -35px 25px 0;
    position:relative;
    text-align: left;
    width: 238px;
}
#footer {
    background-color: #564325;
    bottom: 0;
    color: #FFF;
    font-size: 0.8em;
    left: 0;
    line-height: 3em;
    position: absolute;
    width: 100%;
}
#footer p {
    margin: 0;
}
#menu_mini {
    line-height:1em;
    padding:0 0 1em;
}
#menu_mini li {
    border-left:1px solid #FFF;
    display:inline;
    padding:0 1em;
}
#menu_mini li.first {
    border-left:0 none;
}
#menu_mini a.sel:link, #menu_mini a.sel:visited, #menu_mini a.sel:hover, #menu_mini a.sel:active {
    font-weight:bold;
}

/* === header === */
#brand {
    background-image: url(../images/logo.gif);
    background-repeat: no-repeat;
    overflow: hidden;
    padding: 103px 0 0;
    height: 0 !important;
    height /**/: 103px;
    display: inline;
    float: right;
    margin: 10px 20px 0 0;
    width: 87px;
}
#home {
    background: transparent url(../images/home_bg.jpg) no-repeat scroll 0 bottom;
    float: left;
    height: 275px;
    text-align: left;
    width: 288px;
}
#home a:link, #home a:visited, #home a:hover, #home a:active {
    background-image: url(../images/home.gif);
    background-repeat: no-repeat;
    overflow: hidden;
    padding: 31px 0 0;
    height: 0 !important;
    height /**/: 31px;
    display: block;
    margin: 44px 0 0 23px;
    text-decoration: none;
    width: 70px;
}
#title {
    background: transparent url(../images/header2.jpg) no-repeat scroll 0 bottom;
    float: right;
    height: 205px;
    margin: -40px 0 0;
    width: 692px;
}
h1 {
    background-repeat: no-repeat;
    overflow: hidden;
    padding: 70px 0 0;
    height: 0 !important;
    height /**/: 70px;
    display: block;
    margin: 0;
}
#nav {
float:left;
width:580px;
}
#nav ul {
margin:2.9em 0 0;
padding:0;
text-align:left;
}
#nav ul li {
display:inline;
margin:0 11px 0 0;
}
#nav ul li.sel {
position:relative;
}
#nav ul li a:link, #nav ul li a:visited, #nav ul li a:hover, #nav ul li a:active {
color: #350000;
font-size:0.8em;
/*letter-spacing:1px;*/
text-transform:uppercase;
}
#nav ul li.sel a:link, #nav ul li.sel a:visited, #nav ul li.sel a:hover, #nav ul li.sel a:active {
color: #9A141B;
}
ul#nav_sec {
border-right:2px solid #9A141B;
display:inline;
margin:-1.4em 0 0;
padding:0 0 0.4em;
position:absolute;
right:-2px;
text-align:right;
top:0;
width:980px;
}
ul#nav_sec li {
margin:0 3px 0 13px;
}
ul#nav_sec li.sel {
    position: static;
}
ul#nav_sec li a:link, ul#nav_sec li a:visited, ul#nav_sec li a:hover, ul#nav_sec li a:active {
color: #9A141B;
text-transform:none;
}
ul#nav_sec li.sel a:link, ul#nav_sec li.sel a:visited, ul#nav_sec li.sel a:hover, ul#nav_sec li.sel a:active {
font-weight: bold;
}
/* === fine header === */


/* === form login === */
#login_form fieldset {
border:0 none;
margin:10px 0 0;
padding:0;
}
#login_form div.input {
margin:0 0 10px;
width: 100%;
}
#login_form div.input label {
display:block;
float:left;
font-size:0.8em;
line-height:1.6em;
text-transform:uppercase;
}
#login_form div.input input {
border:1px solid #941A1B;
float:right;
height:1.3em;
padding:0;
width:140px;
}
#login_form div.check {
float: left;
font-size:0.7em;
}
#login_form div.check input {
margin-left:0;
}
#login_form div.submit {
float: right;
}
#login_form div.submit input {
background:transparent url(../images/form_submit_bg.gif) repeat scroll 0 0;
border:0 none;
color:#FFFFFF;
font-family:verdana;
font-size:0.7em;
height:17px;
margin:0;
padding:0 0 3px;
width:36px;
}
/* === fine form login === */


/* === area speciale === */
#spec_menu a:link, #spec_menu a:visited, #spec_menu a:hover, #spec_menu a:active {
    background-image: url(../images/spec_menu.gif);
    background-repeat: no-repeat;
    overflow: hidden;
    padding: 48px 0 0;
    height: 0 !important;
    height /**/: 48px;
    width: 127px;
    display: block;
}
#spec_prenota {
    float: left;
    height: 56px;
    margin: 0 0 10px;
    width: 126px;
}
#spec_prenota a:link, #spec_prenota a:visited, #spec_prenota a:hover, #spec_prenota a:active {
    background-image: url(../images/spec_prenota.gif);
    background-repeat: no-repeat;
    overflow: hidden;
    padding: 56px 0 0;
    height: 0 !important;
    height /**/: 56px;
    width: 126px;
    display: block;
}
#spec_podere {
    float: right;
    /*height: 63px;*/
    margin-bottom: 10px;
    width: 96px;
}
#spec_podere a:link, #spec_podere a:visited, #spec_podere a:hover, #spec_podere a:active {
    background-image: url(../images/spec_podere.gif);
    background-repeat: no-repeat;
    /*overflow: hidden;*/
    padding: 63px 0 0;
    /*height: 0 !important;*/
    /*height*/ /**//*: 63px;*/
    width: 96px;
    color: #350000;
    display: block;
    font-size: 0.8em;
    line-height: 1em;
    text-align: center;
}
#spec_dintorni {
    clear: both;
    width: 238px;
}
#spec_dintorni a:link, #spec_dintorni a:visited, #spec_dintorni a:hover, #spec_dintorni a:active {
    background-image: url(../images/spec_dintorni.gif);
    background-repeat: no-repeat;
    overflow: hidden;
    padding: 44px 0 0;
    height: 0 !important;
    height /**/: 44px;
    width: 238px;
    display: block;
}
#spec_area h3 a:link, #spec_area h3 a:visited, #spec_area h3 a:hover, #spec_area h3 a:active {
background-color:#9A141B;
border-color:#350000;
border-style:solid;
border-width:2px 2px 2px 3px;
clear:both;
color:#FFFFFF;
display:block;
font-size:0.7em;
font-weight:normal;
padding:2px 63px 2px 10px;
text-decoration:none;
text-transform:uppercase;
width:160px;
}
#spec_area h3 strong {
display:block;
font-size:1.4em;
font-weight:normal;
}
#login_data {
font-size: 1em;
}
#login_data strong {
    font-weight: bold;
    text-transform: uppercase;
}
#login_data a:link, #login_data a:visited, #login_data a:hover, #login_data a:active {
background:transparent url(../images/freccia_big.gif) no-repeat scroll 7px 0.4em;
color:#350000;
font-size: 0.8em;
padding:0 0 0 30px;
}
/* === fine area speciale === */


/* === text === */
#text {
    font-size: 0.9em;
    margin: -2em 0 0;
    text-align: left;
}
h2 {
color:#9A141B;
font-family:georgia, serif;
font-size:1em;
font-weight:bold;
line-height:1em;
margin:1em 0;
position:relative;
text-transform:uppercase;
}
h3 {
font-size:1em;
margin:2em 0 0;
}
div.intro {
    font-style: italic;
    margin-bottom: 3em;
    width: 99%;
}
div.intro:first-letter, div.intro p:first-child:first-letter {
    font-family: georgia, serif;
    font-size: 2em;
    line-height: 0.8em;
}
div.avviso {
    margin: 4em 0 0;
}
/* === fine text === */

/* === menu prodotti === */
.prod {
font-size:0.8em;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:10px 0 0 10px;
padding:0;
text-align:left;
}
.prod li {
margin:10px 0 0;
padding:0;
}
.prod li img {
float:left;
margin:0;
width: 85px;
}
.prod li a:link, .prod li a:visited, .prod li a:hover, .prod li a:active {
background: transparent url(../images/freccia.gif) no-repeat scroll 2px 0.5em;
color:#350000;
padding:0 0 0 20px;
display:block;
float:right;
width:140px;
}
.prod li a.sel:link, .prod li a.sel:visited, .prod li a.sel:hover, .prod li a.sel:active {
background-image: url(../images/freccia_sel.gif);
color:#FFF;
}
.prod_sub {
font-size:0.8em;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin-left:85px;
padding:0;
}
.prod_sub li {
margin:0;
}
span.empty_cat {
/*background: transparent url(../images/freccia.gif) no-repeat scroll 2px 0.5em;*/
color:#000;
font-weight:bold;
padding:0 0 0 20px; 
display:block;
float:right;
width:140px;
}
/* === fine menu prodotti === */


/* === HOME === */
#welcome {
    float: left;
    margin: 0 15px 0 0;
    width: 203px;
}
#vetrina {
    float: left;
    margin: 0;
    width: 203px;
}
.vetrina {
    font-size: 0.8em;
}
.vetrina a:link, .vetrina a:visited, .vetrina a:hover, .vetrina a:active {
    border-left: 1px solid #D99A6B;
    color: #D99A6B;
    padding-left: 5px;
}
#vetrina img {
    margin: 20px 0 0;
    width: 100%;
}

.menu_sec {
font-size:1em;
list-style:none;
margin:10px 0 0 10px;
padding:0;
text-align:left;
}
.menu_sec li {
margin:10px 0 0;
padding:0;
}
.menu_sec li img {
margin:0;
width: 85px;
}
.menu_sec li a:link, .menu_sec li a:visited, .menu_sec li a:hover, .menu_sec li a:active {
background: transparent url(../images/freccia_big.gif) no-repeat scroll 7px center;
color:#350000;
padding:0 0 0 30px;
}
.menu_sec li a.sel:link, .menu_sec li a.sel:visited, .menu_sec li a.sel:hover, .menu_sec li a.sel:active {
background-image: url(../images/freccia_big_sel.gif);
color:#FFF;
}
/* === FINE HOME === */


/* === STORIA === */
.intro img {
    margin: 5px 5px 5px 0;
}

.gallery {
    margin:10px;
text-align:left;
}
.gallery a:link, .gallery a:visited, .gallery a:hover, .gallery a:active {
    text-decoration: none;
}
.gallery img {
    border: 0;
    width: 200px;
}
.gallery p {
    color: #FFF;
    font-size: 0.7em;
    margin: 0 0 2em;
}
/* === FINE STORIA === */


/* === CANTINA === */
.gallery_horiz {
width:100%;
}
.gallery_horiz .item {
float:left;
margin:10px 10px 0 0;
}
.gallery_horiz a:link, .gallery_horiz a:visited, .gallery_horiz a:hover, .gallery_horiz a:active {

}
.gallery_horiz img {
width:200px;
}
.gallery_horiz p {

}
/* === FINE CANTINA ==== */


/* === AMBIENTE === */
div.amb {
float:right;
margin: 20px 0 0;
width:500px;

}
div.amb h3 {
    margin: 0;
}
img.amb {
float:left;
margin: 20px 0 0.5em;
width:150px;
}
span.amb {
background: transparent url(../images/freccia_big.gif) no-repeat 0 center;
clear:left;
display:block;
margin:0;
padding:0 0 0 20px;
zoom:1;
}
/* === FINE AMBIENTE === */


/* === CONTATTI === */
.contact img {
  width: 420px;  
}
.contact_side {
font-weight:bold;
margin:20px 10px;
text-align:left;
}
.contact_side a:link, .contact_side a:visited, .contact_side a:hover, .contact_side a:active {
    color: #FFF;
}
/* === FINE CONTATTI === */


/* === MENU === */
img.menu {
    margin: 20px 0 0;
    width: 420px;
}
h3.menu {
margin:4em 10px 1em;
text-align:left;
}
/* === FINE MENU === */


/* === AREA RISERVATA === */
h3.ris {
    margin: 10px 20px;
    text-align: left;
}
h3.ris a:link, h3.ris a:visited, h3.ris a:hover, h3.ris a:active {
    color: #350000;
}
h3.ris a.sel:link, h3.ris a.sel:visited, h3.ris a.sel:hover, h3.ris a.sel:active {
    color: #FFF;
}
/* === FINE AREA RISERVATA === */


/* === FORM REGISTRATIONE === */
form#user_form {
    margin: 0;
    padding: 0;
}
* html form#user_form {
    width: 630px;
}

#user_form fieldset {
	margin: 0;
    padding: 0;
}
#user_form legend {
	font-weight: bold;
    margin: 0 10px;
}
#user_form  div {
	margin: 10px;
	text-align: left;
    width: 640px;
}
#user_form  div:after {
clear: both;
content: " ";
display: block;
font-size: 0;
height: 0;
visibility: hidden;
}
#user_form  div {
display: inline-block;
}
#user_form label {
	float: left;
    line-height: 2em;
	width: 120px;
}
#user_form input {
	float: left;
	width: 200px;
}
#user_form select {
	float: left;
	margin-left: 20px;
	width: 250px;
}
#user_form input.checkbox {
	width: 20px;
}
#user_form div acronym {
	border: none;
	float: left;
	font-size: 1.6em;
	padding: 0 4px;
}
#user_form div span {
	display: block;
	float: right;
    line-height: 2em;
	text-align: right;
	width: 280px;
	color: #F00;
	font-weight: bold;
}
#user_form div label.privacy {
	width: auto;
}
#user_form textarea {
	float: left;
	height: 100px;
	width: 500px;
}
#user_form div.submit {
	text-align: center;
	width: 100%;
}
#user_form input.button_submit {
	float: none;
	margin: 0;
	width: 100px;
}
#user_form .allowed_tag {
	display: block;
	font-size: 0.9em;
	padding-top: 15px;
}
#user_form .allowed_tag abbr {
	border-bottom: 1px dotted #CCC;
	font-size: 1em;
	padding: 4px 4px 0;
}
#user_form .mandatory_label {
margin:2em 20px 1em;
text-align:right;
}
#user_form .mandatory_label abbr {
	float: none;
}
/* === FINE FORM REGISTRATIONE === */

/* === AREA RISERVATA HOME === */
div.ris_amb {
float:right;
margin: 20px 0 0;
width:250px;

}
div.ris_amb h3 {
    margin: 0;
}
img.ris_amb {
float:left;
margin: 20px 0 0.5em;
width:150px;
}
span.ris_amb {
background: transparent url(../images/freccia_big.gif) no-repeat 0 center;
clear:left;
display:block;
margin:0;
padding:0 0 0 20px;
zoom:1;
}
.hide {
    display:none !important;
}
/* === FINE AREA RISERVATA HOME === */

/* === AREA RISERVATA MENU SPECIALI === */
ul.menu_spec, ul.menu_spec2 {
    font-size:0.9em;
    list-style:none;
}
ul.menu_spec li, ul.menu_spec2 li {
    margin:5px 0 0;
}
a.spec_menu_spec:link, a.spec_menu_spec:visited, a.spec_menu_spec:hover, a.spec_menu_spec:active {
    background-image: url(../images/spec_menu_spec.gif);
    background-repeat: no-repeat;
    overflow: hidden;
    padding: 67px 0 0;
    height: 0 !important;
    height /**/: 67px;
    
    display: block;
    margin: 10px;
    width: 239px;
}
/* === FINE AREA RISERVATA MENU SPECIALI === */