@charset "utf-8";
/* CSS Document */

#footerArea{
  position: absolute; bottom: 0px; left: 0px;
  height: 360px;
  width: 100%;
  background-color: #ff2f01;
}

#footWrapper{
  width: 980px;
  height: 300px;
  position: relative;
  margin: 0 auto;
  padding-top: 40px;

}

.footItem{
  width: 204px;
  height: 150px;
  float: left;
  margin-bottom: 50px;
}

.footItem p{
  font-size: 11px;
  margin: 0px;
}

.footItem.social{
  width: 300px;
  margin-left: 60px;
  margin-right: 40px;
  clear: right;
}

#footLegal{
  width: 100%;
  margin: auto;
  clear: both;
  text-align: center;
  font-size: 12px;
  color: #fff;

}

#footLegal A{
  color: #fff;
  font-size: 15px;
}

#leftFoot{
  width: 650px;
  float: left;
}

.socialLink{
  width: 30px;
  height: 30px;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

.locationIcon{
  width: 21px;
  height: 30px;
  float: left;
  margin-right: 10px;
}

.locationText{
  float: left;
}

.newsletterInput{
  width: 195px;
  height: 22px;
  display:block;
  margin-top: 15px;
  background-color: #f2e9df;
  border: 2px solid #c02502;
  color: #85807a;
  padding-left: 5px;
}

.newsletterBtn{
  display:block;
  height: 24px;
  float: right;
  background: url(../exports/arrow_white.png) no-repeat right;
  margin-top: 12px;
  padding-right: 30px;
  line-height: 13px;
  font-size: 13px;
  color: #FFF;
  font-weight: bold;
  border: none;
  cursor: pointer;
}

#twitterBox{
  width: 300px;
  height: 350px;
 /* position: absolute; top: -20px; right: 40px; */
  background-color: #FFF;
  border-radius: 5px;

  -moz-box-shadow:    0px 0px 6px 1px #333;
   -webkit-box-shadow: 0px 0px 6px 1px #333;
   box-shadow:         0px 0px 6px 1px #333;
}
