/**
 * Developed by Kernel Team.
 * http://kernel-team.com
 */

body {
    font-family: Lucida Sans Unicode, sans-serif;
    background: #fff;
    margin-top: 10px;
}

* {
    margin: 0;
    padding: 0;
}

*.g_hidden {
    display: none;
}

*.g_centered {
    text-align: center;
}

br.g_clear {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 1px;
}

a:hover {
    text-decoration: none;
}

h1 {
    font-size: 22px;
    font-weight: bold;
    padding: 2px 0;
}

h2 {
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0 2px 0;
}

ul {
    list-style: none;
    display: block;
}

li {
    font-size: 13px;
    padding: 5px 0 0 0;
}

ul.features {
    float: left;
    width: 196px;
    padding: 0 2px;
}

ul.links li {
    padding: 8px 0 0 0;
}

ul.links a {
    font-size: 14px;
}

p {
    font-size: 13px;
    padding-top: 5px;
}

img.box {
    display: block;
    float: left;
    width: 160px;
    border: none;
}

#content {
    width: 800px;
    margin: 0 auto;
}

#header {
    height: 160px;
    background: #fff url("../images/header.jpg") 30px top no-repeat;
    font-size: 12px;
    border-bottom: 2px solid #000;
    margin-bottom: 10px;
}

#left {
    float: left;
    width: 360px;
    height: 440px;
    margin-left: 30px;
    padding-left: 5px;
}

#left ul.features li {
    background: url("../images/list_item_black.gif") left 14px no-repeat;
    padding: 5px 0 0 8px;
}

#left a, a:visited {
    color: #000;
}

#left a.external {
    background: url( "../images/icon_ext_link_black.gif" ) left 5px no-repeat;
    padding-left: 17px;
}

#right {
    float: left;
    width: 360px;
    height: 440px;
    background: #000;
    color: #fff;
    padding-left: 5px;
}

#right ul.features li {
    background: url("../images/list_item_white.gif") left 14px no-repeat;
    padding: 5px 0 0 8px;
}

#right a, a:visited {
    color: #fff;
}

#right a.external {
    background: url( "../images/icon_ext_link_white.gif" ) left 5px no-repeat;
    padding-left: 17px;
}

#footer {
    padding-top: 20px;
    font-size: 12px;
    text-align: center;
}
