﻿
H2{
    display:block;
    margin: 0;
    background: transparent url(../images/main_difference.jpg) no-repeat;
    height: 331px;
    width: 913px;
}
H2 span{
    display:none;
}

#content{
    width:auto !important;
}

#detail, #callToAction {
    position:absolute;
}

#callToAction {
    top: 84px;
    left: 788px;
}
#callToAction a{
    font-size: 1.95em;
    color: #BAC4D9;
}

#detail{
    top: 256px;
    left: 522px;
    font-size: 1.75em;
    color: #6c6c6c;
}

#detail span{
    font-weight: bold;
}
#detail a{
    color: #6C6C6C;
    font-family: Arial;
    letter-spacing: 0.037em;
}
.detail{
    position: absolute;
    top: 0;
    z-index: -1;
}

#testimonial{
    padding:0 20px;
    width:400px;
    float: left;
}

#testimonial p{
    font-size:1.75em;
    margin: 0;
}
.advertisement{
    border-left:1px solid #6C6C6C;
    float:left;
    padding:0 15px;
    width:174px;
}
.advertisement div{
    color:#A6905C;
    font-size:1.25em;    
}

.borderRight{
    border-right:1px solid #6C6C6C;
}
.floatLeft{
    float:left;
}