.home .divide { width: 920px; margin: 10px 20px; display: inline; }

.white {
    background: #FFF url(/images/bg_home_white.jpg) no-repeat scroll 0 520px;
}

.home h2 {
    font-size: 18px;
    font-weight: normal;
    padding: 35px 20px 20px;
    line-height: 22px;
}

.home h2 strong {
    font-weight: normal;
    color: #234b21;
}

.home h2 span { color: #C4161C; }
.home h2, .home h4 { color: #636363; }

#container_nav {
    position: relative;
    top: 200px;
    left: 875px;
    z-index: 100;
}

#elements {
    height: 239px;
    width: 960px;
    overflow: hidden;
    position: relative;
    left: 0;
    z-index: 0;
    background: #234b21;
}

#elements li { position: relative; z-index: 0; }

.element {
    float: left;
    width: 960px;
    height: 239px;
    position: relative;
    display: inline;
    background-color: #234b21;
    background-position: right;
    background-repeat: no-repeat;
}

.element h1 {
    width: 350px;
    font-weight: normal;
    color: #fffcd5;
    position: relative;
    top: 55px;
    left: 20px;
    font-size: 30px;
    line-height: 34px;
}

.element p {
    width: 350px;
    color: #fffcd5;
    position: absolute;
    bottom: 20px;
    left: 20px;
}
.element a {
    color: #fffcd5;
    text-decoration: underline;
}
.element a:hover {
    color: #f0f0ca;
}

#btn_home_next,
#btn_home_previous {
    height: 39px;
    width: 39px;
    display: block;
    position: absolute;
    z-index: 0;
}

#btn_home_next { margin-left: 35px; }


.product_block {
    width: 420px;
    padding: 20px 40px 20px 20px;
    overflow: hidden;
    position: relative;
}

.product_block.first { background: #FFF url(/images/bg_product_block_first.jpg) no-repeat scroll right center; }

.product_block h3 {
    color: #234b22;
    font-weight: normal;
    font-size: 24px;
}

.product_block h4 {
    font-weight: normal;
    margin: 10px 0 10px;
}

.product_block h5 {
    margin: 0 0 10px;
    color: #c4161c;
    text-transform: uppercase;
}

.product_block ul { list-style-type: none; }
.product_block p { margin: 0 0 10px; }
.product_block a { color: #555; text-decoration: underline; }
.product_block a:hover { color: #000; }

.product_block .all_products {
    width: 100px;
    position: absolute;
    top: 25px;
    left: 355px;
}

.product_block .image_with_details {
    float: left;
    width: 220px;
    margin: 0 10px 0 0;
}


.slideshow {
    height: 180px;
    width: 408px;
    overflow: hidden;
    position: relative;
    top: -25px;
    left: 0;
}

.slideshow li {
    float: left;
    width: 408px;
    height: 180px;
}

.slideshow_nav {
    position: relative;
    top: 100px;
    z-index: 100;
}

.slideshow_nav .prev,
.slideshow_nav .next { position: relative; }

.slideshow_nav .next { left: 325px; }

.widgets {
    overflow: hidden;
    clear: both;
}
/* header */
#elements div.bg_link {
    position: absolute;
    right: 0;
    top: 0;
}
#elements div.bg_link a {
    display: block;
    width: 572px;
    height: 239px;
}
