html, body {
  height: 100%;
}

body {
  text-align: left;
  margin:0;
}

.body {
  background: url(tmpl/backgrad.gif) top repeat-x #9dcb3c;
  text-align: center;
}

* {
  padding:0;
  margin:0;
}

ul {
  margin-left: 20px;
}

body, table {
  font-family: Arial, 'Sans Sherif';
  font-size: 11px;
  color: #494949;
  cursor:default;
}

img {
  vertical-align: middle;
  border: none;
}

a {
  color:#3c9300;
}

h1, h2, h3, h4 {
  color: #1d1d1d;
  margin-bottom: 15px;
  font-size: 12px;
  font-weight: bold;
}

h1 {
  font-size: 14px;
}

/**************************
   CONTAINER
***************************/
.background {
  background: url(tmpl/background.jpg) top no-repeat;
  min-height: 100%;
  height: auto !important;
  height:100%;
  min-width: 1189px;
}

.main_frame {
  margin:auto;
  width: 1189px;
  text-align: left;
}

.mf_in {
  min-height: 1209px;
  height: auto !important;
  height:1209px;
  padding: 0px 30px;
}

.mf_pre {
  background: url(tmpl/mainframe_pre.gif) top no-repeat;
}

.mf_top {
  background: url(tmpl/mainframe_top.jpg) top no-repeat;
}
.mf_mid {
  background: url(tmpl/mainframe_mid.png) repeat-y;
}
.mf_bot {
  background: url(tmpl/mainframe_bot.png) top no-repeat;
  height: 113px;
}

.logo {
  margin-top: 5px;
  margin-left: 40px;
  margin-bottom: 30px;
}

.footer {
  position: absolute;
  margin-left: 40px;
  margin-top: -18px;
}

.footer, .footer a {
  color: #558d22;
}

/**************************
   MENU
***************************/
.menu {
  float: left;
  width: 230px;
  padding-top: 25px;
}

.menu_in {
  padding-left: 40px;
}

.menu a {
  text-decoration: none;
  color: #494949;
}

.menu a:hover {
  text-decoration: underline;
}

.menu_items {
  display: block;
  margin-left: 10px;
  font-weight: bold;
  font-size: 12px;
}

.menu_item0 {
  display: none;
}

.menu_item1 {
  margin-top: 10px;
  margin-left: 30px;
}

.menu_item2 {
  margin-left: 70px;
  margin-top: 2px;
}

.menu_item3 {
  margin-left: 80px;
}

.menu_item4 {
  margin-left: 90px;
}

.menu_item2, .menu_item2 a {
  color: #9dcb3d;
}

.menu_item3, .menu_item3 a {
  color: #9dcb3d;
  font-weight: normal;
}

/**************************
   CONTENT
***************************/
.content_frame {
  float:right;
  width: 852px;
  min-height: 400px;
}

.content_index {  background: url(tmpl/content_back.gif) top left no-repeat; }
.content_wine  {  background: url(tmpl/wine_back.jpg) top left no-repeat; }
.content_food  {  background: url(tmpl/food_back.jpg) top left no-repeat; }

.imagebar {
  margin-top: 27px;
  margin-left: 124px;
}

.content_wine .imagebar,
.content_food .imagebar {
  margin-left: 295px;
}

.imagebar .img1 { margin-right: 38px; }
.imagebar .img2 { margin-right: 32px; }
.imagebar .img3 { margin-right: 30px; }
.imagebar .img4 { }
.imagebar img   { width:130px; height:82px}

.content_padd {
  padding-right: 80px;
}

.content1 {
  margin-top: 117px;
  padding-top: 75px;
  margin-left: 240px;
  padding-right: 30px;
  min-height: 427px;
  background: url(tmpl/content1_back.gif) top right no-repeat;

}

.content {
  margin-top: 16px;
  margin-left: 78px;
}

.content .content_in {
  background: url(tmpl/text_back.gif) top left no-repeat #fff;
}

.content1 .content_in {
  background: #fff;
}

.content_in {
  text-align: justify;
  padding:5px;
  height: 100%;
  color: #1d1d1d;

  opacity : 0.8;
  -moz-opacity :  0.8;
  -khtml-opacity :  0.8;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter : alpha(opacity=80);
}


