/* --- Webs CSS --- */

@import '../style.css';

html {
    background: #4d5a40 url('../img/blackbg.jpg') repeat top left;
    color: #333;
}

a,
a:visited {
    color: #333;
}

a:hover {
    color: #000;
}

.fw-even, .fw-primary {
    background-color: #848484;
    border-color: #5e5e5e;
}

.fw-odd, .fw-secondary {
    background-color: #777777;
    border-color: #5e5e5e;
}

.fw-tertiary {
    background-color: #a1a1a1;
    border-color: #5e5e5e
}

#fw-container {
    background: #e8ecd1 url('../img/blackbodybg.jpg') repeat-y top left;
}

#fw-head {
    background: #4e5840 url('../img/blackhead.png') no-repeat top left;
}

#fw-title a,
#fw-title a:visited,
#fw-title a:hover,
#fw-smalltitle {
    color: #999;
}

.fw-logo {
    background: transparent url('../img/black_logo.jpg') no-repeat top right;
}

#fw-mainnavwrap {
    background: transparent url('../img/blacknavbg.png') no-repeat top left;
}

#fw-mainnavwrap a,
#fw-mainnavwrap a:visited {
    color: #333;
}

#fw-mainnavwrap a:hover {
    color: #000;
}

.fw-title {
    color: #000;
}

.fw-paragraphbottom {
    background: transparent url('../img/blackdivider.gif') no-repeat center bottom;
}

#fw-footer {
    background: transparent url('../img/blackfooterbg.jpg') repeat-y top left;
}

#fw-foottext {
    background: transparent url('../img/blackfooterbottom.gif') no-repeat bottom left;
}
