﻿/* Billboard */

#billboard {
    background:#000;
    border:1px solid #840B15;
    height:220px;
    left:-10px;
    padding:10px;
    position:absolute;
    top:0px;
    width:780px;
    z-index:7;
}

#ad_overlay {
    background:url(../images/background_ad_overlay.png) no-repeat -12px -10px;
    height:174px;
    left:10px;
    padding:0px 10px 10px 0px;
    position:absolute;
    top:10px;
    width:290px;
    z-index:8;
}
#ad_overlay .ad_image {
    width:280px;
    height:164px;
}
/* Billboard */

/* Featured Products */

#featured_products {
    background:#2E2E2E;
    padding:10px 10px 20px 10px;
}

#featured_products h2 {
    border-bottom:1px solid #434343;
    color:#999;
    font-size:1.2em;
    margin-bottom:12px;
    padding-bottom:4px;
}

/* End Featured Products */

#carousel
{
    position:relative;
    height:150px;
    width:760px;
    background-color:Transparent;
}

#carousel .prev
{
    position:absolute;
    left:0px;
    top:60px;
    width:16px;
    height:25px;    
    cursor:pointer;
    background: url(../images/icon_arrow_left.png) no-repeat;
}

#carousel .container
{
    
    height:150px;
    width: 710px;
    margin-left:15px;
}
#carousel .container li
{   
    padding-left:10px;
}
#carousel .next
{
    position:absolute;
    left:744px;
    top:60px;
    width:16px;
    height:25px;   
    cursor:pointer; 
    background: url(../images/icon_arrow_right.png) no-repeat;
}

#main_content
{
    float:left;
    width:380px;
    font-family:Arial, Verdana;
    font-weight:normal;
    font-size:.86em;
    margin:20px 20px 20px 20px;
}

#testimonial_content
{
    float:left;
    width:310px;
    font-family:Arial, Verdana;
    font-weight:normal;
    font-size:.86em;
    margin: 20px 20px 20px 30px;
}
#splash
{
    font-family:Arial, Verdana;
    font-weight:normal;
    font-size:14px;
    line-height:18px;
}
