/* CSS Document */
body {
  background: #17283B url('../img/left_bg.jpg') repeat-y left;
  padding: 0;
  margin: 0;
  font: 12px Arial, sans-serif;
  color: #B4B4B4;
  width: 100%;
  height: 100%;
}
#MainConteinerTbl {
  width: 100%;
  height: 100%;
}

#AddMenu {
  width: 335px;
  height: 38px;
  background: #FFFFFF url('../img/int_header_left.jpg') no-repeat right top;
  color: #000;
}
  #AddMenuConteiner {
    padding: 0 0 0 85px;
  }
    #AddMenuTbl td {
      padding: 0px 5px 0px 5px;
    }


#Left {
  vertical-align: top;
  width: 335px;
}
    #LeftTbl {
      width: 335px;
    }
        #LeftTop {
          background: url('../img/int_menu_bg.jpg') no-repeat left top;
          vertical-align: top;
          padding: 188px 78px 0 67px;
          height: 526px;
        }
* html #LeftTop { height: 325px;}
            #MainMenuTbl td.menu_item {
              width: 204px;
              height: 32px;
              background: url('../img/menu_item.jpg') no-repeat left top;
              padding: 0 0 0 28px;
              color: #FF9C00;
            }
            #MainMenuTbl td.menu_item a:link, #MainMenuTbl td.menu_item a:visited {
              color: #D6D6D6;
            }
            #MainMenuTbl td.menu_item a:active, #MainMenuTbl td.menu_item a:hover {
              color: #FF9C00;
              text-decoration: underline;
            }
            #About {
              padding: 60px 0 0 0;
            }
            #CatalogLeft {
              vertical-align: bottom;
              height: 144px;
              background: url('../img/cat_left.jpg') no-repeat left bottom;

            }
            #CatalogMenu {
              vertical-align: bottom;
              height: 341px;
              padding: 0 0 0 92px;
              background: url('../img/int_catalogbg.jpg') no-repeat left bottom;

            }
                #CatalogMenuTbl {
                  width: 180px;
                }
                    td.CtlgMenuItem {
                        background: url('../img/cat_line.gif') no-repeat left 22px;
                        padding: 10px 0 7px 45px;
                    }
                        td.CtlgMenuItem a { color: #BECAD5; }
            #NavMennuTbl {
              width: 100%;
            }
            #cat_navmenu {
              padding: 0 0 15px 0;
            }
                td.nav_act {
                  height: 29px;
                  font: 12px Arial;
                  background: #3F566F url('../img/nav_act.jpg') no-repeat left top;
                  color: #FFF;
                  padding: 0 0 0 61px;
                  border-bottom: 2px solid #17283B;
                }
                td.nav_item {
                    height: 29px;
                    background: #0C1A2A;
                    border-bottom: 2px solid #17283B;
                    padding: 5px 0 0 28px;
                    vertical-align: top;
                }
                    td.nav_item a:link,
                    td.nav_item a:hover,
                    td.nav_item a:active,
                    td.nav_item a:visited {
                      color: #BECAD5;
                    }

#Center {
  width: 99%;
  vertical-align: top;
  background: #17283B url('../img/int_bodytop.jpg') repeat-x top;
}
    #CenterTbl {
      width: 100%;
    }
    #CntrTop {
      vertical-align: top;
      background: url('../img/int_cntrtop.jpg') no-repeat left top;
      height: 184px;
    }
    #CatCntrTop {
      vertical-align: top;
      background: url('../img/int_cat_cntrtop.jpg') no-repeat left top;
      height: 184px;
    }
    #Pagecontent {
      background: url('../img/int_pagetop.jpg') no-repeat left top;
      padding: 40px 0 0 0;
    }
    #CatPagecontent {
      background: url('../img/int_catpagetop.jpg') no-repeat left top;
      padding: 40px 0 0 0;
    }
        #ContentTbl {
          width: 100%;
          border-top: 2px solid #5B6D7F;
          border-left: 2px solid #5B6D7F;
          border-bottom: 2px solid #5B6D7F;
        }
              #PageTitle {
                border-bottom: 2px solid #5B6D7F;
                padding: 0 0 0 44px;
              }
                  #Pagecontent #PageTitle h1, #CatPagecontent #PageTitle h1 {
                    margin: 0;
                    padding: 0;
                  }
                  
              #Conteiner {
                padding: 20px 0 40px 44px;
              }
                  #Content {
                      width: 580px;
                  }
              #Print div {
                padding: 5px 0 5px 44px;
                background: url('../img/printbg.jpg') repeat-y left;
                width: 173px;
                border-top: 2px solid #5B6D7F;
                border-right: 2px solid #5B6D7F;
              }
                  #Print div a {
                    color: #FF9900;
                  }
              #RMenu {
                border-top: 2px solid #4C5B69;
                padding: 5px 0 5px 44px;
              }
                  #RMenu span.no-act {
                    padding: 0 30px 0 5px;
                    background: url('../img/rmenu.gif') no-repeat right 65%;
                  }
                  #RMenu span.act {
                    padding: 0 0 0 5px;
                  }

#LeftBtm {
  height: 87px;
  background: url('../img/int_left_btm.jpg') no-repeat top left;
}
#CatLeftBtm {
  height: 87px;
  background: url('../img/cat_left_btm.jpg') no-repeat top left;
}
#Copyright {
  background: url('../img/int_copybg.jpg') repeat-x bottom;
}
#RightBtm {
  background: url('../img/int_copybg.jpg') repeat-x bottom;
}
