@charset "utf-8";
/* CSS Fonts Document */
@font-face {
 font-family: 'DINWeb';
 src: url('../fonts/DINWeb.eot');
 src: url('../fonts/DINWeb.eot?#iefix') format('embedded-opentype'),
 	  url('../fonts/DINWeb.woff') format('woff');
 font-weight:normal;
 font-style:normal;
}
@font-face {
 font-family: 'DINWebIta';
 src: url('../fonts/DINWeb-Ita.eot');
 src: url('../fonts/DINWeb-Ita.eot?#iefix') format('embedded-opentype'),
      url('../fonts/DINWeb-Ita.woff') format('woff');
 font-weight:normal;
 font-style:italic;
}
@font-face {
 font-family: 'DINWebMed';
 src: url('../fonts/DINWeb-Medium.eot');
 src: url('../fonts/DINWeb-Medium.eot?#iefix') format('embedded-opentype'),
      url('../fonts/DINWeb-Medium.woff') format('woff');
 font-weight:normal;
 font-style:normal;
 font-size:medium;
}
@font-face {
 font-family: 'DINWebMedIta';
 src: url('../fonts/DINWeb-MediumIta.eot');
 src: url('../fonts/DINWeb-MediumIta.eot?#iefix') format('embedded-opentype'),
      url('../fonts/DINWeb-MediumIta.woff') format('woff');
 font-size:medium;
 font-style:italic;
 font-weight:normal;
}
@font-face {
 font-family: 'DINWebBold';
 src: url('../fonts/DINWeb-Bold.eot');
 src: url('../fonts/DINWeb-Bold.eot?#iefix') format('embedded-opentype'),
      url('../fonts/DINWeb-Bold.woff') format('woff');
 font-weight:bold;
 font-style:normal;
 font-size:large;
}
@font-face {
 font-family: 'DINWebBoldIta';
 src: url('../fonts/DINWeb-BoldIta.eot');
 src: url('../fonts/DINWeb-BoldIta.eot?#iefix') format('embedded-opentype'),
      url('../fonts/DINWeb-BoldIta.woff') format('woff');
 font-weight:bold;
 font-style:italic;
 font-size:large;
}
#flash, #flashcontent, flash {
	height:100%;
	font-size:small;
	font-style:normal;
}
html {
	font-family: DINWeb, sans-serif;
	color:#000;
	min-height:100%;
	max-width:100%;
}
body {
	background: url('../images/bg-security-stx.png') no-repeat 50% 0% fixed #e8e9e8;
	-webkit-background-size: 150% auto;
	-moz-background-size: 150% auto;
	-o-background-size: 150% auto;
	background-size: 150% auto;
	width:100%;
	height:100%;
}
html, body, div, span, applet, object, iframe, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:small;
	font-weight:normal;
	font-style:normal;
	/*vertical-align:baseline;*/
	/*word-wrap:break-word;*/
}
p {
	font-size:small;
	font-weight:inherit;
	margin:0 0 0.8em;
	padding:0;
	border:0;
	outline:0;
	vertical-align:baseline;
	line-height:1.5em;
}
strong {
	font-family:DINWebBold, sans-serif;
	font-weight:bold;
}
em {
	font-family:DINWebIta, sans-serif;
	font-style:italic;
}
ol, ul {
	display:block;
	list-style:outside;
	list-style-type:inherit;
}
table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
blockquote {
	margin:20px 0;
	padding:20px;
	font-weight:bold;
	font-family:DINWebMed, sans-serif;
	font-style:italic;
}
blockquote em {
	background-color:#fff;
	font-family:DINWebMedIta, sans-serif;
	font-size:large;
	font-style:italic;
	color:#c0c0c0;
	line-height:2.2em;
}
blockquote em strong, blockquote strong em {
	color:#1d317d;
	background-color:#fff;
	font-family:DINWebBoldIta, sans-serif;
	font-size:larger;
	font-weight:bold;
}
input, textarea, select {
	font-family:DINWeb, sans-serif;
	font-weight:normal;
	background:#FFFFFF;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	border: 1px solid #9C9A90;
}
input[type=text], input[type=password], input[type=email], select {
	height:28px;
	padding:0px;
	margin:0px;
}
input[type="radio"], input[type="checkbox"] {
	margin:0px;
}
input[type=submit], .form-submit {
	cursor:pointer;
	background:#00573F;/*green*/
	font-family:DINWeb, sans-serif;
	font-weight:normal;
	color:#FFFFFF;
    border:none;
	padding:5px 8px;
	text-transform: uppercase;
}
.hasJs label.prompt {
	color:#4b4a4a;
}
.caption {
}
a {
	color: #00573F;
    font-weight: bold;
	text-decoration: none;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border:none;
}
a:hover, a:focus {
	color: #00573F;
	text-decoration:underline;
}
a:link, li a:active, li a.active {
	color: #00573F;
}
img a {
	border:none;
}
h1, h2, h3,
h1 a, h2 a, h3 a {
	color:#00573F;
	font-family:DINWebBold, sans-serif;
	font-weight:bold;
    text-transform: uppercase;
	margin-top:10px;
}
h1{
    font-size: 24px;
}
h1 a, h2 a{
	font-size:24px;
}
h4, h5, h6,
h4 a, h5 a, h6 a{
	color:#00573F;
	font-family:DINWebMed, sans-serif;
	font-weight:bold;
	margin:0px;
}
h3, h3 a {
	font-size:20px;
}
.element-hidden {
	display: none;
}
.element-invisible {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
	display:none;
}
.element-invisible.element-focusable:active, .element-invisible.element-focusable:focus {
	position: static !important;
	clip: auto;
}
* html .clearfix {
	height: 1%;
}
*:first-child + html .clearfix {
	min-height: 1%;
}
.clear {
	clear: both;
}
.display-block {
	display: block;
}
fieldset {
	background-color:transparent;
}
legend {
	color:#000;
	margin:0;
	padding:0;
	border:0;
	font-weight:bold;
}
table {
	margin:15px 0;
	border-collapse:collapse;
	border-spacing:0;
	width:100%;
}
tbody {
	border:none;
}
th {
	border-top:2px solid #00573F;
	border-bottom:1px solid #CCCCCC;
}
tr.even {
}
tr.odd {
}
td, th {
}
td {
}
td.active {
	background:none;
}
ul ul, ul ul ul, ol ol, ol ol ol {
	margin:0;
	margin-left:20px;
}
ol {
	list-style-type:decimal;
}
ol ol {
	list-style-type:upper-alpha;
}
ol ol ol {
	list-style-type:lower-alpha;
}
li {
	display:list-item;
	line-height:1.8em;
}
ul li a {
	text-decoration:none;
}
ul li.leaf {
	list-style-image:none;
	list-style-type:none;
}
.ico {
	float:left;
	margin:0 20px 10px 0;
}
.ico2 img {
	margin-right:5px;
}
.clear {
	clear:both;
}
.slogan {
	background:url('../images/ElectricPerimeterSecuritySystems.png') no-repeat;
	float:left;
	font-size:large;
	height:64px;
	width:239px;
	margin-top:5px;
    margin-bottom:5px;
}
.slogan .tel, .slogan .dealer {
	display: none;
	float:right;
	text-align:right;
}
#skip-link {
	position:absolute;
}
.item-list ul li {
	list-style: none;
}
/*Override System.css */
.form-item, .form-actions {
	margin-bottom:0 !important;
	margin-top:0 !important;
}
.form-item input.error, .form-item input[type=text].error, .form-item input[type=password].error, .form-item input[type=email].error, .form-item textarea.error, .form-item select.error {
	border:2px solid red;
}
.logo {
	height:85px;
	width:287px;
	margin-bottom:20px;
	background:url('../images/logo.png') no-repeat;
}
.logo a {
	height:85px;
	width:287px;
	display:block;
	overflow:hidden;
}
.logo a img {
	position:absolute;
	top:0;
	left:0;
	text-indent:0;
}
.container, .grid8, .wrapper, #container, #grid-8, #wrapper {
	max-width:900px;
	margin:0 auto;
	width:900px;
	text-align:left;
	padding:0px;
	height:100%;
}
#header-bottom {
	float:left;
	background:#DADADA;/*grey*/
	width:100%;
	margin:0 auto;
	padding:0 20px;
}
#header-bottom-inside {
	float:left;
	width:100%;
}
#header-bottom-inside-left {
	float:left;
	width:30%;
}
#header-bottom-inside-right {
	float:right;
	width:70%;
}
/*
* Region-top-header menu
*/
.region-top-header {
	display:inline;
	padding:0;
	width:100%;
}
.region-top-header ul li {
	float:right;
	display:inline;
	padding:0;
}
.region-top-header ul li a {
	color:#FFF;
}
.region-top-header ul li.first {
	padding:0;
}
.region-top-header ul li.active {
	border-right:none;
	background:#00573F;
	padding:0;
}
.region-top-header .block-block {
	float:left;
	display:inline;
}
/* top header contents */
#header-search {
	float:right;
	width:40%;
}
#header-location {
	float:left;
	width:55%;
	margin:10px 0px 0px 5px;
}
#location-selector, .location-selector {
	float:left;
	width:50%;
}
#language-selector, .language-selector {
	float:left;
	width:50%;
	padding-left:15px;
}
.language-selector span, .location-selector span, #language-selector span, #location-selector span {
	font-weight:normal;
	color:#00573F !important;
	margin-right:5px;
}
.language-selector a, .location-selector a, #language-selector a, #location-selector a {
	color:#000;
	text-decoration:none;
}
.language-selector a:hover, .location-selector a:hover, #language-selector a:hover, #location-selector a:hover,
.language-selector a:focus, .location-selector a:focus, #language-selector a:focus, #location-selector a:focus {
	color:#00573F !important;
	text-decoration:none;
}
/* Block Search */
#block-search-form {
	margin-top:5px;
	padding:0px;
}
#block-search-form .form-text, #search-block-form .container-inline .form-text {
	width:88%;
	height:28px;
	padding:5px;
	background:#FFFFFF;
	border:none;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
#block-search-form .container-inline, #search-block-form .container-inline {
	overflow:hidden;
	display:inline-block;
}
#block-search-form .container-inline .form-item, #search-block-form .container-inline .form-item {
	margin:0px;
	padding:0px;
}
#block-search-form .container-inline .form-actions, #search-block-form .container-inline .form-actions {
	margin:0px 0px 0px -3px;
    padding: 0px;
}
#block-search-form .form-submit {
	vertical-align:middle;
}
#block-search-form .form-submit, #search-block-form .form-submit {
	background:url('../images/search_btn.png') no-repeat center center #00573F;
	border-radius:0;
	border:0;
	padding:5px;
	cursor:pointer;
	height:28px;
	width:28px;
}
#search-block-form #edit-submit:hover, #search-block-form .form-submit:hover,
#search-block-form #edit-submit:focus, #search-block-form .form-submit:focus {
	background-color:#00573F;
}
#search-block-form label {
	display:none;
}
#block-search-form :after{
	content:none;
	border:none;
}
form.search-form+h2{
  display:none;
}
.form-item-keys label{
	margin-left:15px;
	margin-right:8px;
}
/* Header */
#header, header, #logo-floater {
	float:left;
	width:100%;
	margin:10px auto;
}
#logo-floater {
	margin-top:30px;
}
#logo, #slogan {
	float:left;
	width:31%;
}
/* Sidebar */
#sidebar {
	top:544px;
}
#navigation-left {
	float:left;
	color:#FFF;
	position:absolute;
	height: 100%;
	margin-top:193px;
}
/* Siderbar Decoration */
.region.region-navigation {
	clear:both;
	float:left;
	width:100%;
	margin-top:20px;
    padding-top: 10px;
	background:url('../images/nav-bg-stx-stipple.png') repeat-y 0 0 #00573F;
	max-width:240px;
	position:relative;
	z-index:99;
    text-transform: uppercase;
    font-family:DINWeb, sans-serif;
}
.region-navigation:after {
	content:"";
	position:relative;
	bottom: 22px;
	left:91%;
	border-width:0px 0px 25px 25px;
	border-style:solid;
	border-color:transparent #e8e9e8 #e8e9e8 transparent;
}
#navigation {
	float:left;
	background:url('../images/nav-bg-stx-stipple.png') repeat-y 0 0 #00573F;
	position:relative;
	padding-top:10px;
	padding-bottom: 10px;
    z-index:99;
}
#navigation:after {
	content:"";
	position: relative;
	bottom: 12px;
	left:90%;
	border-width:0px 0px 25px 25px;
	border-style:solid;
	border-color:transparent #e8e9e8 #e8e9e8 transparent;
}
#navigation a, .region-navigation a {
	color:#FFF;
}
#navigation h2, .region-navigation h2 {
	display:none;
}
.region-navigation .block-user {
	padding: 0 10px 0 20px;
	max-width: 240px;
	width: 240px;
}
.region-navigation .block-user input[type=submit] {
	color:#00573F;
	float:right;
	background:#FFF;
}
/* Logged in Menu */
/* http://cssmenumaker.com/builder/1392306 */
.region-navigation > ul {
	list-style: none;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	line-height: 1em;
}
/* The container */
.region-navigation > ul {
	display: block;
	position: relative;
	width:240px;
	max-width:240px;
}
.region-navigation > ul li {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
}
/* General link styling */
.region-navigation > ul li a {
	display: block;
	position: relative;
	margin: 0;
	padding: 10px 10px;
	color: #d8d8d8;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 300;
}
.region-navigation > ul li.leaf > a,
.region-navigation > ul ul li.leaf > a,
.region-navigation > ul ul ul li.leaf > a {
	border-top: 0;
}
.region-navigation > ul li:hover,
.region-navigation > ul li:focus > a {
	background-color:#b3b2b2;
}
.region-navigation > ul ul li.first > a,
.region-navigation > ul ul li.leaf > a,
.region-navigation > ul ul li.last > a {
	background-color:#818080;
}
.region-navigation > ul ul ul li.first > a,
.region-navigation > ul ul ul li.leaf > a,
.region-navigation > ul ul ul li.last > a {
	background-color:#5f5e5e;
}
/* The hover state of the menu/submenu links */
.region-navigation > ul li > a:hover,
.region-navigation > ul li > a:focus {
	color: #ffffff;
}
.region-navigation > ul ul li > a:hover,
.region-navigation > ul ul li > a:focus {
	color: #00573F;
}
.region-navigation > ul ul ul li > a:hover,
.region-navigation > ul ul ul li > a:focus {
	color: #ffffff;
}
.region-navigation > ul ul ul li:hover,
.region-navigation > ul ul ul li:focus > a {
	color: #ffffff;
	background: #00573F;
}
/* The arrow indicating a submenu */
.region-navigation > ul .menu > a::after {
	content: '';
	position: absolute;
	top: 16px;
	right: 10px;
	width: 0px;
	height: 0px;
	border: 4px solid transparent;
	border-left: 4px solid #d8d8d8;
}
/* The same arrow, but with a darker color, to create the shadow effect */
.region-navigation > ul .menu > a::before {
	content: '';
	position: absolute;
	top: 17px;
	right: 10px;
	width: 0px;
	height: 0px;
	border: 4px solid transparent;
	border-left: 4px solid #000;
}
/* Changing the color of the arrow on hover 
.region-navigation > ul li > a:hover::after, .region-navigation > ul li:hover > a::after {
	border-left: 4px solid #ffffff;
}
.region-navigation > ul li > a:hover::before, .region-navigation > ul li:hover > a::before {
	border-left: 4px solid rgba(0, 0, 0, 0.3);
}
*/
/* THE SUBMENUS */
.region-navigation > ul {
	left: 0;
	z-index:99;
}
.region-navigation > ul ul {
	position: absolute;
	left: 89%;
	top: -9999px;
	padding-left: 5px;
	opacity: 0;
	width: 100%;
	-webkit-transition: opacity 0.2s ease-in;
	-moz-transition: opacity 0.2s ease-in;
	transition: opacity 0.2s ease-in;
	z-index:99;
}
/* Showing the submenu when the user is hovering the parent link */
.region-navigation > ul li:hover > ul,
.region-navigation > ul li:focus > ul {
	top: 0px;
	opacity: 1;
}
/* Main Menu */
#navigation > ul {
	list-style: none;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	line-height: 1em;
}
/* The container */
#navigation > ul {
	display: block;
	position: relative;
	width:240px;
	max-width:240px;
}
#navigation > ul li {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
}
/* General link styling */
#navigation > ul li a {
    display: block;
    position: relative;
    margin: 0;
    padding: 5px 10px;
    /*color: #d8d8d8;*/
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 300;
    height: 30px;
}
#navigation > ul li:hover > a,
#navigation > ul li:focus > a {
	background-color:#b3b2b2;
}
#navigation > ul li > a,
#navigation > ul ul li > a,
#navigation > ul ul ul li > a {
	border-top: 0;
}
#navigation ul ul li{
	background-color:#818080;
}
#navigation > ul ul ul li > a {
	background-color:#5f5e5e;
}
#navigation > ul ul ul li > a {
	background-color:#5f5e5e;
}
/* The hover state of the menu/submenu links */
#navigation > ul li > a:hover,
#navigation > ul li > a:focus {
	color: #ffffff;
}
#navigation > ul ul li > a:hover,
#navigation > ul ul li > a:focus {
	color: #00573F;
}
#navigation > ul ul ul li > a:hover,
#navigation > ul ul ul li > a:focus {
	color: #ffffff;
}
#navigation > ul ul ul li:hover > a,
#navigation > ul ul ul li:focus > a {
	color: #ffffff;
	background: #00573F;
}
#navigation > ul li li:hover > a,
#navigation > ul li li:focus > a {
	color:#00573F;
}

/* The arrow indicating a submenu */
#navigation > ul .menu > a::after {
	content: '';
	position: absolute;
	top: 16px;
	right: 10px;
	width: 0px;
	height: 0px;
	border: 4px solid transparent;
	border-left: 4px solid #d8d8d8;
}
/* The same arrow, but with a darker color, to create the shadow effect */
#navigation > ul .menu > a::before {
	content: '';
	position: absolute;
	top: 17px;
	right: 10px;
	width: 0px;
	height: 0px;
	border: 4px solid transparent;
	border-left: 4px solid #000;
}
/* Changing the color of the arrow on hover 
#navigation > ul li > a:hover::after, #navigation > ul li:hover > a::after {
	border-left: 4px solid #ffffff;
}
#navigation > ul li > a:hover::before, #navigation > ul li:hover > a::before {
	border-left: 4px solid rgba(0, 0, 0, 0.3);
}
*/
/* THE SUBMENUS */
#navigation > ul {
	left: 0;
	z-index:99;
}
#navigation > ul ul {
	position: absolute;
	left: 89%;
	top: -9999px;
	padding-left: 5px;
	opacity: 0;
	width: 100%;
	-webkit-transition: opacity 0.2s ease-in;
	-moz-transition: opacity 0.2s ease-in;
	transition: opacity 0.2s ease-in;
	z-index:99;
}
/* Showing the submenu when the user is hovering the parent link */
#navigation > ul li:hover > ul,
#navigation > ul li:focus > ul {
	top: 0px;
	opacity: 1;
}
/* Content Area */
h1.title {
	text-align:center;
}
.main {
	max-width:640px;
	width:71.0351%;
	background:url('../images/bg-stxsec-trans.png') repeat-y scroll left top transparent;
	display: block;
	float: right;
	margin-left:2.3%;
	min-height: 40em;
	position: relative;
	z-index: 1;
}
#main-area, #home-area {
	padding:20px;
	width:100%;
	margin:0 auto;
	background:none;
}
/* Footer */
#footer {
	margin-top:20px;
	clear:both;
	float:left;
	width:100%;
}
/* Brands Footer */
.trutest-brands-block-message p, .trutest-brands-block-message p a {
	text-align:center;
}
#block-message-trutest-brands p, #block-message-trutest-brands p a {
	font-size:x-small;
	margin-top: 5px;
}
#footer-brands {
	height:100%;
	background:#dadada;
	padding:0px 0px 0px 20px;
}
#footer-brands-wrap {
	margin:10px auto 0px auto;
	text-align:left;
}
#footer-brands-left {
	float:left;
}
#footer-brands-right {
	float:right;
}
#footer-brands ul.country-en, #footer-brands ul.country-en-NZ, #footer-brands ul.country-en-AU, #footer-brands ul.country-en-US {
	padding: 0px 0px 25px 0px;
	margin:0px;
}
#footer-brands ul.country-en li, #footer-brands ul.country-en-NZ li, #footer-brands ul.country-en-AU li, #footer-brands ul.country-en-US li {
	list-style:none initial none;
	display:inline-block;
}
#footer-brands .mid-footer-trutest_brands_category_1 {
	margin-right:0px;
}
#footer-brands .mid-footer-trutest_brands_category_2 {
	margin-right:0px;
}
#footer-brands .mid-footer-trutest_brands_category_3 {
	margin-right:15px;
}
#footer-brands .mid-footer-trutest_brands_category_4 {
	margin-right:0px;
}
#footer-brands .mid-footer-trutest_brands_category_5 {
	margin-right:0px;
}
#footer-brands .mid-footer-trutest_brands_category_6 {
	margin-right:0px;
}
#footer-brands .mid-footer-trutest_brands_category_7 {
	margin-right:0px;
}
#footer-bottom {
	background:#00573F;
	color:#FFF;
	/*padding:0px 20px 0px 20px;*/
}
#footer-bottom a, #footer-bottom a:link, #footer-bottom a:active, #footer-bottom a.active {
	color:#FFF;
}
#footer-bottom, #footer-bottom a:hover, #footer-bottom a:focus {
	text-decoration:underline;
}
#footer-bottom-wrap {
	margin:0 auto;
	width:100%;
	text-align:left;
}
#footer-bottom-left {
	float:left;
}
#footer div.mid-footer ul {
	float:left;
	margin-left:0;
	padding:0;
}
#footer div.mid-footer li {
	list-style-type:none;
	display:block;
	margin-right:45px;
	float:left;
	text-align:left;
	margin-top:1px;
}
#footer div.mid-footer li a {
	font-size:x-small;
}
#footer div.mid-footer li a {
	font-weight:normal;
	color:#333;
}
#footer div.mid-footer li.first {
	border-left:none;
}
li.mid-footer-weighing {
	width:100px;
}
li.mid-footer-fencing {
	width:145px;
}
li.mid-footer-traditional {
	width:98px;
}
li.mid-footer-tags {
	width:112px;
}
li.mid-footer-security {
	width:90px;
	margin:0 !important;
}
li.mid-footer span {
	display:block;
	padding-bottom:10px;
	line-height:1em;
	font-size:x-small;
}
li.mid-footer-weighing span, li.mid-footer-fencing span, li.mid-footer-milk span, li.mid-footer-traditional span {
	padding-top:12px;
	font-weight:normal;
}
li.mid-footer-tags span {
	padding-bottom:2px;
}
.content li {
    margin-left: 15px;
	list-style-position: outside;
}
.content ul {
	margin-bottom:10px;
}
.footerLogo {
	float:left;
	display:inline-block;
	display:block;
	text-indent: 100%;
	white-space: nowrap;
	line-height:0em;
	width:100%;
	height:100%;
	font-size:0;
	color: transparent;
	overflow:hidden;
}
/* Brands Footer */
.trutest {
	width:115px;
	height:24px;
	background:url('../images/footer-logo-trutest.png') no-repeat;
}
.trutest:hover, .trutest:focus {
	background-position:0px -25px;
}
.speedrite {
	width:100px;
	height:25px;
	margin:0 5px 5px 0;
	background:url('../images/footer-logo-speedrite.png') no-repeat;
}
.speedrite:hover, .speedrite:focus {
	background-position:0px -25px;
}
.stafix {
	width:85px;
	height:25px;
	margin:0 5px 5px 0;
	background:url('../images/footer-logo-stafix.png') no-repeat;
}
.stafix:hover, .stafix:focus {
	background-position:0px -25px;
}
.pel {
	width:70px;
	height:25px;
	background:url('../images/footer-logo-pel.png') no-repeat;
}
.pel:hover, .pel:focus {
	background-position:0px -25px;
}
.patriot {
	width:135px;
	height:15px;
	/* margin-top:6px; */
	background:url('../images/footer-logo-patriot.png') no-repeat;
}
.patriot:hover, .patriot:focus {
	background-position:0px -16px;
}
.hayes {
	width:105px;
	height:26px;
	background:url('../images/footer-logo-hayes.png') no-repeat;
}
.hayes:hover, .hayes:focus {
	background-position:0px -26px;
}
.milkmeters {
	width: 75px;
	height: 25px;
	background:url('../images/footer-logo-trutest.png') no-repeat;
}
.milkmeters:hover, .milkmeters:focus {
	background-position:0px -25px;
}
.dts {
	width: 100px;
	height: 25px;
	background:url('../images/footer-logo-trutest.png') no-repeat;
}
.dts:hover, .dts:focus {
	background-position:0px -25px;
}
.facebook {
	background:url('../images/facebook.png') no-repeat;
	width: 29px;
	height: 29px;
	margin:0 5px 5px 0;
}
.facebook:hover, .facebook:focus {
	background:url('../images/facebook.png') no-repeat;
	width: 29px;
	height: 29px;
	margin:0 5px 5px 0;	
}
.twitter {
	background:url('../images/twitter.png') no-repeat;
	width: 29px;
	height: 24px;
	margin:0 5px 5px 0;	
}
.twitter:hover, .facebook:focus {
	background:url('../images/twitter.png') no-repeat;
	width: 29px;
	height: 24px;
	margin:0 5px 5px 0;
}
/* Bottom Footer */
#block-system-powered-by {
	margin-top:0px;
}
#block-block-9 {
	margin-top:8px;
}
#footer-bottom-right {
	float:right;
}
#footer-bottom-wrap p {
	font-size: x-small;
	margin-top: 15px;
}
/* Footer country selector */
#trutest_distributors_footer_block_form_wrapper .block-trutest-distributors {
	float:left;
	width:100%;
	height:100%;
}
#trutest_distributors_footer_block_form_wrapper #country {
	display:inline-block;
	float:left;
	width:86%;
}
#trutest_distributors_footer_block_form_wrapper .block-trutest-distributors .form-submit {
	float: right;
	margin-top: 10px;
	padding: 0 6px;
}
#trutest_distributors_footer_block_form_wrapper #country .form-item-country label {
	float:left;
	margin:3px 0 0 120px;
	width:25%;
}
#footer-bottom-right .form-item-country select {
	border:none;
	margin-top:-2px;
}
#footer-bottom-right .form-item-country select {
	height:20px;
}
#trutest-distributor-footer-selection .form-submit {
	height:19px;
	vertical-align:bottom;
	padding:0 4px;
}
#block-trutest-distributors-trutest-distributors-footer-block-form input {
	position: relative;
	padding:1px 5px;
	margin-left:10px;
}
#block-trutest-distributors-trutest-distributors-footer-block-form input.form-submit {
	height: 25px;
}
/* Modal Popup */
#trutest_selector #country, #trutest-selector-selection {
	display:inline-block;
	overflow: hidden;
}
#trutest_selector #country .form-item-countries label {
	float:left;
	font-family: DINWebMed;
	font-size:medium;
	margin:2px 18px 0 0;
}
#trutest-selector-selection .form-submit, #trutest-selector-selection .form-item-country select {
}
#footer-bottom-right .form-item-country select {
}
#trutest-selector-selection input {
}
div.modal-forms-modal-content .form-item label {
}
#modal-content, .modal-content {
	box-shadow:none;
	background-clip:none;
	background:#dadada;
	border:none;
	border-radius:none;
}
.modal-header {
	border:none;
}
#modal-content .form-submit {
	box-shadow:none;
}
#trutest_selector #country, #trutest-selector-selection {
	display:inline-block;
	overflow: hidden;
	margin:0px 20px 0px 0px;
}
#trutest_selector #country .form-item-country label {
	float:left;
	margin-right:18px;
}
#trutest-selector-selection .form-submit, #trutest-selector-selection .form-item-country select {
	background:#00573F;
	color:#FFFFFF;
	border:none;
	margin-top:-2px;
}
#trutest-selector-selection input {
	height:19px;
	vertical-align:bottom;
	padding:0 4px;
}
#trutest_selector_wrapper {
	margin:40px 0 0 80px;
}
#trutest-selector-selection .form-submit {
	position:absolute;
	top:47px;
	padding: 2px 10px;
	height:35px;
}
/* Slider Controls */
.view-id-promotion_slider {
    float:left;
    width:100%;
    position:relative;
    margin:0 0 30px 0 !important;
    border:none !important;
}
.view-id-promotion_slider a:focus {
	outline:none;
	border:0;
}
.view-id-promotion_slider .field-content img {
	display:block;
}
.views-slideshow-controls-text-pause,
.views-slideshow-controls-text-next, 
.views-slideshow-controls-text-previous{
	display:none;
}
.view-id-promotion_slider .views_slideshow_pagerNumbered {
	position:absolute;
	left:50%;
	bottom:20px;
	z-index:92;
}
.view-id-promotion_slider .views_slideshow_slide_counter_promotion_slider-block {
	display:block;
	background: url('../images/bg-slideshow-pagination.png') no-repeat;
	width:20px;
	height:20px;
	float: left;
	position:relative;
	margin-left:7px;
	color:transparent;
}
.view-id-promotion_slider .views_slideshow_slide_counter {
	display:none;
}
.views-slideshow-controls-bottom {
	z-index:91;
	width: 100%;
}
.views_slideshow_cycle_teaser_section {
	margin:auto;
}
.views_slideshow_pager_field {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: auto;
	padding: 3px;
	text-align: center;
	vertical-align: middle;
}
.views_slideshow_pager_field_item {
	background:#A8A8A7;
	color:#A8A8A7;
	display: inline-block;
	height: 10px;
	width: 10px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	margin-right: 2px;
	zoom: 1; /*Fix for IE 7 */
 *display: inline; /*Fix for IE 7 */
}
.views_slideshow_pager_field_item:hover {
	cursor: pointer;
	background:#00573F;
	color:#00573F;
}
.views-slideshow-controls-bottom .active {
	background:#00573F;
	color:#00573F;
}
.views-slideshow-controls-text{
    display: none;
}
/* Home Page Blocks*/
.regional_home {
	width:100%;
}
.regional_home_image_2col_one {
	float:left;
	background:#DADADA;
	width:50%;
	max-width:290px;
	text-align:center;
	margin-right:3%;
	height:320px;
	max-height:inherit;
}
.regional_home_image_2col_two {
	float:left;
	background:#DADADA;
	width:50%;
	max-width:290px;
	text-align:center;
	height:320px;
	max-height:inherit;
}
.regional_home_image_2col_one h2, .regional_home_image_2col_two h2 {
	text-align:center;
	color:#00573F;
	font-size:150%;
}
.regional_home_image_2col_one p, .regional_home_image_2col_two p {
	text-align:center;
	color:#000000;
	font-size:90%;
	padding:20px 20px 0px 20px;
}
/*Enquiries Source Node ID 4 EN-Global*/
.enquiries.regional_page, .page-node-4 .regional_page, .page-node-1006 .regional_page, .page-node-1007 .regional_page, .page-node-1008 .regional_page, .page-node-1009 .regional_page, .page-node-1010 .regional_page, .page-node-1011 .regional_page {
	float:left;
	width:45%;
	padding-right:20px;
}
.enquiries .node-page .content, #node-419 .content, #node-1006 .content, #node-1007 .content, #node-1008 .content, #node-1009 .content, #node-1010 .content, #node-1011 .content {
	border-top:2px solid #00573F;
	float:left;
	width:100%;
}
.views_slideshow_main {
    height:100%;
}
/* Web Form */
#webform-component-interest-in span {
	margin-left:20px;
	line-height:2em;
}
.fieldset-wrapper .form-checkbox {
	margin-left:20px;
}
form.webform-client-form {
	width:100%;
	padding:20px 20px 25px 20px;
	margin-bottom:0px;
    background: #d8d8d8;
}
form.webform-client-form .description {
	display:none;
}
#region-navigation .block-user input[type=text],
#region-navigation .block-user input[type=password], 
#webform-client-form-4 select, #webform-client-form-4 input[type=text], #webform-client-form-4 input[type=email], #webform-client-form-4 textarea, #webform-client-form-6 select, #webform-client-form-6 input[type=text], #webform-client-form-6 input[type=email], #webform-client-form-6 textarea, #webform-client-form-12 select, #webform-client-form-12 input[type=text], #webform-client-form-12 input[type=email], #webform-client-form-12 textarea {
	outline:medium none;
	padding-left:5px;
	margin:0;
	font-size:small;
	border:0;
	border-radius:0;
	/*-webkit-appearance:none;*/
	font-weight: normal;
	overflow:hidden;
	height:30px;
	background:#FFFFFF;
	width:100%;
	border:1px solid #9c9a90;
}
div.webform-component-textfield, div.webform-component-select, div.webform-component-textarea, div.webform-component-email, div.webform-component-checkboxes, div.webform-component-radio, div.webform-component-date {
	float: left;
}
#edit-submitted-your-details-message-file-upload-upload {
	border: none;
}
#webform-component-location legend, #webform-component-location--language {
	display:none;
}
#webform-component-location--region label, #webform-component-location--country label {
	color:#FFFFFF;
	float:left;
	width:100%;
}
/*#webform-component-your-details label, #webform-component-your-details legend*/
.webform-component {
	font-size:small;
	line-height:2em;
}
#webform-component-location {
	background:#00573F;
	padding:10px 20px 20px 20px;
}
#webform-component-location--country select, #webform-component-your-details--your-name--title select {
	height:28px;
}
#webform-component-location--country, #webform-component-location--region {
	padding: 0 17px;
	width:50%;
}
#webform-component-your-details--your-name--title {
	float:left;
	margin-right:2%;
	width:20%;
}
#webform-component-your-details--your-name--title select {
	width:100%;
}
#webform-component-your-details--your-name--name {
	float:left;
	width:78%;
}
#webform-component-your-details--your-name input.form-text {
	width:100%;
}
#webform-component-your-details--first-name,
#webform-component-your-details--job-title,
#webform-component-preferred-contact-method--email,
#webform-component-your-details--country,
#webform-component-your-details--city,
#webform-component-your-details--preferred-contact-method--phone,
#webform-component-your-details--preferred-contact-method--phone-number,
#webform-component-details--company-name,
#webform-component-details--address,
#webform-component-details--name,
#webform-component-details--email {
	float:left;
	width:48%;
	margin-right:2%;
    clear:both;
}
#webform-component-your-details--last-name,
#webform-component-your-details--company,
#webform-component-your-details--post-code,
#webform-component-preferred-contact-method--phone,
#webform-component-your-details--region,
#webform-component-your-details--preferred-contact-method--email-address,
#webform-component-details--company-website,
#webform-component-details--city,
#webform-component-details--job-title,
#webform-component-details--phone {
	float:left;
	width:50%;
}
#webform-component-your-details--subject-of-your-enquiry-optional--subject, #webform-component-your-details--message--message, #webform-component-your-details--message--permission--to-contact, #webform-component-your-details--message--notification {
}
#webform-component-your-details--subject-of-your-enquiry--subject input {
}
#webform-component-comments textarea, #webform-component-your-details--message textarea {
	width:100%;
	line-height:1.4em;
	min-height: 130px;
	font-size:small;
	font-weight: normal;
	height:130px;
	overflow-y:auto;
}
#webform-component-notification {
	float:left;
	padding-top:5%;
    margin-left: 20px;
	width:80%;
    background:#d8d8d8;
	width:100%;
	margin-top:0px;
	padding: 10px 30px 0px 0px;
	text-indent:-15px;
	line-height: 1em;
}
.captcha {
	float:left;
	margin-bottom:5%;
	width:100%;
}
.captcha .description {
	display:none;
}
.form-item-captcha-response {
	float:left;
	width:100%!important;
}
.form-item-captcha-response label {
	float:left;
	width:100%!important;
}
.form-item-captcha-response input {
	float:left;
	width:20%!important;
}
.webform-client-form .form-actions {
	float:left;
	width:100%;
}
#edit-submitted-file-upload-ajax-wrapper {
	margin-left:20px;
}
#edit-submitted-file-upload-upload {
	border:none;
}
.resizable-textarea .grippie {
  background: none;
  border: none;
  cursor: initial;
  height: 0px;
  overflow: hidden;
}
/*
* Product Category Pages
*/
.field-name-field-product-comparison table th.col_0, .field-name-field-product-comparison table th.col_2, .field-name-field-product-comparison table th.col_4, .field-name-field-product-comparison table th.col_6, .field-name-field-product-comparison table th.col_8, .field-name-field-product-comparison table th.col_10, .field-name-field-product-comparison table td.col_0, .field-name-field-product-comparison table td.col_2, .field-name-field-product-comparison table td.col_4, .field-name-field-product-comparison table td.col_6, .field-name-field-product-comparison table td.col_8, .field-name-field-product-comparison table td.col_10 {
	background:#FFF;
}
.field-name-field-product-comparison table th.col_1, .field-name-field-product-comparison table th.col_3, .field-name-field-product-comparison table th.col_5, .field-name-field-product-comparison table th.col_7, .field-name-field-product-comparison table th.col_9, .field-name-field-product-comparison table th.col_11, .field-name-field-product-comparison table td.col_1, .field-name-field-product-comparison table td.col_3, .field-name-field-product-comparison table td.col_5, .field-name-field-product-comparison table td.col_7, .field-name-field-product-comparison table td.col_9, .field-name-field-product-comparison table td.col_11 {
	background:#EEE;
}
.field-name-field-product-comparison table.sticky-header {
	font-size:small;
	font-weight:bold;
	text-transform:uppercase;
}
.field-name-field-product-comparison table.tableheader-processed th.row_0 {
	font-size:small;
	font-weight:bold;
	line-height:3em;
	text-transform:uppercase;
	text-align:center;
}
.field-name-field-product-comparison table.tableheader-processed td {
	font-size:small;
	line-height:3em;
	text-transform:uppercase;
	text-align:center;
}
.field-name-field-product-comparison a.product-comparison {
	font-size:x-small;
	color:#FFF;
	cursor:pointer;
	width:10em;
	display:block;
	margin:1.0em auto;
	padding:2px 5px;
	text-align:center;
	text-decoration:none;
}
.field-name-field-product-comparison a.product-comparison span.product-title {
	display:block;
	color:#FFF;
	font-size:x-small;
	font-weight:bold;
	cursor:pointer;
	text-decoration:underline;
}
.field-name-field-product-comparison a.product-comparison span.product-learnmore {
	font-size:xx-small;
	color:#00573F;
	text-transform:uppercase;
	text-decoration:none;
	cursor:pointer;
	display:block;
	margin-top:4px;
}
.views-field-field-product-references {
	padding-bottom:25px;
}

.icon-product, .icon-product-video, .icon-product-case-study, .icon-product-downloads, .icon-product-set-up-guides, .icon-product-manuals, .icon-product-product-data-sheets {
	width: 100px;
	/* clear: both; */
	/* border-bottom: 2px solid #DCDCDC; */
	/* padding: 20px 0 20px 0; */
	float: left;
	height: 72px;
	text-align: center;
	margin-top: 24px;
}
.icon-product-manual {
	float:left;
	width:40%;
	margin: 0 10px 0 10px;
}
.icon-product-left, .icon-product-video-left, .icon-product-case-study-left, .icon-product-downloads-left, .icon-product-set-up-guides-left, .icon-product-manuals-left, .icon-product-product-data-sheets-left {
	clear:both;
	margin:0 0 0 10px;
	margin-bottom: 7px;
}
/*
* Dealer Page
*/
.dealer .regional_page_left {
	float:left;
	width:38%;
}
.dealer .regional_page_right {
	float:right;
	width:60%;
}
.dealer .view-dealers {
	border-top:2px solid #00573F;
	margin-top:20px;
}
.dealer .view-dealers h2 a {
	font-size:medium;
}
.regional_page_right .view-dealers {
	border-top:none!important;
	margin-top:20px;
}
.dealer .dealer-map .content {
	border-top:2px solid #00573F;
	float:left;
	width:100%;
	margin-top:20px;
}
.view-dealers h3.location-locations-header {
	display:none;
}
.view-dealers .views-row {
	margin:40px 0 0 0;
}
.view-dealers .views-field-title, .view-dealers .views-field-title span.field-content {
	font-size:large;
	font-weight:bold;
	letter-spacing:0;
}
.view-dealers .views-field-field-email-address, .view-dealers .views-field-field-email-address div.field-content a {
	font-weight:normal;
	line-height:3em;
}
.view-dealers .item-list .pager {
	clear:both;
	text-align:center;
}
.view-dealers ul.pager {
	display:block;
	margin:20px 0;
	overflow:hidden;
	padding:20px;
}
.view-dealers .item-list ul {
	list-style:none outside none;
}
.view-dealers .item-list ul {
	padding:0;
}
/*
* Distributor Page
*/
.distributor .regional_page_left {
	float:left;
	width:38%;
}
.distributor .regional_page_right {
	float:right;
	width:60%;
}
.distributor .view-distributors {
	border-top:2px solid #00573F;
	margin-top:20px;
}
.distributor .view-distributors h2 a {
	font-size:medium;
}
.regional_page_right .view-distributors {
	border-top:none!important;
	margin-top:20px;
}
.distributor .distributor-map .content {
	border-top:2px solid #00573F;
	float:left;
	width:100%;
	margin-top:20px;
}
.view-distributors h3.location-locations-header {
	display:none;
}
.view-distributors .views-row {
	margin:40px 0 0 0;
}
.view-distributors .views-field-title, .view-distributors .views-field-title span.field-content {
	font-size:large;
	font-weight:bold;
	letter-spacing:0;
}
.view-distributors .views-field-field-email-address, .view-distributors .views-field-field-email-address div.field-content a {
	font-weight:normal;
	line-height:3em;
}
.view-distributors .item-list, .view-distributors .item-list .pager, .view-dealers .item-list, .view-dealers .item-list .pager {
	clear:both !important;
	text-align:left !important;
}
.view-distributors .item-list .pager {
	clear:both;
	text-align:center;
}
.view-distributors ul.pager {
	display:block;
	margin:20px 0;
	overflow:hidden;
	padding:20px;
}
.view-distributors .item-list ul {
	list-style:none outside none;
}
.view-distributors .item-list ul {
	margin:0 0 0.75em;
	padding:0;
}
/*
* Listing Page
*/
.view-links .view-content, .view-news .view-content, .view-set-up-guides .view-content, .view-case-studies .view-content, .view-how-to-videos .view-content, .view-manuals .view-content, .view-brochures .view-content {
	margin:0 0 60px 0;
	clear:both;
}
.view-accessories .view-content .views-row,
.view-management-tools .view-content .views-row {
	background:#d1d0d0;/* grey */
	height: 260px;
}
.field-content {
	display:inline-block;
}
.view-accessories .view-content .views-row ul,
.view-management-tools .view-content .views-row ul{
	display:block;
	float:right;
	max-width: 320px;
}
.view-case-studies .view-content .views-row-1, .view-case-studies .view-content .views-row-4, .view-case-studies .view-content .views-row-7, .view-case-studies .view-content .views-row-10, .view-case-studies .view-content .views-row-13, .view-case-studies .view-content .views-row-16, .view-how-to-videos .view-content .views-row-1, .view-how-to-videos .view-content .views-row-4, .view-how-to-videos .view-content .views-row-7, .view-how-to-videos .view-content .views-row-10, .view-how-to-videos .view-content .views-row-13, .view-how-to-videos .view-content .views-row-16 {
	float:left;
	margin:0 0 40px 0;
	padding:20px 0 60px 0;
	position:relative;
	height:200px;
	width:32%;
}
.view-case-studies .view-content .views-row-2, .view-case-studies .view-content .views-row-5, .view-case-studies .view-content .views-row-8, .view-case-studies .view-content .views-row-11, .view-case-studies .view-content .views-row-14, .view-case-studies .view-content .views-row-17, .view-how-to-videos .view-content .views-row-2, .view-how-to-videos .view-content .views-row-5, .view-how-to-videos .view-content .views-row-8, .view-how-to-videos .view-content .views-row-11, .view-how-to-videos .view-content .views-row-14, .view-how-to-videos .view-content .views-row-17 {
	float:left;
	margin:0 0 40px 18px;
	padding:20px 0 60px 0;
	position:relative;
	height:200px;
	width:32%;
}
.view-case-studies .view-content .views-row-3, .view-case-studies .view-content .views-row-6, .view-case-studies .view-content .views-row-9, .view-case-studies .view-content .views-row-12, .view-case-studies .view-content .views-row-15, .view-case-studies .view-content .views-row-18, .view-how-to-videos .view-content .views-row-3, .view-how-to-videos .view-content .views-row-6, .view-how-to-videos .view-content .views-row-9, .view-how-to-videos .view-content .views-row-12, .view-how-to-videos .view-content .views-row-15, .view-how-to-videos .view-content .views-row-18 {
	float:right;
	margin:0 0 40px 18px;
	padding:20px 0 60px 0;
	position:relative;
	height:200px;
	width:32%;
}
.view-manuals .view-content .views-row .views-field-field-product-references {
	display:none;
}
.view-manuals .file-link-icon-text {
	margin-left:20px;
}
.view-manuals .last {
	border-bottom:2px solid #dcdcdc;
}
.view-manuals li {
	float:left;
	display:block;
	width:100%;
	margin-left:0px;
}
.view-set-up-guides .file-link-icon-text {
	float:left;
	margin:25px 0 0 0;
	padding:20px 0 0 15px;
}
.view-set-up-guides .file-icon {
	float:left;
}
.view-product-data-sheets .view-header h3, .view-how-to-videos .view-header h3, .view-set-up-guides .view-header h3, .view-manuals .view-header h3, .view-downloads .view-header h3, .view-case-studies .view-header h3 {
	clear:both;
	border-bottom: 2px solid #ffd105;
	padding:40px 0 10px 0;
	color: #1d317d;
}
.view-set-up-guides .view-content {
	float:left;
	width:100%;
	margin:-20px 0 15px 0;
}
.view-product-data-sheets .link-text, .view-brochures .view-content .views-row .views-field-field-file .link-text, .view-set-up-guides .view-content .views-row .field-name-field-document .link-text, .view-manuals .view-content .views-row .views-field-field-document .link-text {
	float:left;
	margin: 20px 0 15px 0;
}
.view-product-data-sheets .link-icon, .view-brochures .view-content .views-row .views-field-field-file .link-icon, .view-set-up-guides .view-content .views-row .field-name-field-document .link-icon, .view-manuals .view-content .views-row .views-field-field-document .link-icon {
	float:left;
	clear: both;
	margin:10px 20px 10px 0;
}
/*
* Case Study Page
*/
.case-study .view-content .views-row {
	border-bottom:2px solid #DCDCDC;
	margin:0;
	padding-bottom:15px;
	clear:both;
}
.case-study .node-case-study {
	border-top:2px solid #FFD105;
	float:left;
	width:100%;
	margin:0 0 60px;
}
.case-study .node-case-study .field-name-body {
	clear: both;
	margin:20px 0 10px 0;
}
.case-study .node-case-study .field-name-field-document, .case-study .node-case-study .file-link-icon-text {
	float:left;
	margin:10px 0 10px 0;
}
.case-study .node-case-study .file-link-icon-text .link-icon {
	float:left;
}
.case-study .node-case-study .file-link-icon-text .link-text {
	float:left;
	padding:10px 0 10px 0;
}
/* Products LP */
.stxstiple-table-row {
	height:200px;
	background-color:#d0cfcf;
}
.stxstiple {
	background:url('../images/bg_green_stiple.png') no-repeat #F5F5F5;
	width:32px;
	height:200px;
}
.stxstiple-table-row td {
	text-align:center;
}
.stxstiple-table-row td:last-child{
	text-align:left;
	padding-left:50px;
}
.stxstiple-table-row td li{
	list-style:none;
	text-align:left;
	margin-left: 0px;
	line-height:1.5em;
}
.stxstiple-table-row td h3 {
	text-align:left;
}
td.text-feature{
	vertical-align:top;
	padding-top:40px;
}
td.text-feature .view-button{
	position:relative;
	top:30px;/*for centered or left aligned*/
	left:60px;/*for centered view button - remove or set to 0 for left aligned*/
	left:0px;/*for right aligned - remove for all other layouts*/
	top:0px;/*for right aligned - remove for all other layouts*/
}
a.view-button:after{
    border-color: #00573F #d0cfcf #d0cfcf #00573F;
    border-style: solid;
    border-width: 0 0 10px 10px;
    content: "";
    left: 10px;
    bottom: 5px;
    position: relative;
}
a.view-button {
	background:#00573F;
    padding: 5px 5px 5px 15px;
	color:#FFF;
	width:100%;
	height:20px;
	max-width:85px;
}
a.view-button:hover, a.view-button:focus {
	background-color:#5f5e5e;
}
a.view-button:hover:after, a.view-button:focus:after {
    border-color: #5f5e5e #5f5e5e #d0cfcf #5f5e5e;
    border-style: solid;
    border-width: 0 0 10px 10px;
    content: "";
    left: 10px;
    position: relative;
}
.field-name-field-features-benefits {
    text-transform: uppercase;
    color: #00573F;
}
.main-product-image {
    margin-bottom: 25px;
}
#keyfeatures {
    margin-bottom: 25px;
}
.field-name-body {
    margin-bottom: 25px;
}
#technicalspec td {
    padding: 2px 8px;
}
.views-row{
    clear: both;
	margin-bottom:40px;
	height:100%;
}
.views-field-field-product-image .field-content{
    display: inline-block;
    float: left;
    margin: 20px;
}
.views-field-title{
	padding-top:20px;
}
.views-field-field-intro ul{
    display: inline;
	list-style-position: inside;
}
ul.pager li a{
  background:transparent;
  border:none;  
  display:inline;
  font-weight:bold;
}
.view-content .skin-default{
    height: 380px;
}
#hover-preview-imgpreview {
  background: #e8e9e8 url(loading.gif) no-repeat center;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 10px;
  z-index: 999;
  border: none;
}
.block-webform h2 {
    font-size: 14px;
}
/*.block-webform {
    background: #d8d8d8;
	padding:5px 20px 20px 20px;
}*/
#block-webform-client-block-6 input[type="submit"]{
    margin-top: 12px;
	text-transform:uppercase;
}
#user-login-form {
	padding-right:15px;	
}
.node-case-study h2{
	font-size:18px;
}
.node-case-study{
	border-bottom: solid #00573F 2px;
	padding-bottom:20px;
	margin-bottom:20px;
}
.node-case-study .field-item {
    float: left;
    width: 48%;
    margin-right:2%;
}
.node-case-study .field-item img{
    float: right;
    max-width: 100%;
}
.view-id-manuals h4{
	text-transform:uppercase;
	font-size:14px;
    margin-bottom: 10px;
}
#technicalspec h3 {
	font-size:small;
	font-family:DINWeb, sans-serif;
}
.field-name-field-intro {
	background:url('../images/bg_grey_stipple.png') repeat;
	border-top:solid 2px #5f5e5e;
	margin-bottom:20px;
}
.field-name-field-intro ul {
    padding:15px;
}
.field-name-field-intro li{
	font-weight:bold;
	line-height:1.5em;
}
#technicalspec .field-item p {
	margin-bottom: 0px;
}
.view-btn-center {
	text-align:center;
	padding-top:15px;
}
.comparison-table h4 {
	padding-bottom:20px;
}
.comparison-table a img{
	margin-left:15px;
}
.comp-table-image {
	min-width:180px;
}
.comp-table-text{
	padding:15px;
}
.single-box-solution img {
	padding:15px;
	min-width:212px;
}
.single-box-solution h4{
	padding-left:20px;
}
.single-box-solution p{
	padding:20px;
}
#block-user-login{
	display:inline-block;
	margin-bottom:20px;
	background: #d8d8d8;
	width:100%;
	height: 120px;
}
#block-user-login .content {
    padding-top: 25px;
    margin: 15px 15px 15px 45px;
}
#block-user-login:before{
	content:"";
	position:absolute;
	background:url('../images/bg_green_stipple_user.png') no-repeat #F5F5F5;
	height: 120px;
	width: 32px;
	color:transparent;
}
#block-user-login .form-item {
    padding-bottom: 8px;
	margin-right:15px;
    display: inline-block;
}
#block-user-login #edit-name, #block-user-login #edit-pass {
	width:150px;
}
#block-user-login li {
	margin-left:1em;
}
#block-user-login .form-actions {
    position: relative;
    top: -68px;
    right: -473px;
}
.view-manuals .views-row, .view-manuals-secure .views-row {
	height:auto;
}
.view-manuals .view-header{
	padding-top:20px;
    clear: both;
}
li.mid-footer {
	margin-left:10px;
    text-indent: 0px;
}
.block-menu .content li a{
	margin-left:20px;
	padding-left:0px;
}
.block-title-link{
	font-size:20px;
}
#webform-component-your-details{
    margin-top:0px;
	background:#d8d8d8;
}
.captcha, #edit-actions {
	background:#d8d8d8;
	width:100%;
	margin-top:0px;
	padding: 10px 30px 0px 20px;
	text-indent:-15px;
	line-height: 1em;
    margin-bottom:0px;
}
.captcha img {
    margin-bottom: 15px;
}
.form-item-captcha-response {
	margin-left:-15px;
	padding-left:0px;
	text-indent:0px;
}
textarea {
	min-height: 150px;
    overflow-y: scroll;
}
.webform-component-textfield{
    width: 100%;
}
.webform-client-form{
	padding:30px;
    display: inline-block;
}
.link-icon, .link-text {
	display:inline-block;
	margin-left:20px;
}
#highlighted {
    height: 400px;
}
table.product-icons {
	margin-left:auto;
	margin-right:auto;
    text-align: center;
}
.node-type-energizer table.product-icons {
	margin-left: 344px;
	 margin-right: none; 
	text-align: center;
	display: block;
	
}
.product-icons .icon-title td {
    clear: both;
    text-align: center;
    vertical-align: top;
}
.field-type-text-with-summary h4 {
    margin-bottom: 18px;
}
legend span.fieldset-legend {
	margin-top:12px;
	padding-bottom:5px;
	display:inline-block;
}
#webform-component-details label,
#webform-component-your-details label,
#webform-component-preferred-contact-method label,
#webform-component-comments label {
	margin-top:12px;
	line-height:1.5em;
}
.field-name-body.field-type-text-with-summary{
    margin-bottom: 0px;
}
.view-management-tools h3.field-content,
.view-accessories h3.field-content{
	max-width:330px;
}

#icons {
	width: 200px;
	margin: 15px auto;
	margin-bottom: 11px;
	height: 0px;
	/* display: block; */
}
.views_slideshow_cycle_slide,
#views_slideshow_cycle_teaser_section_promotion_slider-block{
	height:380px !important;
}
.view-id-promotion_slider .field-content a img{
    display: inline;
}


/*added to footer*/
/*Footer improvements as sent to test*/
.ttg-logo, .ttg-logos {
    display: inline-block;
    margin-top: 40px;
    vertical-align: top;
    margin-bottom: 20px;
    font-size: 10px;
}

.ttg-logo {    
	width: 125px;
    padding-right: 10px;
}

.ttg-logos {    
	width: 16%;
    padding-right: 10px;
}

#footer-brands .trutestbrands a.footerLogo {
    display: block;
    min-height: 25px;
    vertical-align: bottom;
    background-position: left;
}

.trutestbrands_links {
    clear: both;
}

#footer-brands .trutestbrands_links a {
    font-size: 10px;
    clear: both;
    display: block;
}

#footer-brands .trutest_brands_social_links .trutestbrands_links a.footerLogo {
    display: inline-block;
    clear: none;
    margin-right: 10px;
    margin-top: 10px;
}


/*copied*/
#footer {
    /*padding: 0;
  margin: 0 auto;
  max-width: 1400px;
  min-width: 980px;
  width: 100%;
  text-align: left;*/
}

#footercontent {
    margin: 0 auto;
    text-align: left;
    position: relative;
    /*width: 942px;*/
}

#footer-design {
    height: 152px;
    background: url('../images/footer_btm_bg.png') no-repeat scroll 0 0 transparent;
    background-position: right;
    /*width: 100%;*/
}

#footer-design-center {
    margin: 0 auto;
    height: 142px;
    /*width: 100%;*/
    text-align: left;
}

#logo-bottom {
    float: left;
}

#slogan-footer {
    display: block;
    position: absolute;
    right: 0;
    top: 120px;
    /*float: right;
  margin-top: 120px;*/
}

#footer-bottom-right {
    margin-top: 7px;
}
/* Brands Footer */
#block-message-trutest-brands p, #block-message-trutest-brands p a {
    font-size: 10px;
    margin-top: 5px;
}

#footer-brands {
    background: #fff;
    height: 100%;
    overflow: hidden;
	/*added to center the footer content. the container have been overridden in this style sheet so it dosent work unless you add this.*/
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

#footer-brands-wrap {
    margin: 0 auto;
    text-align: left;
    /*width: 942px;*/
}

#footer-brands-left {
    float: left;
}

#footer-brands-right {
    float: right;
}

ul.country-en, ul.country-en-NZ, ul.country-en-AU, ul.country-en-US {
    padding: 25px 0;
}

ul.country-en li, ul.country-en-NZ li, ul.country-en-AU li, ul.country-en-US li {
    list-style: none initial none;
    display: inline-block;
    margin-right: 15px;
}

#footer-bottom-left {
    margin-top: 8px;
}

#footer-brands .trutestbrands a {
    margin-bottom: 7px;
    display: inline-block;
}

#footer-brands .trutest_brands_category_1:after {
    content: "";
    width: 0px;
    height: 300px;
    border-right: 2px #53565A solid;
    transform: translateY(-20px) translateX(-5px) rotate(15deg);
    -webkit-transform: translateY(-20px) translateX(-5px) rotate(15deg);
    position: absolute;
    top: -35px;
    left: 145px;
}

.trutestbrands > .row {
    margin-top: 20px;
}
/* Copied footer */
#footer div.mid-footer ul {
    float: left;
    margin-left: 0;
    padding: 0;
}

#footer div.mid-footer li {
    list-style-type: none;
    display: block;
    margin-right: 45px;
    float: left;
    text-align: left;
    margin-top: 1px;
}

#footer div.mid-footer li a {
    font-size: x-small;
}

#footer div.mid-footer li a {
    font-weight: normal;
}

#footer div.mid-footer li.first {
    border-left: none;
}

li.mid-footer-weighing {
    width: 100px;
}

li.mid-footer-fencing {
    width: 145px;
}

li.mid-footer-traditional {
    width: 98px;
}

li.mid-footer-tags {
    width: 112px;
}

li.mid-footer-security {
    width: 90px;
    margin: 0 !important;
}

li.mid-footer span {
    clear: both;
    display: block;
    padding-bottom: 10px;
    line-height: 15px;
    font-size: 10px;
}

li.mid-footer-weighing span, li.mid-footer-fencing span, li.mid-footer-milk span, li.mid-footer-traditional span {
    padding-top: 12px;
    font-weight: normal;
}

li.mid-footer-tags span {
    padding-bottom: 2px;
}

.content {
    float: left;
	width: 100%;
	padding-top: 20px;
}

.content li {
    list-style-type: initial;
    list-style-position: inside;
}

.content ul {
    margin-bottom: 10px;
}

.footerLogo {
    display: inline-block;
    text-indent: -9999px;
    line-height: 0;
    float: left;
}
/* Brands Footer */
/*
Need to make a slant border.
.slant, .trutestbrands {
  z-index: 1;
  position: relative;
}
.slant .slantborder:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  overflow: visible;
  width: 35%;
  height: 15px;
  margin-left:82px;
  background: #767981;
  z-index: -1;
  -webkit-transform: skewY(-75deg);
  -moz-transform: skewY(-75deg);
  -ms-transform: skewY(-75deg);
  -o-transform: skewY(-75deg);
  transform: skewY(-75deg);
}
*/
.ttgroup {
    width: 113px;
    height: 58px;
    background: url('../images/TtGroup.png') no-repeat;
}

.trutest {
    width: 52px;
    height: 22px;
    background: url('../images/Trutest.png') no-repeat;
}

.milkmeters {
    width: 52px;
    height: 22px;
    background: url('../images/Trutest.png') no-repeat;
}

.livestock {
    width: 52px;
    height: 22px;
    background: url('../images/Trutest.png') no-repeat;
}

.footer-content .dts {
    width: 52px;
    height: 22px;
    background: url('../images/Trutest.png') no-repeat;
}

.speedrite {
    width: 83px;
    height: 23px;
    background: url('../images/Speedrite.png') no-repeat;
}

.speedritesecurity {
    width: 83px;
    height: 23px;
    background: url('../images/Speedrite.png') no-repeat;
}

.stafix {
    width: 82px;
    height: 25px;
    background: url('../images/Stafix.png') no-repeat;
}

.stafixsecurity {
    width: 82px;
    height: 25px;
    background: url('../images/Stafix.png') no-repeat;
}

.pel {
    width: 50px;
    height: 20px;
    background: url('../images/PEL.png') no-repeat;
}

.patriot {
    width: 79px;
    height: 10px;
    background: url('../images/Patriot.png') no-repeat;
}

.hayes {
    width: 53px;
    height: 20px;
    background: url('../images/Hayes.png') no-repeat;
}

.facebook {
    background: url('../images/facebook.png') no-repeat;
    width: 29px;
    height: 29px;
}

.twitter {
    background: url('../images/twitter.png') no-repeat;
    width: 29px;
    height: 24px;
}
/* Bottom Footer */
#footer-bottom {
    bottom: 0;
}

#footer-bottom {
    background: #00573F;
}

#footer-bottom .form-item-country {
    display: inline-block;
}

#footer-bottom #country + input {
    vertical-align: top;
    margin-top: 5px;
}

#footer-bottom-wrap {
    margin: 0 auto;
    text-align: left;
    /*width: 942px;*/
	padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}

#footer-bottom-left {
    float: left;
    color: #FFFFFF;
}

#footer-bottom-right {
    float: right;
    color: #FFFFFF;
}

#footer-bottom-wrap span, #footer-bottom-wrap p, #footer-bottom-wrap a, #footer-bottom-wrap a:link {
    color: #FFFFFF;
}
.trutestbrands a, .trutestbrands a:link {
    color: #53565A;
    text-decoration: none;
    border: none;
}
.main-product-image img
{
display:block;
margin:0 auto;
}
.views-field-field-product-image .field-content {
   
    width: 220px;
    background: #fff;
  
 
}
.views-field-field-product-image .field-content .sb-image img
{
	margin:0 auto;
	display:block;
	
}
/*new footer links*/
.region-footer .contextual-links-region,.region-footer .block {
	float: left;
	margin-right: 20px;
}
.datamars {
	width: 100%;
    height: 25px;
    background: url('../images/Datamars.png') no-repeat;
    background-position: center;
}
.content > .trutestbrands {
	margin-left: 6%;
}
#block-block-12 > div > p {
	font-size: small;
	margin-top: initial;
}
