/* -------------------------------------------------------------------------- */
/* EDEY FX
/* -------------------------------------------------------------------------- */
body { font-family: tahoma; font-size: 12px; }
/* Bling Borders */
table.bg { border-collapse: collapse; }
td.bg_tl { background: url(../images/bling/bg_tl.gif) bottom right no-repeat; width:25px; height:25px; }
td.bg_t { background: url(../images/bling/bg_t.gif) bottom left repeat-x; }
td.bg_tr { background: url(../images/bling/bg_tr.gif) bottom left no-repeat; width:25px; height: 25px; }
td.bg_l { background: url(../images/bling/bg_l.gif) top right repeat-y; width: 25px; }
td.bg_r { background: url(../images/bling/bg_r.gif) top left repeat-y; width: 25px; }
td.bg_bl { background: url(../images/bling/bg_bl.gif) top right no-repeat; width: 25px; height: 25px; }
td.bg_b { background: url(../images/bling/bg_b.gif) top left repeat-x; }
td.bg_br { background: url(../images/bling/bg_br.gif) top left no-repeat; width: 25px; height: 25px; }
/* Content */
td.container { height: 500px; width: 850px; padding:0px; }
/* Main Navs */
#global_container {
  position: absolute;
  width: 840px;
  left: 50%;
  margin-left: -420px;
}
#table_container {
  position: absolute;
  z-index: 100;
}
#mainnav_bottom {
  position: absolute;
  z-index: 51;
  height: 35px; width: 790px;
  top: 505px;
  padding: 7px 0px 0px 45px;
  background: url(../images/backgrounds/grey_transparent.png) top left repeat;
}
#showimage {
  position: absolute;
  z-index: 50;
  top: 5px; left: 5px;
  height: 540px; width: 830px;
}
/* -------------------------------------------------------------------------- */
/* -- Main Navigation -- */
/* -------------------------------------------------------------------------- */
dl, dt, dd {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#menu {
  position: absolute; 
  z-index:  150;
  height: 26px; width: 802px;
  top: 475px;
  background-color: #FFFFFF;
  border-top: 3px solid #D95935;
  border-bottom: 2px solid #000000;
  padding: 0px 0px 0px 22px;
  margin: 0px 8px 0px 8px;  
  font-size: 11px;
}
#menu dl {
  float: left;
  position: relative;
  margin: 6px 0px 0px 0px; 
}
#menu dt {
  cursor: pointer;
  text-align: left;
  font-weight: bold;
  padding-left: 15px;
}
#menu dd {
  display: none;
  position: absolute;
  bottom:22px;
  width:100%;
}
#menu table {
  cursor: pointer;
  border-collapse: collapse;
}
#menu td { padding: 0px 10px 0px 15px; background: url(../images/menus/menu_spacer.png) top left repeat; }
#menu td.menu_corner { background: url(../images/menus/menu_corner.png) bottom right no-repeat; padding: 0px; width: 10px; height: 13px; }
#menu td.menu_top { background: url(../images/menus/menu_top.png) top left repeat-x; height:2px; }
#menu td.menu_left { background: url(../images/menus/menu_left.png) top left repeat-y; width:10px; padding:0px; }
#menu td.menu_right { background: url(../images/menus/menu_right.png) top left repeat-y; width:2px; padding:0px; }
#menu td.menu_bottom { background: url(../images/menus/menu_bottom.png) bottom left repeat-x; width:2px; padding:0px; }
#menu td.menu_spacer { background: url(../images/menus/menu_spacer.png) bottom left repeat; height:10px;padding:0px; }
#menu td.menu_nav { background: url(../images/menus/menu_spacer.png) bottom left repeat; padding:2px 10px 2px 5px; }
#menu td.menu_nav_description { background: url(../images/menus/menu_spacer.png) bottom left repeat; padding:2px 10px 2px 0px; text-align: justify; }
#menu a { color: #000000 ;text-decoration: none; }
#menu a:hover { color: #D54F28; }
#menu p { margin:0px; padding:0px; }
#menu a.orange { color: #D95935; }

#slidemarker {  position: relative; z-index: 200; float: right; right: 15px; top: 512px;  }
#slidemarker img { margin: 0px 0px 0px 15px; border-width: 0px; cursor: pointer; }
/* PROJECT NAME DIV */
#projectname { display: inline; font-weight: normal; }

#about_box { width: 50%; height: 500px; }
#about_box p { margin-bottom:0px; margin-top: 8px; }
#about_box ul { margin-top: 0px; margin-bottom: 0px; padding-top: 0px;  padding-bottom: 0px;}
#about_box li { margin-top: 0px; margin-bottom: 0px; padding-top: 0px;  padding-bottom: 0px;}

#about_home { float: right; width: 70%; margin-top: 45px; }
#about_home h2 { margin: 0px; color: #D95935; font-size: 16px; }