/* ---------- Content ---------- */

#content-header,
#product-intro,
#feature-intro,
#feature-grid {
    margin: 0 auto;
}

/* ----- Content Header ----- */

#content-header {
    width: 910px;
    margin-top: 30px;
}

#content-header h2 {
    width: 40%;
    float: left;
    font-size: 22px;
    height: 30px;
    line-height: 30px;
}

#content-menu {
    text-align: right;
    margin-right: 15px;
    height: 30px;
    line-height: 30px;
}

#content-menu li {
    list-style: none;
    display: inline-block;
    width: 121px;
    text-align: center;
}

#content-menu li a {
    font-size: 16px;
    color: #1c4d6c;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    height: 100%;
}

#content-menu li a:hover {
    color: white;
    background: url("../images/bg-product-menu-button.png") no-repeat;
}
