﻿body {
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    background-color: white;
    margin: 0;
    padding: 0;
    min-width: 1200px;
}

.shadow 
{
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.6);
}

.novContainer 
{
    padding-bottom: 40px;
    background-color: white;
}

.novBody
{
    position: relative;
    width: 980px;
    margin: 0 auto;
    z-index: 0;
    opacity: 0;
}

.shopCartContainer
{
    padding-top: 70px;
    width: 235px;
    float: right;
    margin-right: 20px;   
    transition: color 0.4s ease-in 0s;
}

.shopCartCountText
{
    color: white;
    font-family:  Ebrima, Hind, Calibri, sans-serif;
    font-size: 12px;
    padding-top: 0.2mm;
}

.headSection {
    position: relative;
    top: 0px;
    left: 0px;
    height: 180px;
    background-color: white;
    width: 100%;
    z-index: 2;
}

.novHeader {
    position: inherit;
    width: 1095px;
    height: 180px;
    margin: 0 auto;
}

.novFooter {
    position: absolute;
    width: 100%;
    background-color: white;
    height: 100px;
    box-shadow: 0px 0px 8px #c3c3c3;
    -webkit-box-shadow: 0px 0px 8px #c3c3c3;
    -moz-box-shadow: 0px 0px 8px #c3c3c3;
    z-index: 2;
    min-width: 1200px;
}

.homeRMSImage {
    margin-top: 2px;
    margin-left: 16px;
    width: 305px;
    height: 523px;
    display: block;
    float: left;
}

.homeRMSDiv {
    width: 305px;
    height: 70px;
    position: absolute;
    background: rgba(63, 165, 8, 1);
    top: 227px;
    transition: background 0.4s ease 0s;
}

.homeRMSDiv:hover
 {
    background: rgba(63, 165, 8, 0.8);
 }

.RMS01 {
    left: 16px;
}

.RMS02 {
    left: 337px;
}

.RMS03 {
    left: 658px;
}

.RMSText {
    font-size: 18px;
    font-family: Ebrima, Hind, sans-serif;
    color: white;
    text-decoration: none;
    position: relative;
    width: inherit;
    height: inherit;
    margin: 0 auto;
    left: 0px;
    top: 0px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}

.footerContainer {
    position: relative;
    height: 100%;
    margin: 0 auto;
    width: 1000px;
    top: 0px;
    left: 0;
}

.footerSales {
    width: 180px;
}

.footerCopyright {
    width: 520px;
    padding-left: 10px;
    margin-top: 25px;
}

.footerCountry {
    width: 280px;
}

.footerSection {
    height: 100%;
    top: 0px;
    float: left;
}

.footerFont {
    color: #848079;
    font-family: Ebrima, Hind, sans-serif;
    font-size: 12px;
    line-height: 20px;
}

.footerImage
{
    float: left;
    display: block;
    margin-right: 5px;
    position: relative;
    height: 47px;
}

.footerSpacer {
    margin-bottom: 20px;
}

.countryFlag {
    padding-right: 10px;
}

.greenLink {
    color: #3FA508;
    text-decoration: none;
}

.blueLink {
    color: rgba(0,136,203,1);
    text-decoration: none;
}

.loggedInSection {
    width: 100px;
    float: left;
    height: 43px;
    margin-top: 40px;
    padding-top: 30px;
}

.shoppingIcon {
    position: absolute;
    background-color: #F93416;
    box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.6);
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.6);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.6); 
    border: 0px solid #F93416;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin-left: 15px;
    margin-top: -7px;
    text-align: center;
}

.shoppingCartLink
{
    width: 140px;
    margin-right:24px;
    font-size: 12px;
    font-family: Ebrima, Hind, sans-serif;
    text-decoration: none;
    color: #585551;
    transition: color 0.4s ease 0s;
}

.shoppingCartLink:hover
{
   color: rgba(0, 136, 203, 1);
}

.noSelect
{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.homePartTimeLogo
{
    width: 120px;
    height: 22px;
    position: absolute;
    margin-left: 93px;
    margin-top: 4px;
}

.trainingHomeLogoContainer
{
    position: absolute;
    display: block;
    top: 0;
    width: 920px;
    height: 40px;
    text-align: right;
}

.trainingHomeSageLogo
{
    width: 210px;
    height: 52px;
    margin-top: -5px;
}

.trainingHomePartTimeLogo
{
    width: 120px;
    height: 22px;
    position: absolute;
    margin-left: 64px;
    margin-top: -15px;
}

.paragraphNoMargins
{
    margin: 0px;
    padding: 0px;
    display: inline;
}

.boldNoColor
{
    font-weight: bold;
}

.redTextBold
{
    font-weight: bold;
    color: rgba(237,28,36,1)
}

.redTextNormal
{
    color: rgba(237,28,36,1)
}

.blueTextBold
{
    color: rgba(0,136,203,1);
    font-weight: bold;
}

.blueTextNormal
{
    color: rgba(0,136,203,1);
    font-weight: normal;
}

.textUnderline
{
    text-decoration: underline;
}

.textAlignLeft
{
    text-align: left;
}

.textAlignRight
{
    text-align: right;
}

.textAlignCenter
{
    text-align: center;
}

.greenTextNormal 
{
    color: #3FA508;
}