#main {
  position: absolute;
  top: 0;
  left: 0;
}

#tl_window {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

#logo {
  position: absolute;
  top: 17px;
  left: 15px;
  z-index: 10;
}

#co_menu {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 30;
  background: #FFFFFF url(images/menu_bg.gif) repeat-x top;
  padding: 0;
}

#menu {
  position: absolute;
  top: 108px;
  right: 0;
  z-index: 30;
  background: #FFFFFF url(images/menu_bg.gif) repeat-x top;
  padding: 0;
}

#submenu {
  position: absolute;
  top: 128px;
  left: 0;
  z-index: 30;
  width: 105px;
  background: #EAEBCE url(images/dh_window2.gif) no-repeat left top;
  padding: 0;
}

#co_menu ul, #menu ul {
  white-space: nowrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
  border: 1px solid #2F2F51;
  border-width: 1px 0 1px 5px;
}

#submenu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  border: 1px solid #2F2F52;
  border-width: 1px 1px 1px 0;
}

#co_menu ul li {
  display: inline;
  cursor: pointer;
  text-align: center;
  background: #FFFFFF url(images/menu_bg.gif) repeat-x top;
  margin: 0 0 0 -4px;
  height: 100%;
  white-space: nowrap;
}

#menu ul li {
  display: inline;
  cursor: pointer;
  text-align: center;
  background: #FFFFFF url(images/menu_bg.gif) repeat-x top;
  margin: 0 0 0 -4px;
  height: 100%;
  white-space: nowrap;
}

#submenu ul li {
  cursor: pointer;
  text-align: left;
  height: 100%;
}

#co_menu ul li.start {
  border-width: 0 0 1px 1px;
}

#menu ul li.start {
  border-width: 1px 0 1px 1px;
}

#submenu ul li.start {
  border-width: 1px 0 2px 0;
}

#co_menu ul li a, #menu ul li a {
  color: #2F2F51;
  text-decoration: none;
  height: 100%;
  padding: 1px 5px 1px 10px;
  border-bottom: 2px solid #2F2F51;
}

#submenu ul li a {
  display: block;
  color: #2F2F51;
  text-decoration: none;
  height: 100%;
  border-right: 2px solid #2F2F51;
  padding: 2px 0 2px 10px;
}

#co_menu ul li a:hover, #co_menu ul li a:focus, #menu ul li a:hover, #menu ul li a:focus {
  background: #DEE2AE url(images/menu_bg_hi.gif) repeat-x top;
  border-bottom: 2px solid #D02F51;
}

#submenu ul li a:hover, #submenu ul li a:focus {
  background: #DEE2AE url(images/menu_bg_hi.gif) repeat-x top;
  border-right: 2px solid #D02F51;
}

#current a {
  background: #DEE2AE url(images/menu_bg_hi.gif) repeat-x top;
  height: 100%;
  padding: 1px 5px 1px 10px;
}

#login {
  position: absolute;
  top: 30px;
  right: 10px;
}

#cart {
  position: absolute;
  top: 30px;
  right: 10px;
  width: 186px;
}

#content {
  position: relative;
  margin: 155px 50px 15em 110px;
  z-index: 20;
  height: auto;
}

#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  font-size: 8pt;
  z-index: 10;
}

html, body, #main {
  min-height: 100%;
  width: 100%;
  height: 100%;
}

html>body, html>body #main {
  height: auto;
}

html>body #footer {
  width: 100%;
}
