/* DIGITALINK 0708 */


* {
  margin: 0;
  padding: 0;
  }

img {
  border: none;
  }


body {
  background: #641E05 url(../pics/body_bg.jpg) repeat-x top left;
  font-family: "Times New Roman", "Trebuchet Ms", arial, serif;
  font-size: 1em;
  color: #484123;
  margin-bottom: 10px;
  } 

ul, ol {
  list-style: none;
  }



/* MAIN STRUCTURE */

#container {
  width: 752px;
  margin: 0 auto;
  background: transparent;
  }


#main {
  width: 752px;
  background: #CBCBB3 url(../pics/main_top_bg.jpg) no-repeat top left;
  padding-bottom: 50px;
  }


#footer {
  width: 752px;
  background: #CBCBB3 url(../pics/footer_bottom_bg.jpg) no-repeat bottom left;
  text-align:  center;
  padding: 5 0;
  }

/* LINK STYLES */

a:link, a:visited {
  color: #461C0E;
  }

a:hover, a:active {
  text-decoration: none;
  color: #7F1B27
  }

#navigation li a:link, #navigation li a:visited {
  color: #484123;
  text-decoration: none;
  }

#navigation li a:hover, #navigation li a:active, #navigation li .selected {
  color: #0B6729;
  padding-bottom: 10px;
  background: url(../pics/nav_bg.jpg) no-repeat center 20px ;
  }

#subnavigation li a:link, #subnavigation li a:visited {
  color: #484123;
  text-decoration: none;
  padding: 10px 0 10px 30px;
  }

#subnavigation li a:hover, #subnavigation li a:active {
  color: #7F1B27;
  background: url(../pics/subnav_list_bg2.gif) no-repeat 2px center;
  }

#subnavigation li .selected {
  background: url(../pics/subnav_list_bg.gif) no-repeat 2px center;
  }


/* CLASS STYLES */

.nodisplay {
  display: none;
  }

.small {
  font-size: small;
  }

.paraf {
  padding: 10px 20px;
  }


/* ID STYLES */

#logo {
  margin: 30px 0 7px 20px;
  }
  
#ecomm {
  float: right;
  display: block;
  margin: 9px 30px 0 0;
  color: #333;
  }

#flags {
  float: right;
  }

#navigation {
  font-size: 1.1em;
  width: 630px;
  padding-left: 80px;
  }

#navigation li {
  float: left;
  padding: 30px 6px 10px 6px;
  }

#rosone {
  margin-left: 250px;
  clear: both;
  }

#front {
  background: url(../pics/aia1.jpg) no-repeat;
  height: 273px;
  } 

#subnavigation {
  font-weight: bold;
  font-size: 1em;
  padding: 75px 0 100px 0;
  /* background: url(../pics/aia1.jpg) no-repeat; */
  
  }

#subnavigation li {
  margin: 5px 0;
  }

#google_maps {
  margin: 10px 0 0 20px;
  }
  
#footer p {
  padding: 10px;
  background: url(../pics/footer_bg.jpg) no-repeat top center;
  }


#pictures {
  width: 100%;
  text-align: center;
  margin: 40px 0;
  }

#title_olio {
  font-size: 1em;
  }

#title_olio a {
  text-decoration: none;
  }


/* TABELLA VINI */

#vini_table {
  margin:  10px;
  width: 730px;
  }

#vini_table a:link, #vini_table a:visited, #vini_table a:active, #vini_table a:hover {
  text-decoration: none;
  }



#vini_table td {
  width: 172px;
  }

#vini_table tr {
  height: 200px;
  }

h4 { color: #461C0E;
  font-size: 0.8em; }

.inline {
  display: inline;
  }


.vino_title{
 padding-left: 5px;
 text-align: left;
  }
  
.vino_desc{
  margin-left: 7px;
  text-align: left;
  }



.anteprima{
  float:left;
  margin-left: 2px;
  }

.info{

  float:left;
  width: 25px;
  margin-right: 0px;
  }


/* SCHEDA VINI */

#logo_scheda {
  text-align: right;
  }


#cont_scheda {
  margin-top: 0;
  background: #FFF;
  }

#bottiglia{
  float: right;
  margin: 10px 5px;
  }

.title_scheda { color: #461C0E;
  font-size: 0.8em;
  margin: 10px;
  }

ul.lista_scheda {
  color: #333;
  font-size: 0.8em;
  margin: 10px;
  }

ul.lista_scheda li {
  padding: 2px 0;
  }

.close {
  color: #461C0E;
  font-size: 0.8em;
  padding: 10px;
  }

/* OLIO */

#olio {
  clear: both;
  padding: 15px;
  }

#olio_pdf {
  margin-left: 5px;
  }


