* {
  margin: 0;
  padding: 0;
}

html {
  /*overflow: -moz-scrollbars-vertical;*/
}

body {
  text-align: center;
  background: #d4d9dc url('../img/bg.jpg') no-repeat 50% 0;
  font-family: 'arial', sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: #383c3f;
}

#container {
  position: relative;
  width: 1006px;
  margin: 0 auto 0 auto;
  overflow: visible;
  text-align: left;
}

#header {
  background: url('../img/header.png') no-repeat;
  height: 83px;
  overflow: hidden;
  text-indent: -10000px;
  font-size: 0;
}

a.catering {
  position: absolute;
  width: 274px;
  height: 42px;
  top: 38px;
  right: 8px;
  text-indent: -1000px;
  overflow: hidden;
  background: url('../img/cd_catering.png') no-repeat;
}

#middle {
  background: url('../img/container-bg.png') repeat-y;
  zoom: 1;
}

#sidebar {
  float: left;
  display: inline;
  margin: 30px 0 0 35px;
  width: 140px;
}

#navi {
  list-style-type: none;
  font-size: 14px;
  line-height: 28px;
}

#navi a {
  display: block;
  color: #7b7b7b;
  text-decoration: none;
  zoom: 1;
  height: 28px;
}

#navi .selected a {
  font-weight: bold;
  color: #000;
}

#navi a:hover {
  color: #414141;
}

#navi .selected ul a {
  font-weight: normal;
  color: #7b7b7b;
}

#navi .selected ul li.selected a {
  font-weight: bold;
  color: #414141;
}

#navi ul {
  list-style-type: none;
  border-top: 1px solid #e9e9e9;
  text-align: right;
  line-height: 22px;
  font-size: 11px;
  margin: 0 0 5px 0;
}

#navi ul a {
  height: 22px;
}

#navi ul li {
  border-bottom: 1px solid #e9e9e9;
}

#languages {
  margin: 50px 0 20px 0;
  list-style-type: none;
}

#languages a {
  color: #b8b8b8;
  font-size: 11px;
  text-transform: uppercase;
  text-decoration: none;
}

#content, #front-content {
  background: #c3cbce;
  float: right;
  display: inline;
  margin: 11px 22px 11px 0;
  width: 780px;
  height: 470px;
  min-height: 470px;
}

html > body #content {
  height: auto;
}

#content-head {
  position: relative;
  height: 352px;
  overflow: hidden;
}

#content-head .text-header {
  background: url('../img/content-text-header.png') no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 550px;
  height: 60px;
  padding: 20px 200px 20px 30px;
}

#content-head .text-header h1 {
  font-size: 22px;
  font-weight: normal;
  line-height: 30px;
  color: #fff;
}

#text-content {
  width: 520px;
  padding: 2px 20px 40px 45px;
}

#text-content h1 {
  border: 1px solid #dde2e6;
  -moz-border-radius: 5px;
  font-size: 12px;
  line-height: 26px;
  text-transform: uppercase;
  color: #fff;
  margin-left: -30px;
  padding: 0 15px 0 15px;
}

#text-content h1, #text-content h2, #text-content h3, #text-content p, #text-content ul, #text-content table {
  margin-top: 18px;
  margin-bottom: 18px;
}

#text-content a {
  color: #660000;
}

#text-content a:hover {
  color: #8f0909;
}

#text-content h3 {
  font-size: 12px;
  font-weight: bold;
  margin: 0;
  text-transform: uppercase;
}

#front-content {
  background: #fff;
  position: relative;
  font-size: 0;
  height: auto;
}

#front-content #front-image {
  float: left;
  background: #000;
  width: 520px;
  overflow: hidden;
  height: 470px;
  font-size: 0;
  line-height: 0;
  position: relative;
}

#front-content #text-content {
  background: #fff;
  float: right;
  width: 215px;
  padding: 5px 15px 30px 30px;
  font-size: 11px;
  line-height: 15px;
  color: #777;
}

#front-content #text-content h1 {
  background: url('../img/front-li.png') no-repeat 1px 4px;
  border: 0;
  -moz-border-radius: 0;
  font-size: 12px;
  line-height: 16px;
  text-transform: none;
  color: #555;
  margin: 20px 0 2px 0;
  padding: 0;
  text-indent: 14px;
}

#front-content #text-content p {
  margin: 10px 0 10px 0;
}

#front-content #text-content h1 a {
  color: #555;
}
#front-content #text-content a {
  text-decoration: none;
}
#front-content #text-content a:hover {
  text-decoration: underline;
}


.book {
  position: relative;
  height: 220px;
  min-height: 220px;
  padding: 1px 0 10px 240px;
  overflow: visible;
}

html > body .book {
  height: auto;
}

.book .image {
  position: absolute;
  top: 0;
  left: -10px;
  background: url('../img/book.png') no-repeat;
  width: 215px;
  height: 215px;
  padding: 6px;
}

#footer, #front-footer {
  background: #d4d9dc url('../img/footer.png') no-repeat top;
  padding: 20px 8px 10px 8px;
  clear: both;
  color: #797d80;
}

#footer p, #front-footer p {
  clear: both;
  position: relative;
  border-top: 1px solid #c7cccf;
  padding: 8px 0 0 20px;
  font-size: 11px;
  /*font-variant: small-caps;
*/}

#footer .copyright, #front-footer .copyright {
  position: absolute;
  right: 20px;
  font-variant: normal;
}

#footer a, #front-footer a {
  color: #797d80;
  text-decoration: none;
}

#footer a:hover, #front-footer a:hover {
  text-decoration: underline;
}

#front-footer {
  padding-top: 20px;
}

#front-footer .lift {
  position: relative;
  float: left;
  display: inline;
  width: 195px;
  height: 100px;
  margin: 0 0 0 10px;
  padding: 0 10px 0 115px;
}

#front-footer .lift img {
  position: absolute;
  top: 0;
  left: 0;
}

#front-footer .lift h1 {
  font-size: 16px;
  font-weight: normal;
  margin: 0 0 5px 0;
  color: #333;
}

#front-footer .lift h1 a {
  color: #333;
}

#front-footer .lift p {
  border-top: 0;
  padding: 0;
  font-size: 11px;
  line-height: 14px;
  font-variant: normal;
}

a img {
  border: 0;
}

.clear {
  clear: both;
}

td {
  vertical-align: top;
}

#text-content table.wines {
  margin: 0;
}

table.wines {
  width: 100%;
  border-collapse: collapse;
}

table.wines td, table.wines th {
  padding: 3px 5px 3px 5px;
  line-height: 15px;
}

table.wines th {
  text-align: left;
  color: #7E2828;
  text-transform: uppercase;
  padding-top: 16px;
}


td.price {
  width: 60px;
}

form {
  border: 1px solid #dde2e6;
  -moz-border-radius: 5px;
  padding: 15px;
  margin: 18px 0 18px -30px;
}

form table {
  width: 100%;
  border-collapse: collapse;
}

form th, form td {
  padding: 3px 6px 3px 6px;
}

form th {
  width: 35%;
  text-align: right;
  padding-right: 5px;
  font-weight: normal;
  padding-top: 6px;
}

form input.text, form textarea {
  width: 300px;
  background: #edf1f3;
  border: 1px solid #fff;
  padding: 2px;
  font-family: 'Arial', sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #333;
}

form input.text:focus, form textarea:focus {
  background: #fff;
  outline: 1px solid #d7dbdd;
}

form input {
  margin-right: 3px;
}

#text-content form table {
  margin: 0;
}

#text-content h4 {
  font-size: 12px;
  margin: 0;
}

#text-content p.mini {
  font-size: 11px;
  font-style: italic;
  margin: 0 0 18px 0;
}

h1 .cufon-vml {
  vertical-align: bottom;
}

#press-images {
  list-style-type: none;
  margin: 0 -50px 0 0;
}

#press-images li {
  width: 225px;
  height: 210px;
  float: left;
  display: inline;
  margin: 0 30px 0 0;
  text-align: center;
}

#press-images span {
  border-bottom: 2px solid #777;
}

#press-images img {
  border: 3px solid #fff;
  vertical-align: bottom;
}

#press-images p {
  margin: 5px 0 0 0;
  font-size: 11px;
  line-height: 14px;
}

form table tr.additionalFormField { display: none; visibility: hidden; }

/* Popup */

body#popup-body {
background: url('../img/popup_bg.jpg') top no-repeat;
text-align: left;
}

#popup-container {
width: 1320px;
margin: 0px auto;
}

#popup-content {
width: 650px;
margin-top: 289px;
padding: 20px;
text-align: left;
float: left;
background: #fff;
}

#popup-left {
float: left; 
height: 500px; 
width: 292px;
padding: 10px;
} 

#popup-right {
width: 290px;
padding: 10px;
border: 1px solid #fff;
float: right;
margin-top: 510px;
background: url('../img/popup_info_bg.png') top repeat-y;
}