/* стили тегов */
html, body{
        margin:0;
        padding:0;
        width:100%;
        height:100%;
		background: #888;
		background: url(/img/bg.png);}
		
img, embed{	border: 0; margin:0; padding:0;}

h2 {
        font: bold 14px Verdana, Arial, Helvetica, sans-serif;
        color: #000;
        margin: 0px;
        padding: 0px 0px 0px 15px;}

/* стили классов */
.tab_side{width: 30px;}

/* стили блоков */
#f{background: url(/img/fon.gif) repeat-x;}
#f_head{background: url(/img/f_head.png)}
#f_men_bg{background: url(/img/f_men_bg.png) repeat-x;}
#tab_content{background: #e6e1d5; border-left: #8d7c55 1px solid; border-bottom: #8d7c55 1px solid; border-right: #8d7c55 1px solid;}
#f_bot{background: #9da8b0;}
#tab_content_bg{background: #9da8b0;}
#tab_s{background: #9da8b0;}
#footer{background: url(/img/footer.png)}
#top_menu{font: bold 14px Verdana, Arial, Helvetica, sans-serif;}
#top_menu li{list-style-type: none; display: inline;}
#auth{color:#000; font: 12px Verdana, Arial, Helvetica, sans-serif;}
#copy{font-size: 11px;}

/* расположение блоков */
#center_a{width:957px; position: absolute; left:50%; margin: 0 0 0 -478px;}
#f_head{height: 46px;}
#f_men_bg{height: 40px;}
#f{height:434px; width:957px;}
#f_bot{height: 11px;}
#tab_content{height: 223px; margin: 0 12px;}
#footer{height: 23px;}
#top_menu{float: left; height:40px;}
#top_menu ul{margin: 0px 10px;}
#top_menu li{margin-right: 10px;}
#auth{float: right; margin: 11px 20px;}
#foot{float: left; height: 23px;}
#foot ul{margin: 0 0 0 20px; padding:0; }
#foot li {margin-right: 10px}
#copy{float: right; margin: 0 5 px 0 0; padding-top:4px; margin-right: 10px;}
#copy2{float: right; margin: 0 12 px 0 0; padding-top:4px;}

/* Табы */

    #tabs {
	  margin: 0 11px;
      }
    #tabs td {
      margin:0;
      padding:0;
	  width: 187px;
	  text-align: center;
      }
    #tabs a {
      text-decoration:none;
	  font-weight: 700;
	  cursor: hand;
      }
    #tabs a span {
      display:block;
      padding:5px 0px;
	  width: 187px;
      color:#8e2521;
	  background:url("/img/tab_bg.gif") no-repeat;
	  font: bold 14px Verdana, Arial, Helvetica, sans-serif;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span {
      color:#8e2521;
      }
    #tabs a:hover {
      background-position:0% -30px;
      }
    #tabs a:hover span {
      background-position:100% -30px;
      }
	#tabs a:hover span b{
      background-position:100% -30px;
      }
        #tabs #current a {
                background-position:0% -30px;
        }
        #tabs #current a span {
                background-position:100% -30px;
        }
		#tabs #current a span b{
                background-position:100% -30px;
        }

