/* GENERAL: General styling
-----------------------------------*/

#description p {
  margin-bottom: 0.75em;
}

#description ul {
  margin-left: 20px;
}

/* Homepage content
---------------------------------------------*/

h2#tagline {
  color: #63c021;
  float: left;
  font-size: 1.5em;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 1em;
  width: 445px;
}

h2#tagline strong {
  color: #28591e;
}

#description {
  clear: left;
  float: left;
  width: 445px;
}

#promos {
  float: right;
  width: 445px;
}

#promos h2 {
  color: #63c021;
  font-size: 1.5em;
  line-height: 1.5;
  margin-bottom: 20px;
}

#promos div {
  border: 1px solid #8ec73f;
  margin-bottom: 30px;
  padding: 15px;
  padding-right: 60px;
  position: relative;
}

#promos h3 {
  background: #fff;
  color: #28591e;
  display: inline;
  font-weight: normal;
  margin: 0;
  padding: 0 5px;
  position: absolute;
  left: 10px;
  top: -12px;
}

#promos div p {
  margin: 0;
}

#promos p.buy {
  background: url(images/icons/cart.png) no-repeat left center;
  padding-left: 22px;
}

#promos p.buy a {
  color: #2e9fcf;
  font-weight: bold;
}

#promos p.buy a:hover {
  background-color: #2e9fcf;
  color: #fff;
}

#about-us {
  background: #fdffbe url(images/academy28_logo.gif) no-repeat 705px 50%;
  clear: both;
  margin-top: 1.5em;
  padding: 15px 235px 15px 15px;
}

#about-us h2 {
  color: #28591e;
  font-size: 1.1667em;
  font-weight: normal;
  line-height: 1.2857;
  margin-top: 0;
}

#about-us p {
  margin-bottom: 1.5em;
}

#about-us p.learn-more {
  margin-bottom: 0;
}

#footer {
  margin-top: 1.5em;
  text-align: center;
}

#footer p {
  display: inline;
}

#footer ul {
  display: inline;
  list-style: none;
}

#footer li {
  display: inline;
  list-style: none;
  margin-left: 0.5em;
}

