.heroTitle {
    background: url(../images/top_tab_right_green.png) top right no-repeat;
}

.heroTitle h2 {
    background: url(../images/top_tab_left_green.png) repeat-x;
}

.heroBoxTop {
    background: url(../images/tc_green.png) repeat-x;
}

.heroBoxBottom {
    background: url(../images/bc_green.png) repeat-x;
}

.heroBoxLeft {
    background: url(../images/ml_green.png) repeat-y;
}

.heroBoxRight {
    background: url(../images/mr_green.png) repeat-y;
}

.heroBoxLeftTop {
    background: url(../images/tl_green.png) no-repeat;
}

.heroBoxRightTop {
    background: url(../images/tr_green.png) no-repeat;
}

.heroBoxLeftBottom {
    background: url(../images/bl_green.png) no-repeat;
}

.heroBoxRightBottom {
    background: url(../images/br_green.png) no-repeat;
}

.heroItems {
    background: #c6edc6;
}

.heroItems>a {
    border: 1px solid rgb(175, 221, 176);
}

.heroItems>a .img-box {
    border: 1px solid #aeddaf;
}

