#manual-image-div {
    float: left;
    width: 460px;
    height: 410px;
    margin-top: 40px;
    margin-left: 20px;
    margin-bottom: 50px;
}
#manual-image-div img{
    width: 100%;
    height: 100%;
}
#manual-list-div {
    float: left;
}
#manual-list {
    width: 620px;
    margin-top: 40px;
    padding: 0px;
    list-style: none;
}
#manual-list li {
    float: left;
    width: 290px;
    height: 125px;
    margin-left: 20px;
    margin-bottom: 17.5px;
}
#manual-list li a {
    color: #3c3d3d;
}
#manual-list li a:hover {
    color: #f7f7f7;
    text-decoration: none;
}
.list-div{
    width: 100%;
    height: 100%;
    /*padding: 10px;*/
    padding-top: 35px;
    background-color: #f7f7f7;
    text-align: center;
    font-family: "Open Sans";
    font-size: 14px;
}
.list-div-header {
    font-size: 18px;
    font-weight: bold;
    font-family: "Open Sans";
}
.list-div:hover {
    background-color: #eaeaea;
    color: #1a592e;
}
#manual-a {
    color: #f7f7f7 !important;
}
#manual-d {
    background-color: #1a592e;
}
#manual-d:hover {
    background-color: teal;
    color: #f7f7f7;
} 
.manual_div {
    position: relative;
}
#mega1_manual{
    width: 100%;
    height: 18px;
    position: absolute;
    top: 107px;
    color: white;
    background-color: #5e3233;
    font-size: 12px;
    font-weight: bold;
    font-family: "Open Sans";    
}
#mega1_manual:hover {
    background-color: #431e1f;
}
