﻿body {
    font-family: Corbel, "Lucida Grande" , "Lucida Sans Unicode" , "Lucida Sans" , "DejaVu Sans" , "Bitstream Vera Sans" , "Liberation Sans" , Verdana, sans-serif;
    font-size: 85%; /* 0.85 x 16px = 13.6px */
    text-align: center;
    background: #5a646a url(/Content/Images/bg_secondary.gif) repeat-x;
}

h1, h2, h3, h4, h5 {
    color: #fff;
}

h1 {
    font-size: 2em; /* 2 x 13.6px = 27.2px */
}

h2 {
    font-size: 1.7em; /* 1.7 x 13.6px = 23.12px */
}

h3 {
    font-size: 1.5em; /* 1.5 x 13.6px = 20.4px */
}

h4 {
    font-size: 1.2em; /* 1.2 x 13.6px = 16.32px */
}

h5 {
    font-size: 1em; /* 1 x 13.6px = 13.6px */
}

#content a {
    color: #fff;
    text-decoration: none;
}

#content a:hover {
    border-bottom: solid 1px #fff;
}

.left { float: left; }
.right { float: right; }
.clear-both { clear: both; }

.error {
    color: #cc0000;
    font-style: italic;
}

.validate-error {
    margin-left: 5px;
}

.form-email {
    display: none;
}

#wrapper {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    width: 758px;
    margin-top: 54px;
    border: solid 3px #fff;
    border-bottom: none;
}

#header {
    height: 220px;
    margin: 0;
    position: relative; /*top: -16px;*/
}

#header, #header.home-page {
    background: #8a9ca6 url(/Content/Images/header-home.jpg) no-repeat;
}

#header.solutions-page {
    background: #8a9ca6 url(/Content/Images/header-solutions.jpg) no-repeat;
}

#header.company-page {
    background: #8a9ca6 url(/Content/Images/header-company.jpg) no-repeat;
}

#header.login-page {
    background: #8a9ca6 url(/Content/Images/header-login.jpg) no-repeat;
}

#header.register-page {
    background: #8a9ca6 url(/Content/Images/header-signup.jpg) no-repeat;
}

#header.faq-page {
    background: #8a9ca6 url(/Content/Images/header-faq.jpg) no-repeat;
}

#navigation {
    margin: 0;
    height: 32px;
    position: relative;
    top: 188px;
}

#content {
    background: #6299a9 url(/Content/Images/content.gif) repeat-x;
    margin: 0;
    padding: 1px 20px 20px 20px;
    min-height: 275px;
}

#left-column {
    float: left;
    width: 200px;
}

#right-column {
    margin-left: 200px;
    border-left: solid 1px #fff;
    padding-left: 30px;
}

#footer {
    background-color: #6299a9;
    text-align: center;
    height: 25px;
    font-size: .8em; /* 0.8 x 13.6px = 10.88px */
    font-family: Georgia, Constantia, "Lucida Bright" , LucidaBright, "DejaVu Serif" , "Bitstream Vera Serif" , "Liberation Serif" , serif;
    color: #fff;
}


/***************************** LOGIN FORM *****************************/
.login-form div {
    padding: 0 20px 0 0;
    margin-bottom: 20px;
}
.login-form input[type="text"], .login-form input[type="password"] {
    margin-top: 5px;
    height: 22px;
    padding: 5px 0 0 5px;
    width: 150px;
}

.login-form {
    border-bottom: solid 1px #fff;
}


/***************************** MENU *****************************/
#navigation {
    background-color: #fff;
    /*text-align: center;*/
}

#navigation .nav-root-link {
    text-align: center;
    color: #5a646a;
    text-decoration: none;
}

#navigation.home-page {
    background: url(/Content/Images/nav-home.png) no-repeat;
}

#navigation.solutions-page {
    background: url(/Content/Images/nav-solutions.png) no-repeat;
}

#navigation.company-page {
    background: url(/Content/Images/nav-company.png) no-repeat;
}

#navigation.login-page {
    background: url(/Content/Images/nav-login.png) no-repeat;
}

#navigation.register-page {
    background: url(/Content/Images/nav-signup.png) no-repeat;
}

#navigation.faq-page {
    background: url(/Content/Images/nav-faq.png) no-repeat;
}

.indexbtn {
    width: 115px;
}

.solutions {
    width: 154px;
}

.company {
    width: 142px;
}

.login {
    width: 116px;
}

.signup {
    width: 130px;
}

.faq {
    width: 101px;
}

ul.navigation-list {
}

ul.navigation-list a {
    display: block;
    height: 22px;
    cursor: pointer;
}

ul.navigation-list, ul.navigation-list ul {
    background-color: #5a646a;
    cursor: default;
    padding: 0;
    margin: 0;
}

ul.navigation-list li {
    float: left;
    display: inline;
    list-style-type: none;
    margin: 5px 0 0 0;
    position: relative;
    color: #fff;
    height: 22px;
}

ul.navigation-list li > ul {
    display: none;
    position: absolute;
    top: 22px;
    left: 0;
}

ul.navigation-list li > ul li {
    float: none;
    display: block;
    margin: 0;
    padding: 0;
}

ul.navigation-list li:hover, ul.navigation-list li.CSStoHighlight {
    color: #000;
}

ul.navigation-list ul.CSStoShow {
    display: block;
}

ul.navigation-list li:hover > ul {
    display: block;
    border: solid 2px #5a646a;
    background-color: #6299a9; /* 3695a8 */
    width: 170px;
    z-index: 500;
}

ul.navigation-list li:hover > ul a {
    display: block;
    float: none;
    padding-top: 1px;
    padding-left: 35px;
    padding-right: 10px;
    text-decoration: none;
    color: #FFF;
    font-size: 1em; /* 13.6px */
    font-weight: bold;
    line-height: 19px;
}

ul.navigation-list li:hover > ul a:hover {
    background-color: #8a9ca6;
}


/***************************** BETA FORM *****************************/
#beta-form div, #contact-form div, #registration-form div {
    /*margin: 10px 20px 20px 20px;*/
    padding: 0 20px 0 0;
    margin-bottom: 20px;
}

input[type="text"], input[type="password"] {
    margin-top: 5px;
    height: 22px;
    padding: 5px 0 0 5px;
}

select {
    margin-top: 5px;
}

#contact-form textarea {
    margin-top: 5px;
    padding: 5px 0 0 5px;
}

#Name { width: 325px; }
#FirstName, #LastName, #PhoneNumber { width: 150px; }
#Password, #ConfirmPassword { width: 150px; }
#Email, #InvitationCode, #AddressLine1, #AddressLine2, #City { width: 325px; }