#headerAppUserInfo{
    font: 12px/18px "Arial", "Arial", Arial;
}
.boldChatRightStatic {

    position: fixed;
    right: 0px;
    top: 50%;
    float: right;
    z-index: 10;

}

.boldChatRightStatic a {
    margin: auto;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
}

.boldChatRightStatic span {
    color: #ffffff;
    margin: auto;
    vertical-align: middle;
    text-align: center;
}

.fontOrange {
    color: #ffb015;
}
.fontGreen {
    color: #669933;
}

.fontGray {
    color: #cccccc;
}

.clickdiv {
    cursor: pointer;
}

#pageHolder {
    width: 960px;
    margin: 0 auto;
}

#header {
    text-align: left;
    position: relative;
    width: 960px;
    height: 100px;
}

#header #logo {
    position: absolute;
    margin-top: 35px;
    margin-left: 10px;
}

#header #logo strong {
    display: block;
    position: absolute;
    margin: 0;
    padding: 0;
    color: #bbb;
    font-size: 1.2em;
    margin-left: 65px;
    margin-top: 50px;
}

#header .nav {
    position: absolute;
    height: 80px;
    margin-top: 10px;
    margin-left: 200px;
    right: 0px;
}

#header .nav .login {
    text-align: right;
    width: 570px;
    height: 20px;
    margin-left: 0;
    float: right;
}

#header .nav .login a {
    text-decoration: none;
}

#header .nav .login .contactUs {
    color: #555;
}

#header .nav .login .salesChat {
    color: #555;
}

#header .nav .login img {
    border: 0;
}

#header .nav .login .signInBtn {
    color: #ffffff !important;
    border: 1px solid #9A9A9A !important;
    background: #9A9A9A !important;
    box-shadow: 0px 0px 0px 0px #9A9A9A !important;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-family: "Myriad Pro", Myriad, Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", "Helvetical", Helvetica, "Arial", Arial, sans-serif;
    height: 24px;

}

#header .nav .login .freeTrialBtn {
    color: #ffffff !important;
    border: 1px solid #66aa33 !important;
    background: #66aa33 !important;
    box-shadow: 0px 0px 0px 0px #66aa33 !important;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-family: "Myriad Pro", Myriad, Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", "Helvetical", Helvetica, "Arial", Arial, sans-serif;
    height: 24px;
}

#fbSignInButton img {
    position: relative;
    top: 5px;
}

#header .nav .stf-menu {
    text-align: right;
    width: 700px;
    height: 30px;
    margin-top: 49px;

}

#header .nav .stf-menu ul {
    list-style-type: none;
    margin: auto 0;
    padding: 2px;
    height: 20px;
}

#header .nav .stf-menu ul li {
    display: inline;
    margin-left: 15px;
}

#header .nav .stf-menu ul li div {
    display: inline;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 4px;
    padding-right: 2px;
}

#header .nav .stf-menu ul li a {
    text-decoration: none;
    font-size: 14pt;
    padding: 5px;
    font-family: "Myriad Pro", Myriad, Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", "Helvetical", Helvetica, "Arial", Arial, sans-serif;
    color: #666666;

}

#header .nav .stf-menu ul li a:hover {
    color: #414142;


}

#header .nav .stf-menu .buy-now a {

}

.customBannerWrapper {
    height: 210px;
}

#customBanner {
    width: 100%;
    position: absolute;
    background-color: #333333;
    height: 100px;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
    padding-right: 0px;
}

#customBannerContent {
    width: 960px;
    margin: auto;
    position: relative;
    height: 100%;

}

#customBannerText {

    margin: auto;
    text-align: left;
    font-family: "Myriad Pro", Myriad, Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", "Helvetical", Helvetica, "Arial", Arial, sans-serif;

}

#customBannerLeftTextOuter {
    display: table;
    position: absolute;
    height: 100%;
    width: 260px;
    float: left;
    font-size: 18pt;
}

#customBannerLeftTextInner {
    display: table-cell;
    vertical-align: middle;
}

#customBannerRightTextOuter {
    display: table;
    position: absolute;
    height: 100%;
    width: 660px;
    margin-left: 300px;
    float: right;
    font-size: 15pt;
    line-height: 15pt;
}

#customBannerRightTextInner {
    display: table-cell;
    vertical-align: middle;
}

#customSubmenu {
    width: 960px;
    position: relative;
    background-color: #333333;
    height: 30px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
    padding-right: 0px;
    top: 40px;
}

#customSubmenu a {
    text-decoration: none;
}

#customSubmenu a:link {
    color: #cccccc;
}

#customSubmenu a:visited {
    color: #cccccc;
}

#customSubmenu a:hover {
    color: #cccccc;
}

#customSubmenu a:active {
    color: #cccccc;
}

#customSubmenu .customMenuItemSelected a:link {
    color: #ffb015;
}

#customSubmenu .customMenuItemSelected a:visited {
    color: #ffb015;
}

#customSubmenu .customMenuItemSelected a:hover {
    color: #ffb015;
}

#customSubmenu .customMenuItemSelected a:active {
    color: #ffb015;
}

#customSubmenu .customMenuItem {
    float: left;
    padding: 0 23px;
    line-height: 30px;
    vertical-align: middle;
    font-family: "Myriad Pro", Myriad, Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", "Helvetical", Helvetica, "Arial", Arial, sans-serif;
    font-size: 12pt;

    text-decoration: none;
}

