/* (c) Sergey Osipov http://osipovnetsuke.com 2010-2011  */
*   {
  padding: 0; margin: 0;
}

body    {
  background-image: url(../img/bg_0.jpg);  background-color: #dfdcca;
  font-family:  Georgia;
  font-size: 100%;
  color: #414e2b;   /*696960*/
  padding: 0; margin: 0;
  background-repeat: repeat-x;
  background-position: 0 0px
}

/*TABLE*/
#table   {
  width:100%;
  height:100%;
  background-image: url(../img/bg_image.jpg);
  background-repeat: no-repeat;
  background-position: 4% 0px;
  }
td  {
  padding: 0; margin: 0;
    border: 0px blue solid;
}


/* TEXT */
a   {
  color: #414e2b;
}
p a {
  text-decoration: none;
  font-style: normal;
  border-bottom: 1px #414e2b dotted;
}
p a:hover {
  border-bottom: 1px #ff0000 dotted;
}
a:hover {
  text-decoration: none;
  color: #ff0000;
}
p   {
  font-size: 100%;
  line-height: 120%;
  text-align: justify;
  padding-bottom: 18px;
}
h2  {
  font-family: verdana, Georgia, Sherif;
  font-weight: 500;
  color: #933028;   /*bb0000*/
  margin: 0px 0 35px 0;
  text-shadow: #504d45 2px 1px 2px; /* цвет-сдвиг х-сдвиг у -размытие */
  text-align:center;
  display: block;
}
h3  {
  font-family: arial, verdana;
  font-size: 130%;
  font-weight: 600;
  margin: 20px 0 20px 0;
  color: #3e372f/*8f9e5b*/;
}
.txt li {
  padding: 0 0 12px 20px;
}
ol li   {
  font-size: 90%;
}


img {
  border: none;
}

/* MAIN MENU */

#main_menu  {
  border: 0px lime solid;   /* 555 */
  color: #646154;
  position: absolute; top: 0; right: 0;
  display:block; width:70%;
  padding: 0 0 0 7px;
  background-image: url(../img/main_menu_bg.gif);
  background-repeat: no-repeat;
  background-position: left bottom;
  z-index: 6;

}
#main_menu ul   {
  margin: 0;
  padding: 4px 20px 7px 20px;
  text-align: left;
  background-color: #060606;
  background-image: url(../img/main_menu_line_bg.gif);
  background-repeat: repeat-x;
  background-position: bottom;
}
#main_menu ul li    {
  display: inline;
  list-style: none;
}
#main_menu ul li a {
  text-shadow: 0 1px 1px #222;
  font-family: tahoma;
  font-size: 11pt;
  color: #dfdcca;
  text-decoration: none;
  height: 100%;
  display: inline;
  padding-top:4px;
}
a.ims   {
  background: transparent url(../img/red_spot.gif) no-repeat bottom left;
  padding: 0 0 0 8px;

}
#main_menu ul li a:hover {
  text-shadow: 1px 1px 2px #000;
  color: #ff0000;
}
#main_menu ul li a.v {
  color: #ff0000;
  font-weight: 500;
  text-shadow: 0px 1px 1px #000;
  background-image: url(../img/mmarr.gif);
  background-position: center 1px;
  background-repeat: no-repeat;
}
#main_menu ul li a.v:hover  {
  color: #ff0000;
  cursor: default;
}
a.hm {
  background-color: #ada791;
  background: transparent url(../img/home2.gif) no-repeat right center;
  display: block; width: 15px; height: 14px;
}
a.hm:hover  {
  background: transparent url(../img/home2.gif) no-repeat left center;
}
a.hmv, a.hmv:hover  {
  cursor: default;
  background: transparent url(../img/home2.gif) no-repeat center center;
  display: block; width: 15px; height: 14px;
}

/* HEADER */
#header {
  width: 100%;   height: 96px;
  background-image: url(../img/header_netsuke.jpg);
  background-position:16% bottom;
  background-repeat: no-repeat;
  z-index: 5;
  border:0px red solid; /* 555 */
}
#header img {
  margin: 0;
  border:px lime solid; /* 555 */
  width: 28%;
  display:block;
  z-index: 8;

}
#header h1 span {
  display: none;
}


/* M E N U ***** YEARS MENU */
#menu   {
  border: 0px lime solid;  /* 555 */
  background-image: url(../img/logo.gif);
  background-repeat: no-repeat;
  background-position: top;
  position: absolute;
  top: 0px; left: 3%;
  margin: 18px 0 0 0;
  padding:208px 0 0 0;
  z-index: 7;
}
#years_menu {
  border: 0px red solid; /* 555 */
  width: 103px;
  /*float: left;*/
  /*margin: 208px 0 0 0;*/
  padding: 0 0 7px 0;
  text-align: center;
  background-image: url(../img/year_bg_bottom.gif);
  background-repeat: no-repeat;
  background-position: bottom ;

}
#years_menu ul   {
  border: 0px blue solid; /* 555 */
  padding: 20px 0 12px 0;
  /*margin:0 0 7px 0;*/
  background-color: #060606;
  background-image: url(../img/year_bg_lines.gif);
  background-repeat: repeat-y;
  background-position: bottom ;

}
#years_menu ul li   {
  padding: 8px 0 0 0;
  list-style: none;
}
#years_menu ul li a {
  text-align: center;
  text-shadow: 0 1px 1px #222;
  font-family: arial;
  font-size: 14px;
  color: #dfdcca;
  text-decoration: none;
  padding: 0px;
  background-image: url(../img/list-bullet-2.gif);
  background-repeat: no-repeat;
  background-position: right -31px;
  display: block;
  height: 1.5em;
}
#years_menu ul li a:hover {
  color: #ff0000;
  background-position: right -4px;
  text-shadow: 0 1px 2px #000;
}
#years_menu ul li a.v {
  color: #ff0000;
  font-weight: 500;
  text-shadow: 1px 2px 1px #000;
  background-image: url(../img/list-bullet-2.gif);
  background-position: right -4px;
}
#years_menu ul li a.v:hover {
  cursor: default;
  color: #ff0000;
  /*text-shadow: 0 1px 2px #000;*/
}

/* YEAR IMG ----------------------------------------*/
#year_img, #year_img2   {
  text-align: center;
}
#year_img img, #year_img2 img   {
  margin: 0 25px 50px 25px;
}
/* Gallery Images ----------------------------- */
#content img    {
  border:0px #8d897d solid;
}
#content img .sp    {
  border:none;
}



#footer {
  color: #dfdcca;
  width: 38%;
  float: left;
  font-family: arial;
  font-size: 8pt;
  padding: 0; margin: 0;
  background-image: url(../img/footer_corner_bg.gif);
  background-repeat: no-repeat;
  background-position: right top;
  border: 0px lime solid; /* 555 */
}

#footer p   {
  text-align: right;
  padding: 5px 20px 5px 0; margin-right: 7px;
  background-color: #060606;
  background-image: url(../img/footer_line_bg.gif);
  background-repeat: repeat-x;
  background-position: top;
  border: 0px orange solid; /* 555 */
}


#c01    {
  width: 1px; height: 1px;
  overflow: hidden;
}

/* LEFT */
#left   {
  width: 28%;
  float: left;
}
/* RIGHT */
#right    {
  width: 71%;
  float: right;
}

#bottom    {
  font-size: 1px;
  display: none;
  width: 60%;
}
#content    {
  padding: 0 0px 32px 0px;
  width: 80%; border: 0px red solid;  /* 555 */
}




#inpr_available {
  width: 100%; height: 137px;
  background-image: url(../img/inprogress_bg.gif);
  background-repeat: no-repeat;
  background-position: top center;
}
#inpr_available img {
  margin-top: 25px;
  border: 1px #faeed4 solid;
}
/* OTHER */


hr  {
  color: #cfc194;
  background-color: #cfc194;
  height: 1px;
  border: none;
  display: none;
}
.noscript   {
  display:block;
  border: 3px red double;
  width:60%;
  position:absolute; top:36px; right:10px;
  color: #ff0000;
  font-weight: bold;
  padding: 5px;
  font-family: Tahoma, Arial, sans-serif;
}
.noscript img   {
  margin-bottom: -6px;
}

/* IMG left right */
.left   {
  float: left; margin: 0 12px 12px 0;
  border: 5px #fff solid;
}
.right  {
  float: right; margin: 0 0 12px 12px;
  border: 2px #fff solid;
}

/* WZ tooltip */
.tooltiptd{
border-left:1px solid #2d2d2d;  /*b7b199*/
border-right:1px solid #2d2d2d;
color:#262313;
padding: 0px;
}
#toptt  {
  height: 2px;
  background-color: red;
  display: block;
}
#topttleft  {
  WIDTH: 100%;
  height: 5px;
  border-left: 1px #2d2d2d solid;
  background: transparent url(../tooltip/images/tt_top.gif) no-repeat right ;
  font-size: 1px;
}
#bttleft    {
  width: 50%;
  float: left;
  font-size: 1px;
  height: 5px;
  background: transparent url(../tooltip/images/tt_bottom_left.gif) no-repeat left ;
}
#bttright   {
  width: 50%;
  float: right;
  font-size: 1px;
  height: 5px;
  background: transparent url(../tooltip/images/tt_bottom.gif) no-repeat right ;
}

div     {
  border: 0px red solid;  /* 555 */
}

#stat   {
  width: 1px; height: 1px;
  overflow: hidden;
}
#signature img  {
  margin: 12px; padding: 0;
  border: 3px #ada791 solid;
}

.r 	{
  background: url(../img/r_bg.gif) no-repeat transparent;
  padding-left: 15px;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  background-position: left center;
}
.g 	{
  background: url(../img/g_bg.gif) no-repeat transparent left center;
  padding-left: 15px;
  font-family: Arial, Verdana, Helvetica, sans-serif;
}

/* NAVLINE */
.navline_1    {
  background-image: url(../img/navline_bg.gif);
  background-repeat: no-repeat;
  background-position: left;
  float: left;
  height: 26px; width: 8px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}
.navline_2    {
  background-image: url(../img/navline_bg_fill.gif);
  background-repeat: repeat-x;
  float: left;
  color: #7e7a6a;
  height: 26px; width: 35%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
}
.navline_2 span  {
  padding: 0px 8px 0 8px;
  margin-top: 5px;
  display: block;
  height: 100%;
}
.navline_3    {
  background-image: url(../img/navline_bg.gif);
  background-repeat: no-repeat;
  background-position: right;
  float: left;
  height: 26px; width: 8px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}
.navline_2 span a {
  text-align: center;
  text-shadow: 0 1px 1px #222;
  font-family: arial;
  color: #ada791;
  text-decoration: none;
}
.navline_2 span a:hover {
  color: #ff0000;
  text-shadow: 0 1px 2px #000;
}


