body
{
    background: #F2F1F1;
    font: 11px/1.3 Helvetica, Arial, sans-serif;
}

.frontpage
{
    margin: auto;
    width: 807px;
}

a
{
    color: #333;
}

#header
{
    background: url(../img/lp_header_bg.png) no-repeat;
    position: relative;
    height: 290px;
    margin: 0 0 20px 0;
}
#header-overlay-left
{
    background: transparent url(../img/lp_header_overlay_left.png) no-repeat;
    bottom: 0;
    height: 200px;
    left: 0;
    position: absolute;
    width: 20px;
}
#header-overlay-right
{
    background: transparent url(../img/lp_header_overlay_right.png) no-repeat;
    bottom: 0;
    height: 200px;
    position: absolute;
    right: 0;
    width: 20px;
}

#logo
{
    background: url(../img/lp_iwif_logo.png) no-repeat;
    display: block;
    height: 39px;
    left: 18px;
    position: absolute;
    text-indent: -999em;
    top: 35px;
    width: 203px;
}
#news-list
{
    color: #FFF;
    font: 10px Verdana, Helvetica, Arial;
    left: 560px;
    position: absolute;
    top: 108px;
    width: 230px;
}
#news-list ul
{
    list-style: square outside;
}
#news-list li
{
    margin-bottom: 15px;
}
#news-list strong
{
    line-height: 1;
    margin-bottom: 3px;
}
#news-list a
{
    color: #FFF;
    text-decoration: none;
}
#news-list a:hover
{
    color: #D4ED49;
}

#image-rotator
{
    bottom: 5px;
    height: 190px;
    left: 4px;
    overflow: hidden;
    position: absolute;
    width: 530px;
}
#image-rotator img
{
    position: absolute;
    top: 0;
    left: 0;
}

#sections
{
    background: url(../img/lp_buttons_bg.png) no-repeat;
    height: 180px;
    padding: 0 0 0 5px;
    position: relative;
}

#sections h2
{
    height: 38px;
    text-align: center;
}
#sections h2 a, #sections h2 span
{
    background-repeat: no-repeat;
    color: #FFF;
    display: block;
    font: 13px/39px Helvetica, Arial, sans-serif;
    height: 38px;
    text-decoration: none;
}
#sections h2 a:hover, #sections h2 a:hover
{
    color: #000;
}

#sections .left h2 a { background-image: url(../img/lp_button_left.png); background-position: 1px 0; }
#sections .center h2 a { background-image: url(../img/lp_button_center.png); background-position: 0 0; }
#sections .right h2 a { background-image: url(../img/lp_button_right.png); background-position: -1px 0; }

#sections .left h2 span { background-image: url(../img/lp_button_left.png); background-position: 1px 0; }
#sections .center h2 span { background-image: url(../img/lp_button_center.png); background-position: 0 0; }
#sections .right h2 span { background-image: url(../img/lp_button_right.png); background-position: -1px 0; }

.section
{
    background-position: left bottom;
    background-repeat: no-repeat;
    float: left;
    height: 192px;
    margin: 0 1px 0 0;
    width: 265px;
}

.section-bubble
{
    background-position: 0 0;
    background-repeat: no-repeat;
    color: #6D6D6D;
    display: none;
    font: 11px/1.3 Verdana, Helvetica, Arial, sans-serif;
    height: 114px;
    left: 5px;
    padding: 45px 20px 0 20px;
    position: absolute;
    top: 35px;
    width: 757px;
}

.left .section-bubble { background-image: url(../img/lp_section_bubble_left.png); }
.center .section-bubble { background-image: url(../img/lp_section_bubble_center.png); }
.right .section-bubble { background-image: url(../img/lp_section_bubble_right.png); }

.left .section-text, .center .section-text
{
    margin-right: 260px;
}
.right .section-text
{
    margin-left: 260px;
}

.left .section-special, .center .section-special
{
    position: absolute;
    bottom: 10px;
    right: 280px;
}
.right .section-special
{
    position: absolute;
    bottom: 10px;
    right: 15px;
}

#section-homepage .section-bubble { background-image: url(../img/lp_section_bubble_homepage.png); }
#section-email-marketing .section-bubble { background-image: url(../img/lp_section_bubble_email_marketing.png); }
#section-social-networks .section-bubble { background-image: url(../img/lp_section_bubble_social_networks.png); }



#footer
{
    color: #787878;
    clear: both;
    font: 10px/1.3 Helvetica, Arial, sans-serif;
    margin: 0 auto;
    padding: 10px 0 0 0;
    width: 790px;
}
#footer a
{
    color: #787878;
}
#footer-left
{
    float: left;
    width: 370px;
}
#footer-right
{
    float: right;
    text-align: right;
    width: 370px;
}



/***** SECTIONS *****/
#section-homepage { background-image: url(../img/lp_section_homepage_bg.png); }
#section-email-marketing { background-image: url(../img/lp_section_email_marketing_bg.png); }
#section-social-networks { background-image: url(../img/lp_section_social_networks_bg.png); }




.popup
{
    background: #FFF;
    display: none;
    position: absolute;
    padding: 10px;
    top: -360px;
    left: 0;
    width: 245px;

    border-radius-bottomleft: 8px;
    -o-border-radius-bottomleft: 8px;
    -icab-border-radius-bottomleft: 8px;
    -khtml-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomleft: 8px;
    -webkit-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomleft: 8px;

    border-radius-bottomright: 8px;
    -o-border-radius-bottomright: 8px;
    -icab-border-radius-bottomright: 8px;
    -khtml-border-radius-bottomright: 8px;
    -moz-border-radius-bottomright: 8px;
    -webkit-border-radius-bottomright: 8px;
    -moz-border-radius-bottomright: 8px;

    border-radius: 8px;
    -o-border-radius: 8px;
    -icab-border-radius: 8px;
    -khtml-border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;

    -o-box-shadow: 0 0 5px #666;
    -icab-box-shadow: 0 0 5px #666;
    -khtml-box-shadow: 0 0 5px #666;
    -moz-box-shadow: 0 0 5px #666;
    -webkit-box-shadow: 0 0 5px #666;
    box-shadow: 0 0 5px #666;
}

.popup h3
{
    color: #999;
}

.popup h4
{
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin: 10px 0 0 0;
}

.popup a
{
    display: block;
}

.left .popup
{
    left: -325px;
    height: 180px;
}

.center .popup
{
    left: -90px;
    height: 180px;
}

.right .popup
{
    left: -90px;
    height: 180px;
}
