/**
 * Global
 */
html {
    overflow-y: scroll
}

body {
    background: url('../images/body.png') top repeat-x #141414;
    margin: 0;
    padding: 0;
    font-family: Arial, Verdana, sans-serif;
    font-size: .69em;
    color: #686868
}

#wrapper-bg {
    position: absolute;
    background: url('../images/wrapper-bg.jpg') top center no-repeat;
    width: 100%;
    height: 402px;
}

#wrapper {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    width: 936px
}

/**
 * Links
 */
a span {
    display: none
}

a {
    text-decoration: none;
    color: #44cbe9
}

a:hover {
    text-decoration: underline;
    color: #fff
}

a img {
    border: 0
}

/**
 * Icons
 */
.icon {
    float: left;
    display: block;
    background-image: url('../images/icons.png');
    margin-right: 5px;
    width: 16px;
    height: 16px
}

/**
 * Fonts
 */
p {
    margin: 10px 0;
    line-height: 1.5em
}

h2 {
    margin: 15px 0;
    font-weight: normal;
    font-size: 1.33em;
    color: #fff
}

/**
 * Header
 */
#header {
    position: relative;
    height: 106px
}

#logo {
    position: absolute;
    top: 19px;
    display: block;
    background-image: url('../images/logo.png');
    width: 203px;
    height: 51px
}

#tabs {
    position: absolute;
    top: 20px;
    right: 0
}

#tabs a {
    float: left;
    display: block;
    background-image: url("../images/tabs.png");
    margin-left: 15px;
    height: 39px;
    width: 75px
}

#home {
    width: 71px!important
}

#home:hover, #home.current {
    background-position: 0 -39px
}

#about {
    background-position: -296px 0
}

#about:hover, #about.current {
    background-position: -296px -39px
}

#portfolio {
    background-position: -71px 0
}

#portfolio:hover, #portfolio.current {
    background-position: -71px -39px
}

#services {
    background-position: -146px 0
}

#services:hover, #services.current {
    background-position: -146px -39px
}

#contact {
    background-position: -221px 0
}

#contact:hover, #contact.current {
    background-position: -221px -39px
}

#blog {
    background-position: -371px 0
}

#blog:hover, #blog.current {
    background-position: -371px -39px
}

/**
 * Welcome
 */
#welcome {
    padding: 18px 0;
    height: 14px
}

#welcome span {
    color: #23c1e9
}

/**
 * Slider
 */
#slider ul {
    list-style: none;
    margin: 0;
    padding: 0
}

#controls {
    position: absolute;
    top: 125px;
    right: 10px;
    margin: 0;
    padding: 0
}

#controls li {
    list-style: none;
    float: left;
    margin-left: 5px
}

#controls a {
    display: block;
    background-image: url("../images/slider.png");
    width: 12px;
    height: 12px;
    text-indent: -9999px;
    outline: none
}

#controls .current a {
    background-position: -12px 0
}

/**
 * Main Buttons
 */
#main-buttons {
    position: absolute;
    top: 402px;
    margin-bottom: 9px
}

#main-buttons a {
    float: left;
    display: block;
    background-image: url("../images/main-buttons.jpg");
    height: 71px
}

#main-buttons .free {
    width: 289px
}

#main-buttons .free:hover, #main-buttons .free.current {
    background-position: 0 -71px
}

#main-buttons .live {
    background-position: -289px 0;
    width: 358px
}

#main-buttons .live:hover, #main-buttons .live.current {
    background-position: -289px -71px

}

#main-buttons .quote {
    background-position: -647px 0;
    width: 289px
}

#main-buttons .quote:hover, #main-buttons .quote.current {
    background-position: -647px -71px
}

/**
 * Footer
 */
#footer {
    clear: both;
    border-top: 1px solid #20201d;
    margin: 15px auto 0;
    padding: 20px 0;
    text-align: center
}

#footer a {
    color: #686868
}

#footer p {
    margin: 2px 0
}
