/* Drop-down menu */

#dropmenudiv{
position:absolute;
border:0px;
border-bottom-width: 0;
font: normal 8pt Century Gothic, MS Sans serif;
line-height:12px;
z-index:200;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 0px;
border-right: 0px;
padding: 2px 0;
color: #cccccc;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
color: #ffcc00;
}

/* Main page elements */

body {
  margin: 0;
  padding: 0;
}
.gutter_left {
  background-image: url(img/leather.gif);
  background-position: 100% 0%;
  margin-top: 0px;
}
.gutter_right {
  background-image: url(img/leather.gif);
  background-position: 0% 0%;
  margin-top: 0px;
}
.drop_left {
  background-image: url(img/leather_drop_l.jpg);
  background-position: 100% 0%;
  margin-top: 0px;
}
.drop_right {
  background-image: url(img/leather_drop_r.jpg);
  background-position: 0% 0%;
  margin-top: 0px;
}
.leather {
  background-image: url(img/leather.gif);
  margin-top: 0px;
}
a img { border: none ; }
a:active, a:focus {outline: 0} /* prevents dashed border around linked images in FF */

div.page_main {
  position: relative;
  width: 900px;
  padding: 0px;
  margin: 0px;
  border: 0px;
  text-align: center;
}

div.logo_area {
  position: absolute;
  top: 12px;
  left: 85px;
  height: 65px;
  width: 730px;
  height: 800px;
  padding: 0px;
  margin: 0px;
  border: 0px;
  background-image: url(img/logo_wide.gif);
  background-repeat: no-repeat;
}

div.border_sides {
  position: absolute;
  top: 77px;
  left: 85px;
  width: 730px;
  padding: 0px;
  margin: 0px;
  border: 0px;
  background-image: url(img/border_sides_wide.gif);
  background-repeat:repeat;
}

div.border_bottom {
  position: absolute;
  top: 760px;
  left: 0px;
  width: 730px;
  height: 39px;
  padding: 0px;
  margin: 0px;
  border: 0px;
}

div.button_area {
  position: absolute;
  top: 100px;
  left: 92px;
  width: 716px;
  height: 40px;
  border: 0px;
  margin: 0px;
  padding: 0px;
/*  background-image:url(img/button_base_wide.gif); */
}

div.button1 {
  position: absolute;
  top: 10px;
  left: 52px;
  width: 96px;
  height:20px;
  border: 0px;
  margin: 0px;
  padding: 0px;
}

div.button2 {
  position: absolute;
  top: 10px;
  left: 152px;
  width: 96px;
  height:20px;
  border: 0px;
  margin: 0px;
  padding: 0px;
}

div.button3 {
  position: absolute;
  top: 10px;
  left: 252px;
  width: 96px;
  height: 20px;
  border: 0px;
  margin: 0px;
  padding: 0px;
}

div.button4 {
  position: absolute;
  top: 10px;
  left: 352px;
  width: 96px;
  height: 20px;
  border: 0px;
  margin: 0px;
  padding: 0px;
}

div.button5 {
  position: absolute;
  top: 10px;
  left: 452px;
  width: 96px;
  height: 20px;
  border: 0px;
  margin: 0px;
  padding: 0px;
}

div.button6 {
  position: absolute;
  top: 10px;
  left: 552px;
  width: 96px;
  height: 20px;
  border: 0px;
  margin: 0px;
  padding: 0px;
}

