* 
{ 
   margin: 0;
   padding: 0;
}
li
{
   list-style: none;
}
img,
fieldset
{
   border: none;
}
a
{
   text-decoration: none;
}
p
{
   font-size: 1.1em;
   line-height: 1.6em;
   text-align: justify;
}
acronym
{
   cursor: help;
}
pre
{
   display: none;
}
body
{
   font: 62.5% verdana, arial, sans-serif;
   background: #e0d9bb;
}
body#wineModalBody,
body#formModalBody
{
   background: #fff;
}


#mainContainer
{
   overflow: hidden;
   /* height: 100%; */
   width: 960px;
   margin: 0 auto;
   padding: 0 15px;
   background: #fff;
}

/* ----------------------------------------------------- */
#header
{
   height: 254px;
   background: url(../images/header/headerBg.jpg) no-repeat;
}
#header h1,
#header h6
{
   text-indent: -9999px;
}
/* ----------------------------------------------------- */

#headerMenu
{
   overflow: hidden;
   height: 28px;
   /* background: #fff url(../images/header/headerMenuBg.jpg) repeat-x; */
   background: #fff;
   text-transform: uppercase;
}
#breadCrumbs
{
   width: 750px;
   float: left;
}
#breadCrumbs ul
{
   padding: 8px 0 0 6px;
   overflow: hidden;
   height: 100%;
}
#breadCrumbs ul li
{
   float: left;
   padding-right: 4px;
}
#breadCrumbs ul li a:link,
#breadCrumbs ul li a:visited,
#breadCrumbs ul li a:hover,
#breadCrumbs ul li a:active
{
   color: #000;
}
#breadCrumbs ul li a:hover,
#breadCrumbs ul li a:active
{
   text-decoration: underline;
}
#languageBox
{
   overflow: hidden;
   height: 100%;
   width: 190px;
   float: right;
}
#languageBox p
{
   float: left;
   padding-top: 5px;
   font-size: 1em;
   font-weight: bold;
}
#languageBox p a:link,
#languageBox p a:visited,
#languageBox p a:hover,
#languageBox p a:active
{
   color: #000;
}
#languageBox ul
{
   overflow: hidden;
   height: 100%;
   float: right;
}
#languageBox ul li
{
   /* float: left; */
   float: right;
}
#languageBox ul li a:link,
#languageBox ul li a:visited,
#languageBox ul li a:hover,
#languageBox ul li a:active
{
   text-indent: -9999px;
   display: block;
   float: left;
   margin: 8px 6px 0 0;
   width: 16px;
   height: 11px;
}
#languageBox ul li#lang_1 a
{
   background: url(../images/header/de.jpg) no-repeat;
}
#languageBox ul li#lang_2 a
{
   background: url(../images/header/en.jpg) no-repeat;
}
#languageBox ul li#lang_3 a
{
   background: url(../images/header/it.jpg) no-repeat;
}
/* ----------------------------------------------------- */



#mainColumn
{
   width: 569px;
   margin: 0 10px 0 14px;
}
#slideBox
{
   padding-bottom: 17px;
   border-bottom: 1px solid #c0b6ad;
}
.contentBox_1
{
   overflow: hidden;
   height: 100%;
}
.contentBox_1 img,
.contentBox_1 p
{
   float: left;
}
.contentBox_1 img
{
   width: 162px;
   padding: 15px 12px 15px 0;
}
.contentBox_1 p
{
   width: 395px;
   padding-top: 25px;
   font-size: 1em;
   font-weight: 1.4em;
   /* text-transform: uppercase; */
}


.pageType01 h2
{
   color: #a18834;
   border-bottom: 1px solid #c0b6ad;
   padding-bottom: 4px;
   text-transform: uppercase;
   margin-bottom: 6px;
   font-size: 1.3em;
}
.pageType01 p
{
   padding: 5px 0;
   font-size: 1.1em;
}
.pageType01 p a:link,
.pageType01 p a:visited,
.pageType01 p a:hover,
.pageType01 p a:active
{
   color: #000;
   text-decoration: underline;
}
p.topPic
{
  padding: 0;
}

.contentGallery ul
{
   overflow: hidden;
   height: 100%;
   margin: 15px 0;
}
.contentGallery ul li
{
   float: left;
   margin-right: 40px;
}
.contentGallery ul li.last
{
   margin-right: 0px;
}


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

#smallGallery
{
   padding: 10px 0;
}
#smallGallery a
{
   margin-right: 37px;
}
#smallGallery a#smallGallery_last
{
   margin-right: 0;
}

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

ul#mainMenu li
{
   width: 100%;
   text-transform: uppercase;
   font-size: 1em;
}
ul#mainMenu li a:link,
ul#mainMenu li a:visited,
ul#mainMenu li a:hover,
ul#mainMenu li a:active
{
   /* background: #c0b6ad; */
   background: #e0d3a9;
   color: #222;
   margin: 2px 0;
   padding: 6px 0 6px 3px;
   display: block;
   width: 100%;
   height: 100%;
}
ul#mainMenu li a:hover,
ul#mainMenu li a:active,
ul#mainMenu li.nowOn a
{
   background: #a18834;
}
ul#mainMenu li.first a
{
   margin-top: 0;
}
ul#mainMenu ul.level2 li
{
   font-size: 1em;
   margin-left: 5px;
   width: 158px!important;
}
ul#mainMenu ul.level2 li a:link,
ul#mainMenu ul.level2 li a:visited,
ul#mainMenu ul.level2 li a:hover,
ul#mainMenu ul.level2 li a:active
{
   /* background: #c0b6ad; */
   /* background: #e0d3a9; */
   background: #cbbe94;
   border-left: 4px solid #a18834;
   padding: 5px 0 5px 3px;
}
ul#mainMenu ul.level2 li a:hover,
ul#mainMenu ul.level2 li a:active,
ul#mainMenu ul.level2 li.nowOn a
{
   background: #a18834;
}

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

#content
{
   overflow: hidden;
   height: 100%;
}
#menuColumn,
#mainColumn,
#sideColumn
{
   float: left;
}
#menuColumn
{
   width: 167px;
   /* padding-bottom: 230px; */
   /* padding-bottom: 438px; */
}
/* ----------------------------------------------------- */
#productList_1,
#productList_1_importantProduct,
#productList_1_other
{
   overflow: hidden;
   height: 100%;
}
#productList_1_importantProduct,
#productList_1_other
{
   float: left;
   width: 160px;
}
#productList_1_importantProduct
{
   margin-right: 15px;
   margin-left: 11px;
}
#productList_1_other
{
   width: 380px;
}
#productList_1 .item_a,
#productList_1 .item_b
{
   background: #fff;
   border: 1px solid #dedede;
}


.producType_1
{
   width: 148px;
   height: 136px;
   text-align: center;
   float: left;
   margin: 5px;
}

#productList_1_importantProduct .producType_1
{
   height: 309px;
}

#productList_1_other .producType_1
{
   margin: 5px 20px 30px 20px;
}

.producType_1 p
{
   text-align: center;
}
.producType_1 h2
{
   color: #a18834;
   text-align: center;
   font-size: 1em;
   background: #efefef;
   height: 28px;
   padding: 0;
   margin: 0;
}
.producType_1 h2 a:link,
.producType_1 h2 a:visited,
.producType_1 h2 a:hover,
.producType_1 h2 a:active
{
   display: block;
   width: 100%;
   height: 100%;
   color: #a18834;
   padding-top: 3px;
}

/* ----------------------------------------------------- */
#contentContainer_2
{
   overflow: hidden;
   height: 100%;
   margin-top: 25px;
}
.contenType_1
{
   overflow: hidden;
   height: 100%;
   border-bottom: 1px dotted #fff;
}
#contentContainer_2 .item_a
{
   /* background: #eee; */
   background: #F9F5DA;
}
#contentContainer_2 .item_b
{
   /* background: #ddd; */
   background: #F0E4CA;
}
.contenType_1 .part_1,
.contenType_1 .part_2
{
   float: left;
} 
.contenType_1 .part_1
{
   width: 200px;
   text-align: center;
   padding-top: 10px;
} 
.contenType_1 .part_1 h4,
.contenType_1 .part_1 p
{
   font-size: 1.3em;
   text-align: center;
   line-height: 1em;
} 
.contenType_1 .part_2
{
   width: 348px;
   padding: 10px;
   border-left: 1px dotted #fff;
} 
.contenType_1 .part_2 ul
{
   font-size: 1.1em;
} 
.contenType_1 .part_2 ul li
{
   padding: 3px 0;
} 
#contentContainer_2 .item_a .part_2 ul li
{
   border-bottom: 1px solid #dedede;
}
#contentContainer_2 .item_b .part_2 ul li
{
   border-bottom: 1px solid #efefef;
}

/* ----------------------------------------------------- */
/*
#contentContainer_3
{
   overflow: hidden;
   height: 100%;
}

#contentContainer_3 .item_a
{
   background: #eee;
}
#contentContainer_3 .item_b
{
   background: #ddd;
}
*/
.contenType_2
{
   margin-bottom: 15px;
   /* background: #eee; */
   background: #F9F5DA;
}
.contenType_2 ul
{
   font-size: 1.1em;
   padding: 10px;
} 
.contenType_2 ul li
{
   padding: 5px;
   border-bottom: 1px solid #dfdfdf;
}
/*
#contentContainer_3 .item_a  ul li
{
   border-bottom: 1px solid #dedede;
}
#contentContainer_3 .item_b  ul li
{
   border-bottom: 1px solid #efefef;
}
#contentContainer_3 ul li.important_1
{
   background: #ccc;
   padding: 8px 5px;
   font-weight: bold;
}
*/
/* ----------------------------------------------------- */

#galleryh {
  padding:0; 
  margin:0 auto; 
  list-style-type:none; 
  overflow:hidden; 
  width:569px; 
  height:259px; 
  background:#fff url(../images/content/slide_3.jpg) no-repeat;
  }
#galleryh li {
  float:left;
  }
#galleryh li a {
  display:block; 
  height:259px;
  width:58px; 
  float:left; 
  text-decoration:none; 
  border-right:1px solid #fff; 
  cursor:pointer;
  }
#galleryh li a img {
  width:58px; 
  height:259px; 
  border:0;
  }
#galleryh li a:hover {
  background:#eee; 
  width:450px;
  }
#galleryh li a:hover img {
  width:450px;
  }




/* ----------------------------------------------------- */
.singleNews,
.singlEvent
{
   overflow: hidden;
   height: 100%;
   /* background: #efefef; */
   background: #F9F5DA;
   margin-bottom: 20px;
   /* border-bottom: 1px solid #dfdfdf; */
   border-bottom: 1px solid #F0E4CA;
}
.singleNews h3,
.singlEvent h3
{
   color: #555;
   font-size: 1.3em;
   /* background: #dfdfdf; */
   background: #F0E4CA;
   padding: 10px;
   border-bottom: 1px solid #fff;
}
.singleNews h3
{
   border-bottom: 0;
}
.singleNews p.newsDate
{
   /* background: #e5e5e5; */
   background: #E1CEB4;
   padding: 0 0 0 10px!important;
   border-bottom: 1px solid #fff;
   /* color: #999; */
   color: #fff;
   width: 100%;
}
.singleNews p,
.singlEvent p
{
   padding: 3px;
}
.singleNews .newsContent,
.singlEvent .eventContent
{
   padding: 10px 12px 15px 12px;
}
.singlEvent #eventContent_2
{
   padding: 10px 0 15px 0;
}
.singleNews p.newsPdfLink
{
   padding-right: 5px;
}
.singleNews p.newsPdfLink img
{
   background: #fff;
   padding: 3px;
   border: 1px solid #dfdfdf;
}
.singleNews .newsPdfLinkList
{
   overflow: hidden;
   height: 100%;
}
.singleNews .newsPdfLinkList p
{
   float: left;
}
/*
.singlEvent  p
{
   width: 350px;
   padding: 10px 15px 10px 5px!important;
}
*/
.singlEvent  p a:link,
.singlEvent  p a:visited,
.singlEvent  p a:hover,
.singlEvent  p a:active
{
   color: #000;
   text-decoration: underline;
}
/* ----------------------------------------------------- */

#rassegnaMain .tr_a,
.rassegnaLegendTable .tr_a
{
   /* background: #F0E4CA; */
   background: #A18834;
}
#rassegnaMain .tr_b,
.rassegnaLegendTable .tr_b
{
   /* background: #F9F5DA; */
   background: #E0D3A9;
}
#rassegnaMain .tr_a,
.rassegnaLegendTable .tr_a,
#rassegnaMain .tr_b,
.rassegnaLegendTable .tr_b
{
   border-bottom: 1px solid #fff;
}
#rassegnaMain td,
.rassegnaLegendTable td
{
   border-right: 1px solid #fff;
   padding: 5px;
}
#rassegnaMain td.td_1
{
   width: 90px;
}
#rassegnaMain td.td_2
{
   width: 220px;
}
#rassegnaMain td.td_3
{
   width: 100px;
}
#rassegnaMain td.td_4
{
   width: 110px;
}

.rassegnaLegendTable td.td_5
{
   width: 90px;
}
.rassegnaLegendTable td.td_6
{
   width: 169px;
}
.rassegnaLegendTable td.td_5b
{
   width: 120px;
}
.rassegnaLegendTable td.td_6b
{
   width: 139px;
}

#rassegnaLegend
{
   overflow: hidden;
   height: 100%;
   margin: 18px 0 20px 0;
}
#rassegnaLegend .rassegnaLegendTable
{
   float: left;
}
/* ----------------------------------------------------- */
#guestbookForm,
#infoAcquistiForm,
#prenotazioniForm,
#formModalBody
{
   margin-bottom: 10px;
}
#guestbookForm label,
#infoAcquistiForm label,
#prenotazioniForm label,
#formModalBody label
{
   font-size: 1.1em;
   display: block;
   color: #555;
}
#guestbookForm input.input_1,
#infoAcquistiForm input.input_1,
#prenotazioniForm input.input_1,
#formModalBody input.input_1
{
   border: 1px solid #ccc;
   padding: 3px 4px;
   width: 200px;
   font-size: 1.1em;
}
#guestbookForm input.submit_1,
#infoAcquistiForm input.submit_1,
#prenotazioniForm input.submit_1,
#formModalBody input.submit_1
{
   border: 1px solid #ccc;
   padding: 6px 7px;
   width: 80px;
   /* background: #eee; */
   background: #E1CEB4;
   color: #fff;
   font-weight: bold;
   cursor: pointer;
}
#guestbookForm textarea,
#infoAcquistiForm textarea,
#prenotazioniForm textarea,
#formModalBody textarea
{
   width: 400px;
   height: 250px;
   border: 1px solid #ccc;
}
#guestbookForm div,
#infoAcquistiForm div,
#prenotazioniForm div,
#formModalBody div
{
   margin: 10px 0;
}

#infoAcquistiForm label.labelRadio,
#prenotazioniForm label.labelRadio
{
   display: inline
}
#infoAcquistiForm input.input_radio,
#prenotazioniForm input.input_radio
{
   margin-right: 15px;
}

#prenotazioniForm select
{
   padding: 3px 4px;
   border: 1px solid #ccc;
   width: 300px;
}
#clubSignupForm textarea
{
   height: 80px;
} 
#acceptPrivacy label
{
   display: inline!important;
} 

div.dateBox input#giorno,
div.dateBox input#mese
{
   width: 20px;
}
div.dateBox input#anno
{
   width: 40px;
}

.guesbookSingleMess
{
   /* background: #efefef; */
   background: #F9F5DA;
   padding: 20px;
   margin-top: 15px;
   /* border-top: 2px solid #ccc; */
   border-top: 2px solid #F0E4CA;
}

#infoAcquisti_1,
#infoAcquisti_2,
#guestbook_1,
#guestbook_2
{
   width: 284px;
   float: left;
   margin-top: 10px;
}
#infoAcquisti_3,
#guestbook_3
{
   clear: both;
}
#infoAcquisti_3 textarea,
#guestbook_3 textarea,
#prenotazioniForm textarea
{
   width: 492px;
   height: 110px;
}

label.error
{
   color: #f40!important;
}

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

.lisType_1
{
   font-size: 1.1em;
   margin: 20px 0;
}
.lisType_1 li
{
   border-left: 2px solid #ccc;
   margin: 7px 15px;
   padding-left: 10px;
}

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

#buttonLink_1
{
   margin-top: 30px;
}
#buttonLink_1 p
{
   width: 200px;
   margin: 0 auto;
   text-align: center;
   /* color: #999; */
   color: #fff;
   /* background: #eee; */
   background: #E1CEB4;
   border: 1px solid #ccc;
   font-weight: bold;
}

#buttonLink_1 p a:link,
#buttonLink_1 p a:visited,
#buttonLink_1 p a:hover,
#buttonLink_1 p a:active
{
   display: block;
   width: 100%;
   height: 100%;
   /* color: #999; */
   color: #fff;
}


#buttonLink_2
{
   margin: 0px 12px 0px 13px;
 }
#buttonLink_2 p
{
   width: 175px;
   border: 1px solid #ccc;
   background: #e1ceb4;
   color: #fff;
   font-weight: bold;
   font-size: 1.1em;
   text-align: center;
   }

#buttonLink_2 p a:link,
#buttonLink_2 p a:visited,
#buttonLink_2 p a:hover,
#buttonLink_2 p a:active
{
   display: block;
   width: 100%;
   height: 100%;
   /* color: #999; */
   color: #fff;
   padding: 6px 0 9px 0;
}

#buttonLink_3
{
   margin: 13px 12px 0px 13px;
 }
#buttonLink_3 p
{
   width: 175px;
   border: 1px solid #ccc;
   background: #e1ceb4;
   color: #fff;
   font-weight: bold;
   font-size: 1.1em;
   text-align: center;
   }

#buttonLink_3 p a:link,
#buttonLink_3 p a:visited,
#buttonLink_3 p a:hover,
#buttonLink_3 p a:active
{
   display: block;
   width: 100%;
   height: 100%;
   /* color: #999; */
   color: #fff;
   padding: 6px 0 9px 0;
}


#buttonLink_4
{
   margin: 20px 12px 0px 13px;
 }
#buttonLink_4 p
{
   width: 175px;
   border: 1px solid #ccc;
   background: #e1ceb4;
   color: #fff;
   font-weight: bold;
   font-size: 1.1em;
   text-align: center;
   }

#buttonLink_4 p a:link,
#buttonLink_4 p a:visited,
#buttonLink_4 p a:hover,
#buttonLink_4 p a:active
{
   display: block;
   width: 100%;
   height: 100%;
   /* color: #999; */
   color: #fff;
   padding: 6px 0 9px 0;
}

#buttonLink_5
{
   margin: 20px 12px 0px 13px;
 }
#buttonLink_5 p
{
   width: 175px;
   border: 1px solid #ccc;
   background: #e1ceb4;
   color: #fff;
   font-weight: bold;
   font-size: 1.1em;
   text-align: center;
   }

#buttonLink_5 p a:link,
#buttonLink_5 p a:visited,
#buttonLink_5 p a:hover,
#buttonLink_5 p a:active
{
   display: block;
   width: 100%;
   height: 100%;
   /* color: #999; */
   color: #fff;
   padding: 6px 0 9px 0;
}

#buttonLink_6
{
   margin: 12px 12px 0px 13px;
 }
#buttonLink_6 p
{
   width: 175px;
   border: 1px solid #ccc;
   background: #e1ceb4;
   color: #fff;
   font-weight: bold;
   font-size: 1.1em;
   text-align: center;
   }

#buttonLink_6 p a:link,
#buttonLink_6 p a:visited,
#buttonLink_6 p a:hover,
#buttonLink_6 p a:active
{
   display: block;
   width: 100%;
   height: 100%;
   /* color: #999; */
   color: #fff;
   padding: 6px 0 9px 0;
}

#buttonLink_7
{
   margin: 30px 12px 0px 13px;
 }
#buttonLink_7 p
{
   width: 175px;
   border: 1px solid #ccc;
   background: #e1ceb4;
   color: #fff;
   font-weight: bold;
   font-size: 1.1em;
   text-align: center;
   }

#buttonLink_7 p a:link,
#buttonLink_7 p a:visited,
#buttonLink_7 p a:hover,
#buttonLink_7 p a:active
{
   display: block;
   width: 100%;
   height: 100%;
   /* color: #999; */
   color: #fff;
   padding: 6px 0 9px 0;
}

#buttonLink_8
{
   margin: 55px 12px 0px 13px;
 }
#buttonLink_8 p
{
   width: 175px;
   border: 1px solid #ccc;
   background: #e1ceb4;
   color: #fff;
   font-weight: bold;
   font-size: 1.1em;
   text-align: center;
   }

#buttonLink_8 p a:link,
#buttonLink_8 p a:visited,
#buttonLink_8 p a:hover,
#buttonLink_8 p a:active
{
   display: block;
   width: 100%;
   height: 100%;
   /* color: #999; */
   color: #fff;
   padding: 6px 0 9px 0;
}

#buttonLink_9
{
   margin: 5px 12px 0px 13px;
 }
#buttonLink_9 p
{
   width: 175px;
   border: 1px solid #ccc;
   background: #e1ceb4;
   color: #fff;
   font-weight: bold;
   font-size: 1.1em;
   text-align: center;
   }

#buttonLink_9 p a:link,
#buttonLink_9 p a:visited,
#buttonLink_9 p a:hover,
#buttonLink_9 p a:active
{
   display: block;
   width: 100%;
   height: 100%;
   /* color: #999; */
   color: #fff;
   padding: 6px 0 9px 0;
}


/* ----------------------------------------------------- */
li.tourLink
{
   background: #e1ceb4;
   color: #fff;
   font-weight: bold;
   text-align: center;
}
li.tourLink a:link,
li.tourLink a:visited,
li.tourLink a:hover,
li.tourLink a:active
{
   color: #fff;
   display: block;
   width: 100%;
   height: 100%;
   padding: 7px 0 10px 0!important;
}
/* ----------------------------------------------------- */

#staffList
{
   margin: 20px 0 0 2px;
}
#staffList li
{
   font-size: 1.2em;
   padding: 3px 0 3px 20px;
   margin: 6px 0;
   border-left: 3px solid #E0D3A9;
}

/* ----------------------------------------------------- */
.contactBox_1,
.contactBox_2
{
   overflow: hidden;
   height: 100%;
   margin-top: 30px;
   font-size: 1.1em;
}
.contactBox_2
{
   border-bottom: 1px solid #dedede;
   margin-top: 15px;
   padding-bottom: 15px;
   font-size: 1.1em;
}
.contactBox_1 address,
.contactBox_2 address
{
   float: left;
   font-style: normal;
   width: 300px;
   line-height: 1.3em;
}
.contactBox_1 .contactInfo_1,
.contactBox_2 .contactInfo_1
{
   float: left;
   margin-left: 50px;
}
.contactInfo_1 a:link,
.contactInfo_1 a:visited,
.contactInfo_1 a:hover,
.contactInfo_1 a:active
{
   color: #000;
}
.contactInfo_1 a:hover,
.contactInfo_1 a:active
{
   text-decoration: underline;
}
#contactMail
{
   font-size: 1em;
   font-weight: bold;
}
#contactMail a:link,
#contactMail a:visited,
#contactMail a:hover,
#contactMail a:active
{
   color: #000;
}
#contactMail a:hover,
#contactMail a:active
{
   text-decoration: underline;
}


/* ----------------------------------------------------- */
#wineList_1,
#wineList_2
{
   margin-left: 4px;
}
/*
#wineList_2
{
   margin-left: 60px;
}
*/
#wineList_1,
#wineList_2
{
   overflow: hidden;
   height: 100%;
   /* margin-bottom: 30px; */
}
#wineList_1 li,
#wineList_2 li
{
   float: left;
   padding-right: 15px;
}
/* ----------------------------------------------------- */
#sideColumn
{
   width: 200px;
   text-transform: uppercase;
}
.sideBox
{
   margin-bottom: 15px;
}
#sideColumn h3
{
   color: #000;
   font-size: 1.1em;
   border: 1px solid #c0b6ad;
   padding: 5px 0 5px 6px;
}
#sideColumn p
{
   text-align: center;
   border: 1px solid #c0b6ad;
   border-top: 0;
   line-height: 0px;
   font-size: 0px;
   padding: 1px 0;
}
#sideColumn h3 a:link,
#sideColumn h3 a:visited,
#sideColumn h3 a:hover,
#sideColumn h3 a:active
{
   display: block;
   width: 100%;
   height: 100%;
   color: #000;
}

/* ----------------------------------------------------- */
#wineModalContainer
{
   width: 750px;
   margin: 0 auto;
}
#wineModal_topPic,
#wineModal_content
{
   margin: 0 auto;
   width: 704px;
}
#wineModal_topPic p
{
   text-align: center;
}

#wineModal_content
{
   overflow: hidden;
   height: 100%;
   margin-top: 25px;
}
#wineModal_content #wineModal_side
{
   float: left;
   width: 270px;
}
#wineModal_content #wineModal_main
{
   float: left;
   width: 404px;
   margin-left: 30px;
}
#wineModal_content #wineModal_main h2
{
   /* margin-top: 20px; */
   font-size: 1.8em;
}
#wineModal_content #wineModal_main p
{
   padding: 20px 0 70px 0;
}

#wineModal_content #wineModal_main #wineModal_list
{
   overflow: hidden;
   height: 100%;
}
#wineModal_content #wineModal_main #wineModal_list li
{
   width: 102px;
   float: left;
   margin: 5px 10px;
   width: 110px;
   font-size: 1.1em;
   background: #ddcf97;
   color: #fff;
   text-align: center;
}
#wineModal_content #wineModal_main #wineModal_list li.buyLink
{
   background: #a18834;
}
.wineModal_backLink
{
   padding: 20px 0;
}
.wineModal_backLink p
{
   font-size: 1.2em;
   background: #a18834;
   color: #fff;
   width: 120px;
}
#wineModal_content #wineModal_main #wineModal_list li a:link,
#wineModal_content #wineModal_main #wineModal_list li a:visited,
#wineModal_content #wineModal_main #wineModal_list li a:hover,
#wineModal_content #wineModal_main #wineModal_list li a:active
{
   display: block;
   width: 100%;
   height: 100%;
   padding: 6px 0;
   color: #fff;
}
.wineModal_backLink a:link,
.wineModal_backLink a:visited,
.wineModal_backLink a:hover,
.wineModal_backLink a:active
{
   display: block;
   width: 100%;
   height: 100%;
   padding: 6px 10px;
   color: #fff;
}

#wineModal_bottlePic p,
#wineModal_etPic p
{
  text-align: center;
}

/* ----------------------------------------------------- */
#footer
{
   height: 67px;
   margin-top: 40px;
   /* background: url(../images/footerBg.jpg) repeat-x; */
   /* text-transform: uppercase; */
   color: #000;
}
#footer p
{
   text-align: center;
   line-height: 0.8em;
   font-size: 1em;
   padding-top: 8px;
}
#footer p a:link,
#footer p a:visited,
#footer p a:hover,
#footer p a:active
{
   color: #000;
   text-decoration: underline;
}


/* ----------------------------------------------------- */
#mainPopUpContainer
{
   width: 580px;
   margin: 0 auto;
   background: #fff;
}
#popUpHeader
{
   width: 560px;
   height: 148px;
   margin: 0 auto;
   background: url(../images/content/popUpHeaderBg.jpg) no-repeat;
}
#popUpContent
{
   width: 560px;
   margin: 20px auto;
   /* min-height: 452px; */
}
#popUpContent h1
{
   font-size: 1.4em;
}
#popUpContent ul
{
   padding-top: 10px;
}
#popUpContent ul li
{
   font-size: 1.2em;
   padding: 3px 0;
}
#popUpContent #printButton
{
   margin-top: 15px;
   padding-bottom: 15px;
}
#popUpContent #printButton p
{
   background: #E1CEB4;
   text-align: center;
   border: 1px solid #efefef;
   font-weight: bold;
}
#popUpContent #printButton p a:link,
#popUpContent #printButton p a:visited,
#popUpContent #printButton p a:hover,
#popUpContent #printButton p a:active
{
   display: block;
   width: 100%;
   height: 100%;
   background: #E1CEB4;
   color: #fff;
   padding: 7px 0;
}

/* ----------------------------------------------------- */
#wineModalFullAbout
{
   width: 600px;
   margin: 0 auto;
}
#wineModalFullAbout h1
{
   font-size: 1.4em;
   padding-top: 15px;
}
#wineModalFullAbout p,
#mainPopUpContainer p
{
   padding: 10px 0;
   font-size: 1.2em;
}
#wineModalFullAbout ul
{
   padding: 10px 0;
}
#wineModalFullAbout ul li
{
   font-size: 1.2em;
   padding: 3px 0;
}
#wineModalFullAbout #printButtonModal,
#mainPopUpContainer #printButtonModal
{
   margin-top: 15px;
   padding-bottom: 15px;
}
#wineModalFullAbout #printButtonModal p,
#mainPopUpContainer #printButtonModal p
{
   background: #A18834;
   text-align: center;
   width: 180px;
}
#wineModalFullAbout #printButtonModal p a:link,
#mainPopUpContainer #printButtonModal p a:link,
#wineModalFullAbout #printButtonModal p a:visited,
#mainPopUpContainer #printButtonModal p a:visited,
#wineModalFullAbout #printButtonModal p a:hover,
#mainPopUpContainer #printButtonModal p a:hover,
#wineModalFullAbout #printButtonModal p a:active,
#mainPopUpContainer #printButtonModal p a:active
{
   background: #A18834;
   color: #fff;
   display: block;
   width: 100%;
   height: 100%; 
}
#mainPopUpContainer #printButtonModal p a:link,
#mainPopUpContainer #printButtonModal p a:visited,
#mainPopUpContainer #printButtonModal p a:hover,
#mainPopUpContainer #printButtonModal p a:active
{
   background: #A18834;
}



.accordion h3
{
   padding: 3px 0;
   cursor: pointer;
   font-size: 1.1em;
}
.accordion h3
{
   padding-left: 22px;
   background: url(../images/pdf.gif) 0% 50% no-repeat;
}


.pics
{
   overflow: hidden;
   height: 259px;
}



#topStaff
{
   overflow: hidden;
   height: 100%;
}
#peopleList_1,
#missionBox
{
   float: left;
}

#peopleList_1
{
   width: 140px;
}
#missionBox
{
   width: 300px;
   padding-left: 50px;
}

.peopleList li
{
   width: 140px;
   padding-bottom: 15px;
}
.peopleList li p
{
   line-height: 1em;
   font-size: 1em;
   padding: 0;
}
.peopleList li p.ppList_name
{
   text-align: right;
}
.peopleList li p.ppList_about
{
   padding: 5px 0;
   text-align: right;
}

#peopleList_2
{
   overflow: hidden;
   height: 100%;
}
#peopleList_2 li
{
   float: left;
   padding-right: 74px;
}
#peopleList_2 li.thirdItem
{
   float: left;
   padding-right: 0;
}


.symboList
{
   overflow: hidden;
   height: 100%;
   padding-top: 10px;
   margin: 0 auto;
}
.symboList_3
{
   width: 75px;
}
.symboList_4
{
   width: 100px;
}
.symboList_6
{
   width: 150px;
}
.symboList_8
{
   width: 200px;
}
.symboList li
{
   width: 25px;
   float: left;
}



.pageMap h3 a:link,
.pageMap h3 a:visited,
.pageMap h3 a:hover,
.pageMap h3 a:active
{
   color: #000;
   text-decoration: underline;
}




#contestList ul
{
   overflow: hidden;
   height: 100%;
}
#contestList ul li
{
   width: 180px;
   float: left;
   padding-right: 14px;
}
#contestList ul li#contest_3
{
   padding-right: 0;
}
#contestList ul li p.contestPic
{
   padding: 0;
   line-height: 0;
}
#contestList ul li p.contestAuthor,
#contestList ul li p.contestInfo
{
   padding: 0;
   text-align: center;
}
#contestList ul li div.contestItemText
{
   background: #E0D3A9;
   margin-top: 3px;
}



.videBox_1
{
   width: 425px;
   margin: 0 auto 15px auto;
}

p.downloadLink
{
   background: #E0D3A9;
   text-align: center;
   padding: 12px 0 15px 0;
   margin: -18px 0 20px 0;
   line-height: 0;
   width: 568px;
}

.adminPage
{
   width: 100%!important;
   height: 100%!important;
}

.privacyTextBox
{
   width: 472px;
   border: 1px solid #ccc;
   padding: 0 10px;
   height: 60px;
   overflow: scroll;
}