/*************************** START HOME.CSS ***************************/
#layout {
  backgground-color:#ffffff;
  z-index:-2;
}

#dashed_lines {
  width:50%;
  height:165px;
  top:550px;
  left:0px;
  position:absolute;
  background-image:url(/_mod_files/ce_images/layout/bg-left_menu.jpg);
  background-position:top left;
  background-repeat:repeat-x;
  z-index:-1;
}


/****************************** BODY ******************************/
#lay_body {
  width:500px;
  height:700px;
  background-color:#ffffff;
  vertical-align:top;
  padding-left:30px;
  padding-bottom:20px;
}

#lay_body h4, #lay_body h4 a {
  color:#ff9900;
  font-size:13px;
  font-weight:bold;
  text-transform:none;
  line-height:14px;
  margin-top:20px;
  margin-bottom:5px;
}


/****************************** BLOCK 1 ******************************/
#lay_f1 {
  height:56px;
  background-image:url(/_mod_files/ce_images/layout/bg-main_menu.jpg);
  background-position:top center;
  background-repeat:repeat-x;
  vertical-align:bottom;
}


/****************************** BLOCK 2 ******************************/
#lay_f2 {
  height:494px;
  background-image:url(/_mod_files/ce_images/layout/bg-layout.jpg);
  background-position:top center;
  background-repeat:repeat-x;
  background-color:#ffffff;
  vertical-align:top;
}

#bg_header {
  height:494px;
  background-image:url(/_mod_files/ce_images/layout/bg-header.jpg);
  background-position:top center;
  background-repeat:no-repeat;
  padding-top:50px;
}

html>body #bg_header {
  height:444px;
}


/****************************** BLOCK 3 ******************************/
#lay_f3 {
  width:160px;
  height:700px;
  vertical-align:top;
  padding-top:5px;
  padding-left:5px;
  padding-right:15px;
}


/****************************** BLOCK 4 ******************************/
#lay_f4 {
  width:210px;
  height:700px;
  background-color:#ffffff;
  vertical-align:top;
  padding-top:5px;
  padding-left:30px;
  padding-right:0px;
}


/****************************** BLOCK 5 ******************************/
#lay_f5 {
  height:80px;
  background-image:url(/_mod_files/ce_images/layout/bg-bottom_menu.jpg);
  background-position:top left;
  background-repeat:repeat-x;
  background-color:#4e4e89;
}

#lay_f5, #lay_f5 TD {
  color:#ffffff;
  font-size:12px;
}


/**************************** END HOME.CSS ****************************/