#ad_scroll {
  position: relative;
  top: 250px;
  left: 10px;
  z-index: -1;
}

#home_banner {
  width: 630px;
  margin-top: -15px;
  float: left;
}

#home_login {
  width: 305px;
  margin-top: -15px;
  margin-left: 10px;
  float: left;
}

#home_login_header {
  width: 280px;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: bold;
  color: #425d6b;
  background-color: #d4e1e8;
  float: left;
}
#home_login_form {
  width: 280px;
  height: 114px;
  padding: 15px;
  font-size: 11px;
  color: #425d6b;
  margin-bottom: 10px;
  background-color: #fff;
  float: left;
}
* html #home_login_form {
  height: 114px;
}

#home_login_form a {
  color: #425d6b;
}

#home_login_label {
  width: 80px;
  padding-bottom: 5px;
  float: left;
}
#home_login_field {
  width: 180px;
  padding-bottom: 5px;
  float: left;
}

#feature_capoff {
  width: 950px;
  height: 260px;
  overflow: hidden;
  float: left;
}
#feature_products_row {
  width: 980px;
  padding: 10px 0;
  float: left;
}

#feature_product {
  width: 146px;
  margin-right: 15px;
  text-align: center;
  float: left;
}
* html #feature_product {
  margin-right: 15px;
}

#feature_product_label {
  width: 126px;
  padding: 10px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background-color: #658ba0;
  float: left;
}
#feature_product_details {
  width: 126px;
  height: 80px;
  padding: 10px;
  font-size: 11px;
  font-weight: bold;
  color: #425d6b;
  background-color: #d4e1e8;
  float: left;
}
#feature_product_details_fr {
  width: 126px;
  height: 95px;
  padding: 10px;
  font-size: 11px;
  font-weight: bold;
  color: #425d6b;
  background-color: #d4e1e8;
  float: left;
}
#feature_product_details_fr p {
  padding-bottom: 10px;
}
#feature_product_details p {
  padding-bottom: 10px;
}
/* SPLASH */
#bak_default {
  width: 507px;
  height: 226px;
  margin-top: 200px;
  background: url('../images_v3/home/bak_default.gif') no-repeat;
  float: left;
}

#splash {
  width: 507px;
  margin-top: 120px;
  float: left;
}
#splash_welcome, #splash_welcome_fr {
  width: 253px;
  font-size: 16px;
  font-weight: bold;
  color: #658ba0;
  text-align: center;
  float: left;
}
#splash p {
  padding-bottom: 20px;
}