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

@import '../style.css';

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

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

a:hover {
    color: #a2734c;
}

.fw-even, .fw-primary {
    background-color: #f0e2c7;
    border-color: #d5d9bd;
}

.fw-odd, .fw-secondary {
    background-color: #e4d7bd;
    border-color: #d5d9bd;
}

.fw-tertiary {
    background-color: #e4c9c9;
    border-color: #d5d9bd;
}

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

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

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

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

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

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

#fw-mainnavwrap a:hover {
    color: #2C3111;
}

.fw-title {
    color: #445044;
}

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

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

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