* { padding: 0; margin: 0; }

html, body { height: 100%; }

img { border-width: 0; }

body {
  font-family: Tahoma, sans-serif;
  text-align: center;
  font-size: 12px;
  color: #262626; 
  background: #ffffcc;
  background: url('../img/bg.jpg') top left repeat-x;
}

table {
  border-spacing: 0;
}

td, th {
  padding: 0;
  text-align: left;
  vertical-align: top;
}

h1, h2, h3, h4 {
  font-weight: normal;
  color: #3F3F3F;
}

h1 { font-size: 180%; margin: 0 0 0.6em 0; }

h2 { font-size: 150%; margin: 0 0 0.4em 0; }

h3 { font-size: 140%; margin: 0 0 0.2em 0; }

p { margin: 0 0 0.6em 0; }

a, a:visited { color: #74564B; }

a:hover { text-decoration: none; }

li { margin: 0 0 0 1.2em; }

#page_wrapper {
  position: relative;
  min-height: 100%;
  width: 926px;
  margin: 0 auto;
  margin-bottom: -60px;
  text-align: left;
}

* html #page_wrapper {
  height: 100%;
}

#page_logo {
  position: absolute;
  top: 20px;
  left: 32px;
}

* html #page_logo a {
  position: absolute;
  width: 152px;
  height: 48px;
  z-index: 2;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/logo.png');
}

* html img.png {
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);  
}

#page_top {
  height: 166px;
  background: url('../img/top.jpg') top center no-repeat;
}

#page_layout {
  padding-top: 12px;
}

.page_col {
}

td.page_col_center {
  padding: 0 0 0 20px;
}

#page_menu {}

ul.hmenu {
  list-style: none;
  position: relative;
  top: 132px;
  width: 100%;
  text-align: center;
}

ul.hmenu li {
  display: inline;
  margin: 0 0 0 0;
  width: 100%;
}

ul.hmenu li a, ul.hmenu li a:visited {
  color: #fafafa;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  padding: 0 26px 0 20px;
  white-space: nowrap;
}

ul.hmenu li a:hover {
  color: #CFBCB5;
}

#page_menu .line {
  color: #fff;
  position: relative;
  border-left: 1px solid #fff;
  font-size: 10px;
}

#page-icons {
  position: absolute;
  top: 16px;
  right: 20px;
}

#page-icons a {
  background: url('../img/l.gif') center right no-repeat;
  padding: 0 10px 0 10px;
}

#page-icons a.last {
  background: none;
}

#page-top-imgs {
  position: absolute;
  top: 12px;
  left: 300px;
}

#page-top-imgs img {
  padding: 0px;
  border: 3px solid #a8897d;
  background: #a8897d;
  margin-right: 4px;  
}

#page_content {
  position: relative;
  padding-bottom: 20px;
}

#page_content h1 {
}

h1 .red {
  color: #f73f3f;
}

.right {
  padding: 0 0 0 1.2em;
}

#spec {
  padding: 0 20px 0 40px;
}

img.border-right {
  margin: 0 1.2em 0 0;
}

#page_empty {
  height: 50px;
  clear: both;
}

#page_footer {
  height: 60px;
  text-align: left;
  width: 926px;
  margin: 0 auto;
  background: #74564B url('../img/bottom.jpg') bottom left no-repeat;
  z-index: 1;
  position: relative;  
}

#page_footer .ftext {
  color: #fff;
  font-size: 11px;
  text-align: right;
  padding: 24px 14px 0 0;
}

#phone {
  font-size: 16px;
  color: #fff;
  position: absolute;
  top: 40px;
  right: 26px;  
}