html {  height: 100%;}

body {
  margin: 0;  padding: 0;  background-color: #ffffff;  font-family: tahoma, arial, sans-serif;  font-size: small;
  scrollbar-3dlight-color: #0066cd;
  scrollbar-arrow-color: #ffffff;
  scrollbar-darkshadow-color: #000000;
  scrollbar-face-color: #0066cd;
  scrollbar-highlight-color: #ffffff;
  scrollbar-shadow-color: #ffffff;
  scrollbar-track-color: #c3d6e0;
}

html, body {
  scrollbar-3dlight-color: #0066cd;
  scrollbar-arrow-color: #ffffff;
  scrollbar-darkshadow-color: #000000;
  scrollbar-face-color: #0066cd;
  scrollbar-highlight-color: #ffffff;
  scrollbar-shadow-color: #ffffff;
  scrollbar-track-color: #c3d6e0;
}

#header {
  width: 100%;
  height: 123px;
  background: url(/img/header_background.gif) top left repeat-x;
}

#header_inner {
  width: 800px;
  height: 51px;
}

#header #logo {
  position: relative;
  float: left;
  width: 193px;
  height: 123px;
}

#header #header_images {
  width: 200px;
  height: 51px;
  border: 0;
}

#framework {
  position: relative;
  background: url(/img/left_background.gif) top left repeat-y;
}

* html #framework {
  height: 100%;
}

#left {
  float: left;
  width: 193px;
  font-size: 12px;
}

#left_content {
  margin-right: 10px;
}

*+html #left_content {
  margin: 0 15px 0 35px;
}

* html #left_content {
  margin: 0 15px 0 35px;
}

#left_inner #nav,
#left_inner .left_info {
  margin: 0;
  color: #000000;
}

#left_inner #nav li {
  margin: 5px 0;
}

#left_inner #nav a {
  color: #000000;
  text-decoration: none;
}

#left_inner #nav a:visited {
  text-decoration: none;
}
#left_inner #nav a:hover {
  text-decoration: underline;
}

#left_inner#left_info

#left_bottom {
  width: 193px;
  height: 79px;
  background: url(/img/left_bottom.gif) top left no-repeat;
}

#main {
  margin-left: 193px;
  border: 1px solid transparent;
}

* html #main {
  border: 0;
}

#main_inner {
  padding: 0 10px;
}

#main_inner li {
  margin: 5px;
}

#footer {
  width: 100%;
  height: 66px;
  background: url(/img/footer_left_background.gif) top left no-repeat #0066cc;
}

#footer_inner {
  height: 65px;
  margin-left: 238px;
  border-top: 1px solid #000000;
  text-align: center;
  background: url(/img/uponor.gif) top right no-repeat;
}

#footer_inner #footer_content {
  margin-top: 10px;
  margin-left: -238px;
  color: #ffffff;
  font-size: 10px;
  text-align: center;
}


div.clear {
  clear: both;
}

h1 {
  color: #003399;
  font-size: 140%;
  font-weight: bold;
  text-align: center;
}

h2 {
  color: #003399;
  font-size: 120%;
  font-weight: bold;
  text-align: center;
}

h3 {
  color: #000000;
  font-size: 120%;
  font-weight: bold;
  text-align: center;
}

h4 {
  margin: 20px 5px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}

th {
  font-size: 120%;
  text-align: center;
}

.red {
  color: red;
}

span.branch_name {
  display: block;
  font-weight: bold;
}

span.phone {
  color: #6600FF;
  font-weight: bold;
}

.search_date {
  color: #ccf7f6;
  font-size: 8px;
}