/* 
    Document   : style
    Created on : Sep 15, 2009, 9:48:48 AM
    Author     : James Hansen
    Description:
        Provide the styling for the Multiexpress Website.
*/


root { 
    display: block;
}

body {
    font-family: trebuchet ms, sans-serif;
    font-size: 12pt;
    margin: 0;
    background: #c3c2b1 url('img/body_bg.png') repeat-x top left;
}

body h1 {
    font-size: 18pt;
}

.bodyContainer {
    width: 1010px;
    margin: auto;
    background: #fff url('img/container_bg.png');
}

.headerBar {
    font-size: 10pt;
    font-weight: bold;
    background-color: #e57a23;
    color: #fff;
    height: 27px;
    padding-top: 9px;
    padding-left: 10px;
    padding-right: 10px;
}

.footerBar {
    font-size: 10pt;
    font-weight: bold;
    background-color: #000;
    color: #FFF;
    height: 27px;
    padding-top: 9px;
    padding-left: 10px;
    padding-right: 10px;
    
}

.headerBar a {
    color: #fff;
    text-decoration: none;
}


.titleBar {
    background-color: #000;
    height:120px;
    max-height:120px;
    overflow:visible;
    width: 95%;
    margin: auto;
    border: 1px dotted #fff;
}

.spacerBar {
    height: 90px;
    background: #fff url('img/spacer_bg.png') repeat-x top left;
}

.logoClass {
    position: relative;
    bottom: 84px;
    right: 18px;
 
}

.navBar {
    margin-left: 350px;
    position: relative;
    bottom: 225px;
}

.navChooser {
    margin-left: 365px;
    position: relative;
    bottom: 216px;
}

.navBarMain {
    background: url('img/navbar_tile.png');
    zoom:1;   
    display: inline-block;
    height: 29px;
  
}

.navBarMain a {
    color: #666;
    text-decoration: none;
}

.navBarSelected {
    color: #5864FF;
}

.leftContainer {
    float: left;
    width: 65%;
    min-height: 500px;
}

.pageContainer {
    margin-left: 25px;
    padding-top: 15px;
    margin-right: 2.5%;
    min-height: 500px;
}

.pageContainer h1 {
    text-align: right;
    padding-right: 15px;
}

.rightContainer {
    margin-left: 65%;

}

.productBar {
    background: #B9EC80 url('img/productBar_grad.png');
    height:67px;
    width: 600px;
    margin-left: auto;
    margin-top: 80px;
    border-bottom: 1px solid #000;
    
}

.productBarLeft{
    background: url('img/productBar_lc.png');
    background-repeat: no-repeat;
    background-position:top left;
    width: 200px;
    float: left;
    height: 67px;
    text-align: center;
}

.productBarMiddle{
    background: none;
    width: 198px;
    float: left;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    height: 67px;
    text-align: center;
}

.productBarRight{
    background: url('img/productBar_rc.png');
    background-repeat: no-repeat;
    background-position:top right;
    width: 200px;
    float: left;
    height: 67px;
    text-align: center;
}

.productMain {
    background: #FEFFD5;
    height:420px;
    width: 596px;
    margin-left: auto;
    border-left: 2px solid #787478;
    border-right: 2px solid #787478;
    border-bottom: 2px solid #787478;
    font-size: 10pt;
}


.productMainLeft{
    width: 182px;
    float: left;
    height: 420px;
    padding-left: 8px;
    padding-right: 8px;
}

.productMainMiddle{
    width: 182px;
    float: left;
    height: 420px;
    padding-left: 8px;
    padding-right: 8px;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}

.productMainRight{
    width: 182px;
    float: left;
    height: 420px;
    padding-left: 8px;
    padding-right: 8px;
}

.productDetails {
    font-size: 8pt;
    font-weight: bold;
}

.humanBoxTop {
    background: #e8feff url('img/humanBox_grad.png') repeat-x;
    margin-left:10%;
    margin-top:80px;
    width: 270px;
}

.humanBoxBottom {
    background: #e8feff url('img/humanBox_grad2.png') repeat-x bottom right;
    margin-left:10%;
    width: 270px;
}

.humanBoxMiddle {
    background: #e8feff;
    border-left: 2px solid #787478;
    border-right: 2px solid #787478;
    margin-left:10%;
    width: 266px;
    padding-bottom: 20px;
}

.friendlyBox {
    background: #f6ffff;
    border: 1px dotted #000;
    width: 200px;
    margin: auto;
    font-size: 10pt;
    margin-top: 10px;
    padding: 5px;

}

.loginBox {
    background: #0B6F00;
    border: 1px dashed #fff;
    position: absolute;
    margin-right: 3%;
    right: 0px;
    top: 110px;
    width: 23%;
    height: 90px;
    padding: 5px;
    font-size: 10pt;
}

.regBox {
    border: 1px dotted #fff;
    background: #004A78;
    font-size: 10pt;
    width: 100%;
    padding: 5px;
    color: #fff;
}

.regBox a {
    color: #fff;
}

.logBox {
    border: 1px dotted #fff;
    background: #0B6F00;
    font-size: 10pt;
    width: 100%;
    padding: 5px;
    margin-left: 5px;
    color: #fff;
}

.errorMsg {
    font-size: 8pt;
    color: #F00;
}