﻿.clearer {
    clear: both;
}

a {
    color: #406618;
    text-decoration: none;
}

body {
    margin: 10px 0;
    padding: 0;
    background: url(/assets/img/background_texture.jpg);
    color: #362f2d
}

.page {
    margin: 0 auto;
    width: 1004px;
}

.site_name {
    float: left;
    margin: 10px 50px;
    text-indent: -9999px;
    background: url(/assets/img/green_interview_text.png) no-repeat;
    height: 15px;
    width: 214px;
}

.header_login {
    float: right;
    height: 25px;
    margin: 2px 40px 2px 2px;
}

.header_login label {
    display: none;
}

.header_login .input_holder {
    float: left;
}

.header_login input {
    font-family: Arial, Sans-Serif;
    color: Black;
    font-size: 11px;
    width: 90px;
    padding: 2px;
    margin: 0 1px;
    height: 14px;
    border: solid 1px #999;
}

.header_login .watermark {
    color: #bbb;
    font-size: 11px;
    padding-left: 2px;
    height: 20px;
    padding-top: 3px;
    font-family: Arial, Sans-Serif;
}

.header_login .header_login_submit {
    float: left;
    width: 25px;
    height: 20px;
    text-indent: -999px;
    border: 0;
    cursor: pointer;
    background: url(/assets/img/small_arrow_button.png) no-repeat;
}

.header_nav {
    float: right;
    clear: right;
    text-transform: uppercase;
    margin: 2px 40px;
    font-size: 11px;
    font-weight: bold;
}

.header_nav li {
    float: left;
    list-style: none;
    padding: 0 13px;
}

.header_nav a {
    text-decoration: none;
    color: #362f2d;
}

.header_nav .vr {
    height: 16px;
    width: 1px;
    background-color: #dedbd4;
    float: left;
    padding: 0;
}

.top_content {
    width: 1004px;
    height: 643px;
    background: url(/assets/img/photo.jpg) no-repeat 44px 23px;    
    clear: both;
}

.framing {
    width: 924px;
    height: 120px;
    background: url(/assets/img/frame.png) no-repeat;    
    clear: both;
    padding: 525px 40px 0 40px;
    position: relative;
    overflow: hidden;
}

.action_buttons {
    position: absolute;
    top: 415px;
    left: 325px;
    
}
.action_buttons a {
    width: 160px;
    height: 51px;
    float: left;
    text-indent: -9999px;
    margin: 10px;
    cursor: pointer;
}

.action_buttons a.view_demo_button {
    background: url(/assets/img/view_demo_button.png) no-repeat;
}

.action_buttons a.contact_us_button {
    background: url(/assets/img/contact_us_button.png) no-repeat;
}

.info_boxes {
    height: 108px;
}

.info_box {
    float: left;
    padding: 0 104px 0 10px;
    height: 100%;
    width: 192px;
}

.info_box h5 {
    margin: 8px 0 0 0;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    color: #7d4900;
    width: 100%;
    
}

.info_box p {
    font-family: Arial, Sans-Serif;
    font-size: 10px;
    margin: 10px 8px 0 0;
}

.info_box.interview {
    background: url(/assets/img/webcam.png) no-repeat right;
}

.info_box.invite {
    background: url(/assets/img/guy_sitting.png) no-repeat right;
}

.info_box.review {
    background: url(/assets/img/laptop.png) no-repeat right;
}

.info_boxes .vr {
    height: 100%;
    width: 1px;
    background-color: #e5e5e5;
    float: left;
}

.bottom_content {
    padding: 0 30px 0 34px;
}

.clients {
    float: left;
    width: 50%;
    margin: 25px 0;
    text-align: center;
}

.news {
    float: right;
    width: 450px;
}

.news h5 {
    font-size: 16px;
    margin: 10px 0;
}

.news ul {
    padding: 0;
    margin: 0;
    font-size: 10px;
    font-family: Arial, Sans-Serif;
}

.news li {
    list-style: none;
        margin: 5px 0 0;
        line-height:13px;
}

.news a {
    display: block;
    font-size: 10px;
    font-family: Arial, Sans-Serif;
    margin: 5px 0;
}

.custom_hr {
    width: 100%;
    clear: both;
    height: 1px;
    line-height: 1px;
    border-style: solid;
    border-color: #e8e5de;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-right-width: 0;
    border-left-width: 0;
}

.footer {
    font-size: 10px;
    font-family: Arial, Sans-Serif;
    margin: 15px 15px 40px;
}

.copyright {
    float: left;
    color: #534741;
}

.footer_nav {
    padding: 0;
    margin: 0;
    float: right;
}

.footer_nav li {
    float: left;
    list-style: none;
    padding: 0 4px;
}

.footer_nav .vr {
    padding: 0;
    height: 13px;
    background-color: #7e736d;
    width: 1px;
}
