/* CSS Document */


body {
  background-color: #553E3F;
  color: black;
  font-family: Verdana, Arial, Courier, sans-serif;
  font-size: 14px;
  background-image: url(design/back-top.jpg);
  background-repeat: repeat-x;
  background-position: top;
  padding: 0px; 
  margin: 0px; 
}


h1 {
  font-size: 29px;
  font-weight: bold;
  margin-top: 0px;
}
h2 {
  font-size: 25px;
  font-weight: bold;
}
h3 {
  font-size: 20px;
  font-weight: bold;
}
h4 {
  font-size: 12px;
  font-weight: normal;
  margin: 0px;
}

table {
  color: black;
  font-family: Verdana, Arial, Courier, sans-serif;
  font-size: 14px;
  border-collapse: collapse;
  border-color: #d6d6d6;
  border-style: dashed;
}
table.main {
  border-width: 0px; 
}

a {
  color: black;
}
a:hover {
  color: #e16a00;
}
a img {
  border-color: black;
}
a:hover img {
  border-color: #be9992;
}


a.main {
  font-size: 10px;
  text-decoration: none;
}





#main {
  position: absolute;
  width: 857px;
  left:50%;
  margin-left: -417px;
}

#main_top {
  width: 857px;
  height: 149px;
  background-image: url(design/main-top.jpg);
}

#center {
  background-image: url(design/center.jpg);
  background-repeat: repeat-y;
}
#center_top {
  width: 857px;
  height: 18px;
  background-image: url(design/center-top.jpg);
  background-position: top;
  background-repeat: no-repeat;
}

#text {
  width: 777px;
  padding: 0px; 
  margin: 0px 40px 0px 40px;
  overflow: hidden;
}
#text1, #text2, #text3 {
  display: none;
} 

#bottom {
  width: 857px;
  height: 64px;
  background-image: url(design/bottom.jpg);
  background-position: top;
  background-repeat: no-repeat;
}

#bottom_text {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 10px;
  color: #746262;
  font-size: 11px;
  font-family: arial;
  line-height: 20px;
}
#bottom_text a {
    color: #746262;
    text-decoration: none;
}
#bottom_text a:hover {
    color: white;
}









/* --------- MENU ---------- */
a h3 span {
  display: none;
}

#menu {
  height: 61px;
  float: right;
  margin-top: 88px;
  margin-right: 30px;
}

#button01, #button02, #button03, #button04 {
  display: block;
  height: 61px;
  margin: 0px; 
  padding: 0px; 
  float: left;
  cursor: pointer;
}

#button01 {
  width: 69px;
  background-image: url(design/button/01.jpg);
}
#button02 {
  width: 180px;
  background-image: url(design/button/02.jpg);
}
#button03 {
  width: 160px;
  background-image: url(design/button/03.jpg);
}
#button04 {
  width: 216px;
  background-image: url(design/button/04.jpg);
}

a:hover #button01 {
  background-image: url(design/button/01-over.jpg);
}
a:hover #button02 {
  background-image: url(design/button/02-over.jpg);
}
a:hover #button03 {
  background-image: url(design/button/03-over.jpg);
}
a:hover #button04 {
  background-image: url(design/button/04-over.jpg);
}
/* -------- EOF MENU -------- */

