@charset "utf-8";
div.menu {
    background-color: transparent;
    height: 54px;
    width: 100%;
}
h1.company_logo {
    font-size: 3.5em;
    color: #888;
    margin: 90px auto 0.1em auto;
    font-weight: 900;
    font-family: "Trebuchet MS", sans-serif;
}
h1.company_logo span {
    color: #66a9fc;
}
.header p {
    margin-bottom: 4em;
}
.menu table {
    width: 728px;
    height:42px;
    margin: 1em auto;
    border-collapse: collapse;
    table-layout:fixed;
}
.menu table tr td {
    background: url( ../images/menu_middle.png ) repeat-x;
    border: 0px solid transparent;

}
.menu table tr td p, .menu table tr td a {    
    text-align: center;
    padding: 0.5em 1em 0em 1em;    
    margin: 0px;
    display: block;
    background-color: transparent;
    height: 24px;
    height: 1.8em;
    height: 25px;
    font-weight:900;
    font-size:12pt;
}
.menu table tr td a:hover {
    color: #FFF;
}
.menu table tr td p {
    color: #777;
}
.menu table tr td p:hover {
    cursor:not-allowed;
}
.menu :link, .menu :visited, .menu a:active,
.footer :link, .footer :visited, .footer a:active {
    background-color: inherit;
    color: #458df9;
    text-decoration: none;
}
.footer a:hover {
    background-color: #0064F9;
    color: #FFF;
}
.menu img, .menu a:link img, .menu a:visited img,
.footer img, .footer a:link img, .footer a:visited img {
    border-style: none;
}
.footer {
    font-size: 0.7em;
}
div.footer p {
    text-align: center;
}
sup {
    font-size: 1em;
}