html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
}

body {
    font-size: 15px;
    font-family: Helvetica, Verdana, Arial, sans-serif;
    background:#161616;
    color: #999999;
    text-align: center;
}

.clearer {
    clear: both;
}

img {
    display: inline;
}

#container {
    width: 941px;
    margin: 0px auto;
    text-align: left;
    position: relative;
    z-index: 3;
    background:#161616;
    padding: 0px 60px;
}

#header {
    padding-top: 25px;
    background: url("../images/spacer.gif") repeat-x left bottom;
    padding-bottom: 1px;
    margin-bottom: 37px;
    position: relative;
}

#header h1 {
    position: absolute;
    top: 39px;
    left: 0px;
}

#header #top-links {
    text-align: right;
    font-size: 12px;
}

#header #top-links span {
    margin: 0px 14px;
}

#header #top-links a {
    color: #bababa;
    text-decoration: none;
    font-size: 14px;
}

#header #top-links a:hover {
    text-decoration: underline;
}

#header #navigation {
    padding-top: 54px;
    text-align: right;
    float: right;
    list-style-type: none;
}

#header #navigation img {
    height: 23px;
    vertical-align: top;
    float: left;
    margin-left: 20px;
}

#header #navigation li {
    display: block;
    float: left;
    margin-left: 20px;
}

#header #navigation li a {
    display: block;
    float: left;
    height: 23px;
    width: 140px;
    text-align: center;
    overflow: hidden;
    text-indent: -1000px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

#header #navigation li.on a, #header #navigation li.active a {
    background-position: 0px -23px;
}

#header #navigation li a.menu_home {
    background-image: url("../images/link_home.gif");
}

#header #navigation li a.menu_about {
    background-image: url("../images/link_about.gif");
}

#header #navigation li a.menu_work {
    background-image: url("../images/link_work.gif");
}

#header #navigation li a.menu_clients {
    background-image: url("../images/link_clients.gif");
}


#main-content {
    line-height: 18px;
}

#main-content a {
    color: #fcc426;
    text-decoration: none;
}

#main-content a:hover {
    text-decoration: underline;
}

#main-content h1 {
    padding-bottom: 15px;
    line-height: 20px;
}

.welcome-image {
    margin-left: 27px;
}

p {
    padding-top: 10px;
}

.spacer {
    height: 66px;
    background: url("../images/spacer.gif") repeat-x left center;
}

.home-columns .column {
    width: 300px;
    float: left;
    margin-right: 19px;
}

.home-columns .column.last {
    margin-right: 0px;
}

.white {
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}

.box {
    border: solid 1px #2c2d2b;
    background: #141414;
    padding: 13px 13px 13px 17px;
}

.home-columns .column .box {
    height: 125px;
}

.box.toyota {
    text-align: center;
}

.box.toyota img {
    position: relative;
    top: 40px;
}

.network img {
    margin-right: 39px;
}

.network img.last {
    margin-right: 0px;
}

#footer {
    border-top: solid 1px #2c2d2b;
    padding-top: 15px;
    padding-bottom: 20px;
    margin-top: 40px;
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.clients .left {
    width: 460px;
    float: left;
}

.clients .right {
    width: 460px;
    float: right;
}

.clients .box {
    padding-bottom: 30px;
    margin-bottom: 20px;
}

.startup-col {
    width: 300px;
    float:left;
    margin-right: 19px;
}

.startup-col.last {
    margin-right: 0px;
}

.startup-col .box {
    padding: 35px 5px;
    text-align: center;
}

.clients-list .col {
    width: 300px;
    float:left;
    margin-right: 19px;
}

.clients-list .col.last {
    margin-right: 0px;
}

#main-content .clients-list .col a {
    color: #999999;
}

.work .left {
    width: 460px;
    float: left;
}

.work .right {
    width: 460px;
    float: right;
}

.work-image {
    margin-bottom: 28px;
}

#bg {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
}

#bg img {
    width: 100%;
    height: 100%;
    display: none;
}

#bg .first {
    display: inline-block;
}
