html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre, address, 
cite, code, del, dfn, font, img, ins, kbd,
s, samp, strike, tt, var, dl, dt, dd, ol,
ul, li, fieldset, form, label, legend,
 table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  background: transparent;
}

html, body{
  height: 100%;
}

body{
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background: url("skin/parket_v_tule_fon.jpg");
}
h1{
  margin: 20px;
  font: 24px "arial";
}
h2{
	margin: 20px;
  font: 20px "arial";
}
ul{
  list-style: none outside none;
  margin: 15px 0;
}
p{
	text-indent: 20px;
	font: 16px/20px "arial";
	margin: 5px 0;
}
.conteiner{
  width: 1000px;
  min-height: 100%;
  position: relative;
  margin: 0 auto;
}
/*верхняя часть*/
.top_conteiner{
  min-height: 100px;
}
.top{
  width: 100%;
  height: 100%;
  color: #8c723f;
}
.logo{
  float: left;
  margin-top: 20px;
  width: 210px;
}
.top_center{
  float: left;
  width: 545px;
  margin-top: 34px;
  font: 22px/24px "arial";
  text-align: center;
}
.phone{
  width: 200px;
  float: right;
  font: 22px/30px "times";
  background: url("skin/parket_v_tule_3.png") 0 0px no-repeat;
  padding: 5px 0 5px 35px;
  margin-top: 27px;
}
.kod, a{
  color: #451a07;
}
/*верхняя картинка*/
.top_menu_conteiner{
  width: 100%;
  height: 75px;
  background-color: #8c723f;
}
.top_menu{
  width: 1000px;
  height: 75px;
  position: relative;
  margin: 0 auto;
  background: url("skin/parket_v_tule_1.jpg") no-repeat;
}
.top_menu li{
  float: left;
  margin: 25px 15px;
}
.top_menu li a{
  text-decoration: none;
  font: 18px/24px "arial";
  color: #ffffe0;
  padding: 5px;
}

.top_menu li  a.active,
.top_menu li a:hover{
  border-bottom: 2px solid #ffffe0;
}
/*контент*/
.content ol{
  list-style-position: outside;
	margin: 10px 0 10px 40px;
}
.content ol.services_list{
	margin-bottom: 40px;
}
.content ol.services_list li{
	margin: 10px 0;
}
.content li{
  font: italic 16px/20px "arial";
}
.content ul.circle_list{
	list-style: outside circle;
	margin-left: 35px;
}
.content ul.dash li:before{
	content: "- ";
}
.back{
	margin: 20px 10px 10px 0px;
}
.star{
  position: absolute;
  left: 550px;
  top: 40px;
  background: url("skin/parket_v_tule_4.png") 0 5px no-repeat;
  padding-left: 30px;
  font: 12px "arial";
}
.price, a:hover{
  color: #cc5b00;
}
.picture{
  text-align: center;
}
.picture img{
  width: 300px;
  height: 225px;
  margin: 10px;
  border: 2px solid #c0c0c0;
  border-radius: 5px;
}
.free_space{
  width: 100%;
  min-height: 120px;
}
/*нижняя часть*/
.footer{
  position: relative;
  width: 1000px;
  min-height: 100px;
  margin: -100px auto 0;
  z-index: 100;
  border-top: 1px solid #dc723f;
}
.copyright{
  float: left;
  margin: 40px 0 0 20px;
  font: 12px "arial";
}
.footer_left{
	float: right;
	margin: 30px 20px;
}