html, body {
  height: 100%;
}

body {
  background: url(tmpl/backgrad.gif) top repeat-x #65af32;
  text-align: left;
  margin:0;
}

* {
  padding:0;
  margin:0;
}

ul {
  margin-left: 20px;
}

body, table {
  font-family: Arial, 'Sans Sherif';
  font-size: 12px;
  color: #13540b;
  cursor:default;
}

img {
  vertical-align: middle;
  border: none;
}

a {
  color:#3c9300;
}

h1, h2, h3, h4 {
  color: #13540b;
  margin-bottom: 15px;
  font-size: 11px;
  font-weight: bold;
}

h1 {
  font-size: 18px;
}

/**************************
   CONTAINER
***************************/
.background {
  background: url(tmpl/background.jpg) top no-repeat;
  min-height: 100%;
  height: auto !important;
  height:100%;
}

.main_rep {
  margin-left:0px;
  background: url(tmpl/main_rep.gif) top repeat-y;
}

.main_back {
  background: url(tmpl/main_back.gif) top no-repeat;
  min-width: 1164px;
}

.container {
  width: 1160px;
  margin: auto;
  text-align: justify;
}

.language {
  float:right;
  background: url(tmpl/lang_back.gif) top right no-repeat;
  width: 191px;
  height: 32px;
  text-align: right;
  margin-right: 1px;
  padding-top: 6px;
  color: #3c9300;
}
.language img { margin-right: 5px; }

.logo {
  margin-top: 10px;
  margin-left: 68px;
  margin-bottom: 20px;
}

.headlinks {
  margin-top: -40px;
  font-size: 12px;
  font-weight: bold;
  color: #3c9300;
  float: right;
}

.xheadlinks {
  margin-top: -40px;
  margin-left: 820px;
  font-size: 12px;
  font-weight: bold;
  color: #3c9300;
  position: absolute;
}

.headlinks a { text-decoration: none; }
.headlinks a:hover { text-decoration: underline; }

/**************************
   MENU
***************************/
.menuframe {
  float: left;
  font-size: 12px;
  font-weight: bold;
  color: #494949;
}

.menuframe_in {
  padding-left: 20px;
  padding-right: 10px;
}

.marketing {
  text-align: center;
  margin-top: 100px;
}

.menudiv {
  float: left;
  width: 2px;
  height: 629px;
  background: url(tmpl/frame_div.gif);
}

.menu a {
  text-decoration: none;
  color: #494949;
}

.menu a:hover {
  text-decoration: underline;
}

.menu_items {
  display: block;
  margin-left: 10px;
}

.menu_item0 {
  display: none;
}

.menu_item1 {
  margin-top: 20px;
}

.menu_item2 {
  margin-left: 20px;
  margin-top: 10px;
}

.menu_item3 {
  margin-left: 60px;
}

.menu_item4 {
  margin-left: 80px;
}

.menu_item1, .menu_item1 a {
  color: #3c9300;
}

.menu_item3, .menu_item3 a {
  color: #3c9300;
  font-weight: normal;
}

/**************************
   MAIN
***************************/
.main {
  float: right;
  width: 856px;
  padding-right: 20px;
}

.swfbanner {
  position: absolute;
}

.imgshow {
  background: url(tmpl/banner_photos.jpg) top left no-repeat;
  height: 130px;
  margin-left: 73px;
  margin-bottom: 0px;
}

.imgshow table {
  position: absolute;
  margin-top: -13px;
  margin-left: 13px;
}

.content {
  margin-top: 0px;
  width: 100%;
}

.content strong, .content b {
  color: #98af00;
}

.content .intro, .content .left, .content .right {
  vertical-align: top;
}

.content .left, .content .right {
  text-align: justify;
  width: 50%;
}

.content .intro  h1 {
  font-size: 18px;
  font-weight: normal;
}

.content .left h1, .content .right h1 {
  font-size: 14px;
}



/**************************
   FOOTER
***************************/
.footer {
  background: url(tmpl/footer.gif) top no-repeat;
  height:43px;
  line-height: 40px;
  text-align:center;
}

.mirror {
  background: url(tmpl/mirror.png) top no-repeat;
  height:94px;
  margin-top: 6px;
}
