/* CSS Document */

.flasharea {
  float:left;
  width:689px;
  height:488px;
  background-image:url('../../images/faqquestionsbg.jpg')
}

.faqmenucontainer {
  margin:110px 0 0 273px;
}

.faqmenucontainer p{
  clear:both;
  float:left;
  margin:4px 0;
  width:300px;
}

.faqmenu {
  float:left;
  display:block;
  height:17px;
  text-decoration:none;
  margin:0 3px 10px 0;  
}

#carpet, #carpetactive {
  width:81px;
  background-image:url('../../images/faq_carpet.gif');
}

#carpet:hover, #carpetactive {
  background-position: 81px 0px;
}

#hardwood, #hardwoodactive {
  width:100px;
  background-image:url('../../images/faq_hardwood.gif');
}

#hardwood:hover, #hardwoodactive {
  background-position: 100px 0px;
}

#laminate, #laminateactive {
  width:91px;
  background-image:url('../../images/faq_laminate.gif');
}

#laminate:hover, #laminateactive {
  background-position: 91px 0px;
}

#tile, #tileactive {
  width:60px;
  background-image:url('../../images/faq_tile.gif');
}

#tile:hover, #tileactive {
  background-position: 60px 0px;
}

.bottom {
  float:left;
  width:927px;
}

.bottom img {
  float:right;
  margin:8px;
}

.bottom p {
  margin:30px 30px 0 30px;  
}
.bottom H1 { margin-left:30px;}
.bottom H2 { margin-left:30px;}
