body, html
  {
  width: 100%;
  height: 100%;
	margin: 0px;
  padding: 0px;
  font-family: arial;
  color: #fff;
  font-size: 12px;
  background-image: url('images/background_menu.gif');
  background-repeat: repeat-y;
  background-color: #2eadf0;
  }

img
  {
  border-style: none;
  }

a
  {
  color: #d2fee6;
  }

a:hover
  {
  text-decoration: none;
  }

h1
  {
  font-size: 25px;
  }

h2
  {
  font-size: 20px;
  margin: 30px 0 10px 0;
  }

ul
  {
  list-style-type: square;
  }

ul h2
	{	font-size: 12px;
	font-weight: normal;
	margin: 0;	}

fieldset
  {
  border: #618fa7 double 3px;
  margin: 0px;
  padding: 5px;
  text-align: left;
  }

label
  {
  display: inline-block;
  width: 200px;
  text-align: left;
  margin-right: 5px;
  margin-top: 3px;
  font-size: 12px;
  font-weight: bold;
  border-bottom: #618fa7 solid 1px;
  }

input
  {
  font-size: 12px;
  margin: 0px;
  border: rde solid 1px;
  }

textarea
  {
  font-family: Arial;
  }

input.makeOrder
  {
  width: 150px;
  }


/* Элементы разметки */

.content
  {
  width: 100%;
  min-height: 100%;
  height: 100%; /*IE*/
  }

.content[class]
  {
  height: auto; /*ST*/
  }

.dynamic_content
  {
  background: url('images/border_right.gif') repeat-y right top;
  margin-left: 230px;
  padding: 30px 40px 200px 10px;
  position: relative;
  z-index: 1;
  }

.footer
  {
  width: 100%;
  height: 473px;
  margin-top: -473px;
  background-image: url('images/background_bottom.gif');
  }

/* Верхний бордюр */

.border_top
  {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 21px;
  background-image: url('images/border_top.gif');
  }

.border_top_corner_left, .border_top_corner_right
  {
  position: absolute;
  height: 29px;
  top: 0px;
  z-index: 3;
  }

.border_top_corner_left
  {
  width: 32px;
  left: 0px;
  background-image: url('images/border_top_corner_left.gif');
  }

.border_top_corner_right
  {
  width: 50px;
  right: 0px;
  background-image: url('images/border_top_corner_right.gif');
  }

/* Вертикальный бордюр */

.border_left, .border_right
  {
  height: 452px;
  }

.border_left
  {
  float: left;
  background-image: url('images/border_left.gif');
  width: 21px;
  }

.border_right
  {
  background-image: url('images/border_right.gif');
  width: 39px;
  position: absolute;
  bottom: 0;
  right: 0;
  }

/* Уголки нижнего бордюра */

.border_bottom_corner_left, .border_bottom_corner_right
  {
  position: absolute;
  margin-top: -9px;
  height: 30px;
  z-index: 3;
  }

.border_bottom_corner_left
  {
  float: left;
  left: 0px;
  width: 31px;
  background-image: url('images/border_bottom_corner_left.gif');
  }

.border_bottom_corner_right
  {
  float: right;
  right: 0px;
  width: 50px;
  background-image: url('images/border_bottom_corner_right.gif');
  }

div.copyright
  {
  position: relative;
  top: 453px;
  text-align: right;
  padding-right: 50px;
  color: #000;
  z-index: 100;
  line-height: 20px;
  font-size: 11px;
  }

div.copyright a
  {
  color: #000;
  font-weight: normal;
  }

/* Картинки */

.clouds
  {
  background-image: url('images/background_bottom_clouds.gif');
  background-repeat: repeat-x;
  background-position: 30px 270px;
  width: 100%;
  height: 100%;
  }

.house
  {
  float: left;
  width: 485px;
  height: 452px;
  background-image: url('images/house.jpg');
  background-repeat: no-repeat;
  }

.glare
  {
  width: 183px;
  height: 260px;
  }

.glare
	{  margin-top: 186px;  float: left;
	}

.water
  {
  width: 200px;
  height: 47px;
  }

.water
	{  float: right;
  margin-top: 404px;	}

.baloon
  {
  width: 180px;
  height: 300px;
  position: absolute;
  top: 20px;
  right: 40px;
  }

/* Оформление */

div.logotype
  {
  position: absolute;
  left: 21px;
  top: 21px;
  width: 185px;
  height: 83px;
  background-color: #c2d81d;
  background-image: url('images/background_logotype.gif');
  text-align: center;
  padding: 5px 26px 0px 0px;
  }

img.logotype
  {
  border-bottom: #fff solid 2px;
  margin-bottom: 10px;
  }

div.menu
  {
  width: 185px;
  position: absolute;
  top: 80px;
  left: 21px;
  text-align: center;
  font-size: 11px;
  }

div.menu object, div.menu embed
  {
  width: 165px;
  height: 233px;
  margin-bottom: -40px;
  }

.about
  {
  margin: 0px 200px 0px 0px ;
  }

.about th
  {
  font-size: 18px;
  font-weight: normal;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-style: none;
  background-color: transparent;
  }

.about td
  {
  border-style: none;
  vertical-align: top;
  }

.about td ul
  {
  margin: 5px 0px 0px 13px;
  }

.about th.main_header
  {  vertical-align: bottom;
  text-align: center;
  height: 30px;
  }

table
  {
  margin-bottom: 20px;
  }

td
  {
  border: #618fa7 solid 1px;
  }

th
  {
  background-color: #618fa7;
  }

.gallery th
  {
  height: 40px;
  background-color: transparent;
  }

.gallery td
  {
  border-style: none;
  }

.object_description
  {
  width: 200px;
  }

.thumbnails div
  {
  float: left;
  width: 155px;
  height: 87px;
  margin: 2px;
  padding-top: 1px;
  text-align: center;
  }

.thumbnails div img
	{  border: #618fa7 double 3px;
  background-color: #fff;	}

.more
  {
  float: right;
  clear: left;
  text-decoration: underline;
  font-weight: bold;
  font-size: .9em;
  }

.scroll_box
  {
  width: 400px;
  height: 90px;
  border: #c4ebff double 3px; /*ST*/
  background-color: #b5e3fb;
  padding: 1px;
  }

.scroll_box[class]
  {
  border-color: #40bbf6; /*IE*/
  }

.scroll_backward, .scroll_forward
  {
  width: 40px;
  height: 86px;
  cursor: pointer;
  }

.scroll_backward
  {
  float: left;
  background: url('images/arrow_left.gif') no-repeat right center;
  }

.scroll_forward
  {
  float: right;
  background: url('images/arrow_right.gif') no-repeat left center;
  }

.scroll_objects
  {
  float: left;
  height: 88px;
  width: 318px;
  text-align: center;
  overflow: hidden;
  }

.scroll_objects a img
  {
  margin: 1px;
	border: #618fa7 solid 1px;

  }

.banners
	{
	padding-left: 20px;
	}

.banners img
	{	}


/*Каталог*/

.catalog_menu
	{
	text-align: left;
	font-size: 14px;
	width: 125px;
	margin: 30px 0 0 -10px;
	}

.catalog_menu a
	{	color: #fff;	text-decoration: none;
	}

.catalog_menu a:hover
	{	list-style-type: none;	}


.catalog_menu li
	{	border-top: #87a9ba solid 1px;
	padding: 8px 0 3px 0;
	margin: 0;
	list-style-type: none;
	background: url('images/arrow_menu.gif') no-repeat left 70%;
	padding-left: 10px;
	text-align: right;	}

.catalog_links li
	{	margin-top: 5px;	}

.catalog_pagebar
	{	font-weight: bold;
	font-size: 14px;
	width: 90%;	}

h3
	{	background: url('images/arrow_white.gif') no-repeat left center;
	padding-left: 10px;
	margin: 30px 0 5px 0;	}

code
	{	display: block;	width: 400px;
	background: #fff;
	border: #87a9ba solid 2px;
	color: #000;
	padding: 5px;	}

