body {
    font-family: Helvetica, Arial, "Helvetica Neue" , sans-serif;
    font-size: 14px;
    color: #fff;
    background: #2d2d2d url('/images/bg_subpage.gif') top left repeat-x;
    margin: 0;
}

#wrap {
    width: 800px;
    margin: 0 auto;
}
#header {
    color: #ccc;
    height: 29px;
    text-align: right;
    border-bottom: 1px solid #808080;
}
#header p {
    font-size: 11px;
    margin-top: 0;
    padding-top: 7px;
}
#header a {
    color: #fff;
}
#main {
    background: #000 url('/images/title.jpg') no-repeat;
    color: #fff;
    height: 260px;
}
#navbar {
    text-align: right;
    padding-right: 20px;
    padding-top: 228px;
}
#content {
    padding-top: 4px;
}
#intro {
    width: 420px;
    float: left; /*background: pink;*/
    padding: 10px 20px;
    text-align: left;
    color: #c69c6d;
}
#featured-container {
    width: 300px;
    float: right;
    font-size: 11px;
    padding: 10px 10px; /* background: green;*/
    text-align: left;
    color: #ccc;
}
#footer {
    padding: 10px;
    border-top: 1px solid #666;
    color: #cccccc;
    font-size: 11px;
}
.featured-table {
    border-top: 1px solid #666;
    border-left: 1px solid #666;
    width: 300px;
}
.featured-table td, .featured-table th {
    border-bottom: 1px solid #666;
    border-right: 1px solid #666;
    font-size: 11px;
    padding: 4px;
    vertical-align: middle;
    color: #ccc;
}
.featured-table th {
    padding: 0;
}
a.slideshowLink {
    height: 15px;
    display: block;
    vertical-align: middle;
    text-decoration: none;
    color: #ccc;
}
a.slideshowLink:hover {
    text-decoration: underline;
}
a#linkPrevious {
    background: url('/images/arrow_previous.gif') top left no-repeat;
    padding-left: 20px;
}
a#linkNext {
    background: url('/images/arrow_next.gif') top right no-repeat;
    padding-right: 20px;
}

#subpage-main {
    background: #000 url('/images/title_subpage.jpg') no-repeat;
    color: #fff;
    height: 142px;
}
#subpage-main #navbar {
    padding-top: 110px;
}
#list-page-content {
    padding: 10px 20px;
    text-align: left;
    color: #c69c6d;
}
.case-study-list {
    width: 100%;
}
.case-study-list img {
    border: 1px solid #666;
    margin-bottom: 10px;
}
.case-study-list th {
    background: url('/images/casestudy_label.gif') top left no-repeat;
    height: 35px;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    padding: 0 20px;
}
.case-study-list td {
    vertical-align: top;
}
.case-study-list td p {
    font-size: 12px;
    line-height: 1.3em;
}

#subnav {
    width: 170px;
    float: left;
    margin-top: 10px;
    text-align: left;
}
#subnav h4 {
    color: #f7941d;
}
#subnav ul {
    margin-left: 0;
    padding-left: 0;
}
#subnav li a {
    color: #ccc;
    text-decoration: none;
}
#subnav li a:hover {
    text-decoration: underline;
}

/** TABBED NAVIGATION **/
ul#navTabs {
    list-style: none;
    margin: 0;
    padding-left: 320px;
}
ul#navTabs li {
    float: left;
    width: 111px;
    height: 32px;
    margin: 0;
    padding: 0;
    padding-right: 3px;
}
ul#navTabs li a {
    display: block;
    height: 32px;
    text-decoration: none;
}
li#tabHome a {
    background: url(/images/nav_home.gif) top left no-repeat;
}
li#tabHome a:hover, #index li#tabHome a {
    background: url(/images/nav_home_active.gif) top left no-repeat;
}
li#tabCaseStudies a {
    background: url(/images/nav_casestudies.gif) top left no-repeat;
}
li#tabCaseStudies a:hover, #caseStudies li#tabCaseStudies a {
    background: url(/images/nav_casestudies_active.gif) top left no-repeat;
}
li#tabAbout a {
    background: url(/images/nav_about.gif) top left no-repeat;
}
li#tabAbout a:hover, #about li#tabAbout a {
    background: url(/images/nav_about_active.gif) top left no-repeat;
}
li#tabContact a {
    background: url(/images/nav_contact.gif) top left no-repeat;
}
li#tabContact a:hover, #contact li#tabContact a {
    background: url(/images/nav_contact_active.gif) top left no-repeat;
}

/** DETAIL PAGE **/

#detail-content {
    border-left: 1px solid #333;
    width: 600px;
    margin-top: 10px;
    padding: 0 10px 10px 0;
    float: right;
    text-align: left;
}
#about #detail-content, #contact #detail-content {
    width: 800px;
}
#detail-content p {
    padding-left: 20px;
    padding-right: 10px;
    color: #c69c6d;
}
#detail-title {
    background: url(/images/casestudy_detail_label.gif) top right no-repeat;
    height: 35px;
    color: #fff;
    font-size: 18px;
    vertical-align: middle;
    padding-left: 20px;
    padding-top: 10px;
}
#detail-content #slideshow {
    padding-top: 15px;
    padding-bottom: 10px;
    padding-left: 10px;
    float: right;
}

