/*----HTML Structural Elements--------------------------------------------------*/
  
  html{
    background:#6A8286;
    /*background MUST be the same as the body tag's background in XHTML*/  
    height:100%;
  }
  
  body{
    background:#6A8286;
    height:100%;
    margin:4px 0px 0px 0px;
    padding:0px 0px 0px 0px;    
    font:small/150% "Trebuchet MS", Tahoma, Arial, Verdana, Helvetica, sans-serif;
    text-align:left;
    color: #47575A;

  }    
  
  HR{
    color: #787A45;
    padding: 0px;
    margin: 0px;
  } 
  

  small{
    font-size:80%;
  }
  
  * {
    color: #47575A; 
    font-size:98%;    
  }
  
  table {
    font-size:100%;    
  }  
  
  td {
    font-size:100%;    
  }
  
  td ul{
    font-size:100%;    
  } 
  
  td ul li{
    font-size:100%;    
  }  
  
  h1{
    font-size:260%;
    margin:18px 40px 12px 40px;
    padding:0px;
    color: #1E4D25;
    line-height: 120%;
  } 
	
  h2{
    font-size:140%;
    margin:18px 40px 12px 40px;
    padding:0px;
    color: #1E4D25;
    line-height: 120%;
  }
  
  h3{
    font-size:130%;
    margin:4px 40px 0px 40px;
    padding:0px;
    color: #47575A;
    text-transform: uppercase;
    border-bottom: 1px solid #47575A;
  }

  
  h4{
    background: #FBFCEE;  
    font-weight:normal;
    font-size:94%;
    margin: 8px 0px 14px 0px;
    padding: 10px 40px 10px 40px;
    color: #3d3d3d;
  }
  
  p{
    font-size:98%;
    line-height:140%;
    margin:8px 40px 16px 40px;
    padding:0;
    white-space: wrap;    
  }
  
  .new {
    font-weight: bold;
    color: #29A523;
  }
  
     
  a{
    color:#80861D;
    font-weight: bold;

  }	
	
  a:hover{
    color:#83A850;
  }
  
  h1.sitetitle{
    display: none;
  }   
  
  /**----Unordered List Styles--------------------------------------------------*/
  
    ul{
      list-style-type: square;
      list-style-image: url(images/bullet.png);
      list-style-position: outside;    
      margin:4px 15px 10px 36px;
      padding:0;
    }
    
    ul li{
      margin:0 5px 5px 22px;
      padding:0;
      line-height:125%;       
    }
    
    
    ol{
      margin: 10px 36px 15px 36px;
      padding:0;
    }
    ol li{
      margin:0 5px 5px 22px;
      padding:0;
      line-height:125%;    
    }
    

  /**/

/**/

/*----Page Structural Elements/Wraps--------------------------------------------*/
	
  .container{
    width:770px;
    margin:0px auto 0 auto;
    padding:0px 0px 0px 0px;
    text-align: center;
    background: url(images/nav_bg.gif) repeat-x top left; 
  } 
  
  .parentWrap{
    width:770px;
    background: #E7EDE9;
    color:#2D2A28;
    position:relative;
    margin: 0px;
    padding: 0px;
  }   
  
  .parentWrap:after {
    content: "."; 
    display: block; 
    height: 0px; 
    clear: both; 
    visibility: hidden;
  }
  
  .contentWrap{
    float:left;
    display:inline;
    clear:both;
    width:770px;
    margin:0px;
    padding: 0px;
    position:relative;
    text-align: left;  
  }
  
 
  .footerWrap{
    float:left;
    display:inline;
    clear:both;
    width:100%;
    margin:0px;
    padding:0px;
    position:relative;
    background: url(images/footerbg.jpg) repeat-x 0px 0px;   
  }
	

/**/	

/*----Header Section------------------------------------------------------------*/
	
  
  .bannerHeader {
    height: 160px;
    margin: 0px auto 0px auto;
    padding: 0px;    
    background: url(images/logo.gif) no-repeat top right; 
    
  }
  
  .bannerHeader:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
  }
  
  .bannerHeaderAdmin {
    height: 80px;
    margin: 0px auto 0px auto;
    padding: 0px;    
    background: url(images/logoadmin.gif) no-repeat top right;
    border-bottom: 2px solid #16582A;
    
  }
  
  .bannerHeaderAdmin:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
  }  
  
  
  /* Hides from IE-mac \*/
  * html .bannerHeader {height: 1%;}
  /* End hide from IE-mac */
  
/**/



/*----Nav Section---------------------------------------------------------------*/

  a.aSkipNav{
    position: absolute;
    left: -1000em; 
    width: 20em;
  }

  

/**----Main Nav Section-------------------------------------------------------*/
    
    ul#nav{
      float:left;
      display:inline;
      margin: 115px 0px 0px 0px;
      padding:0px;
      list-style-type: none; 
      clear: both;
      width: 770px; 
      list-style-image: none;
      list-style-position: none;
    }
    
    ul#nav li {
      float:left;
      display:inline;
      padding:0;
      margin:0; 
      height: 22px;
      text-align: left;      
    }

    ul#nav li.home {    
      background: #9CC07A url(images/nav_btn_home.gif) no-repeat top left;
      width: 53px;
      text-align: center;      
    }
    
    ul#nav li.home#active{     
      background: #16582A url(images/nav_btn_home_on.gif) no-repeat top left;
    } 
    
    /* Hides from IE-mac \*/     
    ul#nav li.home a:hover {  
      background: url(images/nav_btn_home_over.gif) no-repeat top left;
    }   
    /* End hide from IE-mac */    
    
    
    
    ul#nav li.wine {   
      background: #83A850 url(images/nav_btn_wine.gif) no-repeat top left;
      width: 118px;
      text-align: center;
    }
    
    ul#nav li.wine#active{     
      background: #16582A url(images/nav_btn_wine_on.gif) no-repeat top left;
    }
    
    /* Hides from IE-mac \*/     
     ul#nav li.wine a:hover {  
      background: url(images/nav_btn_wine_over.gif) no-repeat top left;
    }     
    /* End hide from IE-mac */    
    
    ul#nav li.spirits {
      background: #83A850 url(images/nav_btn_spirits.gif) no-repeat top left;
      width: 60px;
      text-align: center;
    } 
    
    ul#nav li.spirits#active{     
      background: #16582A url(images/nav_btn_spirits_on.gif) no-repeat top left;
    } 
    
    /* Hides from IE-mac \*/     
     ul#nav li.spirits a:hover {  
      background: url(images/nav_btn_spirits_over.gif) no-repeat top left;
    }    
    /* End hide from IE-mac */    
    
    
    ul#nav li.news {
      background: #83A850 url(images/nav_btn_news.gif) no-repeat top left;
      width: 94px;
      text-align: center;
    }   
    
    ul#nav li.news#active{     
      background: #16582A url(images/nav_btn_news_on.gif) no-repeat top left;
    } 
    
    /* Hides from IE-mac \*/     
     ul#nav li.news a:hover {  
      background: url(images/nav_btn_news_over.gif) no-repeat top left;
    }     
    /* End hide from IE-mac */    
    

    ul#nav li.importers {
      background: #83A850 url(images/nav_btn_importers.gif) no-repeat top left;
      width: 78px;
      text-align: center;
    }   
    
    ul#nav li.importers#active{     
      background: #16582A url(images/nav_btn_importers_on.gif) no-repeat top left;
    } 
    
    /* Hides from IE-mac \*/     
     ul#nav li.importers a:hover {  
      background: url(images/nav_btn_importers_over.gif) no-repeat top left;
    }     
    /* End hide from IE-mac */   
    
    
    ul#nav li.signup {
      background: #83A850 url(images/nav_btn_signup.gif) no-repeat top left;
      width: 118px;
      text-align: center;
    }     
    
    ul#nav li.signup#active{     
      background: #16582A url(images/nav_btn_wine_on.gif) no-repeat top left;
    } 
    
    /* Hides from IE-mac \*/     
     ul#nav li.signup a:hover {  
      background: url(images/nav_btn_wine_over.gif) no-repeat top left;
    }   
    /* End hide from IE-mac */  
    
    
    
    ul#nav li a {  
      height: 22px;    
      display:block;
      padding:5px 0px 0px 0px;
      margin:0px 0px -3px 0px;
      font-size: 98%; 
      text-decoration: none;
      color: #ffffff;
    }
    
    ul#nav li#active a:hover{     
      background: url(images/spacer.gif) no-repeat top left;
    }    
    
  

    /* Hides from IE-mac \*/ 
    /* End hide from IE-mac */
   
  

/*----Footer Styles-------------------------------------------------------------*/



  .footerWrap#footer{
    color:#F0F1DF;
    margin:0px auto 0px auto;
    padding: 0px 0px 10px 0px;
    text-align: center;
    clear:both;
    font-size: 94%;   
  }
  

  
  .footerWrap#footer p{
    width: 770px;  
    color:#ffffff;
    margin: 18px auto 6px auto;
    padding: 0px;
    text-align: center;
  }
 

  .footerWrap#footer a{
    color:#ffffff;   
  }
  
  .footerWrap#footer a.credit{
    color:#47575A;   
  }  
  

/**/


 

/*------------------------------------------------------------------------------*/
/*----BEGIN PAGE STYLES---------------------------------------------------------*/
/*------------------------------------------------------------------------------*/

  .bottlebar {
    display:block; 
    margin:0px;
    padding:6px 0px 0px 0px;
    border: 0px;
  }


  .contentWrap#mainContent{  
    clear:none;
    width:770px;    
    margin: 0px;
    padding: 0px 0px 40px 0px;
    background: #E7EDE9;    
    border-bottom: 6px solid #16582A;
  }

  .contentWrap#mainContent p{
    text-align:left;   
    padding:0;
  }
  
  .contentWrap#right {
      clear:none;
      width: 230px;
      margin: 150px 30px 10px 30px;
      padding: 0px 0px 0px 0px;
 }
  
  .contentWrap#right h2{  
    margin: 16px 20px 4px 20px;
    text-align:left;   
    padding:0;
  }
  
  .contentWrap#right p{
    margin: 4px 20px 6px 20px;
    text-align:left;   
    padding:0;
    line-height: 125%;
  } 
  
  .contentWrap#right ul{
      list-style-type: square;
      list-style-image: url(images/bullet.png);
      list-style-position: outside;    
      margin:4px 36px 12px 36px;
      padding:0;
    }
    
  .contentWrap#right ul li{
      margin:0 5px 5px 0;
      padding:0;
      line-height:125%;       
    }  
 
  .contentWrap#right a{
    color: #ffffff;
    font-weight: normal;
  }  
  

  
/*------------------------------------------------------------------------------*/
/*----HOME PAGE STYLES---------------------------------------------------------*/
/*------------------------------------------------------------------------------*/

  .contentWrap#mainHome{  
    clear:none;
    width:465px;    
    margin: 0px;
    padding: 0px;
  }

  .contentWrap#mainHome p{
    text-align:left;   
    padding:0;
  }


  h1.home{
    font-size:140%;
    margin:30px 40px 0px 40px;
    padding:0px;
    color: #1E4D25;
    line-height: 120%;
  } 
  
  a.ProducerURL
  {
    font-weight: bold;
    color: #47575A;		
  }
  
/*------------------------------------------------------------------------------*/
/*----News/Press PAGE STYLES---------------------------------------------------------*/
/*------------------------------------------------------------------------------*/

  
  .newsTitle{
    font-size:130%;
    font-weight: bold;
    margin:4px 40px 0px 40px;
    padding:0px;
    color: #47575A;
    text-transform: uppercase;
  } 
  
  .newsBody {
    font-size:98%;
    line-height:140%;
    margin:8px 40px 16px 40px;
    padding:0;
    white-space: wrap; 
  }

  .newsUrlTitle{
    font-size:98%;
    font-weight: bold;    
    line-height:140%;
    margin:8px 40px 16px 40px;
    padding:0;
    white-space: wrap; 
  }

  .newsUrl {

  } 
  