/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: Helvetica, Arial, sans-serif; color: #666; }
body { margin: 0; font-size: 1em; line-height: 1.2; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #EF1A30; color: #fff; text-shadow: none; }
::selection { background: #8D5991; color: #fff; text-shadow: none; }

/* =============================================================================
   Links
   ========================================================================== */

a {color: #1F68A5; text-decoration:none;}
a:visited { }
a:hover { text-decoration: none; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }

/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
p { margin: 0 0 1em; }

/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
/*label { cursor: pointer; }*/

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */

button, input { line-height: normal; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }

/*
 * Re-set default cursor for disabled elements
 */

button[disabled], input[disabled] { cursor: default; }

/*
 * Consistent box sizing and appearance
 */

/*input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
*/
/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */

.chromeframe { margin: 0; background: #ccc; color: black; padding: 0.2em 2em; position: absolute; text-align: center; width: 100%; z-index: 1000000 }


/* Globals */ 

:focus{
	outline: none;
}

input[type=search],
input{
   /* -webkit-appearance: none; */
	-webkit-border-radius: 0px !important;
	border-radius: 0 !important;
	box-shadow: none;

}




/* =============================================================================
   Page Content
   ========================================================================== */

/* News page */ 
.hire-news-image img {
	border: 1px solid #ccc;
	padding: 15px 10px;
	width: calc(99% - 20px) !important;
}



@media only screen 
and (min-width : 975px) {

/* primary styles */

/* @font-face{ 
	font-family: 'HelveticaNeueBoldCond'; 
	src: url('/helveticaneue-boldcond-webfont.eot'); 
	src: url('/helveticaneue-boldcond-webfont.eot?#iefix') format('embedded-opentype'), 
	url('/helveticaneue-boldcond-webfont.woff') format('woff'), 
	url('/helveticaneue-boldcond-webfont.ttf') format('truetype'), 
	url('/helveticaneue-boldcond-webfont.svg#webfont') format('svg'); 
}*/

body{
	background: #EAEEEF;
}

h1, h2, h3{
	font-family:Helvetica, Arial, sans-serif;
	font-weight: normal;
}

p, li{
	color: #333;
	font-size: 14px;
}

header{
	width: 100%;
	float: left;
	position: relative;
	z-index: 10;
}

.wrapper{
	width: 960px;
	margin: 0 auto;
}

.topContent{
	width: 100%;
	height: 150px;
	background: #1F68A5;	
}

.logo{
	float: left;
	margin: 32px 109px 0 0;
}

.socialLinks{
	float: left;
	height: 60px;
	margin-top: 18px;
	margin-right: 29px;
	margin-bottom: 0;
	margin-left: 0;
}

.topContent h4{
	color: #fff;
	font-weight: normal;
	text-shadow: 2px 2px 2px #333;
	
	font-size: 14px;
	line-height: 18px;
	text-align: left;
	float: left;
	display: block;
	height: 60px;
	margin-top: 21px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 55px;
}

.topContent h4.telephoneNumbers{background: url(/_images/_siteImages/phone.jpg) no-repeat;}
.topContent h4.emailAddresses{background: url(/_images/_siteImages/email.jpg) no-repeat;margin-left:8px;}

.topContent h4 a,
.leftBar p a{
	color: #fff;
	text-decoration: none;
}

.emailAddresses a:hover {
	color:#EF1A30;
}

.contentButton {
	float: left;
	font-size: 14px;
	text-align: left;
	color: #fff !important;
	text-decoration: none!important;
	background: url(/_images/_siteImages/actionLinkBG.gif) no-repeat 0 0 #1594D0;
	border: 2px solid #fff;
	text-transform: uppercase;
	font-weight: bold;
	width: auto;
	-webkit-box-shadow: 1px 1px 3px 0px #666;
	-moz-box-shadow: 1px 1px 3px 0px #666;
	box-shadow: 1px 1px 3px 0px #666;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 25px;
	height:24px;
	
}


.contentButton:hover{
	background: url(/_images/_siteImages/actionLinkBG.gif) no-repeat 0 -34px #EF1A30;
	text-decoration: none;
}



.careersLink {
	width:134px;
	float:left;
	display:table;
	margin-top:18px;
}

.careersLink a {
	
	height:34px;
	font-size: 14px;
	text-align: center;
	color: #fff!important;
	text-decoration: none!important;
	border: 2px solid #fff;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 22px;
	display: table-cell;
	vertical-align: middle;
	background-color: #1594D0;
	background-image: url(/_images/_siteImages/actionLinkBG.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	
}

.careersLink a:hover{
	text-decoration: none;
	background-color: #EF1A30;
	background-repeat: no-repeat;
	background-position: 0 -34px;
}



.sales {

	float:left;
	clear:none;
	width:130px;
	margin-right:10px;
	
	
}

.content a {
	color: #1F68A5;
	text-decoration: underline;
}

.content a:hover {
	color: #DE182C;
}

.searchForm{
	float: right;
	margin-top: 14px;
}

.searchForm input{
	width: 220px;
	height: 17px;
	color: #fff;
	background: #FFFFFF;
	border: 2px solid #fff;
	/*border-right: none;*/
	float: left;
	padding-top: 9px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 5px;
}

.searchForm input.submitButt{
	width: 65px;
	height: 38px;
	border: 2px solid #fff;
	margin-left: 3px;
	/*border-left: none;*/
	/*background: url(/_images/_siteImages/search-icon.jpg) no-repeat 4px -19px #EF1A30;*/
	padding-left: 0px;
    background: #1594D0;
}

.searchForm input.submitButt:hover{
	background-position: 4px 7px;
	background: #EF1A30;
}

header nav{
	width: 100%;
	float: left;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	background: #117eb2;
	background: -moz-linear-gradient(top, #1594d0 0%, #117eb2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1594d0), color-stop(100%,#117eb2));
	background: -webkit-linear-gradient(top, #1594d0 0%,#117eb2 100%);
	background: -o-linear-gradient(top, #1594d0 0%,#117eb2 100%);
	background: -ms-linear-gradient(top, #1594d0 0%,#117eb2 100%);
	background: linear-gradient(top, #1594d0 0%,#117eb2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1594d0', endColorstr='#117eb2',GradientType=0 );
	
}

header nav ul{
	margin: 0 auto;
	width: 960px;
	position:relative;
}

header nav li{
	display: table;
	float: left;
}

header nav li a {
	height:34px;
	font-size: 12px;
	text-align: left;
	color: #fff!important;
	text-decoration: none!important;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 25px;
	display: table-cell;
	vertical-align: middle;
	background-color: #1594D0;
	background-image: url(/_images/_siteImages/actionLinkBG.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 104px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	line-height:1.2em;
}

header nav li a:hover, header nav li a.selected {
	text-decoration: none;
	background-color: #EF1A30;
	background-repeat: no-repeat;
	background-position: 0 -34px;
}

.news{
	width: 100%;
	float: left;
	border-top: 6px solid #1594D0;
	-webkit-box-shadow: 0px 1px 9px 0px #999;
	-moz-box-shadow: 0px 1px 9px 0px #999;
	box-shadow: 0px 1px 9px 0px #999;
	background: #fff;
	behavior: url(PIE.htc);
}

.news p{
	margin: 0;
}

.news p strong{
	font-size: 18px;
	margin: 5px 10px 3px;
	font-size: 18px;
	color:#1F67A5;
	margin-right: 0 10px 0 0;
	float: left;
	display: inline;
	position: relative;
	-webkit-box-shadow: 15px 0px 5px 0px #ffffff;
	-moz-box-shadow: 15px 0px 5px 0px #ffffff;
	box-shadow: 15px 0px 5px 0px #ffffff;
	behavior: url(PIE.htc);
	z-index: 2;
}

.tickerText {
	float: left;
	height: 18px;
	overflow: hidden;
	padding: 8px 0 5px;
	position: relative;
	width: 800px;
	z-index: 1;
}
.scrollingText {
    position: absolute;
    white-space: nowrap;
}

.scrollingText p{
	margin: 0;
	color: #1594D0;
	font-size: 14px;
}


/* Michael Edits - 12/3/14 */
.scrollingText p{
	color:#1F67A5;
	font-size:18px;
	font-weight:bold;
}
.tickerText {
	padding:5px 0 8px;
}

/**** Main Content ****/

.mainWrapper{
	width: 100%;
	float: left;
	/* [disabled]position: relative; */
	z-index: 10;
}

.innerWrapper{
	width: 960px;
	margin: 0 auto;
	/* [disabled]position: relative; */
	z-index: 1;
}

.main{
	float: left;
	width: 960px;
	padding: 15px 0px 0px;
	background: #fff;
	-moz-box-shadow: #666 0 0 9px;
	-webkit-box-shadow: #666 0 0 9px;
	box-shadow: #666 0 0 9px;
	behavior: url(PIE.htc);
	margin-bottom:20px;
}

/* Left Bar */

.leftBar{
	width: 222px;
	margin-left: 18px;
	float: left;
	background: #1594D0;
	margin-bottom: 20px;
}

.leftBar p{
	color: #fff;
	font-size: 15px;
	margin-bottom: 10px;
}

nav.leftNav{
	width: 222px;
	float: left;
}

nav .leftNav li {
	display:table;
}

nav.leftNav li a{
	width: 194px;
	height:34px;
	font-size: 14px;
	text-align: left;
	color: #fff!important;
	text-decoration: none!important;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 25px;
	display: table-cell;
	vertical-align: middle;
	background-color: #1594D0;
	background-image: url(/_images/_siteImages/actionLinkBG.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

nav.leftNav li a.DJG {
	background-image: url(/_images/_siteImages/DJ-Grab-Services.png);
}
nav.leftNav li a.DJG span {display:none;}

nav.leftNav li a:hover, nav.leftNav li a.selected {
	text-decoration: none;
	background-color: #EF1A30;
	background-repeat: no-repeat;
	background-position: 0 -34px;
}


.leftBar section {
	float: left;
	width: 195px;
	padding: 15px;
}

.leftBar section article{
	float: left;
}

.leftBar .logos{
	float: left;
	padding: 1px;
}

.leftBar .links {
	background-color:#FFFFFF;
	border: 1px solid #1594D0;
	width: 220px;
	padding: 0;
}

.leftBar .links a {
	height:60px;
	float:left;
	background-repeat:no-repeat;
	background-position: 0px 0px;
}

.leftBar .links a span {display:none;}

.leftBar .links .FTA {
	width:68px;
	background-image: url(/_images/_siteImages/fta-logo.jpg);	
}
.BNI {
	width:71px;
	background-image: url(/_images/_siteImages/bni-logo.jpg);	
}
.HAE {
	width:81px;
	background-image: url(/_images/_siteImages/hae-logo.jpg);	
}
.FORS {
	width:37px;
	background-image: url(/_images/_siteImages/fors-logo.png);	
}
.FORS2 {
	width:200px;
	height:321px !important;
	background-image: url(/_images/_siteImages/fors-logo-sm.png);
	align:center;
}

.fors-box {
	height:181px;
}

.black{
	color: #333 !important;
}

#mti_wfs_colophon{
	display: none !important;
}

/* Home Page */

.home .sliderBlock, .centreBlock {
	float:left;
	width:452px;
	height:auto;
}


.home .textBelowSlider {
	float: left;
    	width: 452px;
	padding-top:15px;
	padding-bottom:5px;
	padding-left:1px;
	padding-right:1px;
	
}
.home .textBelowSlider p {font-size:12px;}


/* Offer Block */

.offerBlock {
	float:right;
	display:block;
	width:214px;
	margin:0;
	padding:0;
	height:auto;
}


.offerBlock li {
	display: block;
	float:left;
	margin-bottom: 21px;
	border: 1px solid #1594D0;
	-webkit-box-shadow: 1px 1px 3px 0px #666666;
	box-shadow: 1px 1px 3px 0 #666666;
	position:relative;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.offerBlock li a {
	display: block;
	background-color:#FFF;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width:212px;
	overflow:hidden;
}

.offerBlock li a .title {
	background-color:#EF1A30;
	color: #FFF;
	display:block;
	width:212px;
	text-align:center;
	height:auto;
	position:absolute;
	top:0;
	left:0;
	font-size:20px;
	overflow:hidden;
	padding-top:4px;
	padding-bottom:4px;	
}
.offerBlock li a .moreInfo {
	width: auto;
	height:16px;
	font-size: 10px;
	text-align: left;
	color: #fff!important;
	text-decoration: none!important;
	border: 2px solid #fff;
	text-transform: uppercase;
	font-weight: bold;
	-webkit-box-shadow: 1px 1px 3px 0px #666;
	-moz-box-shadow: 1px 1px 3px 0px #666;
	box-shadow: 1px 1px 3px 0px #666;
	display: block;
	background-color: #1594D0;
	background-image: url(/_images/_siteImages/actionLinkSmallBG.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	position:absolute;
	bottom:4px;
	right:4px;
	
	padding-top: 6px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 18px;
}

.offerBlock li:hover {
	-webkit-box-shadow: 1px 1px 3px 0px #6B0C17;
	box-shadow: 1px 1px 3px 0px #6B0C17;
	border: 1px solid #EF1A30;
}

.offerBlock li:hover a .title {
	/* [disabled]background-color:#1594D0; */
}
.offerBlock li:hover a .moreInfo {
	text-decoration: none;
	background-color: #EF1A30;
	background-repeat: no-repeat;
	background-position: 0 -23px;
}

.offerBlock li:hover .save {background-position: 0 -114px;}

.offerBlock li a {height: 220px;}
.offerBlock li a img .img {height: 220px; width:212px;}
.offerBlock .save {
	height: 114px;
	width:115px;
	background-image: url(/_images/_siteImages/_homePageImages/save-pounds.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display:block;
	position:absolute;
	top:70px;
	left:4px;
}





















/* Content Block */




.contentBlock {
	float: left;
	padding-left: 18px;
	width: 684px;
}

.contentBlock h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.indent1 {padding-left:20px;}
.inlineImage {
	margin-bottom:20px;
	max-width:450px;
	border: 1px solid #1594D0;
	-webkit-box-shadow: 1px 1px 3px 0px #666666;
	box-shadow: 1px 1px 3px 0 #666666;
	
}

/* Find Us Styles */

.findUs .inlineImage {margin-bottom:5px;}

.findUs h2 {
	margin: 0px;
	font-size: 16px;
	font-weight: bold;
	color: #1594D0;
	padding-top: 0.5em;
	padding-right: 0px;
	padding-bottom: 0.5em;
	padding-left: 0px;
}

.findUs h3 {
	margin: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #1594D0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0.5em;
	padding-left: 0px;
}

.findUs ol {
	font-size: 12px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1em;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2em;
}

.findUs ol li {
	margin: 0px;
	font-size: 12px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0.5em;
	padding-left: 0px;
}

.pageHeaderBlockFull2 {
	float:left;
	height:38px;
	width:922px;
	display: table;
	position: relative;
	margin: 0 20px 20px 20px;	
}
.pageHeaderBlockFull2 h1 {
	border: 2px solid #FFFFFF;
	font-size: 24px;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #1594D0;
	height: 34px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	padding-right: 6px;
	padding-left: 6px;
	-webkit-box-shadow: 1px 1px 3px 0px #666;
	-moz-box-shadow: 1px 1px 3px 0px #666;
	box-shadow: 1px 1px 3px 0px #666;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
	margin-right:4px;
	margin-bottom:10px;
}
.findUs2 {
	width:450px;
	float:left;
	margin:10px 0px 10px 20px;
	
}

.findUs2 .pageHeaderBlock {
	float:left;
	height:38px;
	width:450px;
	display: table;
	position: relative;	
	margin-bottom:10px;
	text-align:center;
}


.findUs2 .pageHeaderBlock h2 {
	border: 2px solid #FFFFFF;
	font-size: 18px;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #1F68A5;
	height: 34px;
	display: table-cell;
	vertical-align: middle;
	padding-right: 6px;
	padding-left: 6px;
	-webkit-box-shadow: 1px 1px 3px 0px #666;
	-moz-box-shadow: 1px 1px 3px 0px #666;
	box-shadow: 1px 1px 3px 0px #666;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
	margin-right:4px;
	margin-bottom:20px;
}
.findUs2 .mapBlock {
	float:left;
	padding:1px;
	width:446px;
}

.findUs2 .inlineImage {
	margin-bottom:20px;
	width:446px;
	height:250px;
	border: 1px solid #1594D0;
	-webkit-box-shadow: 1px 1px 3px 0px #666666;
	box-shadow: 1px 1px 3px 0 #666666;
	margin-bottom:5px;
}
.findUs2 .services {
	margin-bottom:20px;
	margin-top:10px;
	padding:20px;
	width:406px;
	height:200px;
	border: 1px solid #1594D0;
	-webkit-box-shadow: 1px 1px 3px 0px #666666;
	box-shadow: 1px 1px 3px 0 #666666;
	margin-bottom:5px;
}

.findUs2 h2 {
	margin: 0px;
	font-size: 16px;
	font-weight: bold;
	color: #1594D0;
	padding-top: 0.5em;
	padding-right: 0px;
	padding-bottom: 0.5em;
	padding-left: 0px;
}

.findUs2 h3 {
	margin: 0px;
	font-size: 18px;
	font-weight: bold;
	color: #1594D0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0.5em;
	padding-left: 0px;
}

.findUs2 ol {
	font-size: 12px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1em;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2em;
}

.findUs2 ol li {
	margin: 0px;
	font-size: 12px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0.5em;
	padding-left: 0px;
}

.pageHeaderBlock {
	float:left;
	height:38px;
	width:452px;
	display: table;
	position: relative;	
}

.pageHeaderBlockFull {
	float:left;
	height:38px;
	width:682px;
	display: table;
	position: relative;
	margin-bottom:20px;	
}

.pageHeaderBlock h1, .pageHeaderBlockFull h1 {
	border: 2px solid #FFFFFF;
	font-size: 18px;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #1F68A5;
	height: 34px;
	display: table-cell;
	vertical-align: middle;
	padding-right: 6px;
	padding-left: 6px;
	-webkit-box-shadow: 1px 1px 3px 0px #666;
	-moz-box-shadow: 1px 1px 3px 0px #666;
	box-shadow: 1px 1px 3px 0px #666;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
	margin-right:4px;
	margin-bottom:10px;
}


.centreBlock {
	float: left;
	height: auto;
	width: 452px;
	padding-top: 20px;	
}

.centreBlock .leftColumn {
	float: left;
	height: auto;
	width: 220px;
}

.centreBlock .rightColumn {
	float: right;
	height: auto;
	width: 220px;
}

.productHolderBlock {
	float:left;
	width:684px;
	height:auto;	
}

.productHeaderBlock {
	float:left;
	height:38px;
	width:684px;
	padding-bottom:10px;
	display: table;
	position: relative;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

.productHeaderBlock h1 {
	border: 2px solid #FFFFFF;
	font-size: 18px;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #1F68A5;
	height: 34px;
	display: table-cell;
	vertical-align: middle;
	padding-right: 6px;
	padding-left: 6px;
	-webkit-box-shadow: 1px 1px 3px 0px #666;
	-moz-box-shadow: 1px 1px 3px 0px #666;
	box-shadow: 1px 1px 3px 0px #666;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
	margin-right:4px;
}
.productHeaderBlock .spacer {
	display:table-cell;
	width:4px;
	height:34px;
}
.productHeaderBlock a {
	width: 90px;
	height:34px;
	font-size: 14px;
	text-align: left;
	color: #fff!important;
	text-decoration: none!important;
	border: 2px solid #fff;
	text-transform: uppercase;
	font-weight: bold;
	-webkit-box-shadow: 1px 1px 3px 0px #666;
	-moz-box-shadow: 1px 1px 3px 0px #666;
	box-shadow: 1px 1px 3px 0px #666;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 22px;
	display: table-cell;
	vertical-align: middle;
	background-color: #1594D0;
	background-image: url(/_images/_siteImages/actionLinkBG.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.productHeaderBlock a:hover{
	text-decoration: none;
	background-color: #EF1A30;
	background-repeat: no-repeat;
	background-position: 0 -34px;
}

.productDetailsBlock {
	width:684px;
	clear:both;
	float:left;
	height:auto;
	margin-bottom:20px;
	border-bottom: 1px solid #1594D0;
	padding-bottom:5px;
}




.productDetailsBlock h2 {
	font-size: 16px;
	font-weight: bold;
	color: #1594D0;
	margin: 0;
	padding-bottom: .3em;
	padding-top: .3em;
}

.productDetailsBlock h2 span {
	font-weight:normal;
	font-size:11px;
	color:#666666;
}

.productDetailsBlockLeft {
	float:left;
	width:340px;
	height:auto;
	
}

.productDetailsBlockLeft img {
	float: left;
	width: 328px;
	border: 1px solid #1594D0;
	margin-bottom:5px;	
}

.productDetailsBlockRight img {
	float: right;
	width: 328px;
	border: 1px solid #1594D0;
	margin-bottom:5px;	
}

.productDetailsBlockRight {
	float:right;
	width:344px;
	height:auto;
	
}


.productDetailsBlock .productIntro, 
.productDetailsBlock .keyFeatures {
	float: left;
	width: 330px;
	padding-bottom: 5px;
}



.productDetailsBlock p {
	margin:0;
	padding-bottom:0.4em;
}

.productDetailsBlock .keyFeatures,
.productDetailsBlock .productSpecifications,
.productDetailsBlock .productRatesBlock,
.productDetailsBlock .productAdditionalInformationBlock,
.productDetailsBlock .additionalInformationLinks {
	border-top: 1px solid #1594D0;
	padding-top:5px;
}

.productDetailsBlock .productIntro, .productDetailsBlock .keyFeatures {border-bottom:none;} /*overrides the style.css temporarily */


.productDetailsBlock .keyFeatures ul {
	float:left;
	font-weight: bold;
	text-transform: uppercase;
	list-style-position: outside;
	padding:0;
	width: 330px;
	margin-top: 0.3em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	
}

.productDetailsBlock .keyFeatures ul li {
	color:#1F68A5;
	margin-left:20px;
	font-size:12px;
	padding-top:.4em;
}

.productSpecifications table{
	width: 344px;
	background: #F0F0F0;
	border: 1px solid #ccc;
	padding: 0;
	margin: 0;
	float: left;
	font-size:14px;
	color:#333333;
}

.productSpecifications td{
	width:154px;
	border-collapse:collapse;
	border:solid;
	border-width:1px;
	border-color:#ccc;
	padding:5px;
	vertical-align:top;
}

.additionalInformationLinks, .productSpecifications {
	width:344px;
	float:left;
	clear:left;
	display:table;
	margin-top:10px;
}


.additionalInformationLinks div {padding-bottom:3px;}
.additionalInformationLinks a {
	width: 324px;
	height:34px;
	font-size: 14px;
	text-align: center;
	color: #fff!important;
	text-decoration: none!important;
	border: 2px solid #fff;
	text-transform: uppercase;
	font-weight: bold;
	-webkit-box-shadow: 1px 1px 3px 0px #666;
	-moz-box-shadow: 1px 1px 3px 0px #666;
	box-shadow: 1px 1px 3px 0px #666;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 22px;
	display: table-cell;
	vertical-align: middle;
	background-color: #1594D0;
	background-image: url(/_images/_siteImages/actionLinkBG.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	
}

.additionalInformationLinks a:hover{
	text-decoration: none;
	background-color: #EF1A30;
	background-repeat: no-repeat;
	background-position: 0 -34px;
}







.standardButton {
	/* [disabled]float:left; */
	/* [disabled]clear:both; */
	/* [disabled]width: auto; */
	height:16px;
	font-size: 10px;
	text-align: left;
	color: #fff!important;
	text-decoration: none!important;
	border: 2px solid #fff;
	text-transform: uppercase;
	font-weight: bold;
	-webkit-box-shadow: 1px 1px 3px 0px #666;
	-moz-box-shadow: 1px 1px 3px 0px #666;
	box-shadow: 1px 1px 3px 0px #666;
	display:inline-block;
	background-color: #1594D0;
	background-image: url(/_images/_siteImages/actionLinkSmallBG.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-top: 6px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 18px;
}


.standardButton:hover {
	text-decoration: none;
	background-color: #EF1A30;
	background-repeat: no-repeat;
	background-position: 0 -23px;
}





.productAdditionalInformationBlock {
	padding-bottom:5px;
}


.productRatesBlock, 
.productAdditionalInformationBlock {
	height:auto;
	margin-top: 10px;
	clear:both;
}

.productRatesBlock {float:left; margin-top:10px;}

.productRatesBlock table {
	width:684px;
	float: left;
	height: auto;
	border: 1px solid #CCC;
	color: #333;
	background-color: #F0F0F0;
	font-size: 12px;
	font-weight: bold;
}

.productRatesBlock td {
	border: 1px solid #CCC;
	vertical-align: middle;
	padding: 5px;
	text-align: center;
}

.productRatesBlock .first {
	text-align: left;
	color: #FFF;
	background-color: #2D90D1;	
}
 
.productAdditionalInformationBlock .relatedItemsBlock,
.productAdditionalInformationBlock .safetyEquipmentBlock {
	height: auto;
}

.productAdditionalInformationBlock ul {
	display:block;
	float:left;
	width:340px;
	height:auto;
	margin:0;
	padding:0;
	
}
.productAdditionalInformationBlock ul li {
	display:table;
	float:left;
	width:83px;
	height:83px;
	list-style-type: none;
	background-color:#CCCCCC;
	margin: 1px;
	text-align:center;
}

.productAdditionalInformationBlock ul li a {
	-webkit-box-shadow: inset 0px 0px 5px 0px #666666;
	box-shadow: inset 0px 0px 5px 0px #666666;
	color: #666666;
	background: #CCCCCC;
	text-decoration: none;
	width: 79px;
	height: 78px;
	display: table-cell;
	vertical-align:bottom;
	font-weight:bold;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 2px;
	line-height: 1em;
	font-size: 11px;
}
.productAdditionalInformationBlock ul li a:hover {
	-webkit-box-shadow: inset 0px 0px 5px 0px #EF1A30;
	box-shadow: inset 0px 0px 5px 0px #EF1A30;
	color: #1F68A5;
}

.productAdditionalInformationBlock .relatedItemsBlock ul li a {
    vertical-align:top;
}

.productAdditionalInformationBlock .relatedItemsBlock ul li a {
	/* display:block; */
	overflow:hidden;
	
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

/* Application Form */

.applicationForm {
	float:left;
	width:452px;
}


.applicationForm fieldset {
	float:left;
	width:430px;
	border: 1px solid #666;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
}

.applicationForm legend {
	padding-right: 2px;
	padding-left:2px;
}
.applicationForm label {
	float:left;
	width:158px;
	font-size:12px;
	clear:left;
	padding-bottom:2px;
}

.applicationForm input[type="text"], .applicationForm select {
	margin-bottom:3px;
	float:left;
	width:260px;
	font-size:12px;
	border: 1px solid #666;	
}

.applicationForm .radioGroup {
	margin-top:10px;
	margin-bottom:10px;
	float:left;
}

.applicationForm .radioGroup label {
	width:110px;
	clear:none;
}

.applicationForm  .radioGroup input[type="radio"] {
	margin-bottom:3px;
	float:left;
	margin-right:10px;
}


.applicationForm textarea {
	margin-bottom:20px;
	float:left;
	clear:left;
	width:418px;
	height:50px;
	font-size:12px;
	border: 1px solid #666;
	padding: 5px;
}

.applicationForm select, .applicationForm input[type="checkbox"] {
	margin-bottom:3px;
	float:left;
	font-size:12px;
	border: 1px solid #666;	
}

.applicationForm input[type="submit"] {
	height:38px;
	font-size: 14px;
	text-align: center;
	color: #fff!important;
	text-decoration: none!important;
	border: 2px solid #fff;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 22px;
	display: table-cell;
	vertical-align: middle;
	background-color: #1594D0;
	background-image: url(/_images/_siteImages/actionLinkBG.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	float:right;
	-webkit-box-shadow: 1px 1px 3px 0px #666;
	-moz-box-shadow: 1px 1px 3px 0px #666;
	box-shadow: 1px 1px 3px 0px #666;
}

.applicationForm input[type="submit"]:hover{
	text-decoration: none;
	background-color: #EF1A30;
	background-repeat: no-repeat;
	background-position: 0 -34px;
}





/* End Of Application Form */








/* Slider (Home Page) Styles */

#sliderContainer {
	width: 450px;
	height: 367px;
	position: relative;
	margin: 0 auto;
	border: 1px solid #1594D0;
	-webkit-box-shadow: 1px 1px 3px 0px #666666;
	box-shadow: 1px 1px 3px 0 #666666;
}
.slideContent {
	background:url("/_images/_siteImages/_homePageImages/_homeBanner/contentBg.png") repeat scroll 0 0 transparent;
	position: absolute;
	bottom:0px;
	right:0px;
	padding: 10px;
	width: 430px;
}

.slide h3 {
	color: #FFF;
	margin: 0 0 5px 0;
	font-size: 26px;
	line-height: 1em;
}

.slide p {
	font-size: 14px;
	color: #FFF;
	margin: 0;
}

.slide img {width:450px;height:367px;}
.jFlowSlideContainer {overflow: hidden;}

.jFlowSlideContainer a {
	color: #F90;
	text-decoration: none;
	font-style: italic;
}

.jFlowSlideContainer a:hover {text-decoration: none;}
.jFlowSlideContainer a:focus {position: relative; top: 1px;}

.jFlowNext {
	height:80px;
	position:absolute;
	top:135px;
	right: 0px;
	width:40px;
	cursor:pointer;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(/_images/_siteImages/_homePageImages/_homeBanner/bannerButts.png);
	background-repeat: no-repeat;
	background-position: -40px 0px;
}

.jFlowPrev {
	height:80px;
	position:absolute;
	top:135px;
	width:40px;
	cursor:pointer;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(/_images/_siteImages/_homePageImages/_homeBanner/bannerButts.png);
	background-repeat: no-repeat;
	background-position: 0 0px;
}

.jFlowPrev:hover {background-position: 0px -81px;}
.jFlowNext:hover {background-position: -40px -81px;}


/* controller pagination */
#myController {position: absolute; top: 5px; right: 5px; }
.jFlowControl { background:url("/_images/_siteImages/_homePageImages/_homeBanner/bullet.png") no-repeat scroll 0px 0px transparent;  float: left; width: 15px; height: 15px;}
.jFlowControl:hover { background-position: -32px 0px; cursor: pointer; }
.jFlowSelected, .jFlowSelected:hover {background-position: -15px 0px;   }


/**** End Of SLider Styles ****/








/**** Cloud Zoom Styles ****/


/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens {
	border: 4px solid #888;
	margin:-2px;	/* Set this to minus the border thickness. */
	background-color:#CCCCCC;	
	cursor:crosshair;		
}

/* This is for the title text. */
.cloud-zoom-title {display:none;}

/* This is the zoom window. */
.cloud-zoom-big {
	border:1px solid #1594D0;
	overflow:hidden;
	width: 328px !important;
	height:420px !important;
}

/* This is the loading message. */
.cloud-zoom-loading {display:none;}

/**** End of Cloud Zoom Styles ****/

/* Modal Box Styles */

.modalPopup {
	display:none;
	height: 600px;
	width: 900px;
	background-color: #FFF;
	overflow:hidden;
	border: 4px solid #2D90D1;
	-webkit-box-shadow: 10px 10px 5px 0px #000000;
	-moz-box-shadow: 10px 10px 5px 0px #000000;
	box-shadow: 10px 10px 5px 0px #000000;
	cursor:pointer;
}
.modalPopup .titleBar {
	width:100%;
	height:auto;
	background-color:#2D90D1;
	float:left;
	padding-bottom:4px;
}

.modalPopup .titleBar .bClose {
	display:block;
	width:18px;
	height:18px;
	background-color:#EF1A30;
	float:right;
	cursor:pointer;
	background-image: url(/_images/_siteImages/closeBG.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.modalPopup .titleBar .bClose:hover {
	background-position: 0px -18px;
}

.modalPopupInstructions {
	display:block;
	position:relative;
	right: 20px;
	bottom: 35px;
	background-color:#1594D0;
	float:right;
	border: 2px solid #039;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	z-index:100;
}

/* End Of Modal Box Styles */


/* Product Template Differences */

.detailed .productAdditionalInformationBlock {width:344px; float:right; clear:none;}

.detailed .productAdditionalInformationBlock .relatedItemsBlock {float:left; width: 344px; padding-top:15px;}
.detailed .productAdditionalInformationBlock .safetyEquipmentBlock {float:left; width: 344px;}
.detailed .productDetailsBlockLeft img {height:420px;}

.normal .productAdditionalInformationBlock {width:684px; float:left; clear:both;}
.normal .productAdditionalInformationBlock .relatedItemsBlock {float:left; width: 360px;} 
.normal .productAdditionalInformationBlock .relatedItemsBlock ul {width: 100%!important;}
.normal .productAdditionalInformationBlock .safetyEquipmentBlock {float:right; width: 260px;}
.normal .productDetailsBlockLeft img, .normal .productDetailsBlockRight img {height:268px;}

.basic .productAdditionalInformationBlock {width:684px; float:left; clear:both;}
.basic .productAdditionalInformationBlock .relatedItemsBlock {float:left; width: 360px;}
.basic .productAdditionalInformationBlock .relatedItemsBlock ul {width: 100%!important;}
.basic .productAdditionalInformationBlock .safetyEquipmentBlock {float:right; width: 260px;}
.basic .productDetailsBlockLeft img, .basic .productDetailsBlockRight img {height:200px;}


/* Section Grids */


.pageLinkGrid {
	float:left;
	display:block;
	width:684px;
	margin:0;
	padding:0;
}


.pageLinkGrid li {
	display: block;
	float:left;
	margin-left: 21px;
	margin-bottom: 21px;
	border: 1px solid #1594D0;
	-webkit-box-shadow: 1px 1px 3px 0px #666666;
	box-shadow: 1px 1px 3px 0 #666666;
	position:relative;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.pageLinkGrid li.first {margin-left:0;}

.pageLinkGrid li a {
	display: block;
	background-color:#FFF;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width:212px;
	overflow:hidden;
}

.pageLinkGrid li a .title {
	background-color:#1F68A5;
	color: #FFF;
	display:block;
	width:212px;
	text-align:center;
	height:auto;
	position:absolute;
	top:0;
	left:0;
	font-size:16px;
	overflow:hidden;
	padding-top:4px;
	padding-bottom:4px;
	
}
.pageLinkGrid li a .moreInfo {
	width: auto;
	height:16px;
	font-size: 10px;
	text-align: left;
	color: #fff!important;
	text-decoration: none!important;
	border: 2px solid #fff;
	text-transform: uppercase;
	font-weight: bold;
	-webkit-box-shadow: 1px 1px 3px 0px #666;
	-moz-box-shadow: 1px 1px 3px 0px #666;
	box-shadow: 1px 1px 3px 0px #666;
	display: block;
	background-color: #1594D0;
	background-image: url(/_images/_siteImages/actionLinkSmallBG.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	position:absolute;
	bottom:4px;
	right:4px;
	
	padding-top: 6px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 18px;
}

.pageLinkGrid li:hover {
	-webkit-box-shadow: 1px 1px 3px 0px #6B0C17;
	box-shadow: 1px 1px 3px 0px #6B0C17;
	border: 1px solid #EF1A30;
}

.pageLinkGrid li:hover a .title {
	/* [disabled]background-color:#EF1A30; */
}
.pageLinkGrid li:hover a .moreInfo {
	text-decoration: none;
	background-color: #EF1A30;
	background-repeat: no-repeat;
	background-position: 0 -23px;
}


/* Section Grid Template Differences */

.smallPageList .pageLinkGrid li a {height: 160px;}
.smallPageList .pageLinkGrid li a img {height: 160px; width:212px;}


.mediumPageList .pageLinkGrid li a {height: 220px;}
.mediumPageList .pageLinkGrid li a img {height: 220px; width:212px;}
.largePageList .pageLinkGrid li a {height: 280px;}
.largePageList .pageLinkGrid li a img {height: 280px; width:212px;}

footer{
	float: left;
	width: 960px;
}

.companyLogos{
	width: 926px;
	float: left;
	border-top: 1px solid #999;
	margin-top: 0px;
	margin-right: 18px;
	margin-bottom: 0;
	margin-left: 18px;
	padding-top: 13px;
	padding-right: 0;
	padding-bottom: 13px;
	padding-left: 0;
}
	

.companyLogos a{
	float: left;
	height: 57px;
	background: url(/_images/_siteImages/company-logos.jpg) no-repeat;
	text-indent: -10000px;
}

.companyLogos a.jcb{width: 65px; background-position: 0 0}
.companyLogos a.bosch{width: 114px; background-position: -65px 0;}
.companyLogos a.kubota{width: 101px; background-position: -179px 0;}
.companyLogos a.belle{width: 61px; background-position: -280px 0;}
.companyLogos a.karcher{width: 96px; background-position: -346px 0;}
.companyLogos a.thwaites{width: 107px; background-position: -443px 0;}
.companyLogos a.wacker{width: 91px; background-position: -550px 0;}
.companyLogos a.camon{width: 78px; background-position: -641px 0;}
.companyLogos a.bomag{width: 102px; background-position: -719px 0;}
.companyLogos a.stihl{width: 106px; background-position: -821px 0;}

.footerLinks {
	float: left;
	width: 924px;
	height: 19px;
	padding: 12px 18px;
	background-color: #1F68A5;
}

.footerLinks a {
	color: #fff;
	font-size: 12px;
	text-decoration: underline;
	margin: 0;	
}

.footerLinks a:hover {
	text-decoration: none;
	color: #96BF1F;
	text-decoration: none;
}

.footerLinks p {
	float: left;
	padding-top: 2px;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	margin: 0;
}

.footerLinks .graphiteDesign {
	float:right;
}

.footerLinks .graphiteDesign a {
	color:#33FF00;
	text-decoration:none;
}

.footerLinks .graphiteDesign a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
     
.smallToolsTable {
	font-size: 10px;
	font-weight: normal;
	width: 452px;
	text-align: left;
	padding: 5px;
	color: #000;
}
.smallToolsTable tr.days {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	padding:2px;
	text-align: right;
}

.smallToolsTable td.sectionHeader {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	background-color: #1F68A5;
	padding:2px;
	text-transform: uppercase;
}

.smallToolsTable td.pageHeader {
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	background-color: #EF1A30;
	padding:2px;
	text-transform: uppercase;
	margin-top: 10px;
}

.smallToolsTable .priceRow:hover {
	background-color: #FFC;	
}

.relatedItemBox {
	background-size: 83px 55px !important; 
	background-repeat: no-repeat !important; 
	background-color: white !important;		
	background-position: 0px 2px !important;
	display: table-cell;
	padding-left: 4px !important;
	padding-right: 4px !important;
}

.relatedItemBox img
{
   /*width: auto;*/
   width: 100%;
   max-height:56px;
   max-width:78px;
   
   flex-basis: calc(100% - 22px);
}

.newProducts
{
    margin-top: 14px;    
}

.logo
{
    margin-right: 26px;    
}

.topContent h4
{
    text-align:right;
}

.hide
{
    display: none;    
}
.innerHeader 
{
	width:510px;
	float:right;
	height:145px;
	overflow:hidden;
}

.contactInformation 
{
	width:510px;
	float:left;
	height:66px;
	overflow:hidden;
	text-align:right;
}

.admin-container
{
    padding: 10px;
    display: inline-block;
    font-size: 12px;
    width: 660px;
    max-width: 660px;
}

.admin-container input[type='text'], .admin-container textarea
{
    width: 500px;
}

.admin-container textarea
{
    height: 100px;    
}

.admin-container td
{
    padding: 5px;
    border: 1px solid #ccc;
}

.admin-container tr td:first-child
{
    font-weight: bold;
}

/*
==================================================
R E L A T E D  I T E M S
==================================================
*/

.productRelatedItemsBlock {
	clear:both;
	float:left;
	width:100%;
}
.productRelatedItemsBlock .relatedItemsBlock {
	clear:both;
	float:left;
	width:100%;
}
.productRelatedItemsBlock .relatedItemsBlock ul li {
	float:left;
	list-style:none;
	width:16%;
}

.productRelatedItemsBlock .relatedItemsBlock  {
	height: auto;
}

.productRelatedItemsBlock .relatedItemsBlock ul {
	display:block;
	float:left;
	margin:0;
	padding:0;
	width:100%;
	
}
.productRelatedItemsBlock .relatedItemsBlock ul li {
	display:table;
	float:left;
	list-style-type: none;
	background-color:#CCCCCC;
	margin: 1px;
	text-align:center;
	height: 130px;
	width:112px;
}
.productRelatedItemsBlock .relatedItemsBlock ul li a {
	-webkit-box-shadow: inset 0px 0px 5px 0px #666666;
	box-shadow: inset 0px 0px 5px 0px #666666;
	color: #666666;
	background: #CCCCCC;
	text-decoration: none;
	width: 104px;
	height: 120px;
	display: block;
	vertical-align:top;
	font-weight:bold;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 2px;
	line-height: 1em;
	font-size: 11px;
	overflow:hidden;
}
.productRelatedItemsBlock .relatedItemsBlock ul li a:hover {
	-webkit-box-shadow: inset 0px 0px 5px 0px #EF1A30;
	box-shadow: inset 0px 0px 5px 0px #EF1A30;
	color: #1F68A5;
}

.productRelatedItemsBlock .relatedItemsBlock ul li a img
{
    margin-bottom: 7px;
    max-width:104px;
    height: 80px;
	width:auto;
	max-height:80px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.productRelatedItemsBlock .relatedItemsBlock h2 {
	font-size: 16px;
	font-weight: bold;
	color: #1594D0;
	margin: 0;
	padding-bottom: .3em;
	padding-top: .3em;
}

/*
==================================================
A D M I N     A R E A
==================================================
*/

.adminMenu {
	display: block;
	float: left;
	height: auto;
	width: 685px;
	list-style-type: none;
	padding:5px;
	margin:0 0 20px 0;
	border: 1px solid #1389C2;
}

.adminMenu li {
	float:left;
	display:block;
	width:auto;
}

.adminMenu a {
	float:left;
	color: #FFF;
	background-color: #0089CD;
	text-align: center;
	padding:5px 10px 3px 10px;
	margin:4px;	
}

.adminMenu a:hover {
	background-color: #F00;	
}

.loginForm {
	padding: 10px;
	clear: both;
	float: left;
	height: auto;
	width: 300px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 150px;	
}

.loginForm fieldset {
	float: left;
	height: auto;
	width: 314px;
	border: 1px solid #1F68A5;
	padding: 10px;
}

.admin-container legend {
	
	font-size: 14px;
	font-weight: bold;
}

.admin-container label {
	padding: 2px;
	float: left;
	height: auto;
	width: 100px;
	clear:left;
	margin-bottom: 10px;	
	
}
.admin-container input[type="text"], .admin-container input[type="password"] {
	padding: 2px;
	float: left;
	height: auto;
	width: 200px;
	border: 1px solid #1F68A5;
	margin-bottom: 10px;	
	
	
}

.loginForm input[type="submit"] {
	color: #FFF;
	background-color: #1F68A5;
	float: left;
	height: auto;
	width: 100%;
	padding: 3px;
}

.loginForm input[type="submit"]:hover {
	background-color: #EF1A30;
}

.selectedRecord {
	
	float:left;
	clear:both;
	text-align:left;
	margin-bottom:20px;
}

.enquiryDetails {
	float:left;
	clear:both;
	text-align:left;
	margin-bottom:10px;
	border: 1px solid #1F68A5;
	padding:10px;
	border-collapse:separate;
	width:700px;
}

.enquiryDetails .actionButton {
	display:block;
	padding:3px 10px 3px 10px;
	width:150px;
	height:auto;
	background-color:#0089CD;
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;	
}

.enquiryDetails .actionButton:hover {
	background-color: #EF1A30;	
}
.enquiryDetails .emailTextArea {
	width:554px;
	height:300px;
	border: 1px solid #1F68A5;
	padding:5px;
}


.enquiryList {
	
	float:left;
	clear:both;
	text-align:left;
	margin-bottom:20px;
	width:700px;
}


.enquiryList th {padding:5px 5px 5px 0;}
#accept th, #reject th, #ignore th {line-height:1.5em;}

.productDetailsMediaBlock
{
    float: left;
    width: 99%;
    padding: 1%;
    padding-left: 0;
    text-align: left;
}

.productDetailsMediaBlock p
{
    margin-bottom: 10px;
}

.productDetailsMediaBlock iframe, .productDetailsMediaBlock img
{
    border: 1px solid #1594D0;
    padding: 2px;
    max-width: 670px;
    margin-bottom: 15px;
    margin-right: 15px;
}

.hidden
{
    display: none;
}

.more-info-btn-container
{
    float: right;
    margin-top: 5px;
    margin-bottom: 10px;
    border-top: 1px solid #1594D0;
    padding-top: 10px;
    width: 344px;
}

.more-info-btn
{
    float: right;
    width: 90px;
    height: 22px;
    font-size: 14px;
    text-align: right;
    text-decoration: none!important;
    border: 2px solid #fff;
    text-transform: uppercase;
    font-weight: bold;
    -webkit-box-shadow: 1px 1px 3px 0px #666;
    -moz-box-shadow: 1px 1px 3px 0px #666;
    box-shadow: 1px 1px 3px 0px #666;
    display: table-cell;
    vertical-align: middle;
    background-image: url(/_images/video.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    padding-right: 3px;
    padding-top: 10px;
}

.more-info-btn2
{
    float: right;
    height: 22px;
	width:97%;
    font-size: 14px;
    text-align: right;
    text-decoration: none!important;
    border: 2px solid #fff;
    text-transform: uppercase;
    font-weight: bold;
    -webkit-box-shadow: 1px 1px 3px 0px #666;
    -moz-box-shadow: 1px 1px 3px 0px #666;
    box-shadow: 1px 1px 3px 0px #666;
    display: table-cell;
    vertical-align: middle;
    background-image: url(/_images/video.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    padding: 10px 3% 0 0;
}

.more-info-btn:hover, .more-info-btn2:hover
{
    color: #EF1A30;
}

.media-content-container {
    display: none;
    text-align: left;
    width: 100%;
    border-top: 1px solid #1594D0;
    margin-top: 10px;
    padding-top: 10px;
    float: left;
}

.media-content
{
    width: 100%;
    float: left;
}

.hire-news-thumb
{
    width: 29%;
    padding: 1%;
    margin: 1%;
    display: inline-block;
    border: 1px solid #1594D0;
}

.hire-news-thumb:hover
{
    border: 1px solid #EF1A30;
}

.hire-news-thumb img
{
    width: 198px;
    height: 278px;
}

.hire-news-image, .hire-news-image img
{
    width: 99%;
}

.newsletter-container .productHeaderBlock {width: auto;}
.newsletter-container .contentBlock{ width: 98%; }

#popup-cover { position: fixed; z-index: 10000; left: 0; top: 0; width: 100%; height: 100%; background-color: #302F31; }
#pop-up-container{ width: 100%; text-align: center;  position: fixed; top: 0; margin-top: 20px; z-index: 10001; }
#popup { position: relative; z-index: 10001; width: auto; margin: auto; display: inline-block; background-color: white; padding: 15px; border-radius: 10px; }
#popup-content { width: 100%; margin-bottom: 10px; } 
#popup-close 
{ 
	float: right; cursor: pointer; margin-right: 10px; 
	width: 20px;
	height: 20px;
	background: #ccc url(/_images/close.png) no-repeat;
	border: none;
}
#popup-close:hover 
{
	background-color: #333;
}
		
#popup-title { float: left; }
