﻿/* CSS Document */
/* color="#6698cb" for border */
/* color="#234057" for background blue slate */

/*
@font-face {
    font-family: 'GothamBook';
    src: url('../fonts/GothamBook.eot');
    src: local('../fonts/GothamBook'), url('../fonts/GothamBook.woff') format('woff'), url('../fonts/GothamBook.ttf') format('truetype');
}
@font-face {
    font-family: 'BankGothicEFOP';
    src: url('../fonts/BankGothicRegular.eot');
    src: local('../fonts/BankGothicRegular'), url('../fonts/BankGothicRegular.woff') format('woff'), url('../fonts/BankGothicRegular.ttf') format('truetype');
}

*/


@font-face {
    font-family: "GothamBook";
    src: local("GothamBook"),
        url("../fonts/GothamBook.eot"),
        url("../fonts/GothamBook.eot?#iefix") format("embedded-opentype"),
        url("../fonts/Gotham-Book.otf") format("opentype");
}

/*@font-face {
    font-family: 'BankGothicEFOP';
    src: url('../fonts/BankGothicRegular.eot');
    src: local('../fonts/BankGothicRegular'), url('../fonts/BankGothicRegular.woff') format('woff'), url('../fonts/BankGothicRegular.ttf') format('truetype');
}*/
@font-face {
    font-family: 'BankGothicEFOP';
    src: url('../fonts/BankGothicEFOP-Bold.eot');
    src: local('../fonts/BankGothicEFOP-Bold'), url('../fonts/BankGothicEFOP-Bold.woff') format('woff'), url('../fonts/BankGothicEFOP-Bold.ttf') format('truetype');
}




html {
    height: 100%;
}
body {
    font-family: 'GothamBook', sans-serif;
    background-color: #c6c6c9;
    font-size: 12px;
    height: 100%;
    margin: 0;
}

a:visited, a  {
    text-decoration:none;
    color: #6698cb;
}
a:active, a:hover {
    text-decoration:underline;
    color: #6698cb;
}

img {
    border: 0;
    padding: 0;
    margin: 0;
}

select {
    width: 148px;
}
.container {
    background: url("../img/bg-sub-page.png") repeat;
    width: 992px;
}
.container.index-page {
    height: 100%;
}
.centralize {
    margin: 0 auto;
}

#topRibbon {
    border-bottom: solid #6698cb 1px;
    background-color: #234057;
    width: 100%;
    height: 30px;
}

.breadcrumbs {
    height: 25px;
    padding-top: 20px;
}

.breadcrumbs-item {
    font-size: 14px;
    color: #0260ad;
    font-weight: 700;
    text-align: left;
    width: 200px;
    margin: 5px 0 5px auto;
    float: left;
}

.breadcrumbs-item-link {
    font-size: 13px;
    color: #a0a2a5;
    text-align: right;
    width: 485px;
    margin: 7px auto 5px 0;
    float: right;
}

.breadcrumbs-item-link span {
    font-weight: 700;
    color: #0260ad;

}
.vendorHeader {
    /*width: 675px;*/
    border: 2px solid #0361ad;
    padding: 15px 10px;
    margin-bottom: 0;
    color:#0260ad;
}

.instructions {
    color: #0260ad;
    font-size: 13px;
    float: right;
    margin-top: 10px;
}
.instructions a {
    color: #003259!important;
}
.select-style {
    color:#0260ad;
    font-weight: 700;
    border-radius: 6px;
    height: 20px;
    margin-top: 7px;

}

#body {
    background-color: #000000;
    text-align: center;
    padding: 20px;
}

#gridContainer {
    margin: auto;
    width: 621px;
}

#gridContainer img, #gridContainer img a{
    padding: 0;
    margin: 0;
    border: 0;
}

#content {
    text-align: left;
    width: 650px;
}

#foot {
    border: 0;
    border-top: solid #6698cb 1px;
    text-align: center;
    color: #ffffff;
    font-size: 10px;
    padding-top: 7px;
}

#foot a, #foot a:visited, #foot a:hover, #foot a:active {color: #fff; }

.instructionHeader {
    font-size: 18px;
    color: #ffffff;
    font-style: normal;
    font-weight: normal;
}
.gradient-bg {
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #dadde0 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dadde0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#dadde0 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#dadde0 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#dadde0 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#dadde0 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dadde0',GradientType=0 ); /* IE6-9 */
}
.link-btn {
    display: inline-block;
    vertical-align: top;
    border-radius: 6px;
    border:1px solid #9dabb8;
    color:#0260ad!important;
    text-align: center;
    height: 16px;
    font-weight: 700;
    font-size: 10px;

}
.link-btn:hover {
    text-decoration: none;
}
.cont-link {
    line-height: 26px;
    width: 136px;
    height: 26px;
    font-size: 14px;
}
.more-btn {
    width: 65px;
    line-height: 16px;
}
.contact-btn {
    width: auto;
    padding: 0 5px;
}
.machine.first-item {
    height: 119px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.machine.first-item2 {
    height: 146px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.vendorSummaryContainer.first-item {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.catLinks{
    margin-top:-1px;
    padding:4px 0 4px 0;
    font-size:13px;
    border-left: 2px solid #0361ad;
    border-right: 2px solid #0361ad;
    border-bottom: 2px solid #0361ad;
    /*width: 685px;*/
    color:#0260ad;
}
.catLinks a {
    color:#0260ad!important;
}
.catLinks a:visited, .catLinks a:hover, .catLinks a:active {
    color: #fff;
}

.catLinksBullet{margin-left:4px; margin-right:4px;}

.vendorSummaryContainer {
    /*margin-bottom: 45px;*/
    width: 685px;
    background-color: #0260ad;
    color: #fff;
    border-radius: 2px;
}
.vendorSummary {
    font-size:13px;
    width: 600px;
    height: 80px;
    clear: both;
    padding: 0 25px 0 25px;
    margin-top: 10px;
    color:#fff;
}
.vendorNote {
    font-size:13px;
    width: 600px;
    clear: both;
    padding: 0 25px 0 25px;
    margin-top: 10px;
    text-align:left;
}

.vendorSummary table {
    width:600px;
    padding:4px;
}

.vendorSummary .end {
    width:100px;
    text-align:center;
    font-weight:bold;
}
.vendorSummary td {
    height: 13px;
    text-align:center;
    font-weight: 700;
}
.vendorSummaryHdr{
    font-weight:bold;
}
.vendorSummary .strong td {
    font-weight:bold;
}

.summaryTitle {
    font-size: 13px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: left;
}

.summaryItemHead {
    font-size: 14px;
    color: #ffffff;
    float: left;
    font-weight: normal;
    /*margin: 0 16px 0 0;*/
    width: 80px;
    text-align: center;
}

.machine {
    width: 685px;
    height: 89px;
    border-radius: 2px;
    margin-bottom: -1px;
    clear: both;
    text-align: left;
    background-color: #0260ad;
}

.machine img {
    display: block;
    margin: 4px 4px 4px 4px;
}

.machineTitle {
    font-size: 12px;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 7px;
    margin-top: 4px;
    padding-left: 15px;
    padding-top: 6px;
}

.machineTitle input {
    font-size: 10px;
    text-align:right;
    margin-left: 10px;
    padding-right:4px;
    border: 1px solid #6698cb;
}

.machineItemHead {
    line-height:18px;
    font-size: 12px;
    color: #ffffff;
    float: left;
    margin: 0 10px 5px 3px;
    text-align: center;
    font-weight: 700;
}

.sumMachineItemHead {
    font-size: 11px;
    color: #ffffff;
    float: left;
    font-weight: normal;
    text-align: center;
    width: 10%;
}

.machineThumb {
    height: 83px;
    width: 130px;
    float: left;
}

.machineThumb img {
    margin-right: 5px;
    margin-left: auto;
}

.storageNote {
    font-size: 10px;
    font-style: italic;
    text-align: right;
    color: #6698cb;
    float: right;
    margin-top: 0;
    margin-right: 10px;
    width: 300px;
    height: 10px;
}
.table-layout {
    background-color: #fff;
    height: 513px;
    padding-top: 65px;
}
.table {
    border-collapse: collapse;
    border-spacing: 0;
    margin:0 auto;
}
.table td {
    text-align: center;
}
.table-header-text {
    font-weight: 700;
    font-size: 12px;
    height: 75px;
    color:#0260ad;
    text-align: left !important;
}
.border-bot {
    border-bottom: 1px solid #a0a2a5;
}
.border-l-r {
    border-left: 1px solid #a0a2a5;
    border-right: 1px solid #a0a2a5;
}
.category {
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    float: left;
    margin-top:8px;
    margin-left:6px;
}
.categoryDIV{
    width:687px;
    height:60px;
    margin-top: 45px;
    margin-bottom:-1px;
    background: url('../img/rounded_top.gif') top;
}

.categoryDIV2 {
    width: 675px;
    height: 30px;
    margin: 45px 5px 0 5px;
    border-bottom: 2px solid #fff;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    background-color: #0260ad;
}

.categoryDIV3 {
    width: 675px;
    height: 55px;
    margin: 45px 5px 0 5px;
    border-bottom: 2px solid #fff;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    background-color: #0260ad;
}


.categoryDIVBell{
    width:685px;
    height:55px;
    background-color:#012f51;
    border-right:1px solid #ffffff;
    border-left:1px solid #ffffff;
    margin-top: 1px;
    margin-bottom:-1px;
}

.categoryDIVBell3 {
    width: 685px;
    height: 55px;
    background-color: #0260ad;
    margin-top: 4px;
    margin-bottom:-1px;
}
.bellRackSpace{
    margin-top: 4px;
    padding: 15px;
}
.topButton {
    margin-top: 15px;
}

.backToTop {
    color: #aac4db;
    font-size: 13px;
    float: right;
    text-align: right;
    margin-top:7px;
    font-weight: 700;
    margin-right: 25px;
}

.backToTop a:hover,.backToTop a:active  {
    text-decoration:underline;
}

.asterisk {
    color: #f00;
}

.contact {
    font-size: 12px;
    margin: 0 auto;
    padding: 25px;
    background-color: #0260ad;
    color: #fff;
    clear: both;
    border-radius: 6px;
}

.contact input {
    font-size: 10px;
}

.popup {
    border: solid 2px #6698cb;
    color: #ffffff;
    padding: 4px;
    display: none;
    background-color: #000000;
}

.prompt {
    clear: both;
    margin: 5px;
    padding-top: 5px;
    font-size: 14px;
    color: #ffffff;
}

.afterprompt {
    color: #ffffff;
    font-size: 14px;
    width: 600px;
    float: left;
    /* make the text fit into the curved top backgroun */
    margin-top:8px;
    margin-left:6px;
    line-height: 20px;
}

/* CSS UPDATES FOR REDESIGN */


.header {

    height: 87px;
    position: relative;
}
.header-inner {
    height: 73px;
    padding: 14px 15px 0 20px;
}
.header-line {
    height: 3px;
    width: 100%;
    background: url('../img/header.png') repeat-x 0 100%;
    position: absolute;
    bottom: -3px;
    left: 0;
}
.logo {
    background: url('../img/logo.png') no-repeat 0 0;
    width: 176px;
    height: 58px;
    float: left;
}
.eweight-planner {
    background: url('../img/eweight-logo.png') no-repeat 0 0;
    width: 348px;
    height: 20px;
    float: left;
    margin-left: 255px;
    margin-top: 21px;

}
.logo a,
.eweight-planner a{
    height: 100%;
    width: 100%;
    display: inline-block;
}
.bg-body {
    background-color: #fff;
    padding-bottom: 69px;

}
.footer-inner {
    width: 960px;
    height: 69px;
    margin: 0 auto;
    font-size: 11px;
    line-height: 69px;
    color: #ffffff;
}

.footer-inner .fb {
    margin: 28px 0 0 0;
    background: url('../img/facebook.png') 0 0 no-repeat;
    width: 89px;
    height: 22px;
    display: block;
    float: right;
}
.copyright {
    display: inline-block;
}

.footer-inner .footer-link {
    color: #fff;
    text-decoration: none;
    outline: none;
}

.footer-inner .a_rights {
    color: #9fa1a3;
    text-decoration: none;
    outline: none;
    margin: 0 15px 0 0;
}

.footer-inner .footer-link:hover {
    color: #ffffff;
}

.footer-inner a img:hover {
    zoom: 1.1;
}
.footer-inner > a {
    margin: 28px 5px 0 0;
    width: 28px;
    height: 28px;
    display: block;
    float: right;
}

.footer-inner p a:hover {
    color: #ffffff;
}

.footer-inner p a {
    color: #aac4db;
    text-decoration: none;
    outline: none;
}