/**
 * Page Layout
 */
body {
    background: #333 url('../images/layout/bg-header.gif') repeat-x top left;
    font-size: 12px;
    font-family: arial, helvetica, tahoma, sans-serif;
    color: #ccc;
    scrollbar-face-color: #3f3f3f;
    scrollbar-highlight-color: #1c1c1c;
    scrollbar-shadow-color: #3f3f3f;
    scrollbar-3dlight-color: #8b8b8b;
    scrollbar-arrow-color: #8b8b8b;
    scrollbar-track-color: #808080;
    scrollbar-darkshadow-color: #3f3f3f;
}

#doc {
    margin: 0 auto 20px auto;
    width: 1000px;
    text-align: left;
}

#hd {
    height: 30px;
    margin-bottom: 15px;
}

#logo {
    position: absolute;
    top: 40px;
}

#hd #menu {
    float: right;
    height: 30px;
    width: 518px;
    margin-right: 20px;
}

#hd #menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#hd #menu ul li {
    background: none;
    display: block;
    float: left;
    height: 28px;
    width: 86px;
    font-family: verdanna, arial, tahoma, sans-serif;
    padding: 0;
    margin: 0;
}

#hd #menu a {
    height: 28px;
    width: 86px;
    display: block;
    text-align: center;
    line-height: 28px;
    color: #999;
    text-decoration: none;
    font-size: 13px;
}

#hd #menu a.selected {
    background: transparent url('../images/layout/tab-selected.gif') repeat-x;
    color: #fff;
}

#hd #menu a:hover {
    text-decoration: underline;
}

#bd {
    background: transparent url('../images/layout/bd-bg.gif') repeat-y;
}

/**
 * Left column classes
 */
#bd #lcont {
    float: left;
    width: 629px;
    clear: left;
    min-height: 727px;
    position: relative;
}

#bd #lcont .lspacer {
    min-height: 600px;
}

/**
 * Right column classes
 */
#bd #rcont {
    float: right;
    width: 370px;
}

#bd #rcont #rcol {
    overflow: hidden;
}

#bd #rcont #rcol #stablize {
    width: 370px;
    height: 490px;
}

#ft {
    clear: both;
    margin-top: 1em;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #999;
    font-size: 10px;
    background-color: #1C1C1C;
}

/**
 * Element Classes
 */
p {
    line-height: 150%;
    margin-bottom: 1em;
}

h1.title {
    background: transparent url('../images/layout/bg-module.gif') repeat-x;
    height: 33px;
    line-height: 26px;
    padding: 0 0 0 18px;
    font-weight: bold;
    font-size: 12px;
    color: #fff;
    margin: 0;
}

h2.title {
    background: transparent url('../images/layout/bg-module.gif') repeat-x;
    height: 33px;
    line-height: 26px;
    padding: 0 0 0 18px;
    font-weight: bold;
    margin: 0;
}

h1 {
    font-weight: lighter;
    font-size: 18px;
    color: #ffffff;
    margin: 7px 0 8px 13px;
}

h2 {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
}

h2.indent, h3.indent {
    margin-left: 13px;
}

h3 {
    color: white;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 1em;
}

h4 {
    font-size: 15px;
    font-weight: bold;
    color: #eee;
    margin-bottom: 4px;
}

h5 {
    color: #999;
    font-size: 12px;
    font-weight: normal;
}

strong {
    color: white;
}

ul.inverted li {
    list-style: none;
    padding: 4px 0 2px 15px;
    background: transparent url('../images/layout/bullet2.gif') no-repeat 0px 6px;
}

ul.inverted2 {
    margin-left: 6px;
    margin-top: 0;
}

ul.inverted2 li {
    color: white;
    list-style: none;
    padding: 2px 0 2px 15px;
    background: transparent url('../images/layout/bullet3.gif') no-repeat 0 6px;
}

ul li {
    list-style: none;
    padding: 3px 0 3px 15px;
    background: transparent url('../images/layout/bullet.gif') no-repeat 0 6px;
}

a, a:visited, a:active {
    color: #ccc;
}

a:hover {
    color: #ffb154;
}

a:focus {
    outline: none;
}

.form-field {
    background-color: #8b8b8b;
    border: 1px solid #2a2a2a;
    padding: 4px;
    width: 320px;
}

.form-field.shorter {
    width: 235px;
}

.select-field {
    background-color: #8b8b8b;
    border: 1px solid #2a2a2a;
    padding: 2px;
    width: 330px;
}

/**
 * Custom Classes
 */
div.statement-container {
    padding: 20px 30px;
    line-height: 30px;
    font-family: tahoma, arial, sans-serif;
    font-size: 14px;
    background-color: #1c1c1c;
    color: #ccc;
    margin-bottom: 30px;
}

div.statement-container strong {
    color: #fff;
    font-weight: normal;
}

div.statement-container img {
    margin: 5px 0 0 60px;
}

#case-study {
    background-color: #3f3f3f;
    padding: 15px 0;
    text-align: center;
    margin-bottom: 30px;
}

#case-study.full {
    margin-bottom: 0;
}

#case-detail {
    text-align: left;
    margin: 1.5em 20px;
    overflow: hidden;
}

.challenge, .solution {
    margin-bottom: 20px;
    line-height: 16px;
}

ul.info-links a {
    text-decoration: none;
    border-bottom: 1px dotted #ccc;
}

ul.info-links a:hover {
    border-bottom: 1px solid transparent;
}

ul.info-links a.selected {
    border-bottom: 1px solid transparent;
    color: #ff6600;
}

div.heading {
    margin-bottom: 10px;
}

#ihistory {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    visibility: hidden;
}

#full-client-list {

}

#client-list {
    width: 385px;
    height: 1px;
    text-align: left;
    background-color: #1c1c1c;
    position: absolute;
    overflow: hidden;
    display: none;
    border-left: 5px solid #3f3f3f;
    border-bottom: 5px solid #3f3f3f;
    border-right: 5px solid #3f3f3f;
}

#client-list .padding {
    padding: 4px 4px 16px 4px;
}

#client-list li {
    float: left;
    width: 44%;
    background: transparent url(../images/layout/big-bullet.gif) no-repeat scroll 0px 4px;
    padding-left: 18px;
}

.wo-icon {
    margin-top: 0;
}

/**
 * Thumbnail slider
 */

#case-studies  li a {
    background-image: url('/images/clients/case_studies_sprite.png');
    height: 64px;
    width: 64px;
}

#case-studies  li a#macteam {
    background-position: 0px 0px
}

#case-studies  li a:hover.item1 {
    background-position: 0px -72px
}

#case-studies  li a.item2 {
    background-position: 0px -143px;
}

#case-studies  li a:hover.item2 {
    background-position: 0px -215px;
}

.thumb-slider {
    height: 93px;
    background: #3f3f3f url('../images/layout/clients-bg.gif') repeat-x;
    width: 440px;
    margin: 0 auto;
}

.thumb-slider .left {
    width: 7px;
    height: 93px;
    background: #3f3f3f url('../images/layout/clients-left.gif') no-repeat top left;
    float: left;
}

.thumb-slider .right {
    width: 7px;
    height: 93px;
    background: #3f3f3f url('../images/layout/clients-right.gif') no-repeat top left;
    float: right;
}

.thumb-slider .content {
    height: 78px;
    width: 426px;
    float: left;
    margin-top: 15px;

}

/**
 * Newsdesk
 */
#newsdesk {
    border-top: 1px solid #585858;
    border-bottom: 1px solid #585858;
    padding: 10px 40px;
    margin-bottom: 50px;
}

/**
 * Standard Module
 */
.module {
    background-color: #3d3d3d;
}

.module .title {
    background: transparent url('../images/layout/bg-module.gif') repeat-x;
    height: 33px;
    line-height: 26px;
    padding-left: 18px;
    font-weight: bold;
    font-size: 12px;
    color: #fff;
}

.module .content {
    padding: 10px 30px 20px 30px;
}

/**
 * Contact Info Box
 */
#contact-info {
    background-color: #1c1c1c;
    padding: 10px 15px;
}

#contact-info .content {
    margin-left: 10px;
}

#contact-info .content .item {
    background: transparent url('../images/layout/big-bullet.gif') no-repeat 0px 3px;
    float: left;
    width: 165px;
}

#contact-info .content .item p {
    margin-left: 20px;
}

/**
 * Core Capabilities
 */
#core-capabilities {
    margin-bottom: 3em;
    height: 450px;
}

#core-capabilities .left {
    float: left;
    width: 46%;
}

#core-capabilities .right {
    float: right;
    width: 54%;
}

#capability-defined {
    background-color: #3d3d3d;
    border: 1px solid #6d4529;
    height: 400px;
    margin-left: 14px;
    padding: 6px;
}

#capability-defined p {
    padding: 6px;
    font-size: 12px;
}

#cc-selector {
    position: absolute;
    top: 165px;
}

/**
 * Testimonial
 */
.testimonial {
    padding: 6em 4em;
}

#testimonial {
    background: transparent url(../images/quote.gif) no-repeat scroll left 5px;
    padding-left: 26px;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
}

#signature {
    text-align: right;
    color: #999;
    line-height: 20px;
}

.side-statement {
    padding-left: 26px;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
    padding: 6em 4em;
}

/**
 * Contact
 */
#contact {
    background-color: #3f3f3f;
    padding: 15px 0;
}

table.contact th {
    text-align: right;
    font-weight: normal;
    border: 0;
    vertical-align: top;
    line-height: 22px;
}

table.contact td {
    border: 0;
    padding-bottom: 5px;
}

div.contact-spacer {
    height: 490px;
}

#confirm-modal {
    height: 148px;
    width: 400px;
}

#confirm-modal.yui-panel {
    border: none;
}

#confirm-modal.yui-panel .container-close {
}

.send-resume {
    padding: 150px 0 0 40px;
    font-size: 18px;
}

div#capability-defined h4 {
    margin-left: 6px;
}

div.col-third {
    float: left;
    width: 25%;
}

div.chk-input {
    padding: 2px;
}

div.fileinputs {
    position: relative;
}

div.fakefile {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

div.fakefile input, div.fakefile img {
    float: left;
}

input.file {
    position: relative;
    text-align: right;
    -moz-opacity: 0;
    filter: alpha(opacity:0);
    opacity: 0;
    z-index: 2;
}

a.rfp {
    font-weight: bold;
}

