html {
    background: #808080 url(/images/backgrounds/main_bg.png);
    padding: 1em;
    margin: 0;}
    
body {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0;
    background: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.625em;
    color: #AFB0B1;
    position: relative;}
    
img {
    border: none;}    

.hideContent span {
    position: absolute;
    left: -999em;}
    
#header {
    padding: 20px 2em 30px 2em;
    height: 50px;}
    
#header h1 {
    display: block;
    margin: 0;}
    
#tabs {
    width: 100%;}
    
div.resultTab {
    float: left;
    width: 20%;
    position: relative;
    /*opacity: 0.7;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=80)";*/}
    
div.resultTab div.resultImage {
    width: 100%;
    height: 375px;
    background-position: center;}
    
div.resultTab:hover div.resultImage {
    -moz-box-shadow: inset 0 0 20px #000000;
    -webkit-box-shadow: inset 0 0 20px #000000;
    -o-box-shadow: inset 0 0 20px #000000;
    box-shadow: inset 0 0 20px #000000;}
    
div.resultTab h2, div.resultTab h3 {
    display: block;
    height: 100px;
    padding: 0;
    margin: 0;
    text-align: center;
    vertical-align: middle;
    opacity: 0.7;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=80)";}
    
div.resultTab h2 {
    font-size:  8.2em;
    letter-spacing: -3px;
    color: #e31837;}
    
div.resultTab:hover h2 {    
    color: #e31837;}
    
div.resultTab h3 {
    font-size: 8.2em;
    line-height: 1.0;}
    
div.resultTab h3 span {
    display: inline-block;
    width: 50px;
    font-size: 0.15em;
    line-height: 1.1;
    color: #000000;
    vertical-align: middle;
    text-align: center;
    position: relative;}
    
div.resultTab a {
    display: block;
    position: absolute;
    bottom: 0;
    height: 475px;
    width: 100%;
    cursor: pointer;
    background: url(noimage);}
    
div.resultTab:hover h2, div.resultTab:hover h3 {
    opacity: 1.0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=100)";}
    
#tab_x_content {
    height: 325px;
    background: #be1e2d;
    overflow: hidden;
    font-size: 2.2em;
    font-weight: bold;
    line-height: 0.9;
    padding: 25px 0.5em;}
    
#tab_x_content span {
    color: #ffffff;}
    
div.resultTab:hover #tab_x_content {
    -moz-box-shadow: inset 0 0 20px #000000;
    -webkit-box-shadow: inset 0 0 20px #000000;
    -o-box-shadow: inset 0 0 20px #000000;
    box-shadow: inset 0 0 20px #000000;}
    
#project_content {
    background: #A6A8AB;
    position: relative;
    z-index: 10;
    width: 100%;
    height: 375px;
    top: -375px;
    overflow: hidden;
    margin-bottom: -375px;}
    
div.projectDesc {
    overflow: hidden;
    background: #be1e2d;
    color: #ffffff;
    height: 100%;
    width: 30%;
    font-size: 1.2em;
    position: relative;
    float: left;
    z-index: 2;}
    
div.projectDesc p {
    margin: 1em;
    margin-left: 35px;}
    
div.projectDesc p.projectResult {
    font-size: 1.6em;
    vertical-align: top;
    position: absolute;
    bottom: 0;
    right: 0.5em;
    font-weight: bold;
    margin: 0;
    line-height: 0.7;}
    
div.projectDesc p.projectResult strong {
    color: #ffffff;
    font-size: 4.2em;
    vertical-align: top;}
    
div.projectImage {
    float: left;
    width: 70%;
    height: 100%;
    position: relative;}
    
#projectImageLoader {
    width: 0;
    height: 0;
    display: block;
    position: absolute;}
    
div.page {
    height: 375px;
    width: 25px;
    position: absolute;
    z-index: 5;}
    
div.page:hover {
    background-color: #be1e2d;}
    
div.page a {
    width: 100%;
    height: 100%;
    display: block;}
    
.page_left {
    left: 0;
    background: #E31837 url(/images/icons/prev.png) right center no-repeat;}
    
.page_right {
    right: 0;
    background: #E31837 url(/images/icons/next.png) left center no-repeat;}
    
#new_content {
    width: 100%;
    height: 375px;
    background: #be1e2d url(/images/loading.gif) center center no-repeat;
    position: absolute;
    z-index: 11;
    top: 200px;
    width: 100%;
    height: 0;}
    
#contact {
    background: url(/images/backgrounds/desktop_mountain.jpg) right bottom no-repeat;
    color: #ffffff;
    height: 375px;
    overflow: hidden;
    float: left;
    width: 100%;}
    
#contact h3 {
    font-size: 3.6em;
    width: 17%;
    margin-left: 30%;
    line-height: 0.9;
    letter-spacing: -0.05em;}
    
#contact h3 span {
    color: #DEE7E8;}
    
#contact p {
    color: #000000;
    font-size: 1.6em;
    margin-left: 30%;
    width: 20%;
    padding-left: 32px;
    background: url(/images/icons/contact_arrow.png) left no-repeat;
    font-weight: bold;}
    
#contact a {
    color: #ffffff;}
    
#contact a:hover {
    text-decoration: none;}
    
#footer {
    clear: both;
    font-size: 2.4em;
    font-weight: bold;
    padding: 1em;
    overflow: hidden;}
    
#footer p {
    margin: 0;
    letter-spacing: -1px;
    float: left;}
    
a.nobletLink {
    float: right;}