/* CSS Document */

*{
  margin:0;
  padding:0;
  border-collapse:collapse;
  z-index:1;
}
html{
  height:100%;
  color:#000000;
  font:12px Arial, Helvetica, sans-serif;
  background:#c0c0c0;
  background:#FFFFFF;
}
body{
  position:relative;
  min-height:100%;
  width:1000px;
  margin:0 auto;
}
body a{
  color:#a60719;
}
body a:hover{
  text-decoration:none;
}
body a img{
  border:none;
}
body img {
	vertical-align:bottom;
}
body form fieldset{
  border:none;
}
body form input,
body form textarea,
body form select{
  background:#FCFCFC;
}
#find input#fts{
  width:496px;
  background:#fdfcfc;
}
#find input#submit{
  margin-left:8px;
  vertical-align:bottom;
}
#indent{
  display:none;
}
:lang(ru) #indent{
  display:block;
  clear:both;
  height:100px;
}
#footer{
  clear:both;
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  padding-top:15px;
  padding-bottom:20px;
  border-top:1px #a5061c solid;
  background:#FFFFFF;
}
#foot01{
  float:left;
  width:210px;
  padding-left:25px;
  font-size:11px;
  font-style:italic;
}
#foot01 a{
  color:#000000;
}
#foot01 a:hover, #foot01 a:visited{
  text-decoration:none;
}
#foot02{
  float:right;
  width:755px;
  padding-right:10px;
  text-align:right;
  font-size:13px;
  font-style:italic;
}
#foot02 a{
  color:#000000;
}
#foot02 a:hover, #foot01 a:active{
  text-decoration:none;
}
.maintitle{
  font-size:24px;
  margin:5px 15px;
  color:#a60719;
  font-weight:bold;
}
.look{
  color:#a60719;
  font-size:12px;
  margin:10px 15px;
  font-weight:normal;
}
.red{
  color:#be0002;
}

