﻿/********** GRAPHITE GLOBAL RESETS ***********/

html * {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	text-decoration: none;
}

body {
	font-size: 62.5%;
	width: 100%;

}

/********** SITE RESETS / DEFAULTS ***********/

h1, h2, h3, h4, h5, h6 {
	font-weight:normal;	
}

li{
	list-style: none;
}

ul, li, a{
	color: #bdbdbd;
}

a{
	/*font-size: 14px;*/
    font-size: 1.2em;
}

a:hover{
	color: #fff;
	text-decoration: underline;
}

h1{	font-size: 3.9em;
}

h2, h3{
	font-size: 2.4em;
	margin-bottom: 10px;
}

h4{
	font-size: 1.4em;
	margin-bottom: 10px;
}

h5{
	font-size: 1.2em;
}

p{
	font-size: 1.2em;
	color: #37383b;
	margin-bottom: .7em;
}

.confirmationText a{
	color: #37383B;
}

.confirmationText a:hover{
	color: #bdbdbd;
}



/********** GLOBAL LAYOUT ***********/

@font-face {
	font-family: 'robotoregular';
	src:url('fonts/roboto/Roboto-Regular-webfont.eot');
	src:url('fonts/roboto/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
			url('fonts/roboto/Roboto-Regular-webfont.woff') format('woff'),
			url('fonts/roboto/Roboto-Regular-webfont.ttf') format('truetype'),
			url('fonts/roboto/Roboto-Regular-webfont.svg#robotoregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'MyriadWebPro';
	src:url('fonts/myriad/MyriadWebPro/MyriadWebPro.eot');
	src:url('fonts/myriad/MyriadWebPro/MyriadWebPro.eot?#iefix') format('embedded-opentype'),
			url('fonts/myriad/MyriadWebPro/MyriadWebPro.woff') format('woff'),
			url('fonts/myriad/MyriadWebPro/MyriadWebPro.ttf.ttf') format('truetype'),
			url('fonts/myriad/MyriadWebPro/MyriadWebPro.svg#MyriadWebPro') format('svg');
	font-weight: normal;
	font-style: normal;
}

body{

  background-color: #FFF;
  color: #858585;
  font-family: 'MyriadWebPro', Myriad Pro, Helvetica, Arial, sans-serif;

	/*font-family: Helvetica, Arial, sans-serif;*/
  
  	background: #fff;
	font-size: 62.5%;
}

.lesterLogo 
{
    position:relative;
    z-index:999;
    top: 20px;
    left: 90px;
}

.lesterLogo img{
	float:left;
	position:static;
	/*z-index:999;*/
}

.clearfix:after 
{
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}

.topnav 
{
    background-color: #FFDF0F;
    color: #014380;
    padding: 5px;
    padding-top: 4px;
    width: 100%;
}

.topnav .center 
{
  margin: 0 auto;
  width: 1280px;
}

#menu-top-nav, #auth-status
{
    float: right;
    list-style: none;
}

#menu-top-nav li, #auth-status li
{
  border-right: 2px solid #014380;
  float: left;
  padding: 0 11px;
  position: relative;
  z-index: 10;
  line-height: 1.9em;
}

#auth-status li:last-child
{
    border-right: none;
}

#menu-top-nav li a, #auth-status li a
{
    display: block;
    text-transform: uppercase;
    padding: 0 !important;
    color: #014380;
    text-decoration: none;
    font-size: 15px;
}

#menu-top-nav li a:hover, #auth-status li a:hover
{
    color: white;
}

nav 
{
    background-color: #014380;
    padding: 38px 20px 20px;
}

nav .center 
{
  margin: 0 auto;
  width: 1280px;
}

/*
.topNav{
    background-color: #FFDF0F;
    color: #014380;
    padding: 5px;
    width: 100%;
	float: left;
}

.topNavInner 
{
    margin: 0 auto;
    width:1280px;
}
.topNav ul{
	
	float:right;
}

.topNav ul li{
	float: left;
    border-right: 2px solid #014380;
    padding: 0 10px;
}

.topNav ul li:last-child
{
    border-right: none;
}

.topNav ul li a{
	padding: 0;
    color: #014380;
    text-transform: uppercase;
    font-size: 1.5em;
}

.topNav ul li a:hover
{
    text-decoration: none;
    color:#FFF;
}

.topNav span {
	color:#000;
}

.topNav span:hover  {
	color:#FFF;
}
*/
#quite-link, #quote-link:hover
{
	text-decoration:none;
}

#quote-link:hover::before, #quote-link:hover::after {
	color:#FFF;
}

/*********** Main Nav ************/

.mainNav
{
    background-color: #014380;
    padding-bottom: 19px;
}

.mainNav .topNavInner
{
    margin: 0 auto;
    width: 1280px;
}

.mainNav ul
{
	z-index: 1001;
    float: right;
    list-style: none;
    margin-top: 38px;
}

.mainNav ul li
{
	float: left;
	position: relative;
	cursor: pointer;
	z-index: 1001;
    border-right: 2px solid #FFDF0F;
}

.mainNav ul li:last-child, .mainNav ul li:nth-last-child(2)
{
    border-right: none;
}

.mainNav ul li a
{
	display: block;
	padding: 5px 10px;
    padding-bottom: 7px;
	font-size: 1.4em;
	cursor: default;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
}

.mainNav ul li a:last-child
{
    padding-right: 3px;
}

.mainNav ul li a:hover
{
    text-decoration: none;
    color: #FFDF0F;
    cursor: pointer;
}

.mainNav ul li:hover .sub-menu
{
    visibility: visible;
    opacity: 1;
}

.sub-menu 
{
  background-color: #FFDF0F;
  color: #014380;
  border-bottom: none;
  border-left: none;
  border-right: none;
  border-radius: 5px;
  display: block;
  opacity: 0;
  position: absolute;
  visibility: hidden;
  min-width: 285px;
  top: -10px;
  z-index: 2000;
}

.sub-menu:before 
{
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 13px 10px;
  border-color: transparent transparent #FFDF0F transparent;
  position: absolute;
  top: -10px;
  left: 12px;
}

.sub-menu li
{
    width: 100%;
    border-right: none!important;
    margin-top: 5px;
}

.sub-menu li:hover
{
    color: #fff!important;
    background-color: #014380;
    cursor: pointer;
}

.sub-menu li:hover a
{
    color: #fff!important;
}

.sub-menu li a
{
    color: #014380!important;
    text-transform: capitalize!important;
    font-size: 1.4em!important;
    padding: 10px 15px!important;
    width: 100%!important;
}

.sub-menu li:last-child
{
    margin-bottom: 5px;
}

.topLevel li:last-child a:first-child
{
    padding-right: 3px;
}

.search-form-contain 
{
    -webkit-appearance: none;
    background-color: #FFF;
    box-shadow: 1px 2px 3px 2px #AAA;
    clear: both;
    display: none;
    padding: 7px;
    position: absolute;
    top: 35px;
    right: -12px;
    width: 270px;
    float: right;
}

.search-form-contain:before 
{
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 13px 10px;
  border-color: transparent transparent #FFF transparent;
  position: absolute;
  top: -10px;
  right: 12px;
}

#search-trigger 
{
  background-color: #014382;
  background-image: url("http://www.lestercontrols.co.uk/wp-content/themes/lester-controls/_assets/css/../img/search-icon.png");
  background-size: 100%;
  border: none;
  color: #014382;
  cursor: pointer;
  display: block;
  float: right;
  height: 20px;
  margin: 5px 0 0 10px;
  outline: none;
  position: relative;
  width: 20px;
  z-index: 1000;
}

.search-form 
{
    -webkit-appearance: none;
    background-color: #FFF;
    box-shadow: 1px 2px 3px 2px #AAA;
    clear: both;
    display: none;
    padding: 7px;
    position: absolute;
    top: 35px;
    right: -12px;
    width: 270px;
}

.search-form-contain input[type="search"] 
{
    border: 1px solid #DDD;
    font-size: 15px;
    outline: none;
    padding: 10px;
    width: 165px;
}

.search-form-contain input[type="button"] 
{
  background-color: #FFDF0F;
  color: #014382;
  float: right;
  height: 40px;
  text-transform: uppercase;
  padding: 0;
  width: 85px;
}

.search-form-contain input[type="button"]:hover 
{
    color: #fff!important;
    background-color: #014380;
    cursor: pointer;
}

.head-logo
{
    background-image: url("http://www.lestercontrols.co.uk/wp-content/themes/lester-controls/_assets/css/../img/logo.png");
    background-size: 100% 100%;
    display: block;
    float: left;
    height: 95px;
    overflow: hidden;
    position: absolute;
    text-indent: -999px;
    top: 55px;
    width: 95px;
    z-index: 10001;
}

@-webkit-keyframes fadeInDropDown {
        0%  { opacity: 0; top: 45px; }
        100% { opacity: 1; top: 50px;}
}
@-moz-keyframes fadeInDropDown {
        0%  { opacity: 0; top: 45px; }
        100% { opacity: 1; top: 50px;}
}
@-ms-keyframes fadeInDropDown {
        0%  { opacity: 0; top: 45px; }
        100% { opacity: 1; top: 50px;}
}
@keyframes fadeInDropDown {
        0%  { opacity: 0; top: 45px; }
        100% { opacity: 1; top: 50px;}
}

.fadeInOut {
     -webkit-animation: fadeInDropDown .2s;
     -moz-animation:    fadeInDropDown .2s;
     -ms-animation:     fadeInDropDown .2s;
     animation:         fadeInDropDown .2s;
}


/******* CONTENT **********/

.content{
	float: left;
	width: 100%;
	background: #fff; /* Old browsers */
}

.Home .content #outerContentHome
{
    background: #fff; /* Old browsers */
	padding-bottom:10px;
}

.Home .content .wrapper {
    background: url(/images/BG-home2.png) no-repeat;
    height: 330px;
    overflow: hidden;
    padding: 20px;
}


.downloadsArea .wrapper{
	position: relative;
	padding-left: 50px;
}

.downloadPDF{
	position: absolute;
	top: -25px;
	left: 0;
	z-index: 1000;
}

.newsArea a{
	float: left;
	margin: 9px 80px 0 0;
	color: #37383B;
}

.newsArea a:hover {
	color: #37383B;
}

.Home .content .homediv {
    float: right;
    text-align: right;
    padding: 40px 470px 0 0;
    height: 250px;
}

    .Home .content .homediv h1 {
        color: #555;
        font-size: 2.3em;
        width: 180px;
        display: block;
        text-shadow: 1px 1px 1px #CCC;
    }

    .Home .content .homediv a {
        float: right;
        width: 150px;
        text-align: center;
        padding: 5px;
        background: #58595d; /* Old browsers */
	    background: -moz-linear-gradient(top, #58595d 0%, #1e1f22 100%); /* FF3.6+ */
	    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#58595d), color-stop(100%,#1e1f22)); /* Chrome,Safari4+ */
	    background: -webkit-linear-gradient(top, #58595d 0%,#1e1f22 100%); /* Chrome10+,Safari5.1+ */
	    background: -o-linear-gradient(top, #58595d 0%,#1e1f22 100%); /* Opera11.10+ */
	    background: -ms-linear-gradient(top, #58595d 0%,#1e1f22 100%); /* IE10+ */
	    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#58595d', endColorstr='#1e1f22',GradientType=0 ); /* IE6-9 */
	    background: linear-gradient(top, #58595d 0%,#1e1f22 100%); /* W3C */
        margin-top: 30px;
        margin-right: 0px;
        font-size: 1.3em;
    }

.Home .content h2{
	color: #37383b;
	font-size: 3.9em;
	width: 400px;
	display: block;
	/*border-bottom: 2px solid #37383b;*/
}

.Home .content .textArea{
	width: 400px;
	padding-left: 100px;
}

.content .w_PDF .textArea{
	padding-left: 41px;
}

.wrapper{
	width: 1200px;
	margin: 0 auto;
}

    .wrapper .mainimage {
        /*float: left;*/
        width: 595px;
        border: 1px solid red;
        text-align: center;
        height: 337px;
        display: inline-block;
    }


.Home .content h1{
	border-bottom: none;
}

.Home .content .textArea{
	width: 400px;
	padding-left: 120px;
	overflow: hidden;
	float: left;
    /*border:1px solid green;*/
    margin-top: 15px;
}

.content h1{
	color: #37383b;
	font-size: 3.0em;
	display: block;
	border-bottom: 2px solid #37383b;
    width: 500px;
}

.content .textArea h1 {
	color: #37383b;
	font-size: 3.0em;
	display: block;
	border-bottom: 2px solid #37383b;
    width: 500px;
}

.content .adminArea{
	width: 1200px;
    padding: 40px;
    float: left;
}

.content .adminArea h1,
.content .clientArea h1 {
    color: #37383b;
    font-size: 2.3em;
    display: block;
    border: 0;
    text-align: center;
    width: 100%;
}

.ViewReportLink {
    display: block;
    float: right;
    clear: both;
    margin-top: 11px;
    color: black;
    background-color: white;
    padding: 5px;
    font-family: arial;
    font-size: 12px;
    width:98%;
}

.ViewReportLink:hover {color:black;text-decoration:none;}

.centerbox h1 {
    font-size: 2.3em;
    border: 0;
}


.Documentation .content h1
{
	width: 828px;
	margin-left: 40px;
}

.Contact_Us .content h1 {
    margin-left: 40px;
}

.Quote .content h1{
	width: 770px;
	margin-left: 175px;
}

.noScroll h1{
	margin-bottom: 10px;
}

.content .textArea{
	width: 530px;
	/*padding-left: 120px;*/
    padding-left: 40px;
	overflow: hidden;
	float: left;
    margin-bottom: 40px;
    /*height: 337px;*/
    /*border: 1px solid blue;*/
}

.Contact_Us .content .textArea{
	padding: 10px 0 0 45px;
	width: auto;
}

.Quote .content .textArea{
	width: auto;
	padding-left: 55px;
}

.Documentation .content .textArea{
	width: auto;
}

.content .textArea ul{
	margin-bottom: 10px;
}

.content .textArea ul li{
	font-size: 1.2em;
	list-style: outside square;
	margin-left: 20px;
}

.textArea table{
	width: 100%;
	text-align: center;
}

.textArea table td{
	padding: 3px 0;
}

.textArea table tr:first-child:hover{
	background: none;
	color: #37383B;
}

.textArea table tr:hover{
	background: #0C2567;
	color: #fff;
}

.textArea p.imgText{
	width: 80px;
	float: left;
	padding-top: 15px;
}

.textArea img{
	float: left;
	padding-left: 5px !important;
	padding-right: 5px;
}

.content .wrapper{
	min-height: 700px;
	padding: 20px;
	/*position: relative;*/
    /*border: 1px solid red;*/
}

.content .adminArea .wrapper {
    height: auto;
}

.content .wrapper img{
	position: right;
	padding-left: 140px;
}

.content .wrapper .promoBox img 
{
    padding-left:0;
}

.maison1
{
    background:url('/images/BG-home2.jpg') no-repeat;
    height:370px;
    margin-top:-60px;
    
}

.maison1 .textArea
{
      margin-top:20px;
}

.maison1 h2
{

}

.maison1 h1
{
    position:relative;
    z-index:999;
}

	

.overview ul li{
	color: #37383B;
}

.newsArea
{
    clear:none;
	float: left;
	height: 30px;
	width: 100%;
	background: #fff;
	border-bottom: #b3b2b2 1px solid;
	border-top: #d7d7d7 1px solid;
}

.promoNav, .features{
	float: left;
	width: 100%;
	height: 150px;
	background: #fff; /* Old browsers */
	border-top: #fff 1px solid;
	border-bottom: #fff 1px solid;
}

.promoNav .wrapper {
	padding: 10px 0px 10px 15px;
	width: 1185px;
	margin: 0 auto;
	height:0;
}

.features .wrapper{
	padding: 6px 0;
	width: 1295px;
	margin: 0 auto;
}

.promoBox, .featuresBox{
	float: left;
	width: 377px;
	height: 126px;
	border: 2px solid #fff;
	background: #f4f3f3; /* Old browsers */
	background: -moz-linear-gradient(top, #f4f3f3 0%, #c2c2c2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f3f3), color-stop(100%,#c2c2c2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f4f3f3 0%,#c2c2c2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f4f3f3 0%,#c2c2c2 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #f4f3f3 0%,#c2c2c2 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f3f3', endColorstr='#c2c2c2',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #f4f3f3 0%,#c2c2c2 100%); /* W3C */
	-webkit-box-shadow: 0px 0px 1px 1px #c7c7c7;
	-moz-box-shadow: 0px 0px 1px 1px #c7c7c7;
	box-shadow: 0px 0px 1px 1px #c7c7c7; 
	margin: 0 7px;
}

/********Carousel***********/
#quote-slider-code .viewport, #slider-code .viewport { float: left; width: 1170px; height: 140px; overflow: hidden; position: relative;}
.Quote #quote-slider-code .viewport { float: left; width: 800px; height: 310px;}
#quote-slider-code .buttons, #slider-code .buttons { display: block; margin: 60px 10px; float: left; }
#quote-slider-code .disable, #slider-code .disable { visibility: hidden; }
#quote-slider-code .overview, #slider-code .overview { list-style: none; position: absolute; padding: 0; margin: 5px 0 0 5px; left: 0px; top: 0px; }
#quote-slider-code .overview .featuresBox, #slider-code .overview .featuresBox{ float: left; width: 370px;}
.Quote #quote-slider-code .overview .quoteBox{ float: left; width: 800px; height: 240px;}

.prev{
	background: url(/images/arrow-right.png) no-repeat;
	width: 10px;
	height: 20px;
}

.Quote .prev{
	width: 80px;
	height: 20px;
	padding: 3px 0 0 15px;
	font-size: 1.4em;
	color: #333;
}

.next{
	background: url(/images/arrow-left.png) no-repeat;
	width: 10px;
	height: 20px;
}

.Quote .next{
	font-size: 1.4em;
	color: #333;
	background-position: 60px 0;
	padding-top: 3px;
	width: 80px;
	height: 20px;
}
	

.promoText{
	float: right;
	width: 230px;
}

.promoText p{
	color: #8e9095;
	font-size: 1.8em;
	text-shadow: 1px 1px 1px #fff;
}

.controlPanels img{
	position: relative;
	left: 5px;
}

.controlPanels .promoText{
	padding: 10px 20px 0 0;
}

.shaft img{
	position: relative;
	left: 10px;
	top: -5px;
}

.shaft .promoText{
	padding: 10px 20px 0 0;
}

.internalCar img{
	position: relative;
	left: -8px;
	top: -10px;
}

.internalCar .promoText{
	padding: 10px 10px 0 0;
	width: 250px;
}

.featureText{
	float: left;
	padding: 7px 25px;
	max-width: 320px;
}

.featureText_Detail h3{
	font-size: 1.8em;
	margin-bottom: 5px;
}

.featureText_img{
	position: relative;
	top: -150px;
	left: 120px;
	width: 176px;
}

.featureText p{
	color: #8e9095;
	font-size: 1.8em;
	text-shadow: 1px 1px 1px #fff; 
}

.featureText h4{
	float: left;
	width: 100%;
	margin-bottom: 5px;
}

.featureText ul{
	float: left;
    padding-bottom: 10px;
}

.featureText ul li{
	color: #8e9095;
	font-size: 1.2em;
	list-style: outside square none; 
	margin: 0 20px 0px 0;
	/*line-height: 100%;*/
    margin-left: 20px;
}

/*.featureText ul li:nth-child(6), .featureText ul li:nth-child(7), .featureText ul li:nth-child(8) {
	display: none;
}*/

.featureText_Detail ul li{
	width: 320px;
}

.noFloatProductCodes ul li{
	float: none;
}

.evenFloatProductCodes ul li{
	width: 140px;
}

.relayAPB img{
	position: relative;
	left: -18px;
	top: -15px;
}

img.uspReceiver{
	position: relative;
	left: 38px;
	top: 10px;
}

img.subDCable{
	position: relative;
	left: 58px;
	top: 10px;
}

img.uspTransmitter{
	position: relative;
	left: 38px;
	top: 10px;
}

img.uspWire{
	position: relative;
	left: 128px;
	top: -35px;
}

img.correctionSensor{
	position: relative;
	left: 38px;
	top: 10px;
}

img.uspLocator{
	position: relative;
	left: 38px;
	top: 10px;
}

img.teachingButton{
	position: relative;
	left: 38px;
	top: 10px;
}

.footerNav{
	float: left;
	width: 100%;
	min-height: 240px;
	background: #fff; /* Old browsers */
}

.footerNav .wrapper
{
    width: 1280px;
    border-top: 2px solid #007FC5;
    border-bottom: 2px solid #007FC5;
    padding-top: 30px;
    padding-bottom: 30px;
}

.footerNav .wrapper span:first-child ul
{
    padding-left: 0px;
}

.footerNav .wrapper span:last-child ul
{
    padding-right: 0px;
}

.footerNav
{
    clear: both;
    float: left;
    margin: 20px 0;
    margin-bottom: 80px;
    padding: 30px 0;
}

.footerNav ul{
	float: left;
	width: 195px;
	padding: 10px 10px;
}

.footerNav li{
	color: #bdbdbd;
	font-size: 1.2em;
	line-height: 1.2em;
}

/*.Motor_Room .footerNav li{
	color: #7B7C7E;
}

.Motor_Room .footerNav li a{
	color: #a4994f;
}

.Motor_Room .footerNav li a:hover{
	color: #7B7C7E;
}*/

/*.Shaft .footerNav li, .Training_And_Repair .footerNav li{
	color: #fff;
}


.Shaft .footerNav li a, .Training_And_Repair .footerNav li a{
	color: #B7B7B7;
}

.Shaft .footerNav li a:hover, .Training_And_Repair .footerNav li a:hover{
	color: #fff;
}*/

footer {
	background-image: url("/images/footer-radius.png");
	background-image: url("/images/footer-radius.jpg");
	background-image: url("/images/footer-radius_new.jpg");
	background-image: url("/images/footer-radius_new2.png");
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100%;
	clear: both;
	height: 221px;
	margin-top: 75px;
	width: 100%;
	color: #858585;
}

footer li, footer li a
{
    color: #858585;
}

footer .center
{
    margin: auto;
    width: 1280px;
    font-size: 1.3em;
    text-align: left!important;
}

footer ul
{
    float: left;
    margin-top: 40px;
}

footer li
{
    font-size: 15px;
}

footer .social
{
    clear: both;
    float: left;
    margin-top: 20px;
}

footer .social li 
{
    float: left;
    margin-right: 20px;
}

footer .social a
{
    display: block;
    height: 45px;
    overflow: hidden;
    text-indent: -999px;
    width: 45px;
}

footer .signature 
{
    float: right;
    color: #858585;
}

footer .signature strong
{
    font-weight: 600;
}

footer .signature a
{
    font-size: 1em;
    color: #858585;
}

footer .signature a:hover
{
    color: #014380;
    text-decoration: none;
}

footer .footer-contact-details a:hover, footer .footer-contact-fax a:hover, footer .footer-contact-email a:hover
{
    color: #014380;
    text-decoration: none;
}

a.facebook {
	//background-image: url("/images/facebook.png");
}

a.google-plus 
{
   // background-image: url("/images/google-plus.png");
}

a.twitter {
	background-image: url("/images/twitter.png");
}

.footerNav li
{
    padding: 5px;
}

.footerNav li a
{
	color: #000;
	font-size: 0.9em;
	display: block;
}

.footerNav li:first-child a
{
    color: #014380;
    font-size: 1.5em;
}


.footerNav li a:hover{
	color: #FFDF0F;
    text-decoration: none;
}

.coprightInfo{
    margin: 0 auto;
	width: 1200px;	
}

.copyRightText{
	float: left;
	height: 90px;
	padding-top: 20px;
    width: 1200px;	
}

.coprightInfo p{
	text-align: center;
	color: #7B7C7E;
	font-size: 1.1em;
}

.coprightInfo a{
	color: #7B7C7E;
	font-size: 1.1em;
}



/******* Contact Form *******/

.contactForm{
	float: left;
	width: 310px;
}

.contactForm input[type=text], .contactForm textarea, #login input[type=text], #login input[type=password]{
	border: 1px solid #37383B;
	color: #37383B;
	float: left;
	font-size: 12px;
	font-weight: bold;
	height: 17px;
	margin: 0 0 5px 15px;
	padding-left: 3px;
	padding-right: 1px;
	padding-top: 1px;
	width: 200px;
}

#login div{
	float: left;
	width: 301px;
}

#login legend{
	font-size: 1.3em;
	margin-bottom: 40px;
	float: left;
}

.contactForm textarea{
	height: 90px;
	min-height: 90px;
	max-height: 120px;
	min-width: 200px;
	max-width: 200px;
}

.contactForm label, #login label{
	clear: both;
    display: block;
    float: left;
    font-weight: bold;
    line-height: 1.5em;
    text-align: left;
    width: 80px;
}

.contactForm input[type=submit] {
	margin-right: 10px;
}

.addresses{
	float: left;
}

.formBox{
	float: left;
	width: 330px;
}

.Contact_Us iframe{
	float: left;
	 padding: 5px;
	 border: 2px solid #333;
	 margin-left: 30px;
}

.Contact_Us h2{
	margin: auto;
}

/******* Quotation Form *******/

.quotationForm legend {
    color: #37383B;
    font-weight: bold;
	font-size: 1.3em;
    padding: 0 10px;
}

.quotationForm .full{
    border: 1px solid #37383B;
    float: left;
    height: auto;
    margin-bottom: 10px;
    padding: 10px 10px 10px 5px;
    width: 753px;
}

.quotationForm .fifth{
    border: 1px solid #37383B;
    float: left;
    height: 205px;
    margin-bottom: 10px;
    margin-right: 5px;
    padding: 10px 5px;
    width: 138px;
}

.quotationForm .third{
    border: 1px solid #37383B;
    float: left;
    height: auto;
    margin-bottom: 10px;
    margin-right: 5px;
    padding: 10px 5px;
    width: 241px;
}

.quotationForm .third div{
	height: 22px;
	margin-bottom: 5px;
}

.quotationForm .labelStd {
    clear: both;
    display: block;
    float: left;
    font-weight: bold;
    height: 20px;
    line-height: 1.5em;
    overflow: hidden;
    text-align: left;
    width: 100px;
}

.quotationForm .textBox {
    border: 1px solid #37383B;
    color: #37383B;
    float: left;
    font-size: 12px;
    font-weight: bold;
    height: 17px;
    margin: 0 0 10px 15px;
    padding-left: 3px;
    padding-right: 1px;
    padding-top: 1px;
    width: 630px;
}

.quotationForm .labelSmall {
    display: block;
    float: left;
    height: 22px;
    width: 100px;
}
	
.quotationForm .radioButton {
    clear: left;
    display: block;
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    width: 18px;
}

.quotationForm .labelSmallClear {
    clear: left;
    display: block;
    float: left;
    height: 22px;
    width: 105px;
}

.quotationForm .textBoxSmall {
    border: 1px solid #37383B;
    color: #37383B;
    float: left;
    font-size: 1.2em;
    font-weight: bold;
    height: 19px;
    margin-left: 5px;
    padding-left: 3px;
    padding-right: 1px;
    padding-top: 1px;
    width: 120px;
}

.quotationForm .textBoxNumeric {
    border: 1px solid #37383B;
    color: #37383B;
    float: left;
    font-size: 12px;
    font-weight: bold;
    height: 17px;
    margin-left: 5px;
    padding-left: 3px;
    padding-right: 1px;
    padding-top: 1px;
    width: 25px;
}

.quotationForm .radioButtonNoClear {
    display: block;
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    width: 18px;
}

.quotationForm .labelMin {
    display: block;
    float: left;
    height: 16px;
    padding-right: 2px;
    width: 15px;
}

.quotationForm .checkBox {
    display: block;
    float: left;
    height: 14px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 0 8px 8px 4px;
    width: 20px;
}

.quotationForm .labelMed {
    display: block;
    float: left;
    height: 15px;
    margin-right: -3px;
    padding-top: 2px;
    width: 156px;
}

.quotationForm .checkBoxClear {
    clear: left;
    display: block;
    float: left;
    height: 14px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 0 8px 8px 4px;
    width: 20px;
}

.Quote .content .quotationForm textArea {
    border: 1px solid #37383B;
    clear: left;
    color: #37383B;
    float: left;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    height: 80px;
    max-height: 80px;
    min-height: 80px;
    padding-left: 3px;
    padding-right: 1px;
    padding-top: 1px;
    width: 745px;
	max-width: 745px;
	min-width: 745px;
}	

input[type=text]:focus, textarea:focus {
	background-color: #fff; 
	-webkit-box-shadow: 0px 0px 2px 2px #c7c7c7;
	-moz-box-shadow: 0px 0px 2px 2px #c7c7c7;
	box-shadow: 0px 0px 2px 2px #c7c7c7; 
} 

.quotationForm .submitButton, .contactForm input[type=submit],  #login input[type=submit]{
    background-color: #37383B;
    border: 1px solid #37383B;
    color: #FFFFFF;
    height: 22px;
    width: 80px;
	cursor: pointer;
	float: right;
}

.quotationForm .submitButton:hover, .contactForm input[type=submit]:hover, #login input[type=submit]:hover {
    background-color: #fff;
    border: 1px solid #37383B;
    color: #37383B;
} 

.confirmationText{
	padding: 20px 0 0 120px;
}

.Documentation .content .viewport{
	padding-top: 10px;
}

.Documentation .content ul{
	float: left;
}

.Documentation .content ul.docNav li{
	cursor: pointer;
	margin-bottom: 10px;
}

.Documentation .content ul li:hover{
	text-decoration: underline;
}

.docContentWrapper{
	float: left;
	
}

.docContent{
	position: absolute;
	width: 400px;
	height: 280px;
	margin-left: 100px;
}

.Documentation .content .hidden{
	display: none;
}

.Documentation .content .docContent ul{
	float: none;
}

.docContent ul li a{
	font-size: 1em;
	color: #333;
}

.docNav li.selected{
	text-decoration: underline;
}

.docNav li.dimIt{
	color: #999999;
}

/**** LARGE Screen ****
@media (max-width:1700px){
	
	.productsNav ul li{
		margin: 0 10px 5px 10px;
		width: 110px;
	}
	
	.productsNav ul.subNav{
		width: 1200px;
	}
	
	.topNav{
		width: 100%;
	}
	
}**/

/**** small Screen ******/

@media (max-width:989px){
	
}
/******** OLD NAV (But nice nav :o( ******/
.productsNav{
	float: left;
	width: 100%;
	height: 50px;
	background: #58595d; /* Old browsers */
	background: -moz-linear-gradient(top, #58595d 0%, #1e1f22 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#58595d), color-stop(100%,#1e1f22)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #58595d 0%,#1e1f22 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #58595d 0%,#1e1f22 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #58595d 0%,#1e1f22 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#58595d', endColorstr='#1e1f22',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #58595d 0%,#1e1f22 100%); /* W3C */
	border-bottom: #fff 1px solid;	
	-moz-transition-property: height;
	-moz-transition-duration: 0.3s;
	-moz-transition-timing-function: ease-in-out;
	-webkit-transition-property: height;
	-webkit-transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-in-out;
	-o-transition-property: height;
	-o-transition-duration: 0.3s;
	-o-transition-timing-function: ease-in-out;
	transition-property: height;
	transition-duration: 0.3s;
	transition-timing-function: ease-in-out;
}

/*
.Control_Panels .productsNav, .Control_Panels .footerNav{
	background: #295089;
	background: -moz-linear-gradient(top, #446fa2 0%, #0c2567 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#446fa2), color-stop(100%,#0c2567));
	background: -webkit-linear-gradient(top, #446fa2 0%,#0c2567 100%); 
	background: -o-linear-gradient(top, #446fa2 0%,#0c2567 100%); 
	background: -ms-linear-gradient(top, #446fa2 0%,#0c2567 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#446fa2', endColorstr='#0c2567',GradientType=0 ); 
	background: linear-gradient(top, #446fa2 0%,#0c2567 100%); 
}

.Shaft .productsNav, .Shaft .footerNav{
	background: #62ab53;
	background: -moz-linear-gradient(top, #62ab53 0%, #3a6337 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#62ab53), color-stop(100%,#3a6337)); 
	background: -webkit-linear-gradient(top, #62ab53 0%,#3a6337 100%); 
	background: -o-linear-gradient(top, #62ab53 0%,#3a6337 100%); 
	background: -ms-linear-gradient(top, #62ab53 0%,#3a6337 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#62ab53', endColorstr='#3a6337',GradientType=0 );
	background: linear-gradient(top, #62ab53 0%,#3a6337 100%); 
}

.External_Car .productsNav, .External_Car .footerNav{
	background: #bc2c21;
	background: -moz-linear-gradient(top, #bc2c21 0%, #612626 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bc2c21), color-stop(100%,#612626)); 
	background: -webkit-linear-gradient(top, #bc2c21 0%,#612626 100%);
	background: -o-linear-gradient(top, #bc2c21 0%,#612626 100%);
	background: -ms-linear-gradient(top, #bc2c21 0%,#612626 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bc2c21', endColorstr='#612626',GradientType=0 );
	background: linear-gradient(top, #bc2c21 0%,#612626 100%);
}

.Internal_Car .productsNav, .Internal_Car .footerNav{
	background: #8436b8;
	background: -moz-linear-gradient(top, #8436b8 0%, #382d52 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8436b8), color-stop(100%,#382d52)); 
	background: -webkit-linear-gradient(top, #8436b8 0%,#382d52 100%);
	background: -o-linear-gradient(top, #8436b8 0%,#382d52 100%);
	background: -ms-linear-gradient(top, #8436b8 0%,#382d52 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8436b8', endColorstr='#382d52',GradientType=0 );
	background: linear-gradient(top, #8436b8 0%,#382d52 100%);
}

.Car_And_Landing .productsNav, .Car_And_Landing .footerNav{
	background: #620e10;
	background: -moz-linear-gradient(top, #620e10 0%, #3e2327 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#620e10), color-stop(100%,#3e2327));
	background: -webkit-linear-gradient(top, #620e10 0%,#3e2327 100%);
	background: -o-linear-gradient(top, #620e10 0%,#3e2327 100%); 
	background: -ms-linear-gradient(top, #620e10 0%,#3e2327 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#620e10', endColorstr='#3e2327',GradientType=0 );
	background: linear-gradient(top, #620e10 0%,#3e2327 100%); 
}

.Motor_Room .productsNav, .Motor_Room .footerNav{
	background: #f7e258;
	background: -moz-linear-gradient(top, #f7e258 0%, #e8ac0a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7e258), color-stop(100%,#e8ac0a));
	background: -webkit-linear-gradient(top, #f7e258 0%,#e8ac0a 100%); 
	background: -o-linear-gradient(top, #f7e258 0%,#e8ac0a 100%); 
	background: -ms-linear-gradient(top, #f7e258 0%,#e8ac0a 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7e258', endColorstr='#e8ac0a',GradientType=0 );
	background: linear-gradient(top, #f7e258 0%,#e8ac0a 100%);
}

.Training_And_Repair .productsNav, .Training_And_Repair .footerNav{
	background: #08b8b3;
	background: -moz-linear-gradient(top, #08b8b3 0%, #026568 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#08b8b3), color-stop(100%,#026568)); 
	background: -webkit-linear-gradient(top, #08b8b3 0%,#026568 100%); 
	background: -o-linear-gradient(top, #08b8b3 0%,#026568 100%);
	background: -ms-linear-gradient(top, #08b8b3 0%,#026568 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#08b8b3', endColorstr='#026568',GradientType=0 );
	background: linear-gradient(top, #08b8b3 0%,#026568 100%);
}
*/

.expandNav{
	height: 80px;
	-moz-transition-property: height;
	-moz-transition-duration: 0.3s;
	-moz-transition-timing-function: ease-in-out;
	-webkit-transition-property: height;
	-webkit-transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-in-out;
	-o-transition-property: height;
	-o-transition-duration: 0.3s;
	-o-transition-timing-function: ease-in-out;
	transition-property: height;
	transition-duration: 0.3s;
	transition-timing-function: ease-in-out;
}

.hoverNav{
	color: #fff !important;
	text-decoration: underline;
}

.productsNav ul.primaryNav{
	float: left;
	width: 1150px;
	display: block;
	padding: 20px 0 0px 100px;
}

.productsNav ul.subNav{
	position: absolute;
	top: 75px;
	left: 100px;
	display: block;
	width: 1550px;
	display: none;
}

.showHideNav{
	opacity: 1 !important;
	filter:alpha(opacity=1);
	-moz-transition-property: all;
	-moz-transition-duration: 0.3s;
	-webkit-transition-property: all;
	-webkit-transition-duration: 0.3s;
	-o-transition-property: all;
	-o-transition-duration: 0.3s;
	transition-property: all;
	transition-duration: 0.3s;
}

.dimNav{
	color: #626262;
	-moz-transition-property: color;
	-moz-transition-duration: 0.3s;
	-webkit-transition-property: color;
	-webkit-transition-duration: 0.3s;
	-o-transition-property: color;
	-o-transition-duration: 0.3s;
	transition-property: color;
	transition-duration: 0.3s;
}

.External_Car .dimNav{
	color: #7a7a7a;
}

.Control_Panels .dimNav{
	color: #5c6f8a;
}

.productsNav ul li{
	float: left;
	margin: 0 20px 5px 20px;
	width: 110px;
}

.productsNav ul li:first-child{
	width: 140px;
}

.productsNav ul li a{
	font-size: 1.4em;
	display: block;
	cursor: pointer;
	-moz-transition-property: color;
	-moz-transition-duration: 0.3s;
	-webkit-transition-property: color;
	-webkit-transition-duration: 0.3s;
	-o-transition-property: color;
	-o-transition-duration: 0.3s;
	transition-property: color;
	transition-duration: 0.3s;
}

.productsNav ul.subNav li a{
	font-size: 1.1em; 
	height: 26px;
}

.Motor_Room .productsNav ul li a{
	color: #626262;
}

.Motor_Room .productsNav ul li a.dimNav{
	color: #bbae5a;
}

.Motor_Room .productsNav ul li a.hoverNav{
	color: #333 !important;
	text-decoration: underline;
}

.personnelList{
	width: 1240px;
	float: left;
    position: relative;
}

.personnelList h1{
	width: auto;
	float: left;
    margin-left: 40px;
}

.personnelList h3{
	font-size: 1.1em;
}

.staffList{
	position: absolute;
	top: 35px;
    left: 20px;
	margin-left: 6px;
	width: 800px;
	height: 285px;
	padding-top: 30px;	
}

.seniorManagement{
	position: absolute;
	left: 215px;
	z-index: 400;
}

.staffRow{
	float: left;
}

.staffRow .invisible {
	visibility: hidden;
}

.staffBox{
	width: 150px; 
	height: 20px;
	float: left;
	padding: 8px 3px 3px 3px;
	border: 2px solid #fff;
	margin: 5px 15px;
	text-align: center;
	position: relative;
	background: #dddddd; /* Old browsers */
	background: -moz-linear-gradient(top, #dddddd 0%, #c2c2c2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dddddd), color-stop(100%,#c2c2c2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #dddddd 0%,#c2c2c2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #dddddd 0%,#c2c2c2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #dddddd 0%,#c2c2c2 100%); /* IE10+ */
	background: linear-gradient(top, #dddddd 0%,#c2c2c2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#c2c2c2',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: 0px 0px 2px 2px #c7c7c7;
	-moz-box-shadow: 0px 0px 2px 2px #c7c7c7;
	box-shadow: 0px 0px 2px 2px #c7c7c7; 
}

.butt{
	background: #88bfe8; /* Old browsers */
	background: -moz-linear-gradient(top, #88bfe8 0%, #6097c1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#88bfe8), color-stop(100%,#6097c1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #88bfe8 0%,#6097c1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #88bfe8 0%,#6097c1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #88bfe8 0%,#6097c1 100%); /* IE10+ */
	background: linear-gradient(top, #88bfe8 0%,#6097c1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#88bfe8', endColorstr='#6097c1',GradientType=0 ); /* IE6-9 */
	cursor: pointer;
}

.seniorSelect{
	background: #bfd255; /* Old browsers */
	background: -moz-linear-gradient(top, #bfd255 0%, #8eb92a 97%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bfd255), color-stop(97%,#8eb92a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #bfd255 0%,#8eb92a 97%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #bfd255 0%,#8eb92a 97%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #bfd255 0%,#8eb92a 97%); /* IE10+ */
	background: linear-gradient(top, #bfd255 0%,#8eb92a 97%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#8eb92a',GradientType=0 ); /* IE6-9 */	
}

.butt:hover{
	-webkit-box-shadow: 0px 0px 2px 2px #999;
	-moz-box-shadow: 0px 0px 2px 2px #999;
	box-shadow: 0px 0px 2px 2px #999; 
}

.butt h3{
	color: #fff;	
}

.staffBox div{
	position: absolute;
	width: 150px;
	height: 25px;
}

.staffBox div, .staffList, .staffDetailBox{
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-transition-property: all;
	-moz-transition-duration: 0.3s;
	-webkit-transition-property: all;
	-webkit-transition-duration: 0.3s;
	-o-transition-property: all;
	-o-transition-duration: 0.3s;
	transition-property: all;
	transition-duration: 0.3s;
}

.faded{
	opacity: 0 !important;
	filter:alpha(opacity=0) !important;
	z-index: 200 !important;
}

.noFade{
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
}

.twoLines{
	margin-top: -7px;
}

.programDownloads div{
	float: left;
	width: 100%;
	margin-bottom: 3px;
}

.programDownloads h3{
	font-size: 1.3em;
	float: left;
}

.programDownloads a{
	float: right;
	color: #37383B;
	width: 110px;
	padding: 5px 10px;
	background: #CCCCCC;
}

.programDownloads a:hover{
	color: #37383B;
	text-decoration: underline;
}

#crew_commercialDirector .fithLevel, #crew_technicalDirector .fithLevel{
	margin-top: 10px;
}

.staffDetailBox{
	width: 250px;
	height: 305px;
	padding: 10px;
	position: absolute;
	right: 130px;
	border: 2px solid #fff;
	background: #f4f3f3; /* Old browsers */
	background: -moz-linear-gradient(top, #f4f3f3 0%, #c2c2c2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f3f3), color-stop(100%,#c2c2c2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f4f3f3 0%,#c2c2c2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f4f3f3 0%,#c2c2c2 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #f4f3f3 0%,#c2c2c2 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f3f3', endColorstr='#c2c2c2',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #f4f3f3 0%,#c2c2c2 100%); /* W3C */
	-webkit-box-shadow: 0px 0px 2px 2px #c7c7c7;
	-moz-box-shadow: 0px 0px 2px 2px #c7c7c7;
	box-shadow: 0px 0px 2px 2px #c7c7c7; 
    line-height: 180%;
}

.staffDetailBox img{
	float: left;
	border: 5px solid #fff;
	margin: 0 5px 5px 0;
	padding-left: 0 !important;
}

    .staffDetailBox h2 {
        float: left;
        font-size: 1.6em;
        color: #1E3C77;
        width: 120px;
        padding: 0 5px;
        line-height: 130%;
        font-weight: bold;
    }

    .staffDetailBox h3 {
        float: left;
        font-size: 1.6em;
        color: #1E3C77;
        width: 120px;
        padding: 0 5px;
        line-height: 130%;
    }

    .staffDetailBox p {
        float: left;
        clear: left;
    }

.staffList{
	z-index: 300;
}

#crew_commercialDirector{
	background: url(/images/BG_CommercialDirectors.png) no-repeat 90px 2px transparent;
}

#crew_technicalDirector{
	background: url(/images/BG_TechnicalDirectors.png) no-repeat 90px 2px transparent;
}

#crew_supportDirector{
	background: url(/images/BG_SalesDirectors.png) no-repeat 663px 2px transparent;
}

img {
    background: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)"; /* IE8 */   
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);   /* IE6 & 7 */      
    zoom: 1;

}

.pager{
	position: absolute;
	right: 270px;
	top: 30px;
}

.pager li{
	float: left;
	font-size: 1.8em;
	display: block;
	margin: 0 5px !important;
}

.pager li a{
	background: #37383B;
	padding: 3px 7px;
}

.pager li a.active{
	color: #37383B;
	background: #bdbdbd;
}

/*@media screen and (-webkit-min-device-pixel-ratio:0) {
	.featureText ul li{
		margin: 0 20px 0 0;
}*/


#stamp {
	margin-left:150px;
	margin-top:-45px;
	position:relative;
	z-index:99;
}

#stamp2 {
	position:relative;
	float:right;
	z-index:9;
	margin-top:-25px;
}

#stamp3 {
	margin-left:50px;
	margin-top:-45px;
	position:relative;
	z-index:9;

}

#stamp4 {
	position:relative;
	z-index:9;
	margin-top:-210px;
	margin-left:150px;
}


#contentTopHome
{
    margin:0 0 10px 0;
}

#headHolderHome
{
    font-size:1.7em;
    text-align:left;
    padding:30px 0 0 95px;
}

#headHolderHome h1
{
    width:400px;
}

.loginArea
{
    margin:auto;
}

.loginArea a
{
   margin: 5px 0;
}

.loginArea #Div1 a
{
    margin:0;
}

.appLogin 
{
    background#F00;
}

#UserNameLabel, #PasswordLabel, #RememberMe
{
    color:#37383b;
}

.appLogin
{
    background:none;
}

.appLogin #UserName, .appLogin #Password
{
    background:#FFF;
    border:1px solid #000;
}

/* HOME PAGE SCROLLBAR */

.Home #scrollbar1 { width: 400px;}
.Quote #scrollbar1{ width: 800px;}
#scrollbar1 { width: 530px; clear: both; margin: 20px 0 10px; border: 0px solid green;}
.Home #scrollbar1 .viewport { width: 380px; border: 0px solid red;}
#scrollbar1 .viewport { width: 510px; height: 260px; overflow: hidden; position: relative; }
#scrollbar1 .viewportShort { height: 230px; }
#scrollbar1 .viewportWide { width: 780px; }
#scrollbar1 .overview { list-style: none; position: absolute; left: 0; top: 0; }
#scrollbar1 .thumb .end,
#scrollbar1 .thumb { background-color: #666; }
#scrollbar1 .scrollbar { position: relative; float: right; width: 15px; }
#scrollbar1 .track { background-color: #CCCCCC; height: 100%; width:13px; position: relative; padding: 0px 1px 5px 1px; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; -webkit-box-shadow: inset 0px 0px 2px 2px #aaa; -moz-box-shadow: inset 0px 0px 2px 2px #aaa; box-shadow: inset 0px 0px 2px 2px #aaa;  }
#scrollbar1 .thumb { margin: 2px 0; height: 20px; width: 11px; cursor: pointer; overflow: hidden; position: absolute; top: 0px; border: 1px solid #fff; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px }
/*#scrollbar1 .thumb .end { overflow: hidden; height: 5px; width: 13px; }*/
#scrollbar1 .disable{ display: none; }

.Home .content h2{
	/*float: right;
	text-align: right;
	color: #000;
	font-size: 2.3em;
	width: 180px;
	display: block;
	padding: 0px 470px 0 0;
	text-shadow: 2px 2px 2px #E7E7E7;*/

    color: #37383b;
    font-size: 3.9em;
    width: 400px;
    display: block;
    border-bottom: 2px solid #37383b;
}




#stamp {
	margin-left:120px;
	margin-top:-40px;
	position:relative;
	z-index:99;
}

#stamp2 {
	position:relative;
	float:right;
	z-index:9;
	margin-top:-25px;
    margin-right: 12px;
}

#stamp3 {
	margin-left:50px;
	margin-top:-45px;
	position:relative;
	z-index:9;

}

#stamp4 {
	position:relative;
	z-index:9;
	margin-top:-180px;
	margin-left:150px;
}

.viewport .overview h2
{
	float: left;
	text-align: left;
	color: #000;
	font-size: 2.3em;
	width: 100%;
	display: block;
	padding: 0;
	text-shadow: 2px 2px 2px #E7E7E7;

}

/* Login & Register */

.loginArea {
	width:400px;
}


.appLogin, .appRegister, .passwordReset, .infoBox {
	background-color:transparent;
	font-size:10px;
	margin-bottom:0;
	width:400px;
	overflow-x:hidden;
	margin-top:10px;
	/*-webkit-box-shadow: 2px 2px 0px 0px #000000;
	box-shadow: 2px 2px 0px 0px #000000;*/
}

.appRegister {padding-bottom:5px;}

.appLogin legend, .appRegister legend, .passwordReset legend {
	display:block;
	width:394px;
	float:left;
	text-align:center;
	background-color:#000;
	padding:3px;
	margin-bottom:15px;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
}
.appLogin p, .appRegister p, .passwordReset p {
	display:block;
	width:394px;
	float:left;
	text-align:justify;
	
	padding:3px;
	margin-bottom:15px;
	font-size: 11px;
	
	font-weight: bold;
}

.appLogin .validationMessageArea, .appRegister .validationMessageArea, .passwordReset .validationMessageArea {
 	position: relative; 
	height: 100%; 
	left: 0px; 
	top: 0px;
	width:400px;
}

.appRegister span {display:none;}

.passwordReset span {
	display:block;
	width:390px;
	font-size: 11px;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 140px;
}


.appLogin hr, .appRegister hr {
	width:100%;
	float:left;
	clear:left;
	margin-top:10px;
	margin-bottom:10px;
	border-color:#3E9CDF;
}

.appLogin label, .appRegister label, .passwordReset label {
	width:110px;
	font-size:10px;
	margin-left:10px;
	float:left;
	color: #666;
	display:block;
	height:18px;
	margin-bottom:3px;
	clear:left;
}
.appRegister label, .passwordReset label {
	width:130px;
}

.appLogin input[type="text"], .appLogin input[type="password"], .appLogin select, 
.appRegister input[type="text"], .appRegister input[type="password"], .appRegister select,
.passwordReset input[type="text"], .passwordReset input[type="password"], .passwordReset select {
	font-size:12px;
	float:left;
	height:18px;
	margin-bottom:3px;
	color: #666;
	background-color: #E3E3E3;
	border: 1px solid #3E9CDF;
	width:250px;
}




.appLogin input[type="text"]:focus, .appLogin input[type="password"]:focus, 
.appRegister input[type="text"]:focus, .appRegister input[type="password"]:focus,
.passwordReset input[type="text"]:focus, .passwordReset input[type="password"]:focus {
	background-color: #fff;
	border: 1px solid #F4BE18;
}
.appLogin #PasswordRequired, .appLogin #UserNameRequired {
	color:#FF0000;
	font-weight:bold;
	font-size:11px;
	height:14px;
	margin-bottom:3px;
	float:left;
	display:block;
	width:20px;
	padding-left:3px;
}

.appLogin .rememberMe {
	float:left;
	clear:left;
	width:380px;
	display:block;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;	
}
.appLogin .rememberMe input {
	float:left;
	margin-left:70px;
}
.appLogin .rememberMe label {
	width:200px;
	float:left;
	clear:none;
}

.appLogin input[type="submit"], 
.appRegister input[type="submit"],
.passwordReset input[type="submit"] {
	display:block;
	width:100%;
	float:left;
	text-align:center;
	background-color:#000;
	padding:3px;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
	border-style:none;
}
.appLogin input[type="submit"]:hover, 
.appRegister input[type="submit"]:hover,
.passwordReset input[type="submit"]:hover {
	background-color: #CCC;
	color: #333;
}

.loginArea .errorMessage {
	font-size:10px;
	font-weight:bold;
	color:#FF0000;
	text-align:center;
	padding:5px;
	display:block;
	width:390px;
	float:left;
	clear:left;
	height:auto;
}

.loginArea a {
	display:block;
	width:394px;
	float:left;
	background-color: #000;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	padding: 3px;
	text-align:center;
	text-decoration:none;
}

.loginArea a:hover {
	background-color: #CCC;
	color: #333;
}

/* Error/Info/Success */

.errordiv {
    border: 1px solid #284775;
    background-image: url(/images/generic/error.png);
    background-position: 20px center;
    background-repeat: no-repeat;
    padding: 20px 20px 20px 30px;
    margin-bottom: 20px;
    background-color: #e39b9b;
    text-align: left;
    clear: both;
    color: Black;
    font-size: 14px;
    /*width: 812px;*/
    /*float: left;*/
    display: block;
}

    .errordiv ul {
        margin: 0;
        padding: 0;
        margin-left: 40px;
        list-style: square;
    }

    .errordiv li {
        color: black;
        font-size: 1.0em;
    }

    .errordiv span {
        padding-left: 50px;
    }

.infodivOLD {
    background: #58595d; /* Old browsers */
	background: -moz-linear-gradient(top, #58595d 0%, #1e1f22 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#58595d), color-stop(100%,#1e1f22)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #58595d 0%,#1e1f22 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #58595d 0%,#1e1f22 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #58595d 0%,#1e1f22 100%); /* IE10+ */
    color:#FFF;
    padding: 20px 0px;
    margin:auto;
    text-align: left;
    clear: both;
    font-size: 14px;
    float: left;
    display: block;
    width:100%;
    text-align:center;
}

.infodiv {
    border: 1px solid #3E9CDF;
    background-image: url(/images/generic/info.png);
    background-position: 20px center;
    background-repeat: no-repeat;
    padding: 20px 20px 20px 70px;
    margin-bottom: 20px;
    background-color: #EFF3FB;
    text-align: left;
    clear: both;
    color: Black;
    font-size: 14px;
    width: 1110px;
    float: left;
    display: block;
    /*-webkit-border-radius: 10px;
    border-radius: 10px;*/
}

    .infodiv ul {
        margin: 0;
        padding: 0;
        margin-left: 40px;
        list-style: square;
    }

    .infodiv a {
        color: black;
    }

.successdiv
{
    border: 1px solid #6fc44a;
    background-image: url(/images/generic/greentick.png);
    background-position: 20px center;
    background-repeat: no-repeat;
    padding: 20px 20px 20px 70px;
    margin-bottom: 20px;
    background-color: #d5f4c8;
    text-align: left;
    clear:both;
}

    .successdiv ul {
        margin: 0;
        padding: 0;
        margin-left: 40px;
        list-style: square;
    }

/* Modal Progress */

#progressBackgroundFilter {
    position:fixed;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
    overflow:hidden;
    padding:0;
    margin:0;
    background-color:#000;
    filter:alpha(opacity=50);
    opacity:0.5;
    z-index:1000;
}

#processMessage {
    position:fixed;
    top:30%;
    left:43%;
    padding:10px;
    width:14%;
    z-index:1001;
    background-color:#fff;
    border:solid 1px #000;
    text-align: center;
}

    #processMessage h2 {
        height: 30px;
    }

    #processMessage img {
        padding: 0;
    }

.ModalPopupBG
{
    background-color:#000;
    filter:alpha(opacity=50);
    opacity:0.5;
    margin: 0 auto;
}

.modalPopup {
	background-color:#FFFFFF;
	border-width:3px;
	border-style:solid;
	border-color:black;
	padding-top:10px;
	padding-left:10px;
	width:400px;
}

.popup_Container {
    background-color: #f4f3f3;
	border:1px solid #000000;
	padding: 0px 0px 0px 0px;
    /*position: absolute;
    top: 50%;
    left:50%;*/
}

.popupConfirmation
{
	width: 300px;
	height: 200px;
}

.popup_Titlebar {
	/*background: url(/images/Generic/Popup/titlebar_bg.jpg);*/
    background-color: #3E9CDF;
	height: 29px;
}

    .popup_Titlebar:hover {
        cursor: all-scroll;
    }

.popup_Body
{
	padding:15px 15px 15px 15px;
	font-family:Arial;
	font-weight:bold;
	font-size:12px;
	color:#000000;
	line-height:15pt;
	clear:both;
	padding:20px;
    width: 350px; 
    margin: 0 auto; 
    text-align: center;
}

    .popup_Body label {
        float: left;
        clear: left;
        width: 150px;
        margin-bottom: 10px;
    }

    .popup_Body input[type=text] {
        width: 150px;
        margin-bottom: 10px;
    }

    .popup_Body input[type=checkbox] {
        float: left;
    }

/* Site Map */

.siteMapPath {
    font-size: 14px;
    clear: both;
    display:block;
    text-align:left;
    margin-bottom: 20px;
    border: 0px solid red;
}

    .siteMapPath a {
        font-size: 14px;
    }

.content .wrapper .siteMapPath {
    margin-top: 40px;
    padding-left: 40px;
}

.content .wrapper .adminArea .siteMapPath {
    margin-top: 0;
    padding-left: 0;
}

.currentNodeStyle {
    font-weight: bold;
}

.nodeStyle {
    text-decoration: underline;
    color: #000000;
}

.pathSeparatorStyle {
    margin: 10px;
    border: Solid 0px black;
}

.rootNodeStyle {
    text-decoration: underline;
    color: #000000;
}

.rootNodeStyle:hover, .nodeStyle:hover {
    text-decoration: underline;
    color: #000000;
}

.hidden {
    display: none;
}

.content .errordiv ul li {
    font-size: 1.0em;
}

.fullwidth {
    width: 100% !important;
    margin-bottom: 10px;
}

.noborder {
    font-size: 2.3em !important;
    border: 0 !important;
    text-align: center;
}

.graphiteLink {
    color: #060 !important;
    text-decoration: none !important;
}

a.blacklink {
    color: black;
    font-size: 14px;
}

a.blacklink:hover {
    color: black;
    text-decoration: underline;
}


/*
    E.G Added styles for nav 24/02/2020
*/

.main-nav {
    background-color: #cccc00;
    border-bottom: 2px solid #fe0;
    font-family: 'Montserrat', arial;
    margin-bottom: 40px;
}

.main-nav-inner {
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-nav .logo-container {
    position: relative;
}
    .main-nav .logo-container .logo {
        width: 100px;
        padding-top: 10px;
        margin-bottom: -26px;
    }

.main-nav .menu {
    padding: 0;
    margin: 0;
}

.main-nav li {
    display: inline-block;
    text-transform: uppercase;
    
    font-size: 14px;
    font-weight: 500;
}

.main-nav li a {
    color: #fff;
}

    .main-nav li a:hover {
        text-decoration: none;
        color: #fe0;
    }

.topnav {
    background-color: #fff;
    padding: 10px 0;
    font-family: 'Montserrat', arial;
}

#menu-top-nav li, #auth-status li {
    border-right: 0;
}

    #menu-top-nav li a, #auth-status li a {
        color: #888;
        font-weight: 500;
        font-size: 12px;
    }

        #menu-top-nav li a:hover, #auth-status li a:hover {
            color: #78b7c6;
        }

.greyedoutlabel {
	color: #b7b7b7;
}

.marginleft {
	margin: 0 0 0 5px;
	width: 178px;
}

.otherbox span{
	width: 366px !important;
	}
.otherbox label {
	width: 300px !important;
}

#radioActiveInactive * {
	padding: 0;