a:hover {
    color: #000;
}
.color-red {
    color: #f7af61;
}
.bg-red {
    background-color: #00b1b0;
}
ul#navmenu-h li:hover a, ul#navmenu-h li.on a {
    color: #f7af61;
}
ul#navmenu-h li:hover, ul#navmenu-h li.on {
    border-bottom: 5px solid #f7af61;
}
#slideTopGallery .description div.link a.link{
background: #f7af61;
}
.promoted-category .over{
background-color: #f7af61;
}
.products-list .area-title{
    color: #f7af61;
}
.products-list .sale-strip{
    background-color: #f7af61;
}
.products-list .price{
    color: #f7af61;
}
.products-list .buy{
    background-color: #f7af61;
}

.promoted-category-small{
    background-color: #f7af61;
}

#slideTopGallery .item .overlay,
#topImage .over{
  display:none;
}

#topImage {
    background-attachment: scroll;
}
.header-strip img{
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}
 