/*
Document   : styles
Created on : 02.08.2012, 0:19:43
Author     : Inoy
Description:
Purpose of the stylesheet follows.
*/
/*
TODO customize this sample style
Syntax recommendation http://sass-lang.com/docs/yardoc/file.SASS_REFERENCE.html
*/
/* line 15 */
root {
  display: block;
}
.contur {
	border: 1px solid #fff;
}

.navlinks {width:180px; display:block; margin:0 0 0 -40px; position:relative; }
.navlinks li {height:30px; text-indent:50px  display:block; border-top:3px solid #876c54; position:relative; background:url(../img/meenu.png) no-repeat 0 0; border-radius: 0px;}
.navlinks li:hover a:link,
.navlinks li:hover a:active,
.navlinks li:hover a:visited {color:#fff;}
.navlinks li:first-child {border:0;}
.navlinks li a:link,
.navlinks li a:active,
.navlinks li a:visited {height:17px; text-decoration:none; display:block; padding:4px 0 0 50px; color:#fff; text-shadow:0 0 1px #9b9b9b;  font-weight:bold; font-size:15px;}

    

/* line 18 */
body, html {
  margin: 0px;
  padding: 0px;
}

/* line 23 */
a {
  color: #fcfcfc;
  text-decoration: underline;
}
/* line 26 */
a:hover {
  text-decoration: none;
}

/* line 30 */
body {
  background: #433e38 url("../img/bodybg.jpg") repeat-x left top;
  font-family: Arial;
  color: #fff;
  font-size: 12px;
}

/* line 36 */
#body {
  display: block;
  width: 999px;
  margin: auto;
  position: relative;
}

/* line 43 */
.clear {
  display: block;
  height: 1px;
  font-size: 1px;
  clear: both;
}

/* line 49 */
#head {
  display: block;
  padding-top: 0;
  height: 183px;
}
/* line 53 */
#head .logo {
  float: left;
  background: url("../img/logo.png") no-repeat left top;
  display: block;
  width: 220px;
  height: 120px;
  margin-right: 10px;
  margin-top: 57px;
}

/* line 61 */
#head .logo a {
  display: block;
  width: 220px;
  height: 82px;
}
/* line 67 */
#head .center {
  float: left;
  margin-right: 31px;
  margin-right: 20px;
}
/* line 71 */
#head .center .tmenu {
  margin: 35px;
  float: left;
  clear: both;

  border-radius: 10px;
  padding: 5px 10px;
}
/* line 78 */
#head .center .tmenu ul {
  display: block;
  margin: 0px;
  padding: 0px;
  list-style: none;
  height: 14px;
}
/* line 84 */
#head .center .tmenu ul li {
  display: block;
  margin: 0px;
  padding: 0px;
  padding-left: 5px;
  margin-right: 9px;
  height: 14px;
  float: left;
  list-style: none;
  background: url("../img/mmenu_dot.gif") no-repeat left 5px;
}
/* line 94 */
#head .center .tmenu ul li a {
  display: block;
  color: #fff;
  height: 14px;
  float: left;
  font-family: Arial;
  font-size: 11px;
  text-decoration: none;
}
/* line 104 */
#head .center .tmenu ul li a:hover {
  text-decoration: underline;
}
/* line 114 */
#head .center .main_menu ul {
  display: block;
  margin: 0px;
  padding: 0px;
  list-style: none;
}
/* line 119 */
#head .center .main_menu ul li {
  position: relative;
  display: block;
  margin: 0px;
  padding: 5px 3px;
  padding-left: 2px;
  margin-right: 20px;
  margin-right: 10px;
  float: left;
  list-style: none;
  /*&:hover, */
}
/* line 130 */
#head .center .main_menu ul li a {
  padding-left: 13px;
  background: url("../img/menu_dot.gif") no-repeat left 4px;
  display: block;
  color: #fff;
  float: left;
  font-family: Arial;
  font-size: 14px;
  z-index: 51;
  text-decoration: underline;
  /*border-bottom:1px solid #fff;*/
}
/* line 145 */
#head .center .main_menu ul li.hover {
  background: url("../img/submenubg.jpg") repeat left top;
  border-radius: 10px;
}
/* line 148 */
#head .center .main_menu ul li.hover ul {
  /* display:block;*/
}
/* line 153 */
#head .center .main_menu ul li ul {
  z-index: 50;
  display: none;
  display: block;
  position: absolute;
  background: url("../img/submenubg.jpg") repeat left top;
  top: 26px;
  left: 0px;
  /*padding-top:10px;*/
  border-bottom: 1px solid #dcb087;
  padding: 5px 10px;
  width: 270px;
}
/* line 165 */
#head .center .main_menu ul li ul li {
  float: left;
  width: 48%;
  padding: 1%;
  margin: 0px;
}
/* line 170 */
#head .center .main_menu ul li ul li a {
  font-size: 11px;
  font-weight: bolder;
  color: #fff;
  background: url("../img/mmenu_dot.gif") no-repeat left 6px;
  padding-left: 5px;
  display: block;
  text-decoration: none;
}
/* line 177 */
#head .center .main_menu ul li ul li a:hover {
  text-decoration: underline;
  border-radius: 0px;
}
/* line 182 */
#head .center .main_menu ul li ul li:hover {
  background: transparent none;
}
/* line 193 */
#head .right {
  float: left;
}
/* line 195 */
#head .right .phone {
  margin-bottom: 10px;
  color: #fff;
  font-family: "Kozuka Mincho Pro";
  font-size: 24px;
  margin-top: 43px;
}
/* line 204 */
#head .right .search {
  width: 207px;
  background: #fff;
  border-radius: 13px;
  height: 33px;
  padding: 0px 10px;
  padding-right: 5px;
}
/* line 212 */
#head .right .search .stext {
  display: block;
  width: 170px;
  float: left;
  font-family: Arial;
  font-size: 14px;
  color: #7f7f7f;
  margin: 5px 0px;
  margin-right: 8px;
  border: 0px none;
  padding: 3px 0px;
  outline: 0px none;
}
/* line 226 */
#head .right .search .sbut {
  background: url("../img/search_but.jpg") no-repeat left top;
  width: 28px;
  height: 28px;
  margin: 3px  0px;
  display: block;
  border: 0px none;
  cursor: pointer;
  float: left;
}
/* line 238 */
#head .right .search_expl {
  font-size: 11px;
  font-family: Arial;
  color: #fff;
  margin-left: 10px;
  margin-top: 5px;
}
/* line 244 */
#head .right .search_expl a {
  border-bottom: 1px dotted #fff;
  color: #fff;
  text-decoration: none;
}
/* line 248 */
#head .right .search_expl a:hover {
  text-decoration: none;
  border-bottom: 0px none;
}

/* line 261 */
#main {
  background: #b1a6a3 url("../img/header.jpg") no-repeat left top;
  width: 999px;
  min-height: 450px;
  position: relative;
}
/* line 266 */
#main .zakazat {
  display: block;
  height: 27px;
  left: 786px;
  position: absolute;
  top: 143px;
  width: 133px;
  z-index: 2;
}
/* line 275 */
#main #speedbar {
  position: absolute;
  left: 27px;
  top: 328px;
  background: #d3c8bf url("../img/speedbar.gif") no-repeat 8px 6px;
  padding: 3px 10px;
  padding-left: 35px;
  z-index: 2;
  font-size: 11px;
  font-family: Arial;
  color: #7e706d;
  border-style: solid;
  border-radius: 10px;
  border-color: #f0e6dd;
  border-width: 1px;
}
/* line 295 */
#main #speedbar a {
  color: #177ac6;
  text-decoration: none;
}
/* line 298 */
#main #speedbar a:hover {
  text-decoration: underline;
}
/* line 303 */
#main #content {
  /*position:absolute;*/
  /* display:block;*/
  padding-top: 390px;
  left: 0px;
  position: relative;
  /*background:#fff;*/
  padding-left: 14px;
  padding-right: 25px;
  width: 940px;
  width: 960px;
}
/* line 314 */
#main #content #footer {
  background: #896c58 url("../img/footerbg1.jpg") repeat left top;
  height: 99px;
  width: 945px;
  margin-top: 40px;
  border-radius: 10px 10px 0px 0px;
  border-width: 1px;
  border-style: solid;
  border-bottom: 0px none;
  border-color: #caa282;
}
/* line 326 */
#main #content #footer .copy {
  float: left;
  padding-top: 33px;
  font-size: 11px;
  width: 190px;
  margin-right: 10px;
  color: #fff;
}
/* line 333 */
#main #content #footer .copy a {
  color: 11px;
}
/* line 338 */
#main #content #footer .menu {
  position: relative;
  float: left;
  margin-top: 40px;
  padding: 5px 10px;
}
/* line 340 */
#main #content #footer .menu .over {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  hegiht: 20px;
  border-radius: 10px;
  opacity: 0.3;
  filter: alpha(opacity=30);
  background: #fff;
  z-index: 1;
}
/* line 356 */
#main #content #footer .menu ul {
  display: block;
  list-style: none;
  margin: 0px;
  padding: 0px;
  position: relative;
  z-index: 2;
}
/* line 363 */
#main #content #footer .menu ul li {
  float: left;
  display: block;
  list-style: none;
  margin-right: 10px;
}
/* line 368 */
#main #content #footer .menu ul li a {
  display: block;
  float: left;
  padding-left: 5px;
  background: url("../img/mmenu_dot.gif") no-repeat left 5px;
  font-size: 12px;
  color: #fff;
  text-decoration: none;
}
/* line 376 */
#main #content #footer .menu ul li a:hover {
  text-decoration: underline;
    
}
/* line 384 */
#main #content #footer .logo {
  margin-top: 13px;
  background: url("../img/footerlogo.png") no-repeat left top;
  width: 205px;
  height: 61px;
  float: right;
}
/* line 390 */
#main #content #footer .logo a {
  display: block;
  width: 205px;
  height: 61px;
}
/* line 396 */
#main #content #footer #counters {
  float: left;
  padding-top: 35px;
  padding-left: 26px;
}
/* line 400 */
#main #content #footer #counters div {
  float: left;
  margin-right: 10px;
  opacity: 1;
  filter: alpha(opacity=40);
}
/* line 405 */
#main #content #footer #counters div:hover, #main #content #footer #counters div .hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 415 */
#main #leftcol {
  width: 220px;
  vertical-align: top;
}
/* line 419 */
#main .news_block {
  width: 220px;
}
/* line 422 */
#main .news_block .head {
  background: url("../img/block_head.jpg") no-repeat 0px top;
  height: 21px;
  border-spacing: 0px;
  padding: 9px 17px;
  color: #fff;
  font-size: 18px;
}
/* line 430 */
#main .news_block .content {
  padding: 15px 18px;
  padding-right: 15px;
  background: #876c54;
  border-radius: 0px 0px 10px 10px;
}
/* line 435 */
#main .news_block .content .item {
  padding-top: 10px;
  background: url("../img/news_del.gif") no-repeat center bottom;
  padding-bottom: 15px;
}
/* line 439 */
#main .news_block .content .item .date {
  background: url("../img/news_clock.gif") no-repeat left 1px;
  padding-left: 15px;
  color: #ffd782;
  font-size: 11px;
  margin-bottom: 3px;
}
/* line 446 */
#main .news_block .content .item .title {
  margin-bottom: 3px;
}
/* line 448 */
#main .news_block .content .item .title a {
  font-size: 14px;
  color: #fff;
  text-decoration: underline;
}
/* line 452 */
#main .news_block .content .item .title a:hover {
  text-decoration: none;
}
/* line 457 */
#main .news_block .content .item .text {
  color: #efc97c;
  font-size: 11px;
}

/* line 466 */
#centercol {
  padding-left: 15px;
  padding-right: 10px;
  vertical-align: top;
}

/* line 471 */
.mainitem {
  margin-right: 9px;
  margin-bottom: 15px;
  float: left;
  width: 185px;
  width: 193px;
  /*height:195px;*/
  background: url("../img/mainitembg.jpg") repeat left top;
  border-radius: 12px;
  border: 1px solid #caa282;
  text-align: center;
  padding: 10px 21px;
  padding: 10px 17px;
}
/* line 484 */
.mainitem .title {
  text-align: left;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: normal;
}
/* line 489 */
.mainitem .title a {
  color: #fff;
  text-decoration: none;
}
/* line 492 */
.mainitem .title a:hover {
  color: #ffc885;
  text-decoration: underline;
}
/* line 498 */
.mainitem img {
  margin-bottom: 10px;
  border: 1px solid #000;
  width: 182px;
  height: 121px;
}
/* line 504 */
.mainitem .look {
  background: #d00014;
  border-radius: 8px;
  padding: 3px 10px;
  padding-bottom: 5px;
  color: #fff;
  font-size: 11px;
  display: block;
  float: left;
}

/* line 515 */
.textblock, .baseform {
  background: #827571;
  border-radius: 13px;
  padding: 15px;
  width: 675px;
}

.textcat {
  background: #827571;
  border-radius: 13px;
  padding: 15px;
  width: 688px;
}


.sloy {
  background: url("../img/sloy.png") repeat left top;
  border-radius: 13px;
  padding: 0px;
  width: 675px;
}

/* line 525 */
h3, h1 {
  margin-bottom: 3px;
  margin-top: 3px;
  font-weight: normal;
}

/* line 530 */
h1 {
  font-size: 24px;
}

/* line 533 */
.pheading h2 {
  color: #585149;
}

/* line 536 */
p {
  margin: 3px 0px;
}

/* line 539 */
.footer_bg {
  background: url("../img/bodybg2.jpg") repeat-x left bottom;
}

/* line 546 */
.shortstory_item {
  border: 1px solid #ab876e;
  border-radius: 10px;
  margin-bottom: 18px;
  padding: 10px 21px;
  width: 675px;
  background: url("../img/shortbg.jpg") repeat left top;
  /*.img{
       float:left;
       width:200px;
       img{
           border:1px solid #000;
           width:182px; 
       }
   }*/
}
.story_item {
  border: 1px solid #ab876e;
  border-radius: 10px;
  margin-bottom: 18px;
  padding: 10px 21px;
  width: 685px;
  background: url("../img/shortbg.jpg") repeat left top;
  /*.img{
       float:left;
       width:200px;
       img{
           border:1px solid #000;
           width:182px; 
       }
   }*/
}
/* line 553 */
.shortstory_item .title {
  text-align: left;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: normal;
}
/* line 558 */
.shortstory_item .title a {
  color: #fff;
  text-decoration: none;
}
/* line 561 */
.shortstory_item .title a:hover {
  color: #ffc885;
  text-decoration: underline;
}
/* line 566 */
.shortstory_item .title h3 {
  font-size: 18px;
  font-weight: normal;
  margin: 2px 0px;
}
/* line 580 */
.shortstory_item .info {
  /* margin-left:200px;*/
}
/* line 583 */
.shortstory_item .info .text {
  font-size: 12px;
  font-family: Arial;
}
/* line 584 */
.shortstory_item .info .text img {
  border: 1px solid #000;
  width: 182px;
  float: left;
  margin-right: 18px;
}
.story_item .infa .tekst img1 {
  border: 1px solid #000;
  width: 100%;
  float: left;
  margin-right: 18px;
}
/* line 593 */
.shortstory_item .info .look {
  float: right;
}
/* line 595 */
.shortstory_item .info .look a {
  margin-top: 8px;
  background: #BF8E4C;
  border-radius: 8px;
  padding: 3px 10px;
  padding-bottom: 5px;
  color: #fff;
  font-size: 13px;
    font-weight: bold; 
  display: block;
  float: left;
}

/* line 610 */
#navigation {
  margin-bottom: 20px;
}
/* line 612 */
#navigation .back {
  float: left;
  height: 14px;
  display: block;
  padding: 6px 0px;
  margin-right: 10px;
}
/* line 618 */
#navigation .back a {
  color: #49413d;
  font-family: Arial;
  font-size: 12px;
}
/* line 624 */
#navigation .back a:hover {
  text-decoration: none;
}
/* line 629 */
#navigation .forward {
  float: left;
  height: 14px;
  display: block;
  padding: 6px 0px;
  margin-left: 10px;
}
/* line 635 */
#navigation .forward a {
  color: #49413d;
  font-family: Arial;
  font-size: 12px;
}
/* line 641 */
#navigation .forward a:hover {
  text-decoration: none;
}
/* line 648 */
#navigation .nav {
  float: left;
}
/* line 650 */
#navigation .nav a {
  text-decoration: none;
  float: left;
  display: block;
  width: 26px;
  height: 14px;
  display: block;
  color: #49413d;
  padding: 6px 0px;
  margin: 0px 3px;
  text-align: center;
  font-family: Arial;
  font-size: 12px;
}
/* line 665 */
#navigation .nav a:hover {
  color: #fff;
  background: url("../img/navigbg.png") no-repeat left top;
}
/* line 670 */
#navigation .nav span {
  color: #fff;
  font-size: 12px;
  width: 26px;
  height: 14px;
  padding: 6px 0px;
  margin: 0px 3px;
  text-align: center;
  display: block;
  background: url("../img/navigbg.png") no-repeat left top;
  float: left;
  display: block;
}