/* CSS Slave Stylesheet, used only on homepage (index.liquid template) */

#main_sidebar {
 width: 300px;
 padding: 0 8px 20px 36px;
 float: left;
 background: url('main_sidebar_bg.png') no-repeat 0 -200px;
}

dl#sidebar_news {
  font-family: "OFL Sorts Mill Goudy TT", "Crimson Text", Georgia, Times, serif;
}

dl#sidebar_news dt {
  width: 68px;
  float: left;
  clear: left;
  font-size: 1.5em;
}

dl#sidebar_news dd {
  float: left;
  font-size: 1.3em;
  width: 213px;
  margin: 0 0 15px 15px;
}

#main_rightcol {
 background: url('main_rightcol_bg.png') no-repeat right 60px;
 width: 648px;
 float: left;
}

#carousel_cont {
 width: 574px;
 height: 312px;
 margin: 15px 0 20px 30px;
 background: url('carousel_cont_bg.jpg') no-repeat left top;
 overflow: hidden;
}

#carousel_cont .viewport {
  float: left;
  width: 550px;
  height: 285px;
  overflow: hidden;
  position: relative;
  margin: 13px 0 0 12px;
}

#carousel_cont .overview {
  list-style: none;
  position: absolute;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
}

#carousel_cont .overview li {
  float: left;
  margin: 0;
  padding: 0;
  height: 285px;
  width: 550px;
}

h3 {
 color: #fff;
 font: 2.3em "Reenie Beanie", Arial, Helvetica, sans-serif;
}

#featured_products_cont {
 width: 560px;
 height: 301px;
 padding: 30px 30px 0 30px;
 margin: 0 0 0 10px;
 background: url('featured_products_cont_bg.png') no-repeat left top;   
}

ul#featured_products {
 font-family: "Reenie Beanie", Arial, Helvetica, sans-serif;
}

ul#featured_products li {
 float: left;
 width: 175px;
 padding-right: 10px;
 height: 220px;
 text-align: center;
 color: #fff;
 background: url('vertical_divider_line.png') top right no-repeat;
}

ul#featured_products li:last-child {
 background: none;   
}

ul#featured_products li a {
 color: #fff;
 text-decoration: none;
}

ul#featured_products li h4 {
 font-size: 1.8em;   
 color: #fff;
}

ul#featured_products li p {
 color: #fff;
 font-family: inherit;
}