/*ok*/
.main_tbl{
  width:100%;
  border-collapse:collapse;
}

/*ok*/
.cell_top_left{
  background: url(../img/bg_flow_top_left.jpg) no-repeat top right;
}

/*ok*/
.cell_top_mid{
  background: url(../img/bg_flow_top.jpg) no-repeat;
}

/*ok*/
.div_top_mid{ 
  position:relative;
  width:958px;
  height:185px;
}

/*ok*/
.cell_content_left{
  vertical-align:top;
  background: url(../img/bg_flow_content_bot_left.jpg) no-repeat bottom right;
}

/*ok*/
.cell_content_left_top_bg{
  position:absolute;
  left:0px;
  top:0px;
  height:254px;
  width:100%;
  background:url(../img/bg_flow_content_top_left.jpg) no-repeat top right;
}

/*ok*/
.cell_content_mid{
  width:958px;
  background: url(../img/bg_flow_content_bot_mid.jpg) no-repeat bottom;
}

/*ok*/
.cell_content_mid_top_bg{
  position:absolute;
  left:0px;
  top:0px;
  width:958px;
  height:254px; 
  background:url(../img/bg_flow_content_top_mid2.jpg) no-repeat; 
  * z-index:-1;
}

/*ok*/
.cell_bot_left{
  background: url(../img/bg_home_bot_left.jpg) no-repeat top right;
}

/*ok*/
.cell_bot_mid{
  width:958px;
  padding-top:30px;
  padding-bottom:20px;
  background: url(../img/bg_home_menu_bot.jpg) no-repeat;
  color:#663333;
}

/*ok*/
.cell_bot_right{
  background: url(../img/bg_home_bot_right.jpg) no-repeat top left;
}

/*ok*/
.menu_left{
  float:left;
  width:174px;
}

/*ok*/
.prod_cat_menu{
  position:relative;
  float:left;
  width:172px;
  color:#663333;
  font-weight:bold;
}

.prod_cat_menu a{
  font-weight:normal;
}

/*ok*/
.prod_cat_menu_first{
  padding-left:10px;
  padding-bottom:3px;
  background: url(../img/pcat_list_top.gif) no-repeat top left;
  display:block;
}

/*ok*/
.prod_cat_menu_item{
  padding-left:10px;
  padding-bottom:3px;
  background: url(../img/pcat_list.gif) no-repeat top left;
  display:block;
}

/*ok*/
.prod_cat_menu_last{
  padding-left:10px;
  padding-bottom:3px;
  background: url(../img/pcat_list_bot.gif) no-repeat bottom left;
  display:block;
}

/*ok*/
.prod_scat_menu_item{
  padding-left:20px;
  padding-bottom:3px;
  background: url(../img/sfam_list.gif) no-repeat top left;
  display:block;
}

/*ok*/
.prod_scat_menu_last{
  padding-left:20px;
  padding-bottom:3px;
  background: url(../img/sfam_list_bot.gif) no-repeat bottom left;
  display:block;
}

/*ok*/
.prod_scat_last_menu_item{
  padding-left:20px;
  padding-bottom:3px;
  background: url(../img/sfam_list_last.gif) no-repeat top left;
  display:block;
}

/*ok*/
.prod_scat_last_menu_last{
  padding-left:20px;
  padding-bottom:3px;
  background: url(../img/sfam_list_last_bot.gif) no-repeat bottom left;
  display:block;
}
