@CHARSET "ISO-8859-1";

/**
 * Homepage
 */
body {
    background-image: url(/iessentials/images/body-home.gif)
}

/**
 * Slider
 */
#slider {
    float: left;
    margin: 0 0 20px;
    text-align: center
}

@media screen and (-webkit-min-device-pixel-ratio:0){
    #menu {
        position: relative;
	z-index: 10
    }
    #slider {
        margin: -40px 0
    }
}

/**
 * Products
 */
#products .item {
    float: left;
    border-right: 1px solid #d7d7d7;
    padding: 30px 15px;
    margin-bottom: 30px;
    width: 275px;
    font-size: .92em
}

#products h2 {
    text-transform: uppercase;
    font-weight: normal;
    font-size: 1.17em;
    color: #de2027
}

#products h2 a {
    text-decoration: none;
    color: #23afd8
}

#products h2 a:hover {
    text-decoration: underline;
    color: #666
}

#products img {
    float: left;
    margin-right: 15px
}

/**
 * Featured
 */
#featured {
    clear: both;
    margin: 40px 0;
    text-align: center
}

#featured a {
    margin: 0 30px
}

#featured img {
    border: 0
}

