body {
    background: #111;
    color: #f7f7f7;
    font: 12px/1 "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
    text-align: center;
}

a {
    color: #fff;
    outline: none;
    text-decoration: underline;
    border: none;
}

a:hover {
    color: #ccc;
}

#wrapper-inside {
    background: #000;
    width: 800px;
    margin: 0 auto;
    text-align: left;
    padding: 20px 20px 40px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
}

#header {
    margin-bottom: 30px;
}

div#logo a {
    display: block;
    float: left;
    background: url(images/logo.png) top left no-repeat;
    width: 241px;
    height: 68px;
    text-indent: -1000em;
}

div#addr {
    float: right;
    background: url(images/address.png) top left no-repeat;
    width: 170px;
    height: 52px;
    text-indent: -1000em;
}

h1 {
    font-size: 32px;
    line-height: 36px;
    color: #f7f7f7;
    font-weight: normal;
    margin-bottom: 16px;
}

div#sidebar-nav {
    width: 200px;
    margin: 10px 30px 0 0;
}

div#sidebar-nav ul li {
    margin-bottom: 16px;
}

div#sidebar-nav ul li a {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    padding: 5px 10px;
    opacity: 1;
    -webkit-transition: opacity 0.25s ease-in;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}

div#sidebar-nav ul li a:hover {
    color: #ccc;
    opacity: 0.8;
}

div#sidebar-nav ul li.current a {
    background: #fff;
    color: #111;
}

div#main, div#sidebar-nav {
    float: left;
}

div#main {
    width: 570px;
}

div#main h2 {
    font-size: 20px;
    font-weight: bold;
}

div#main p, div#main ul {
    font-size: 16px;
    line-height: 22px;
    margin: 16px 0;
}

div#main ul li {
    font-size: 14px;
    list-style: inside disc;
}

div#copyright {
    font-size: 12px;
    color: #555;
    position: absolute;
    bottom: 10px;
    left: 10px;
}

div#sf-form h1 {
    color: #111;
}

div#sf-form form label, div#sf-form form input, div#sf-form form textarea {
    color: #000;
    font: 16px/18px "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
}

div#sf-form form input, div#sf-form form textarea {
    padding: 3px;
    margin-bottom: 10px;
}

input#first_name, input#last_name, input#email, input#company {
    width: 400px;
}

div#sf-form form textarea {
    width: 400px;
    height: 150px;
}

/*----------------------------
 SELF-CLEARING FLOATS
----------------------------*/
div#wrapper-inside:after,
div#header:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}