body {
    font-family: Arial;
    font-size: 10pt;
    color: #777;
}

.wrapper {
    position: relative;
    width: 950px;
    height: 100%;
    margin: 0 auto;
}

.left {
    float: left;
}

.right {
    float: right;
}

h2, h3 {
    background-repeat: no-repeat;
    background-position: top left;
}

h2 {
    height: 24px;
    margin: 30px 0 20px;
}

h3 {
    height: 17px;
    margin: 10px 0;
    width: 100%;
}

h2 span { display: none; }
h3 span { display: none; }

#about h2 { background-image: url('/img/hdr-about_digital_shift.png'); }
#hire-us h2 { background-image: url('/img/hdr-hire_us.png'); }
#testimonials h2 { background-image: url('/img/hdr-testimonials.png'); }
#our-services h2 { background-image: url('/img/hdr-our_services.png'); background-position: top right; margin: 20px; height: 43px; }
#our-services_web-design h3 { background-image: url('/img/hdr-our_services-web_site_design.png'); }
#our-services_web-applications h3 { background-image: url('/img/hdr-our_services-web_applications.png'); }
#our-services_hosting-and-email h3 { background-image: url('/img/hdr-our_services-hosting_and_email.png'); }
#our-process h2 { display: none; }
#our-process_step1 h3 { background-image: url('/img/hdr-our_process-step1.png'); }
#our-process_step2 h3 { background-image: url('/img/hdr-our_process-step2.png'); }
#our-process_step3 h3 { background-image: url('/img/hdr-our_process-step3.png'); }
#our-process_step4 h3 { background-image: url('/img/hdr-our_process-step4.png'); }
#contact-us h2 { background-image: url('/img/hdr-contact_us.png'); }

img {
    border: none;
}

p {
    margin: 10px 0;
    line-height: 1.25em;
}

input, textarea {
    background: #EEE;
    border: 1px solid #AAA;
    border-bottom-color: #DDD;
    border-right-color: #DDD;
}

form .error {
    background: #FCC;
}

a {
    text-decoration: none;
    color: #2361A1;
}

a:hover {
    
}

.cell {
    float: left;
    width: 25%;
}

.row {
    clear: left;
}

.footnote {
    color: #AAA;
    font-size: 7pt;
}

.footnote-reference {
    font-size: 7pt;
}

hr {
    clear: left;
    border: none;
    border-bottom: 1px solid #DDD;
    margin: 30px 0;
    padding: 20px 0 0;
}

blockquote {
    background: url('/img/quote-left.png') top left no-repeat;
    text-indent: 30px;
    padding: 5px 0 0;
    font-family: Georgia;
}

blockquote p {
    line-height: 1.5em;
    background: url('/img/quote-right.png') bottom right no-repeat;
}

strong {
    font-weight: bold;
    color: #5e5e5e;
}

#header {
    height: 53px;
    min-width: 950px;
    line-height: 53px;

    background: #0E0E0E;
    border-bottom: 1px solid #333;
}

#header img {
    float: left;
    padding: 5px 0 0;
}

#header .slogan {
    float: left;

    font-size: 7pt;
    color: #777;
    text-transform: uppercase;

    padding: 0 0 0 10px;
}

#header a {
    color: #777;
    text-decoration: none;
    padding: 0 3px;
}

#header a:hover {
    color: #F39535;
}

#banner {
    height: 459px;
    min-width: 950px;
    position: relative;
    overflow: hidden;

    background: url('/img/banner-bg.png') repeat-x top center;
}

#banner .wrapper {
    width: 1500px;
    position: absolute;
    left: 50%;
    margin-left: -750px;
}

#banner h1 {
    display: none;
}

#showcase {
    cursor: default;
}

#showcase-overlay {
    position: absolute;
    height: 44px;
    left: 0;
    bottom: 0;
    background: url('/img/showcase-overlay.png') no-repeat bottom center;
    z-index: 12;
}

#showcase-next,
#showcase-prev {
    position: absolute;
    bottom: 150px;
    left: 50%;
    z-index: 12;
    cursor: pointer;
}

#showcase-next {
    margin-left: 240px;
}

#showcase-prev {
    margin-left: -280px;
}

#showcase .project-tag {
    position: absolute;
    top: 9px;
    left: 17px;
}

#showcase .project-overlay {
    position: absolute;
    top: 37px;
    left: 17px;
    width: 431px;
    height: 100%;
    background: #000;
    padding: 22px 42px;
    color: #FFF;
}

#showcase .project-name {
    color: #44a0ff;
    font-size: 14pt;
    font-weight: bold;

    margin: 0 0 20px;
}

#showcase .project-details {
    font-weight: bold;
    margin: 0 0 20px;
}

#showcase .project-desc p {
    margin: 0 0 20px;
}

#showcase .project-url {
    color: #44a0ff;
}

#content {
    background: url('/img/content-bg.png') repeat-x top left;
}

#footer {
    height: 75px;
    min-width: 950px;
    clear: left;
    background: #0E0E0E;
    border-top: 1px solid #333;
    color: #555;
    padding: 1em 0 0;
}

#footer p {
    margin: 0;
}

#footer a {
    color: #F39535;
}

#footer .right {
    text-align: right;
}

#about {
    width: 50%;
}

#about p {
    margin-right: 10px;
}

#hire-us {
    width: 18%;
}

#hire-us p {
    margin: 10px;
}

#hire-us h2 {
    margin-left: 10px;
}

#testimonials {
    width: 32%;   
}

#testimonials blockquote {
    margin: 0 20px 0;
}

#testimonials p {
    margin: 0;
}

#testimonials h2 {
    margin-left: 20px;
}

#testimonials ul {
    margin: 10px 0 0 20px;
    font-size: 8pt;
    line-height: 1.5em;
}

#our-services {
    padding: 0 0 20px 0;
    overflow: hidden;
}

#our-services h2 {
    margin-top: 0;
}

#our-services h3 {
    margin: 4px 0 0 10px;
}

#our-services p {
    margin: 10px;
}

#our-services_hosting-and-email {
    width: 24%;
}

#our-process {
    border: 1px solid #DDD;
    overflow: hidden;
    background: url('/img/hdr-our_process.png') no-repeat center left;
}

#our-process h3 {
    margin: 15px 0 0 15px;
}

#our-process-heading {
    width: 42px;
    height: 100%;
}

#our-process p {
    clear: left;
    margin: 5px 0 15px 15px;
}

#our-process_step1 {
    width: 190px;
    padding-left: 42px;
}

#our-process_step4 {
    width: 225px;
    padding-right: 15px;
}

#contact-us {
    overflow: hidden;
    margin: 7px 0 27px;
}

#contact-us h2 {
    margin-bottom: 7px;
}

#contact-us-left {
    width: 430px;
}

#contact-us-right {
    width: 475px;
    float: right;
}

#contact-us label {
    width: 100px;
    display: block;
    float: left;
    clear: left;
    font-weight: bold;
    margin: 10px 0;

    color: #2D2D2D;
}

#contact-us label .field-type {
    display: block;
    font-weight: normal;

    color: #777;
}

#contact-us label .field-required {
    color: #2361A1;
}

#contact-us input {
    float: left;
    height: 27px;
    width: 325px;
    margin: 10px 0;
    padding-top: 3px;

    font-size: 16pt;
}

#contact-us textarea {
    width: 370px;
    height: 200px;
    float: left;

    font-family: Arial;
    font-weight: bold;
}

#contact-us button {
    float: right;
    width: 110px;
    height: 31px;
    background: url('/img/btn-send_message.gif') no-repeat top left;
    border: none;

    margin: 20px 0 0;

    cursor: pointer;
}
