body {
  background: url('../images/landing/bg.jpg') repeat-x #205812;
}

#landing_cont {
  background: #fff;
  border: 2px solid #7a7;
  width: 868px;
  padding: 6px 10px;
  margin: 30px auto;
  overflow: hidden;
}

#landing_left, #landing_right {
  height: 638px;
}

#landing_left {
  position: relative;
  float: left;
  width: 577px;
  background: url('../images/landing/sp_head.png') no-repeat;
}

#landing_right {
  width: 291px;
  float: right;
}


#green {
  top: 0;
  left: 0;
  position: absolute;
}



ul#landing_menu {
  width: 576px;
  height: 152px;
  background: url('../images/landing/sp_submenu_bg.png') no-repeat;
  top: 298px;
  left: 0;
  position: absolute;
}

#landing_menu a {
  display: block;
  position: absolute;
  top: 45px;
  height: 87px;
}

a#landing_m_1 {
  left: 21px;
  width: 76px;
  background: url('../images/sp_emp.jpg') no-repeat;
}

a#landing_m_2 {
  left: 140px;
  width: 113px;
  background: url('../images/sp_hours.jpg') no-repeat;
}

a#landing_m_3 {
  left: 290px;
  width: 74px;
  background: url('../images/sp_fin.jpg') no-repeat;
}

a#landing_m_4 {
  left: 392px;
  width: 78px;
  background: url('../images/sp_con.jpg') no-repeat;
}

a#landing_m_5 {
  left: 498px;
  width: 55px;
  background: url('../images/sp_staff.jpg') no-repeat;
}

a#landing_m_1:hover { background: url('../images/sp_emp_o.jpg') no-repeat; }
a#landing_m_2:hover { background: url('../images/sp_hours_o.jpg') no-repeat; }
a#landing_m_3:hover { background: url('../images/sp_fin_o.jpg') no-repeat; }
a#landing_m_4:hover { background: url('../images/sp_con_o.jpg') no-repeat; }
a#landing_m_5:hover { background: url('../images/sp_staff_o.jpg') no-repeat; }


#landing_specials {
  width: 574px;
  left: 0;
  background: url('../images/landing/sp_specials_bg.png');
  border: 1px solid #ded;
  overflow: hidden;
  position: absolute;
  top: 450px;
}

#landing_specials_cont {
  position: relative;
  overflow: hidden;
  text-align: center;
  line-height: .8;
  width: 576px;
  margin-top: 8px;
  height: 140px;
}

#landing_specials_cont .curr_special {
  float: left;
  width: 120px;
  margin: 0 12px;
  text-align: center;
}

#landing_specials_cont span {
  display: block;
  margin: 2px 0;
  font-size: 10px;
}

#landing_specials .SpecSpoolControl span {
  display: none;
}

.spec_spool_vehtitle {
  font-weight: bold;
}

#landing_specials .SpecSpoolControl {
  width: 30px;
  height: 22px;
  display: block;
  position: absolute;
  top: 12px;
}

a#SpecSpoolNext {
  background: url('../images/landing/arrow_l.png') no-repeat;
  right: 53px;
}

a#SpecSpoolPrev {
  background: url('../images/landing/arrow_r.png') no-repeat;
  right: 23px;
}

a#SpecSpoolNext:hover {
  background: url('../images/landing/arrow_l_o.png') no-repeat;
}

a#SpecSpoolPrev:hover {
  background: url('../images/landing/arrow_r_o.png') no-repeat;
}

#landing_specials_cont img {
  border: 2px solid #ccc;
  width: 90px;
  height: 67px;
}

#landing_specials_cont img.SpecSpoolImgOver {
  cursor: pointer;
  border: 2px solid #060;
}

#landing_specials h2 {
  text-align: left;
  display: block;
  width: 185px;
  height: 40px;
  background: url('../images/landing/sp_specials_lab.png') no-repeat;
}

#landing_specials, #landing_vehicles {
  margin-top: 10px;
  height: 174px;
}

ul#landing_dealers {
  display: block;
  height: 450px;
  overflow: hidden;
  background: #bcb;
  font-size: 0;
}

ul#landing_dealers a {
  display: block;
  width: 291px;
  height: 39px;
  margin: 0;
}

ul#landing_dealers li.makes_cont {
  display: block;
  height: 51px;
  overflow: hidden;
}

li.makes_cont#m_hyundai { background: url('../images/landing/m_hyundai.png') no-repeat; }
li.makes_cont#m_dodge { background: url('../images/landing/m_dodge.png') no-repeat; }
li.makes_cont#m_lincoln { background: url('../images/landing/m_lincoln.png') no-repeat; }
li.makes_cont#m_toyota { background: url('../images/landing/m_toyota.png') no-repeat; }
li.makes_cont#m_chevrolet { background: url('../images/landing/m_chevrolet.jpg') no-repeat; }

#landing_d_1 { background: url('../images/landing/sp_hyundai_lab.png') no-repeat; }
#landing_d_2 { background: url('../images/landing/sp_dodge_lab.png') no-repeat; }
#landing_d_3 { background: url('../images/landing/sp_lincoln_lab.png') no-repeat; }
#landing_d_4 { background: url('../images/landing/sp_toyota_lab.png') no-repeat; }
#landing_d_5 { background: url('../images/landing/sp_chevrolet_lab.jpg') no-repeat; }


#landing_d_1:hover { background: url('../images/landing/sp_hyundai_lab_o.png') no-repeat; }
#landing_d_2:hover { background: url('../images/landing/sp_dodge_lab_o.png') no-repeat; }
#landing_d_3:hover { background: url('../images/landing/sp_lincoln_lab_o.png') no-repeat; }
#landing_d_4:hover { background: url('../images/landing/sp_toyota_lab_o.png') no-repeat; }
#landing_d_5:hover { background: url('../images/landing/sp_chevrolet_lab_o.png') no-repeat; }

ul#landing_dealers li.makes_cont a {
  width: 57px;
  float: left;
  height: 51px;
}

#landing_vehicles {
  background: url('../images/landing/sp_find_bg.png') no-repeat;
  position: relative;
  height: 176px;
}

#landing_vehicles select {
  width: 238px;
  left: 28px;
  font-size: 11px;
  position: absolute;
}

#landing_vehicles #make { top: 67px; }
#landing_vehicles #model {  top: 109px; }
#landing_vehicles .submit {
  position: absolute;
  right: 25px;
  font-size: 15px;
  padding: 3px 8px;
  bottom: 10px;
}


div a#cert_store {
  margin: 0 0 0 20px;
  width: 120px !important;
}

#landing_cont li a span, #landing_cont h2 span {
  overflow: hidden;
  position: absolute;
  text-indent: -9000px;
}