/**
 * Decléor Store Home Page styles 
**/

/* @group Classes */

.column.left {
  margin-right: 0;
  padding: 30px 0 0 100px;
  width: 210px;
}

.column.right {
  margin: 0;
  padding: 31px 0 0 0;    
  width: 525px;
}

/* @endgroup */

/* @group Layout (IDs) */

/* Highlight product menu */
#menu li.product-menu {
  background-image: url("../images/violet.png");
}

#content {
  height: 429px;
}

#content h2,
#content h3 {
  font-size: 1.1em; 
  line-height: 1.1364em;
  margin-bottom: 1.1364em;
  text-transform: uppercase;
}

#sections {
  padding: 0;
  overflow: hidden;
  margin: 0;
}

#sections li {
  display: block;
  float: left;
  padding-right: 7px;
  width: 157px;
  height: 150px;
}

#sections a {
  background-repeat: no-repeat;
  color: #666;
  display: block;
  padding: 125px 0 0 0;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  width: 157px;
  height: 20px;
}

#sections li a:hover {
  color: #77ae36;
  text-decoration: none;
}

#section-aromessence a {
  background-image: url("../images/home/aromessence.png");
}

#section-face a {
  background-image: url("../images/home/face.png");
}

#section-body a {
  background-image: url("../images/home/body.png");
}

#section-sun a {
  background-image: url("../images/home/sun.png");
}

#section-men a {
  background-image: url("../images/home/men.png");
}

#section-gifts a {
  background-image: url("../images/home/gifts.png");
}

#offer-banner a {
  background: url("../images/home/offers/free_aromessence_bag.gif") no-repeat;
  display: block;
  height: 57px;
  margin: 3px 20px 0 0;
  text-indent: -5000px;
  width: 312px;
  float: left;
}

#free-delivery-banner a {
  background: url("../images/home/offers/free_delivery_banner.gif") no-repeat;
  display: block;
  height: 57px;
  margin: 3px 0 0 0;
  text-indent: -5000px;
  width: 159px;
  float: left;
}

/* @endgroup */
