/* CSS Document */

/* Sticky Footer */

    * {
        margin: 0;
    }
    html, body {
        height: 100%;
    }
    .wrapper {
        min-height: 100%;
        height: auto !important;
       height: 100%;
       margin: 0 auto -4em;
   }
   .footer, .push {
       height: 4em;
   }
   
.gray_underline{color:#666666;text-decoration:underline;}
.footer_submenu{color:#333333;font-size:10px;}
.footer_copyright_text{color:#666666;font-size:10px;text-decoration:none;}
.footer_copyright_design{color:#494949;font-size:10px;text-decoration:none;}
a.footer_copyright_design:hover{text-decoration:underline;}
a.footer_copyright_text:hover{text-decoration:underline;}

/* End */
