﻿body {
    margin: 0;
    background: url('images/bg.png') repeat-x;
    background-color: #0B0126;
    text-align: center;
    font-family: 'Century Gothic', 'Verdana', sans-serif;
    color: #1A044F;
    overflow-y: scroll;
}
bod
}
body, table {
    font-size: 13px;
}
div.wrapper {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
a.header {
    float: left;
    width: 960px;
    height: 140px;
    background: url('images/header.png');
}
div.content_wrapper {
    background: #fff;
}
div.menu {
    float: left;
    width: 190px;
}
div.menu a {
    float: left;
    width: 190px;
    height: 47px;
}
a#btn_home        { background: url('images/btn_home.png'); }
a#btn_why         { background: url('images/btn_why.png'); }
a#btn_backup      { background: url('images/btn_backup.png'); }
a#btn_service     { background: url('images/btn_service.png'); }
a#btn_programming { background: url('images/btn_programming.png'); }
a#btn_crm         { background: url('images/btn_crm.png'); }
a#btn_networking  { background: url('images/btn_networking.png'); }
a#btn_contact     { background: url('images/btn_contact.png'); }
a#btn_home:hover        { background: url('images/btn_home_a.png'); }
a#btn_why:hover         { background: url('images/btn_why_a.png'); }
a#btn_backup:hover      { background: url('images/btn_backup_a.png'); }
a#btn_service:hover     { background: url('images/btn_service_a.png'); }
a#btn_programming:hover { background: url('images/btn_programming_a.png'); }
a#btn_crm:hover         { background: url('images/btn_crm_a.png'); }
a#btn_networking:hover  { background: url('images/btn_networking_a.png'); }
a#btn_contact:hover     { background: url('images/btn_contact_a.png'); }
div#menu_base {
    float: left;
    background: url('images/menu_base.png') no-repeat;
    height: 9px;
    width: 190px;
}
.preload {
    display: none;
}
div.content {
    float: left;
    margin-left: 20px;
    width: 540px;
}
div.sidebar {
    float: right;
    width: 160px;
    margin-right: 20px;
    padding-left: 10px;
    color: #666;
    text-align: right;
    border-left: 1px solid #ccc;
    font-size: 12px;
}
div.footer {
    clear: both;
    background: url('images/footer.png') no-repeat;
    background-color: #0B0126;
    padding-top: 14px;
    text-align: center;
    color: #666;
    font-size: 10px;
    padding-bottom: 10px;
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 0px;
}
h1 { font-size: 20px; }
h2 { font-size: 18px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }
h5 { font-size: 12px; }
h6 { font-size: 10px; }
p {
    margin-top: 0px;
}
ol li {
    padding-bottom: 10px;
}
div.hr {
    font-size: 0px;
    border-bottom: 1px solid #ccc;
    margin: 10px 0px 10px 0px;
}
a {
    color: #BC921E;
    font-weight: bold;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
