
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
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-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
    background: url(/images/header_background.jpg) top repeat-x #FBE1ED;
    min-width: 1000px;
    font-family: Arial;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.clear{
clear: both;
}

#document{

  background: url(/images/header.jpg) top center no-repeat;
      position: relative;
      top: 0;

}

#hdrtxt {       
      position: absolute;
      top: 0;
      width: 380px;
      left: 50%;
      margin: 0 0 0 -190px;
}


#header{

  margin: 0 auto;
  height: 170px;
  width: 1000px;


}
#header h2{
  width: 380px;
  height: 45px;
  display: block;
  position: absolute;

  margin-top: 130px;
  font-size: 12px;
  font-family: Arial;
  font-style: italic;
  margin-left: 330px;
  line-height: normal;
  font-weight: bold;
  color: #A42620;
}
#header p span{
  text-transform: uppercase;
  color: #840600;
  font-weight: bold
}

#top_bookmark{
  font-size: 18px;
  color: #884491;
  font-family: Arial;
  display: block;
  width: 160px;
  height: 30px;
  text-indent: 15px;

  text-align: left;
  position: absolute;
  margin-top: 135px;
  margin-left: 720px;
  line-height: 1.5
}
#top_bookmark:hover{
  color: #000000;
}


#contents{
  width: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 10px;
  padding-right: 10px;
}

#top{
  position: absolute;
  width: 200px;
  margin-left:700px;
  padding-top: 27px;
  font-size: 12px;
  font-family: Arial;
  font-weight: bold;
}
#top a{
  text-decoration: underline;
  font-size: 12px;
  font-family: Arial;
  color: #000000;
  line-height: 1.2

}
#top a span{
  color: #840600;
  text-decoration: underline;
}
#top a:hover{
  text-decoration: underline;
  color: #840600;
}


/* THUMBS BLOCK
----------------------------------------------------------------- */

.thumbs{
  width: 98%;
  height: 100%;
  background: url(/images/block_t.jpg) top repeat-x #EF9E4D;
  margin: 0 auto;
}
.thumbs .left{
  width: 100%;
  height: 100%;
  background: url(/images/block_l.jpg) left repeat-y;
}
.thumbs .right{
  width: 100%;
  height: 100%;
  background: url(/images/block_r.jpg) right repeat-y;
}
.thumbs .bottom{
  width: 100%;
  height: 100%;
  background: url(/images/block_b.jpg) bottom repeat-x;
}
.thumbs .tl{
  width: 100%;
  height: 100%;
  background: url(/images/block_lt.jpg) top left no-repeat;
}
.thumbs .tr{
  width: 100%;
  height: 100%;
  background: url(/images/block_rt.jpg) top right no-repeat;
}
.thumbs .br{
  width: auto;
  height: 100%;
  background: url(/images/block_br.jpg) bottom right no-repeat;
  text-align: center;
  padding: 6px;
}

.thumbs .bl{
  width: 100%;
  height: 100%;
  background: url(/images/block_bl.jpg) bottom left no-repeat;
}
.thumbs img{
  border: 1px solid #000000;

}
.thumbs img:hover{
  border: 1px solid #ffffff;
}

.thumbs2 img{
  border: 1px solid #000000;

}
.thumbs2 img:hover{
  border: 1px solid #ffffff;
}

.thumbs table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.thumbs table td {
  padding: 0 2px; /* для красоты добавляем отступы в ячейках */
}
.thumbs table img {
  width: 100%; /* растягиваем изображение на всю ширину ячейки */
}

.title{
  height: 28px;
  width: 98%;
  background: url(/images/title_background.jpg) bottom repeat-x;
  margin: 0 auto
}
h3{
  display: block;
  height: 28px;
  width: auto;
  background: url(/images/title_logo.jpg) left bottom no-repeat;
  font-family: Arial;
  font-size: 22px;
  color: #ffffff;
  font-style: italic;
  font-weight: bold;
  line-height: 32px;
  text-indent: 40px;
  float: left;
}
h3 b{
  color: #FAC53B;
}
.archive{
  height: 28px;
  background: url(/images/archive_background.jpg) repeat-x;
  float: right;
  margin-top: 5px;


}
.archive span{
  background: url(/images/archive.jpg);
  width: 152px;
  height: 24px;
  display: block;
  float: left;
}
.archive a{
  background: url(/images/archive_link.jpg);
  width: 23px;
  height: 21px;
  border: 1px solid #BD4927;
  display: block;
  float: left;
  text-align: center;
  font-family: Arial;
  font-size: 18px;
  color: #000000;
  text-decoration: none;
  line-height: 1.2;
  margin-left: 1px;
  margin-top: 1px;
}
.archive a:hover{
  background: url(/images/archive_link_activ.jpg);
  color: #FFFFFF
}

.sub{
  width: 98%;
  margin-bottom: 20px;
  margin: 0 auto;

}
.sub .bookmark{
  background: url(/images/bookmark.gif);
  width: 159px;
  height: 24px;
  float: right;
  font-family: Arial;
  font-size: 17px;
  color: #ffffff;
  text-indent: 23px;
}
.sub .bookmark:hover{
  color: #999999;
}


.wrapper {
      width: 100%;
      min-width: 1000px;
}

.middle {
      width: 100%;
      height: 1%;
}
.middle:after {
      content: '.';
      display: block;
      clear: both;
      visibility: hidden;
      height: 0;
}
.container {
      width: 100%;
      float: left;
      overflow: hidden;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 13px;
      color: #ffcccc;
      font-weight: bold;
}
.contents {
      width: 96%;
      padding: 0 2% 10px 2%;
}

.contents a{
      font-family: Arial, Helvetica, sans-serif;
      font-size: 13px;
      color: #ffcccc;
      font-weight: bold;
}


/* Sidebar Right
-----------------------------------------------------------------------------*/
.sr {
      float: left;
      margin-right: -3px;
      width: 500px;
      margin-left: -500px;
      position: relative;
}



/*ADV
-------------------------------------------------------------*/
.adv{
  background: url(/images/block1_tr.jpg) top right no-repeat #EB454B;
  width: 85%;
  height: auto;
  margin: 0 auto;
}
.adv .br{
  background: url(/images/block1_br.jpg) bottom right no-repeat;
  width: auto;
  height: auto;
}
.adv .bl{
  background: url(/images/block1_bl.jpg) bottom left no-repeat;
  width: auto;
  height: auto;
  padding-top: 59px;
  padding-bottom: 5px;
}
.adv h3{
  background: url(/images/block1_title.jpg);
  width: 466px;
  height: 81px;
  display: block;
  position: absolute;
  margin-left: -29px;
  margin-top: -85px;

  color: #000000;
  font-size: 24px;
  text-indent: 200px;
  line-height: 90px
}


.desc{
  background: url(/images/block2_lt.jpg) top left no-repeat  #A53034;
  //background: url(/images/block2_lt.jpg) top left no-repeat;
  width: auto;
  height: auto;
  margin-left: 20px;
  float: left;
  //padding-right: 500px;

}
.desc .tr{
  background: url(/images/block2_rt.jpg) top right no-repeat;
  //background: url(/images/block2_rt.jpg) top right no-repeat #A53034;
  width: auto;
  height: auto;
}
.desc .br{
  background: url(/images/block2_br.jpg) bottom right no-repeat;
  width: auto;
  height: auto;
}
.desc .bl{
  background: url(/images/block2_bl.jpg) bottom left no-repeat;
  width: auto;
  height: auto;
  padding: 10px;
  color: #ffffff;
  font-size: 12px;
  font-family: Arial;
  line-height: 1.2;
}


.banner{

  width: 100%;
  text-align: center;
  padding-right: 20px;
}
.banner .links{
  padding-left: 20px;
  padding-top: 10px;

}


.banner .links a{
  float: left;
  display: block;
  width: 233px;
  height: 26px;
  background: url(/images/li_active.jpg) top left no-repeat;
  text-decoration: underline;
  text-align: left;
  text-indent: 30px;
  font-size: 14px;
  font-family: Arial;
  color: #ffffff;
  line-height: 26px;
  margin-bottom: 5px;
}
.banner .links a:hover{
  background: url(/images/li.jpg) top left no-repeat;
  text-decoration: none;
  color: #000000
}




#footer{
  background: url(/images/footer_back_p.jpg) repeat-x;
  width: auto;
  height: 250px;
}
#footer .logo{
  width: auto;
  height: 250px;
  background: url(/images/footer.jpg) left no-repeat;
}
#footer .copy{
  background: url(/images/footer_end.jpg) right no-repeat;
  width: auto;
  height: 140px;
  padding-top: 110px;
  padding-left: 440px;
  padding-right: 50px;
  font-size: 11px;
  font-family: Arial;
  line-height: 1.2
}
#footer span{
  color: #CC0000;
}
#footer a{
  color: #000000;
}

.homelink {

      top: 0px;
      left: 50%;
      display: block;
      width: 500px;
      height: 130px;
      float: left;
      position: absolute;
      margin: 0 0 0 -400px;
}

