/*----------------------------------------------
  Seagreens Site Menu - Robert Wilson 08/04/08
----------------------------------------------*/
body {
    background: #ffffff;
    color: #003399;
    font: 67.5% Tahoma, Arial, Helvetica, sans-serif;
}

a, link, visited {
    color: #c00;
    text-decoration: none;
}

    a:hover {
        color: #c00;
        text-decoration: underline;
    }

#sitemap_icon {
    position: absolute;
    right: 15px;
    top: 33px;
    z-index: 999;
}

#home_icon {
    position: absolute;
    right: 20px;
    top: 77px;
    z-index: 999;
}
/* ********** Departments *********** */
div#dept_images {
    left: 0;
    position: absolute;
    top: 20px;
    width: 100%;
    white-space: nowrap;
}

div#dept_names {
    left: 0;
    position: absolute;
    top: 170px;
    width: 100%;
}

div#dept_menus {
    left: 0;
    position: absolute;
    top: 205px;
    width: 100%;
}

    div#dept_menus div {
        margin-bottom: 8px;
        line-height: 1.2em;
    }

.book {
    float: left;
    text-align: center;
    padding: 0 17px 10px 0;
    text-align: left;
    width: 15%;
}

.spacer {
    min-width: 130px;
    width: 12%;
}

.bookComment {
    position: absolute;
    top: 135px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    color: #70735f;
}
/* ********** Decoration *********** */
#left_margin {
    background: url(../../Images/sitemenu/left_margin_red.jpg) #9B1713 no-repeat top left;
    height: 100%;
    left: 0;
    position: fixed;
    _position: absolute;
    top: 0;
    width: 100px;
    z-index: 99;
}

#red_line {
    background: url( '../../Images/books/common/red_line.jpg' ) repeat-x;
    height: 7px;
    position: absolute;
    right: 0px;
    top: 119px;
    width: 95%;
    z-index: 0;
}
/* ********** Menu Styles ********** */
/* product */
.menu_basic {
    color: #999;
}

.menu_product a, visited {
    color: #5c9637;
}

    .menu_product a:hover {
        color: #c00;
    }
/* university */
.menu_university a, visited {
    color: #70735f;
}

    .menu_university a:hover {
        color: #c00;
    }
/* corporate */
.menu_corporate a, visited {
    color: #8d602e;
}

    .menu_corporate a:hover {
        color: #c00;
    }
/* contact */
.menu_contact a, visited {
    color: #183461;
}

    .menu_contact a:hover {
        color: #c00;
    }
/* media */
.menu_media a, visited {
    color: #602953;
}

    .menu_media a:hover {
        color: #c00;
    }
/* footer */

/* Social Media*/

.socialMedia {
    margin-top: 30px;
}

    .socialMedia h1 {
        font-size: 1.3em;
    }

    .socialMedia ul {
        margin-top: 20px;
        list-style: none;
    }

        .socialMedia ul li {
            padding-right: 15px;
            line-height: 400%;
            display: inline;
        }

            .socialMedia ul li a img {
                border-radius: 5px;
            }


div#footer {
    position: absolute;
    bottom: 10px;
    left: 13%;
    font-size: 0.9em;
    line-height: 1.5em;
    white-space: nowrap;
}

#footer img {
    float: left;
    padding-right: 20px;
}

#flags {
    position: absolute;
    bottom: 45px;
    left: 14%;
}

    #flags img {
        float: left;
        padding-right: 18px;
    }
