﻿body 
{
    padding:0;
    margin:0;
    background-color:#ffffff;
    font-family:Arial, Tahoma;
    color:#ffffff;
    font-size:14px;    
}

h1
{
    color:#ff9900;
    font-size:18px;
    font-weight:normal;
}

h2
{
    font-family:Arial, Tahoma;
    font-size:16px;
    font-weight:normal;
    margin:0;
    padding:5px 10px 5px 10px;
}

h3
{
    margin:0px 0px 5px 0px;
    padding:0;
    font-weight:normal;
    font-size:18px;
    width:100%;
}

p
{
    padding-top:0;
    margin-top:0;
    font-size:14px;
    color:#ffffff;
    text-align:left;
}

p a
{
    text-decoration:underline;
}

p a:hover
{
    color:#cccccc;
}

img
{
    border:0px;
}

a
{
    color:#ffffff;
    text-decoration:none;
}

a:hover
{
    text-decoration:underline;
}

.spacer0
{
    font-size:0px;
    height:0px;
    width:100%;
    clear:both;
}

.spacer5
{
    font-size:0px;
    height:5px;
    width:100%;
    clear:both;
}

.spacer10
{
    font-size:0px;
    height:10px;
    width:100%;
    clear:both;
}

.spacer20
{
    font-size:0px;
    height:20px;
    width:100%;
    clear:both;
}

#pageHolder
{
    width:880px;
    margin-left:auto;
    margin-right:auto;
    background-image: url(../gfx/bg_top_banner.png);
    background-position:top left;
    background-repeat:no-repeat;
    border-top:solid 1px #ffffff;
}

#footer
{
    width:100%;
    clear:both;
    padding:20px 0px 20px 0px;
    color:#333333;
    font-size:12px;
    text-align:right;
}

#footer a
{
    text-decoration:underline;
    color:#333333;
}

#footer a:hover
{
    color:#999999;
}

#bannerHolder
{
    width:880px;
    height:78px;
}

#menuHolder
{
    width:540px;
    height:17px;
    margin:60px 10px 0px 330px;
    text-align:right;
    font-size:14px;
}

#menuHolder a
{
    padding-left:20px;
}

.panelContent
{
    padding:10px;
}

#aboutHolder
{
    float:left;
    width:320px;
    height:350px;
    background-color:#8bb7b7;
}

.aboutTitleBackground
{
    background-color:#669999;
}

#recentWorkHolder
{
    float:right;
    width:540px;
    height:350px;
    background-color:#666666;
}

.whatWeDoTitleBackground
{
    background-color:#444444;
}

#caseStudiesHolder
{
    background-color:#996666;
}

.caseStudiesTitleBackground
{
    background-color:#663333;
}

#clientsHolder
{
    background-color:#99cc99;
}

.ourClientsTitleBackground
{
    background-color:#669966;
}

#letsTalkHolder
{
    float:left;
    width:430px;
    height:380px;
    background-color:#bbba8e;
}

.letsTalkTitleBackground
{
    background-color:#999966;
}

#tweetsHolder
{
    float:right;
    width:430px;
    height:380px;
    background-color:#666666;
}

.tweetsTitleBackground
{
    background-color:#444444;
}

#contactText
{
    float:left;
    width:300px;
}

#contactForm
{
    float:right;
    width:500px;
}

.caseStudy_item
{
    
}

.caseStudy_image
{
    width:172px;
    float:left;
}

.caseStudy_image img
{
    border:1px solid #cccccc;
}

.caseStudy_text
{
    width:660px;
    float:right;
}

.caseStudyTitle
{
    border-bottom:solid 1px #ffffff;
    margin-bottom:10px;
}

.formRow
{
    clear:both;
    width:100%;
    margin-bottom:10px;
}

.formColLeft
{
    float:left;
    width:78px;
    text-align:right;
    padding-right:10px;   
    font-size:14px; 
}

.formColRight
{
    float:left;
    width:180px;    
    color:#336699;
}

.textBox
{
    border:solid 1px #eeeeee;
}

.button
{
    background-color:#666666;
    color:#ffffff;
    border:0;
    padding:2px 5px 2px 5px;
    margin:0px 10px 0px 0px;
    cursor:pointer;
}

.testimonial
{
    color:#dddddd;
}

.clientPanel
{
    float:left;
    width:265px;
    height:150px;
    background-color:#ffffff;
    margin:0px 10px 0px 10px;
}

.twitterIcon
{
    float: left; 
    padding-right: 10px;
}

.twitterFeed
{
    padding:0px 0px 0px 10px;
    margin:0px 0px 20px 0px;
    border-left:solid 2px #ffffff;
    color:#dddddd;
}

.whatWeDoNavigation
{
    display:none;
}

.clientPanelMiddle
{
    /*margin:0px 10px 0px 10px;*/
}

/* Comments on styles purpose in the source code */
#viewport{
        width: 540px;
        overflow:hidden;
        position:relative;
}
#viewport ul{
        position: relative;
        padding: 0;
        margin:0;
}
#viewport li{
        width: 540px;
        height: 320px;
        float: left;
        list-style: none;
        margin: 0;
}