* {
  padding: 0;
  margin: 0;
}

html, body {
  height: 100%;
}

img {
  border-width: 0;
}

body {
  background-color: #fff;
  color: #333333;
  font-family: Times New Roman, Arial, sans-serif;
  text-align: center;
  font-size: 12px;
  background: #e8e3d3;
}

table {
  border-spacing: 0;
}

td, th {
  padding: 0;
  text-align: left;
  vertical-align: top;
}

h1, h2, h3, h4 {
  font-weight: normal;
  color: #333333;
}

h1 {
  font-size: 180%;
  margin: 0 0 0.6em 0;
}

h2 {
  font-size: 150%;
  margin: 0 0 0.4em 0;
}

h3 {
  font-size: 120%;
  margin: 0 0 0.2em 0;
}

p {
  margin: 0 0 0.6em 0;  
}

a {
  color: #333333;
}

a:visited {
  color: #333333;
}

a:hover {
  text-decoration: none;
}

#page_wrapper {
  position: relative;
  min-height: 100%;
  margin-bottom: -110px;
  text-align: left;
  width: 940px;
  margin: 0 auto;
  background: #fff url('../img/bg.jpg') top center no-repeat;
}

* html #page_wrapper {
  height: 100%;
}

#page_logo {
  position: absolute;
  left: 35px;
  top: 24px;
}

* html #page_logo a {
  position: relative;
  display: block;
  width: 258px;
  height: 157px;
  z-index: 2;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/logo.png');
}

* html img.png {
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);  
}


#page_contact {
  position: absolute;
  left: 600px;
  top: 46px;
  width: 300px;
  font-size: 40px;
  font-weight: bold;
  color: #a2dbe6;
}

#page_top {
  height: 292px;
  border-bottom: 4px solid #d5c9ae;
}

#page_layout {
}

.page_col {
}

td.page_col_left {
  height: 100%;
  border-left: 1px solid #d5c9ae;
  border-right: 1px solid #d5c9ae;
  border-bottom: 1px solid #d5c9ae;
}

#leftcol {
  position: relative;
  top: -37px;
  left: -4px;
  width: 100%;
  min-height: 37px;
  border-top: 4px solid #d5c9ae;
}

* html #leftcol {
  height: 37px;
}

#leftcol .leftc {
  position: absolute;
  width: 15px;
  height: 37px;
  top: -4px;
  background: url('../img/specl.jpg') 0 0 no-repeat;
}

#leftcol .rightc {
  position: absolute;
  width: 15px;
  height: 37px;
  right: -8px;
  top: -4px;
  background: url('../img/specr.jpg') right top no-repeat;
}

#leftcol .content {
  position: relative;
  background: #fff;
  height: 100%;
  left: 14px;
  margin-right: 20px;
} 

#leftcol h2 {
  padding-top: 1.2em;
  padding-bottom: 0.2em;
  font-size: 20px;
  color: #a49867;
}

#leftcol h3 {
  color: #a0a0a0;
}

#leftcol h2.first {
  padding-top: 16px;
  padding-bottom: 10px;
}

.corner {
  background: #fff;
  border: 1px solid #cecece;
}

.corner .l {
  background: url('../img/l.gif') top left no-repeat;
  position: relative;
  left: -1px;
  top: -1px;
}

.corner .r {
  background: url('../img/r.gif') top right no-repeat;
  position: relative;
  left: 2px;
}

.corner .lb {
  background: url('../img/lb.gif') bottom left no-repeat;
  position: relative;
  top: 2px;
  left: -2px;
} 

.corner .rb {
  background: url('../img/rb.gif') bottom right no-repeat;
  position: relative;
  top: 0;
  left: 2px;
}  

#leftcol #sale {
  position: relative;
  padding: 10px 30px 14px 10px;
}

#sale .picture {
  position: absolute;
  width: 28px;
  height: 38px;
  background: url('../img/sale.gif') top left no-repeat;
  top: -23px;
  right: -4px;
}

* html #sale .picture {
  right: -3px;
}

#leftcol #form {
  position: relative;
  padding: 10px 30px 14px 10px;
}

#form .picture {
  position: absolute;
  width: 35px;
  height: 44px;
  background: url('../img/form.gif') top left no-repeat;
  top: -21px;
  right: -8px;
}

* html #form .picture {
  right: -7px;
}  

#leftcol #news {
  position: relative;
  padding: 10px 30px 14px 10px;
}

#news .picture {
  position: absolute;
  width: 35px;
  height: 44px;
  background: url('../img/news.gif') top left no-repeat;
  top: -21px;
  right: -2px;
}

* html #news .picture {
  right: -1px;
}

#leftcol #weather {
  position: relative;
  padding: 10px 30px 14px 10px;
}

#weather .picture {
  position: absolute;
  width: 44px;
  height: 44px;
  background: url('../img/weather.gif') top left no-repeat;
  top: -20px;
  right: -2px;
}

* html #weather .picture {
  right: -1px;
}

#leftcol #rub {
  position: relative;
  padding: 10px 30px 14px 10px;
}

#rub .picture {
  position: absolute;
  width: 35px;
  height: 44px;
  background: url('../img/rub.gif') top left no-repeat;
  top: -18px;
  right:-5px;
}

* html #rub .picture {
  right: -4px;
}
   
td.page_col_center {
}

#page_menu {
  height: 40px;
  background: #e6d9bd;
  padding-left: 80px;
  position: relative; 
  border-bottom: 1px solid #d5c9ae;
}

ul.hmenu {
  width: 602px;
  list-style: none;
  float: left;
}

ul.hmenu li {
  float: left;
  margin: 5px 0 0 10px;
  padding: 0 0 0 8px;
  background: url('../img/lm.gif') top left no-repeat;
}

ul.hmenu li a, ul.hmenu li a:visited {
  display: block;
  float: left;
  line-height: 2.2; 
  font-size: 12px;
  font-family: Tahoma;
  text-decoration: none;
  cursor: pointer;
  background: url('../img/rm.gif') top right no-repeat;
}

ul.hmenu li a p {
  float: left;
  position: relative;
  margin: 0 8px 0 0;
  padding: 0 10px;
  height: 28px; 
  border-top: 1px solid #fff; 
  border-bottom: 1px solid #fff;
}

* html ul.hmenu li a p {
  margin: 0 4px 0 0;
}

ul.hmenu li a:hover {
  text-decoration: underline; 
}

#page_content {
  clear: both;
  position: relative;
  padding: 20px 10px 0 20px;
}

#page_empty {
  height: 90px;
  clear: both;
}

#page_footer {
  height: 100px;
  text-align: left;
  width: 940px;
  margin: 0 auto;
  background: #f8f8f6;
  border-top: 1px solid #d5c9ae;
}

#page_blogo {
  position: relative;
  top: 30px;
  left: 50px;
  width: 300px;
}

#page_footer_menu {
  position: relative;
  width: 560px;
  left: 280px;
  font-size: 12px;
  font-family: Tahoma;
  text-align: center;
}

ul.hbmenu {
  list-style: none;
}

ul.hbmenu li {
  display: inline;
  padding: 0 0 0 4px;
}

ul.hbmenu li a, ul.hbmenu li a:visited { 
  font-size: 12px;
  font-family: Tahoma;
  text-decoration: none;
}

ul.hbmenu li a:hover {
  text-decoration: underline; 
}

table.class1 td {
  border-right: 1px solid #dcdcdc;
  padding: 0 10px 0 10px;
}

table.class1 td.last {
  border: 0;
}