/*----HTML Structural Elements--------------------------------------------------*/
  
  html{
    background:#1F0015 url(images/bgBody.jpg) repeat-x;
    /*background MUST be the same as the body tag's background in XHTML*/
    height:100%;
  }
  
  body{
    background:#1F0015 url(images/bgBody.jpg) repeat-x;
    padding:0px;
    height:100%;
    margin:0px;
    font:small/150% Arial, Helvetica, Verdana sans-serif;
    text-align:center;
  }

  h1{
    font-size:120%;
    text-indent: -5000px;
    margin:0;
    padding:0;
    height:25px;
  }
	
  h2{
    font:bold 120%/125% "century gothic", "Avant Garde", "Avant Garde Gothic", helvetica, sans-serif;
    color:#1F0015;
    margin:0 0 0 0;
    padding:20px 0 0px 0;
    text-transform:lowercase;
  }
  
  h3{
    font:bold 105%/125% "century gothic", "Avant Garde", "Avant Garde Gothic", helvetica, sans-serif;
    margin:5px 0 0 0;
    padding:0;
    color:#433840;
    text-transform:lowercase;
  }
  
  h4{
    font-size:1em;
    margin:0;
    padding:0;
    color:#444;
  }
  
  h5{
    font-size:1.1em;
    font-weight:normal;
    color:#76736D;
    margin:0 0 0 13px;
    padding:0;
  }
  
  p{
    font-size:90%;
    line-height:170%;
    margin:0 0 10px 0;
    padding:0;
    color:#28011D;
  }
  
  acronym,
  abbr{
    cursor:help;
  }
	
  a{
    color:#930;
    outline:none;
  }	
	
  a:hover{
    color:#cc0000;
  }
    
  a.linkButton{
    font-size:.85em;
    width: 14em;
    margin:0 0 0 8px;
    padding:1px 7px;
    text-decoration: underline;
    display:block;
    border:1px solid #666;
    border-left:1px solid #ccc;
    border-top:1px solid #ccc;
    background:#fff url(images/bgButton.gif) repeat-x left bottom;
    text-align:center;
    text-decoration:none;
    color:#000066;
  }
    
  a.linkButton:hover{
    border-right:1px solid #000;
    border-bottom:1px solid #000;
    background:#fff url(images/bgButtonOver.gif) repeat-x left bottom;
    text-decoration:none;
    color:#990000;
    cursor:pointer;
  }
  
  address{
    font-size:90%;
    line-height:150%;
    font-style:normal;
    margin:0 0 10px 0;
  }
  
  img.imageInset{
    float:right;
    display:inline;
    padding:4px;
    background:#fff;
    border:1px solid #592233;
    margin:6px 0 12px 14px;
  }
  
  /**----Blockquote Styles------------------------------------------------------*/
  
    blockquote{
      margin:10px 20px;
      padding:0;
      border:1px dotted #ccc;
    }
    
    blockquote p{
      margin:15px 25px 0 25px;
      font-style:italic;
    }
    
    blockquote div.citationSource{
      margin:0 0 15px 30px;
      padding-left:10px;
      background:url(images/bgNavBullet.gif) no-repeat 0 6px;
      font-weight:bold;
      color:#969696;
    }
  
  /**/
  
  /**----Unordered List Styles--------------------------------------------------*/
  
    ul{
      margin:0 0 15px 35px;
      padding:0;
    }
    
    ul li{
      margin:0 0 5px 0;
      padding:0;
      font-size:90%;
      line-height:150%;
    }
    
    ul li ul{
      margin:5px 0 5px 30px;
      font-size:1em;
    }
    
  
  /**/
	
  /**---Definition List Styles--------------------------------------------------*/
		
    dl{
      margin:0;
      padding:0;
      width:95%;
      clear:both;
      float:left;
      font-size:90%;
    }
		
    dl dt{
      margin:0 0 1px 0;
      padding:0;
      font-weight:bold;
    }
		
    dl dd{
      margin:0 0 10px 0;
      padding:0;
      line-height:150%;
    }
    
  /**/

  /**---Table Styles------------------------------------------------------------*/	
		
    table{
      background-color:#ffffff;
      border:1px solid #5E749E;
      border-right:0;
      margin:15px 0 18px 4%;
      font-size:90%;
      width:94%;
    }
		
    table tbody tr th,
    table tbody tr td{
      text-align:left;
      vertical-align:top;
      padding:5px 3px 5px 5px;
      border-right:1px solid #5E749E;
    }
		
    table thead tr th{
      background:#C0CAD5;
      color:#13273F;
      border-right:1px solid #5E749E;
      padding:5px 3px 5px 5px;
    }
			
    table th label{
      display:block;
    }
		
    table tbody tr.even td,
    table tbody tr.even th{
      background-color:#EAEFF4;
    }
		
    table td input,
    table td select,
    table td textarea{
      font-size: 1em;
    }
    
    table tfoot th,
    table tfoot td{
      border:none;
      border-top:1px solid #5E749E;
      border-right:1px solid #5E749E;
      color:#660000;
      font-weight:bold;
      padding:5px;
    }

  /**/

  /**---Form Styles-------------------------------------------------------------*/
		
    form{
      margin:0;
      padding:0;
      width:100%;
    }
		
    input, 
    select, 
    textarea{
      font-family: Verdana, Arial, Helvetica, sans-serif;
      font-size: 1em;
      line-height:1em;
      color:#4565A2;
      padding:1px;
      border:1px solid #aeaeae;
    }
    
    input.checkbox,
    input.radioButton{
      border:0;
      padding:0;
    }
	
    select,
    textarea{
      border:1px solid #aeaeae;
      padding:0;
    }
		
    input:focus, 
    textarea:focus, 
    select:focus{
      color:#0E2E56;
      background:#F2F7FF;
      border:1px solid #144D94;
    }
    
    input.submitButton,
    form fieldset.over dl dd input.submitButton{
      font-size:.85em;
      width: 14em;
      margin:0 0 0 8px;
      padding:3px 7px 4px 7px;
      text-decoration: underline;
      display:block;
      border:1px solid #666;
      border-left:1px solid #ccc;
      border-top:1px solid #ccc;
      background:#fff url(images/bgButton.gif) repeat-x left bottom;
      text-align:center;
      text-decoration:none;
      color:#000066;
    }
    
    input.submitButton.over,
    form fieldset.over dl dd input.submitButton.over{
      border-right:1px solid #000;
      border-bottom:1px solid #000;
      background:#fff url(images/bgButtonOver.gif) repeat-x left bottom;
      text-decoration:none;
      color:#990000;
      cursor:pointer;
    }
    
    input.submitButton.actionButton,
    form fieldset.over dl dd input.actionButton{
      background:#FFFDD7 url(images/bgAddToCart.gif) repeat-x left bottom;
      border-color:#FFC96F #AC5A00 #AC5A00 #FFC96F;
      color:#8F2C04;
    }
    
    input.submitButton.actionButton.over,
    form fieldset.over dl dd input.actionButton.over{
      background:#fffff9 url(images/bgAddToCartOver.gif) repeat-x left bottom;
      color:#650000;
    }

    form fieldset{
      float:left;
      display:inline;
      clear:both;
      width:94%;
      border:1px solid #ccc;
      padding:0 0 15px 0;
      margin:20px 0 20px 4%;
    }
    
    form fieldset p{
      padding:0;
      margin:20px 0 0 20px;
      width:92%;
      float:left;
      display:inline;
      clear:both;
    }
    
    form fieldset.over{
      border:1px solid #8ba6c7;
    }
    
    form fieldset legend{
      margin:0;
      font-size:1.1em;
      color:#999;
      font-weight:bold;
    }
    
    form fieldset.over legend{
      color:#325d94;
    }
    
    form fieldset dl{
      margin:10px 0 0 0;
    }
    
    form fieldset dl dt{
      margin:0 5px 6px 0;
      padding:0;
      float:left;
      display:inline;
      clear:left;
      width:25%;
      font-weight:normal;
      text-align:right;
    }
    
    form fieldset dl dt label{
      display:block;
      text-align:right;
    }
    
    form fieldset.over dl dt label,
    form fieldset.over dl dd label{
      color:#305078;
    }
    
    form fieldset.over dl dt label:hover,
    form fieldset.over dl dd label:hover{
      color:#2066c7;
    }
    
    
    form fieldset.over dl dd input,
    form fieldset.over dl dd select,
    form fieldset.over dl dd textarea{
      border-color:#8ba6c7;
      background:#f9fafb;
    }
    
    form fieldset.over dl dd input:focus,
    form fieldset.over dl dd select:focus,
    form fieldset.over dl dd textarea:focus{
      border-color:#144D94;
      background:#F2F7FF;
    }
    
    form fieldset dl dd{
      margin:0 3px 6px 0;
      padding:0;
      float:left;
      display:inline;
      width:50%;
      text-align:left;
    }
    
    form fieldset dl dd label{
      float:left;
      display:inline;
      padding-bottom:4px;
    }
    
    form div.formSubmits{
      float:left;
      display:inline;
      clear:both;
      width:100%;
    }
    
  /**/

/**/

/*----Page Structural Elements/Wraps--------------------------------------------*/
	
  .parentWrap{
    width:580px;
    min-height:100%;
    margin:0 auto;
    padding:0;
    text-align:left;
    color:#333333;
    background:#F7F5E8;
    position:relative;
  }
  
  .contentWrap{
    float:left;
    display:inline;
    clear:both;
    width:88%;
    margin:10px 0 10px 32px;
    position:relative;
  }
	
  .contentSection{
    float:left;
    display:inline;
    width:100%;
    margin:0 0 6px 0;
    padding:15px 0 0 0;
    border-top:1px dotted #550800;
  }
  
  .divAlert{
    border-top:1px dotted #550800;
  	border-bottom:1px dotted #550800;
	padding:5px 0 5px 0;
  }

/**/	

/*----Header Section------------------------------------------------------------*/
	
  .bannerHeader {
    /*background:#FBFBFB url(images/bgBannerHeader.jpg) no-repeat 2px 2px;*/
	background:#FBFBFB url(images/bgBannerHeaderWine.jpg) no-repeat 2px 2px;
    width:100%;
    height:154px;
    margin:0;
    padding:0;
    position:relative;
  }
  
  .bannerHeader img{
    position:relative;
    top:20px;
    left:35px;
  }
  
/**/

/*----Nav Section---------------------------------------------------------------*/

  a.aSkipNav{
    position: absolute;
    left: -1000em; 
    width: 20em;
  }
  
  /**----Main Nav Section-------------------------------------------------------*/
    
    ul.nav{
      float:left;
      display:inline;
      width:100%;
      margin:0 0 15px 0;
      padding:0;
      list-style-type: none;
      clear:both;
      background:#550800;
    }
    
    ul.nav li {
      float:left;
      display:inline;
      padding:0;
      margin:1px 0 0 0;
      width:auto;
      font-size:medium;
    }
    
    ul.nav li.first{
      margin-left:22px;
    }
    
    ul.nav li a {
      display:block;
      padding:6px 8px 8px 8px;
      margin:0;
      color:#F7F5E8;
      text-decoration: none;
      text-align:center;
      font:bold 72%/100% "century gothic", "Avant Garde", "Avant Garde Gothic", helvetica, sans-serif;
      background:url(images/bgNavA.gif) no-repeat right 9px;
      text-transform:lowercase;
    }
    
    ul.nav li a:hover,
    ul.nav li#activePage a{
      color:#fff;
      background-color:#883B33;
    }
    
    ul.nav li#active a{
      background: #EEEEEE;
      border-bottom: 1px solid #AFB0B0;
    }
    
  /**/

/**/

/*----Footer Styles-------------------------------------------------------------*/

  .footer{
    text-align:center;
    width:86%;
    color:#9C987C;
    margin:0 0 15px 32px;
    clear:both;
    border-top:1px dotted #550800;
  }
  
  .footer address{
    margin:15px 0 0 0;
    color:#817E66;
    font-size:88%;
  }
  
  .footer p{
    margin:0;
    padding:0 0 15px 0;
    font-size:88%;
    color:#9C987C;
  }
  
  .footer p#contactInfo{
    padding:0;
    color:#817E66;
  }
  
  .footer p#copyright{
    padding:6px 0 0 0;
    margin:0;
  }
  
  .footer a{
    color:#6C6954;
  }
  
/**/


/*------------------------------------------------------------------------------*/
/*----BEGIN PAGE STYLES---------------------------------------------------------*/
/*------------------------------------------------------------------------------*/

/*----Home Page-----------------------------------------------------------------*/

  p#introduction{
    font-size:80%;
    line-height:150%;
    font-style:italic;
    color:#474640;
    margin:6px 0 14px 0;
  }
  
  h1#hDoc{
    background:url(images/bgH1Doc.gif) no-repeat 0 0;
  }

/**/

/*----Contact Information Page--------------------------------------------------*/

  .bannerHeader.contactHeader {
    /*background-image: url(images/bgBannerHeaderContact.jpg);*/
  }

  h1#hContact{
    background:url(images/bgH1Contact.gif) no-repeat 0 0;
  }

/**/

/*----Events Page---------------------------------------------------------------*/

  .bannerHeader.eventsHeader {
   /* background-image: url(images/bgBannerHeaderEvents.jpg);*/
  }

  h1#hEvents{
    background:url(images/bgH1Events.gif) no-repeat 0 0;
  }

/**/

/*----Food Page-----------------------------------------------------------------*/

  .bannerHeader.foodHeader {
    background-image: url(images/bgBannerHeaderFood.jpg);
  }

  h1#hFood{
    background:url(images/bgH1Food.gif) no-repeat 0 0;
  }

  ul.menuList{
    list-style:none;
    margin:0 0 0 10px;
    padding:0;
  }
  
  ul.menuList li{
    margin:0 0 8px 0;
    padding:0 0 0 10px;
    background:url(images/bgNavBullet.gif) no-repeat 0 6px;
  }
  
  table.menuTable{
    background:#F7F5E8;
    border:0;
    width:100%;
    margin:0 0 5px 0;
    padding:0;
  }
  
  table.menuTable thead th{
    border:0;
    background:#F7F5E8;
    color:#F7F5E8;
    font-size:30%;
    line-height:100%;
    margin:0;
    padding:0;
  }
  
  table.menuTable thead th.menuItem{
    width:90%;
  }
  
  table.menuTable tbody th,
  table.menuTable tbody td,
  table.menuTable tbody tr.even td,
  table.menuTable tbody tr.even th{
    border-top:1px dotted #e4dfdb;
    border-right:0;
    background:#F7F5E8;
  }
  
  table.menuTable tbody th{
    padding-left:0;
  }
   
  table.menuTable tbody td.price{
    font-weight:bold;
    text-align:right;
  }
  
  dl.cheeseList dt span{
    font-weight:normal;
  }
  
  dl.cheeseList{
	padding-bottom:20px;
  }

/**/

/*----Gallery Page--------------------------------------------------------------*/

  .bannerHeader.galleryHeader {
    background-image: url(images/bgBannerHeaderGallery.jpg);
  }

  h1#hGallery{
    background:url(images/bgH1Gallery.gif) no-repeat 0 0;
  }

/**/

/*----Locations Page------------------------------------------------------------*/

  .bannerHeader.locationsHeader {
    background-image: url(images/bgBannerHeaderLocations.jpg);
  }

  h1#hLocations{
    background:url(images/bgH1Locations.gif) no-repeat 0 0;
  }

 .contentSection.locationSection{
    padding:0 0 0 0;
    border-top:0;
  }

  dl.locationsList{
    width:100%;
    margin-top:-12px;
  }
  
  dl.locationsList dt{
    font-weight:bold;
    border-top:1px dotted #550800;
    margin-top:12px;
    padding-top:10px;
  }
  
  dl.locationsList dt span{
    font-weight:normal;
    font-style:italic;
    font-size:85%;
    display:block;
  }
  
  dl.locationsList dd{
    margin:0;
    padding:0;
  }
  
  dl.locationsList dd.phone{
    margin-top:8px;
  }

/**/

/*----Private Parties-----------------------------------------------------------*/

  .bannerHeader.privateHeader {
    background-image: url(images/bgBannerHeaderPrivate.jpg);
  }

  h1#hParties{
    background:url(images/bgH1PrivateParties.gif) no-repeat 0 0;
  }

/**/

/*----Wines Page----------------------------------------------------------------*/

  .bannerHeader.wineHeader {
    background-image: url(images/bgBannerHeaderWine.jpg);
  }

  h1#hWines{
    background:url(images/bgH1Wines.gif) no-repeat 0 0;
  }
  
  ul.wineCallout{
    list-style:none;
    margin:0 0 15px 130px;
    padding:0;
    float:left;
    display:inline;
    width:80%;
  }
  
  ul.wineCallout li{
    width:93px;
    float:left;
    display:inline;
    text-align:center;
    margin:0 35px 0 0;
    padding:0;
  }
  
  ul.wineCallout li a{
    padding-top:95px;
    display:block;
  }
  
  ul.wineCallout li#redWines a{
    background:url(images/bgRedWine.jpg) no-repeat 0 0;
  }
  
  ul.wineCallout li#whiteWines a{
    background:url(images/bgWhiteWine.jpg) no-repeat 0 0;
  }
  
  ul.wineCallout li#overview a{
    background:url(images/bgWineOverview.jpg) no-repeat 0 0;
  }


/**/


/*----Contact Us Page-----------------------------------------------------------*/

  .mapLink{
    float:right;
    background:#fff;
    padding:2px;
    border:1px solid #660000;
  }
  
  .mapLink:hover{
     border:1px solid #cc0000;
  }
  
  .mapLink img{
    display:block;
    float:left;
    padding:2px;
    border:0;
  }

  .contentWrap.contactWrap address{
    font:bold 1.2em/165% Georgia, Palatino, 'Times New Roman', Times, serif;
    width:30%;
    float:left;
    display:inline;
    background:#fafafa;
    border:2px solid #eee;
    margin-top:3px;
    padding:30px 15px 35px 15px;
  }
  
  dl.contactInfoList{
     width:40%;
     clear:none;
  }
  
  dl.contactInfoList dd{
    margin-bottom:0;
  }
  
  .contentSection#operatingHours{
    background:url(images/bgOperatingHours.gif) repeat-x 0 0;
    padding-left:10px;
  }
  
  dl.operatingHoursList{
    margin:15px 0 0 5px;
  }

/**/

h1#hReservations{
    background:url(images/bgReservations.gif) no-repeat 0 0;
  }
