html, body {
  background: #FFFFFF;
  font: normal 11px Tahoma, Arial, Helvetica, Sans-Serif;
  padding: 0px; margin: 0px;
  color: #5D5D5D;
  height: 100%;
}

table, tbody, tr, td, div {
  font: normal 11px Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  margin: 0px; padding: 0px 0px 10px 0px;
}

h1 {font-size: 18px; text-align: left; color: #231666;}
h2 {font: normal 12px Tahoma; text-align: left; color: #1EAEFF; padding-bottom: 5px;}
h3 {font-size: 14px; text-align: left; color: #2496b0;}

p, font {
  font: normal 11px Tahoma, Arial, Helvetica, Sans-Serif;
  margin: 0px;
  padding: 0px 0px 4px 0px;
  text-indent: 0px;
}

a:link, a:visited, a:hover {
  text-decoration: underline; color: #2397b4;
}

a:hover {
  color: #2A1870;
}

.nobr {white-space: nowrap;}
.small {font-size: 10px;}

small {font: normal 10px Tahoma, Verdana, Arial, Helvetica, Sans-Serif; color: #AAAAAA;}

form {padding: 0px; margin: 0px;}

form td p {
  padding: 2px;
}

textarea {
  overflow: auto;
}

input.form, select.form, textarea.form {
  border: 1px solid #A2A2A2;
  font: normal 11px Arial;
  padding: 1px 1px 1px 10px;
  overflow: auto;
}

select.form {
  font: normal 11px Arial;
}

input.checkbox {
  margin: 4px; padding: 0px;
  #margin: 0px; #padding: 2px;
}

img {display: block;}

div.body {
  min-width: 1000px;
  #width: expression((document.body.clientWidth<=1000)?'1000px':'auto');
}

div.garret {
  margin: 5px 5px 5px 5px;
  padding: 0px 0px 5px 0px;
  text-align: center;
  border-bottom: 1px solid #000000;
}

div.header {
  #width: 100%;
  height: 90px;
  margin: 5px 10px 1px 10px;
  background: #FFFFFF url('../images/bg-houses.gif') repeat-x left bottom;
}

div.middle {
  #width: 100%;
}

div.bottom {
  #width: 100%;
  height: 50px;
  white-space: nowrap;
  padding: 5px 30px 0px 30px;
  background: #F1F1F1 url('../images/bg-bottom.gif') repeat-x;
}

div.banner {
  width: 190px; float: right;
  top: 100px;
}

div.banner img {
  float: left; margin-right: 5px;
}

table.title td.title {
  vertical-align: middle;
  padding-left: 5px;
}

td.column_1 {
  background: #D9D9D9 url('../images/gradient_1.gif') repeat-y;
}

td.column_1 div.blocks > div {
  margin-bottom: -5px;
}

td.column_2 {
  padding: 0px 10px 0px 10px;
}

td.column_2 div.block {
  background-color: #FAFAFA;
  border-bottom: 2px solid #ECECEC;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

td.column_2 div.block div.item {
  min-width: 120px; #width: 120px;
  padding: 5px;
  float: left;
  margin-bottom: 15px;
}

td.column_2 div.title_1 {
  height: 23px;
  text-align: left;
  padding: 2px 15px 2px 15px;
  background-color: #C9EEFF;
}

td.column_2 div.title_1 h1 {
  font: bold 15px Arial;
  text-decoration: none;
  color: #28166F;
  padding: 0px;
}

td.column_2 p {
  padding-bottom: 10px;
}

td.column_3 {
  background: #FFFFFF url('../images/gradient_2.gif') repeat-y;
}

td.column_3 div.blocks p {
  color: #000000;
}

td.column_3 div.blocks {
  width: 215px;
  text-align: left;
  margin: 0px; margin-bottom: 10px;
  overflow: hidden;
}

div.blocks {
  width: 205px;
  margin: 0px 0px 15px 10px;
  text-align: center;
  overflow: hidden;
}

div.blocks div.title_1 {
  height: 23px;
  text-align: left;
  margin-bottom: 10px;
  background: #8FBCD3 url('../images/title_2.gif') repeat-x;
}

div.blocks div.title_1 h2 {
  font: bold 10px Verdana;
  text-decoration: none;
  line-height: 9px;
  color: #002739;
  padding: 0px;
}

div.blocks div.item {
  padding: 10px;
  text-align: left;
  margin: 0px auto;
  width: 150px; #width: 170px;
  background: transparent url('../images/item.gif') no-repeat right 16px;
  border-bottom: 1px solid #D7D7D7;
  #border-bottom: expression(nextSibling==null?'none':'1px solid #D7D7D7');
}

div.blocks div.item a:link, div.blocks div.item a:visited {
  text-decoration: none; color: #5D5D5D;
} 

table.advices {
  margin-bottom: -1px;
}

table.advices tr th {
  padding: 5px 10px 5px 10px;
  text-align: left;
  border-left: 2px solid #FFFFFF;
}

table.advices tr td {
  padding: 10px;
  border-top: 1px solid #FFFFFF;
  border-left: 1px solid #CECECE;
  #border-left: expression(previousSibling==null?'none':'1px solid #CECECE');
  border-right: 1px solid #FFFFFF;
  border-bottom: 1px solid #CECECE;
  #border-bottom: expression(parentNode.nextSibling==null?'none':'1px solid #CECECE');
}

table.advices tr td:first-child {
  border-left: 0px none;
}

table.table {
}

table.table tr td {
  width: 50%;
  font-size: 12px;
  padding-left: 15px;
  #font-weight: expression(parentNode.firstChild==this?'bold':'normal');;
  #text-align: expression(parentNode.firstChild==this?'right':'left');
}

table.table tr td:first-child {
  font-weight: bold;
  text-align: right;
}

li.back {
  list-style-type: none;
  background: transparent url("../images/arrow_left.gif") no-repeat 0px 4px;
  padding-left: 15px;
  display: inline;
  height: 15px;
}

ul li {
  padding-bottom: 5px;
}