
body {
  padding-left: 20px;
}

#header {
  width: 955px;
  background: url(../img/header-bg2.jpg) no-repeat top right;
}

#header.home {
  width: 955px;
  background: url(../img/header-bg3.jpg) no-repeat top right;
}

  #logo {
    width: 200px;
    display: block;
  }

  #navigation {
    height: 46px;
    margin: 0;
    padding: 0;
    overflow: auto;
  }

  #navigation li {
    float: left;
    height: 46px;
    margin-right: 15px;
    list-style: none;
  }

  #navigation li a {
    display: block;
    height: 46px;
    background-repeat: none;
  }

  #navigation li a span {
    display: none;
  }

    #navigation a.link_Home {
      width: 48px;
      background-image: url(../img/menu-home.png);
    }

    #navigation a.link_Features {
      width: 75px;
      background-image: url(../img/menu-features.png);
    }

    #navigation a.link_Producers {
      width: 83px;
      background-image: url(../img/menu-producers.png);
    }
    
    #navigation a.link_Restaurants {
      width: 103px;
      background-image: url(../img/menu-restaurants.png);
    }
    
    #navigation a.link_About-Us {
      width: 93px;
      background-image: url(../img/menu-ourteam.png);
    }
    
    #navigation a.link_Our-Team {
      width: 93px;
      background-image: url(../img/menu-ourteam.png);
    }

    #navigation a.link_Contact-Us {
      width: 92px;
      background-image: url(../img/menu-contactus.png);
    }
  
  #page {
    width: 933px;
    padding-top: 10px;
    border-top: 1px solid #929295;
  }

  #main {
    float: left;
    width: 742px; /* Should be 785px, but the 1px border on the left column makes up for this */
    margin: 0 0 0 10px;
  }

    #main #page-header {
      height: 25px;
      margin: 0 0 9px 0;
      border: 1px solid #DADADB;
    }

    #main #page-header h1 {
      line-height: 1;
      font-size: 12px;
      text-transform: uppercase;
      margin: 0;
      padding: 6px 0 0 8px;
    }

    #main > #content-wrap {
      border-top: 1px solid #929295;
      padding-top: 15px;
    }


  #content {
    width: 400px;
    float: left;
  }

  #main.full #content {
    width: 742px;
  }

  #main.full #content-wrap {
    overflow: hidden;
  }

  #main.full #content-wrap #content {
    margin-left: 9px;
  }

/* FOOTER */
#footer { 
  clear: both; 
  width: 980px;
  padding: 10px 0 0 0;
  text-align: right;
}

#footer ul {
  padding: 0;
}

#footer ul li {
  display: inline;
  list-style: none;
}

/* CONTENT */
.contentblock p {
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 20px;
}


/* HOME */
#content-wrap > #content {
  width: 475px;
}

#content #home {
  width: 420px;
  margin-left: 8px;
}

#home p {
  font-size: 16px;
  line-height: 20px;
}

/* FEATURED WINE */
#featured-wine {
  float: right;
  width: 265px;
  overflow: auto;
  border-left: 1px solid #B6B6BB;
}

  #featured-wine > img,
  #featured-wine > div {
    float: left;
  }

  #featured-wine > img {
    width: 85px;
    padding: 0;
    border: 0;
    margin: 0 20px 0 15px;
  }

  #featured-wine > div {
    width: 140px;  
  }

  #featured-wine h4 {
    font-weight: normal;
    font-size: 14px;
    color: #808080;
  }

  #featured-wine .name {
    font-weight: bold;
    font-size: 14px;
    color: #000;
  }

  #featured-wine .name,
  #featured-wine .price {
    color: #000;
  }

  #featured-wine .description {
    margin:  15px 0 0 0;
    font-size: 11px;
    color: #919294;
  }
  
  #featured-wine .description p {
    font-size: 11px;
  }

  #featured-wine .price {
    font-size: 12px;
  }

/* FEATURES */

#features-highlights {
  width: 100%;
  height: 210px;
  margin-top: 10px;
  padding-top: 15px;
  border-top: 1px solid #929295;
  clear: both;
}

#features-highlights ul {
  width: 755px;
  height: 210px; 
  padding: 0;
}

#features-highlights ul li {
  float: left;
  margin-right: 15px;
  list-style: none;
  border: 2px solid #929295;
}

  #features-highlights ul li a {
    display: block;
    height: 205px;
    width: 231px;
    overflow: hidden;
  }

  #features-highlights ul li a img {
    border: none;
  }

/* STORE */
#store {
  float: left;
  width: 720px;
}

.itemmessage {
  clear: both;
}

#store #items {
  clear: both;
  font-size: 11px;
}

#store #items th {
  color: #000;
  text-align: left;
  cursor: pointer;
}

#store #items tr {
  height: 16px;
  margin: 0;
  padding: 0;
}

table#items tr.item:hover { 
  background-color: #91202B; 
  color: #fff; 
}


#store #items td {
  margin: 0;
  padding: 1px 10px 1px 0;
  height: 16px;
}

#store #items td.item-name {}
#store #items tr.haspreview:hover { cursor: pointer; }

/*
#store #items tr.haspreview .itemname { color: #000; }
*/

#item-preview {
  overflow: auto;
  width: 270px;
  height: 350px;
  background: #fff; 
}

#item-preview img, 
#item-preview .description {
  float: left;
}


#item-preview img {
  width: 85px;
  margin: 0 20px 0 10px;
}

#item-preview .description {
  width: 135px;
}

#item-preview .description h4 {
  font-size: 16px;
  font-weight: bold;
  color: #000;
}

#item-preview .description p {
  font-size: 11px;
}

#item-preview .price {
  clear: left;
  font-size: 11px;
  color: #000;
}

/* FILTERS */
#search-filters {
  float: left;
  width: 179px;
  border-right: 1px solid #929295;
}

#search-filters ul {
  color: #6D6E71;
  padding: 0;
}

#search-filters li {
  list-style: none;
  line-height: 18px;
}

  #search-filters li a {
    color: #6D6E71;
  }

  #search-filters li a:hover {
    color: #000;
  }

#search-filters li.sub {
  text-transform: uppercase;
  font-weight: bold;
}

  #search-filters li.sub ul {
    text-transform: none;
    font-weight: normal;
  }

  #search-filters li.selected {
    color: #000;
    font-weight: bold;
    padding-left: 14px;
    margin-left: -15px;
    background: url('../img/item-selected.png') no-repeat 0px 3px;
  }

  #search-filters li.empty {
    color: #D4D4D4;
  }

  #search-filters li.selected a {
    color: #000;
  }

/* FILTER LIST (HEADER) */
#page-header.store {
  position: relative;
}

#page-header.store h1 {
  float: left;
}

#filter-list {
  float: left;
  margin: 5px 0 0 5px;
  padding: 0;
}

#filter-list li {
  float: left;
  display: block;
  list-style: none;
  margin-right: 5px;
}

#filter-list li a {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
}

#filter-list li span {
  padding: 0px 2px;
  border: 1px solid #B6B6B8;
  color: #767779;
}

#form-side-search {
  width: 169px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #929295;
}

#form-side-search p {
  margin: 0;
  padding: 0;
}

#form-side-search #filter-keywords {
  display: inline;
  width: 122px;  
  height: 22px;
  border: 1px solid #DEDEDF;
  margin: 0 -4px 0 0;
  vertical-align: top; /* needed to get the input box and button to align */
} 

#form-side-search #filter-find {
  display: inline;
  height: 26px;
  width: 42px;
  margin: 0;
  padding: 0;
  border: 1px solid #6D6E71;
  background-color: #6D6E71;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}


#form-store-search {
  float: left;
  overflow: auto;
}
#form-store-search #store-keywords {
  display: inline;
  width: 120px;  
  height: 19px;
  border: 1px solid #DEDEDF;
  margin: 0;
  vertical-align: top; /* needed to get the input box and button to align */
} 

#form-store-search #store-find {
  display: inline;
  height: 23px;
  background-color: #6D6E71;
  border: 1px solid #6D6E71;
  color: #FFF;
  font-weight: bold;
  text-transform: uppercase;
}


#toggle-sort {
  float: left;
  width: 80px;
  height: 23px;
  margin-left: 10px;
  display: block;
  background-color: #6D6E71;
  color: #000;
  font-size: 13px;
  text-align:center;
  text-transform: uppercase;
}

  #toggle-sort span {
    display: block;
    padding: 4px 0 0 0;
  }

/* SORT MENU */
/* CSS  http://www.cssplay.co.uk/menus/latest-flyout.html */

#sort-menu {
  /*height: 70px;*/ 
  width: 200px; 
  height: 30px;
  float: left;
  /* remove the overflow to have it accomodate any width */
}

#sort-menu ul {
  margin:0; 
  padding:0; 
  list-style:none; 
  white-space:nowrap; 
  text-align:left; 
  padding:1px 1px 0 1px; 
  background:#fff;
  border: 1px solid #eee;
}

#sort-menu li {
  margin:0; 
  padding:0; 
  list-style:none;
}

#sort-menu li {
  display:inline;
}

#sort-menu ul ul {
  position:absolute; 
  left:-9999px;
}

#sort-menu ul#toplevel {
  position:absolute; 
  /*left:0; */
  /*top:0;*/
}


#sort-menu a {
  display:block;
  /*font:normal 11px verdana,arial,sans-serif; */
  line-height:22px; 
  text-decoration:none;
  padding:0 20px 0 10px;
  color: inherit;
} 

/* #sort-menu li a.fly { background: url(anywidth/arrow.gif) no-repeat right top;} */
#sort-menu #toplevel #sortby {
  display: block;
  background-color: #939598;
  font-weight: bold;
  color: #000;
}

#sort-menu #toplevel #sortby > a {
  text-transform: uppercase;
}

#sort-menu li a:hover { 
  color:#000; 
}

#sort-menu li:hover > a {
  color:#000; 
}

#sort-menu ul li:hover > ul {
  left:100%; 
  margin-top:-23px; 
  margin-left:-1px;
}

#sort-menu a:hover ul,
#sort-menu a:hover a:hover ul, 
#sort-menu a:hover a:hover a:hover ul {left:100%;}
#sort-menu a:hover ul ul, 
#sort-menu a:hover a:hover ul ul {left:-9999px;}

#sort-menu table {
  position:absolute; 
  left:99%; 
  height:0; 
  width:0; 
  border-collapse:collapse; 
  margin-top:-7px; 
  margin-left:-1px;
}


  /* CONTACT FORM */
#form-contact {
  width: 370px;
  height: 570px;
}

form#form-contact p {
  width: 360px;
}

form#form-contact label {
  text-align: right;
  width: 90px;
  margin-right: 10px;
}

form#form-contact input.text,
form#form-contact input.email {
  width: 250px;
}

form#form-contact textarea {
  font-size: 12px;
  width: 250px;
  height: 150px;
}

form#form-contact p.submit {
  /*overflow: auto;*/
}

form#form-contact p.submit input {
  display: block;
  float: right;
  margin: 0 5px 0 0;
  width: 100px;
}

form input.error,
form select.error,
form textarea.error {
  background: #FFF0F0;
  border: 1px solid #990000;
}


.contentblock img {
  margin: 0 5px;
}

.contentblock img[align=right],
.contentblock img.alignright, 
div.alignright,
.alignright  {
  float: right;
  margin:0 0 2px 15px;
}

.contentblock img[align=left],
.contentblock img.alignleft,
div.alignleft,
.alignleft {
  float:left;
  margin:0 15px 2px 0px;
}

.align { /*DEFAULT none*/
  float:right;
  margin:0 0 2px 15px;
}


#content h1, 
.contentblock h1 {
  margin: -1px 0 20px 0;
  font-weight: normal;
  font-size: 24px;
  line-height: 1;
}

.contentblock h2 {
  margin: 0 0 15px 0;
  font-weight: normal;
  font-size: 20px;
  line-height: 1;
}

.contentblock h3, 
.contentblock h4,
.contentblock h5, 
.contentblock h6 {
  font-size: 16px;
  line-height: 22px;
}


/* TABLES */
#restaurants table th {
  color: #000;
  font-size: 12px;
  text-align: left;
}

/* PAGINATION */
#pages {
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 12px;
  text-transform: uppercase;
}

#pages ul {
  display: inline;
  margin: 0;
  padding: 0;
}

#pages li {
  display: inline;
  padding:0px 5px;
}

#pages li + li {
  border-left: 1px solid #919294;
}

#pages li, 
#pages li a { 
  font-weight: 200;
}

/* PRODUCER LISTING */
#producers-list {
  clear: none;
  float: left;
}

#producers-list th {
  color: #000;
  font-size: 12px;
  text-align: left;
}

.producer.haspreview {
  cursor: pointer;
}

.producer-section {
  color: #000;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
}


#producer-preview {
  float: left;
  width: 180px;
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid #B6B6BB;
}

#producer-preview .description {
  font-size: 12px;
}

/* STAFF PHOTOS */
#staff-photos {
  width: 630px;
  font-size: 12px;
}

#staff-photos .photo {
  width: 300px;
  margin: 0 5px;
  overflow: auto;
  float: left;
  text-align: left;
}

#staff-photos .photo a {
  display: block;
  float: left;
  margin-right: 10px;
}

#staff-photos .photo a img {
  border: none;
}

#staff-photos .photo div {
  float: left;
}

#notes p {
  font-size: 11px;
}

/* CATEGORY LIST */
#category-list-head { color: #91202B; }

/* @STORE: POPUP */
#simplemodal-container {
  height: 375px;
  background: transparent;
  -webkit-box-shadow: 0px 5px 10px #1f1f1f;
  -moz-box-shadow: 0px 5px 10px #1f1f1f;
  box-shadow: 0px 5px 10px #1f1f1f;
}

.simplemodal-close {
  font-size: 11px;
  text-transform: uppercase;
  padding-left: 5px;
  color: #fff;
  text-align: right;
  background: #91202b;
}

.simplemodal-close:hover { cursor: pointer; }

.simplemodal-close .close-button { 
  font-size: 20px;
  font-weight: bold;
  width: 5px;
  position: relative;
  top: 3px;
  right: 2px; 
}


