/* Fastbrake styles */
body {
  background-color: black;
  font-family: Lucida Console;
  font-size: 0.85em;
  line-height: 125%;
  letter-spacing: .1em;
  font-weight: 500;
}
img {
  border: none;
}

#container {
  width: 950px;
  margin: 0 auto;
  background-color: #b6b5b5;
  background-image: url(../images/bkgnd-gradient.jpg);
  background-repeat: repeat-y;
  background: #b6b5b5 url(../images/bkgnd-gradient.jpg) repeat-x;
}
#header {
  height: 130px;
}
#logo {
  float: left;
  margin: 21px 0 0 40px;
}
#headtext {
  float: right;
  margin: 40px 20px 0 0;
  text-align: right;
  line-height: 150%;
}
.serving {
  font-family: Franklin Gothic Medium;
  font-weight: bold;
  font-size: 1.1em;
}
.phone {
  font-size: 1.35em;
  font-weight: bold;
}

#content {
  margin: 15px 0 7px 0;
}
#left-column {
    float: left;
}

#content-box {
  text-align: justify;
}
#coupon-box {
   margin: 0 17px 20px;
   text-align: center;
   width: 196px;
   /*float: left;*/
   font-weight: normal;
   font-size: 20px;
   line-height: 125%;
   letter-spacing: normal;
   border: 1px dashed;
}

#blue-box {
  margin-left: 17px;
  margin-right: 17px;
  margin-bottom: 80px;
  background: url(../images/blue-box-bkgd.jpg) repeat-y;
  width: 196px;
  /*float: left;*/
}
#blue-box-text {
  padding: 0 5px 0 5px;
}
#blue-box-text p {
  font-size: .90em;
  letter-spacing: .035em;
  line-height: 150%;
}
#blue-box-text h2 {
  font-size: 22px;
}
#right-column {
  width: 196px;
  float: right;
  margin-left: 10px;
}
#m-f-box {
  width: 187px;
  text-align: center;
  font-weight: normal;
  font-size: 20px;
  line-height: 125%;
  letter-spacing: normal;
}
.m-f-box-small {
  font-size: 14px;
  margin-left: 3px;
}
#gray-box {
  margin-right: 17px;
  margin-top: 20px;
  background: url(../images/gray-box-bkgd.jpg) repeat-y;
  width: 172px;
  float: right;
}
#gray-box-text {
  padding: 0 15px 0 15px;
  letter-spacing: normal;
  font-size: .93em;
}
#gray-box-text a {
  font-size: .7em;
}

#truck-image {
  float: right;
  margin-right: 17px;
  margin-top: 14px;
  margin-bottom: 10px;
}
#testimonials {
  margin-left: 25px;
  margin-right: 25px;
  color: #8f0a10;
}
#testimonials ul {
  margin-top: 0;
  margin-bottom: 0;
}
#footer {
  background-color: white;
  min-height: 150px;
  letter-spacing: normal;
}
#bbb {
  float: left;
  margin: 9px 18px 0 21px;
}
#copyright {
    float: left;
    margin-top: 9px;
    margin-left: 9px;
    font-size: .9em;
}
#lawson-logo {
    float: left;
    margin: 30px 30px;
}
#contact {
    float: left;
    margin-top: 9px;
    font-size: .9em;
}

.centered {
  text-align: center;
}

h1 {
  font-family: Franklin Gothic Medium;
  font-size: 20px;
  font-weight: bold;
}
h2 {
  font-weight: normal;
  font-size: 24px;
}
h3 {
  font-weight: normal;
  font-size: 20px;
}
#couponpage {
  width: 677px;
  margin: 50px auto;
}
#coupon {
  width: 677px;
  margin: 50px auto;
  border: 2px dashed;
  height: 453px;
}


