/* DUMMY ---------- */

/* these styles/colours need to be content managed */

.dress {
    background-color: #8f5937;
}

a.dress:hover {
    background-color: #8f654c;
}

.casual {
    background-color: #1761b6;
}

a.casual:hover {
    background-color: #3370b5;
}

.shoes {
    background-color: #a6766a;
}

a.shoes:hover {
    background-color: #a66251;
}

.boots {
    background-color: #677484;
}

a.boots:hover {
    background-color: #546a85;
}

.sandals {
    background-color: #cea893;
}

a.sandals:hover {
    background-color: #cfa188;
}

.womensDress {
    background-color: #b397ad;
}

a.womensDress:hover {
    background-color: #9a7891;
}

.womensCasual {
    background-color: #f3625d;
}

a.womensCasual:hover {
    background-color: #f84d3b;
}

.mensDress {
    background-color: #c1975b;
}

a.mensDress:hover {
    background-color: #b88244;
}

.mensCasual {
    background-color: #000000;
}

a.mensCasual:hover {
    background-color: #636363;
}

.special1 {
    background-color: #b70058;
}

a.special1:hover {
    background-color: #c4116b;
}
.special2 {
    background-color: #d73293;
}

a.special2:hover {
    background-color: #b70058;
}
.special3 {
    background-color: #c4116b;
}

a.special3:hover {
    background-color: #b70058;
}
/* ---------- */