/* 
    Document   : about_awards
    Created on : Jun 14, 2013, 5:08:38 PM
    Author     : Ping
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

.sidemenu {
    background: url(../img/sidemenu/franchise_general.png) no-repeat;
    height: 645px;
}

.sidemenu ul {
    margin-left: 159px;
    margin-top: 180px;
}

.sidemenu ul li a {
    width: 140px;
}

.product_description img {
    float: right;
    margin: 25px;
    margin-right: 0px;
    margin-top: -30px;
}

.product_description p {
    min-height: 255px;
}

@media only screen and (max-width : 768px) {
    .sidemenu ul {margin-left: 63px;}
    .product_description img {margin: 0;}
}

@media only screen and (max-width : 568px) {
    .banner {background-position: 600px top !important;}
}

@media only screen and (max-width : 320px) {
    .product_description img {float: none;}
}