/* 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%;
}

/* Header part */
#AddMenu {
  width: 348px;
  height: 38px;
  background: #FFFFFF url('../img/hdr_left.jpg') no-repeat left top;
  color: #000;
}
  #AddMenuConteiner {
    padding: 0 0 0 85px;
  }
    #AddMenuTbl td {
      padding: 0px 5px 0px 5px;
    }
/* Main part */
#Left {
  vertical-align: top;
  width: 348px;
}
    #LeftTbl {
      width: 348px;
    }
        #LeftTop {
          background: url('../img/menu_bg.jpg') no-repeat left top;
          vertical-align: top;
          padding: 188px 78px 0 67px;
        }
            #MainMenuTbl td.menu_item {
              width: 204px;
              height: 32px;
              background: url('../img/menu_item.jpg') no-repeat left top;
              padding: 0 0 0 30px;
              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;
            }
            #CatalogMenu {
              vertical-align: bottom;
              height: 417px;
              padding: 0 0 95px 68px;
              background: url('../img/left_btm.jpg') no-repeat left bottom;
              
            }
                #CatalogMenuTbl {
                  width: 200px;
                }
                    td.CtlgMenuItem {
                        background: url('../img/cat_line.gif') no-repeat left 22px;
                        padding: 10px 0 7px 45px;
                    }
                        td.CtlgMenuItem a { color: #BECAD5; }

#Center {
  width: 432px;
  vertical-align: top;
  background: url('../img/flash.jpg') no-repeat left top;
}
    #Flash {
      height: 378px;
      vertical-align: top;
    }
    #Pagecontent {
      padding: 0 0 0 10px;
    }
    #Copyright {
      font: 11px Tahoma;
      vertical-align: bottom;
      padding: 20px 0 55px 10px;
      color: #6B849F;
    }
    #Copyright p.email {
      font: 12px Tahoma;
      font-weight: bold;
      color: #BFBFBF;
      padding: 0 0 7px 0;
    }
        #Copyright p.email a:link,
        #Copyright p.email a:hover,
        #Copyright p.email a:active,
        #Copyright p.email a:visited {
          color: #fff;
          text-decoration: underline;
        }
        #Copyright p.email a:hover { text-decoration: none; }
#Right {
  background: #17283B url('../img/bodytop.jpg') repeat-x top;
  width: 98%;
  vertical-align: top;
}
  #Right div.RightImg {
    background: url('../img/right_top.jpg') no-repeat left top;
    width: 100%;
    height: 348px;
  }
