@import url("reset.css");
@import url("lightbox.css");
@import url("layout.css");
@import url("menu.css");

body {
  background: #f0ece5 url("../img/bg.jpg") repeat;
  margin-top: 0px;
  font-size: 0.8em;
  font-family: arial, tahoma;
  line-height: 1.3em;
}

img {
  border: 0px solid white;
}
 
strong, .strong {
  font-weight: bold;
} 

h1 {
  color: #762912;
  display: block;
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 20px;
  margin-top: 8px;
  text-transform: uppercase;
}

.intro h1, .introd h1 {
  margin-left: -15px;
  margin-bottom: 34px;
}

h2 {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 14px;
}

p {
  display: block;
  line-height: 1.4em;
  margin-bottom: 20px;
}

.right {
  text-align: right;
}

.intro {
  background: url("../img/introbg2.jpg") no-repeat 0px 20px;
  padding: 0px 0px 0px 25px;
  margin: -10px;
  margin-top: 10px;    
}

.introd {
  background: url("../img/bgd.jpg") no-repeat 0px 20px;
  padding: 0px 0px 0px 15px;
  height: 350px;
  margin: -10px;
  margin-top: 10px;    
}

.introd ul {
  margin-top: 35px;
}

em {
  font-style: italic;
}

img.right {
  float: right;
  margin-left: 20px;
}


img.left {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}


a:link, a:visited {
	COLOR: #863219;
	TEXT-DECORATION: underline;
}

a:hover {
	COLOR: #3c1003;
	text-decoration: none;
}

ul {
  margin-left: 15px;
  line-height: 2.2em;
}

ul li {
  background: url("../img/li.jpg") no-repeat left center;
  padding-left: 23px;
}

img.lb {
  border: 4px solid #e7e7e7;
  margin-right: 30px;
  margin-bottom: 30px;
}

img.lm {
  border: 4px solid #e7e7e7;
  margin-right: 10px;
  margin-bottom: 25px;
}

.br {
  margin-bottom: 25px;
}

ul.drinks {
  margin-top: 40px;
}

.flash {
  float: left;
  margin-right: 10px;
}
