/* v1.0 | 20080212 */

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, 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;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    color: #707173;    
    background-color: #333;
    font: normal normal normal 13px/18px Arial, Helvetica, sans-serif;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */

a {
    text-decoration: none;
}

a, p {
    color: #333;
}

a:hover {
    text-decoration: underline;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

h1 {
    color: #1a171b;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 20px 0px 20px 15px;
}

h2 {
    color: #1a171b;
    font-size: 17px;
    font-weight: bold;
    padding: 20px 0px 20px 15px;
}

h3 {
    font-size: 15px;
    font-weight: bold;
}

#main {
    width: 985px;
    margin: 0 auto 0 auto;
}

#content {
    float: left;
    width: 795px;
}

#contact {
    float: left;
}

#language {
    height: 50px;
    padding-right: 25px;
    text-align: right;
    line-height: 50px;
    font-size: 11px;
    color: #eee;
}

#contact {
    font-size: 11px;
    line-height: 15px;
}

#contact, #language strong, #language a, #contact .email a, #contact .one-pager a {
    color: #eaeaea;
}

#contact b {
    background-color: #0BBB40;
    height: 20px;
    width: 160px;
    color: #fff;
    font-size: 15px;
    font-variant: small-caps;
    padding: 15px;
    display: block;
}

#contact strong {
    display: block;
    color: #b0b0b0;
}

#contact .phone, #contact .address, #contact .email, #contact .ustidnr, #contact .one-pager {
    padding: 20px 15px 0px 15px;
    width: 160px;
}

#contact .email {
    display: block;
    font-weight: bold;
}

#intro {
    overflow: hidden;
    background-color: #fff;
    padding-bottom: 25px;
    height: 165px;
}

#logo {
    float: left;
    margin: 30px 25px 0 25px;
}

#statement {
    padding: 0 25px 0 0;
    color: #000;
    float: left;
    font-size: 18px;
    line-height: 25px;
    margin-top: 57px;
    width: 490px;
}

#service-list {
    clear: both;
    background-color: #fff;
    padding: 0 0 25px 245px;
}

#service-list h1 {
    color: #707173;
}

#service-list ul {
    padding: 0 0 0 17px;
    list-style-position: inside;
    list-style-image: url(/images/bullet.gif);
}

#service-list ul li {
    font-size: 15px;
    margin-bottom: 10px;
}

#service-list ul li span {
    padding-left: 5px;
}

#projects {
    background-color: #cfcfc3;
    position: relative;
    overflow: hidden;
}

#project-selector {
    float: left;
    background: url(/images/project_selector_background.gif) repeat-y top right;
    width: 250px;    
    height: 475px;
    position: absolute;
    left: 0px;
}

#project-selector ul li {
    height: 60px;
    color: #2f2f2e;
    padding-left: 15px;
}

#project-selector ul li.section.first {
    padding-top: 0;
}

#project-selector ul li.section {
    height: 20px;
    color: #80807F;
    padding: 25px 15px 0 15px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
}

#project-selector ul li.selected {
    background: #AAAA96 url(/images/project_arrow.png) 216px 0px no-repeat;
}
#project-selector ul li h3 {
    padding-top: 10px;
}

#project-selector ul li span {
    font-size: 13px;
}
#project-preview {
    background-color: #bebeaf;
    padding: 25px 0px 40px 12px;
    width: 538px;
    float: right;
}

#project-preview ul li {
    overflow: hidden;
}

#project-preview ul li a {
    position: relative;
    display: block;
}

#project-preview ul li a img {
    margin: 10px 0 0 9px;
}

#project-preview ul li a img.project-overlay {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
}

#project-preview ul li p, #project-preview ul li h2, #project-preview ul li p a {
    margin: 15px 10px 0 3px;
}

#project-preview ul li p a {
    font-weight: bold;
    margin-left: 0;
    font-size: 12px;
}

#project-preview ul li h2 {
    padding: 0;
    font-variant: normal;
}

#team {
    clear: both;
    overflow: hidden;
    background-color: #fff;
}

#team img {
    float: left;
    margin-right: 25px;
}

#team ul {
    float: left;
    width: 520px;
}

#team ul li {
    color: #60605e;
    float: left;
    margin-right: 20px;
    width: 240px;
}

#team ul li strong {
    margin: 0 0px 5px 0px;
    display: block;
    font-size: 15px;
}

#twitter {
    position: relative;
    color: #fff;
    height: 160px;
    background-image: url(/images/twitter_bgImage.png);
    margin-bottom: 100px;
}

#twitter #follow {
    float: right;
    margin: 50px 15px 0px 0px;
}

#twitter h1 {
    color: #fff;
}

#twitter a:link, #twitter a:visited {
    color: white;
}

#twitter #stream {
    padding-left: 15px;
    position: absolute;
    top: 70px;
    left: 90px;
    width: 560px;
    height: 135px;
    background: url(/images/twitter_feed_corner.png) no-repeat 0% 30%;
}

#twitter #stream span {
    background-color: #3a913b;
    width: 460px;
    height: 95px;
    padding: 35px 0 0 20px;
    color: #fff;
    display: block;
}
#twitter #stream span img {
  margin-right: 10px;
}

#twitter #stream ul li {
    background-color: #3a913b;
    display: block;
    float: left;
    padding: 0px 0 0 15px;
    width: 160px;
    height: 140px;
    overflow: hidden;
}

#twitter #stream ul li.last {
    padding-right: 15px;
}

#twitter #stream ul li p {
    color: #fff;
}

#twitter #stream ul li strong {
    color: #124813;
    font-size: 10px;
    margin: 5px 0 5px 0;
    display: block;
}
