/* GENERAL STYLES */
body {
	margin: 0;
	padding: 0;
	background: #F0F0F0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #777777;
	font-size: 11px;
}
	
a {
	font: Verdana, Arial, Helvetica, sans-serif; font-size: 11px
	}
	
a:link, a:active, a:visited {
	color: #409D27; text-decoration: underline;
	}
	
a:hover {
	color: #409D27; text-decoration: none
	}

ul {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
}	

li {
	margin: 0;
	list-style-image: url(/umbraco/../media/319/arrow2.gif);
	line-height: 18px;
}

p {
	margin: 0px;
}

h1 {
	font: bold 21px Verdana, Arial, Helvetica, sans-serif;
	color: #409D27;
	margin: 15px 0 15px 0;
	padding: 0;
}

h2 {
	font: bold 18px Verdana, Arial, Helvetica, sans-serif;
	color: #777777;
	margin: 15px 0 15px 0;
	padding: 0;
	border-bottom: 1px solid #d6d6d6;
}

h3 {
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #1f6a00;
	margin: 0px;
	padding: 4px 0 4px 7px;
	border-left: 4px solid #409d27;
	text-transform: uppercase;
	background: #e0ecdd;
}

.greenbold {
	color: #409D27;
	font-weight: bold;
}

.red {
	color: #ba0000;
}

form {
	margin: 0px;
}

input, textarea {
	width: 192px;
	padding-top: 3px;
	padding-left: 3px;
	border: 1px solid #A5ACB2;
	background: url(/umbraco/../media/374/inputbg.gif) no-repeat;
}

input, textarea, select {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #777777;
}

#container {
	background: url(/umbraco/../media/339/bg.png) repeat-y;
	margin-left: auto;
	margin-right: auto;
	width: 999px;
}

#top, #bot {
	width: 999px;
}

#logohead {
	padding: 0 10px 10px 10px;
	width: 975px;
	height: 77px;
	margin: 0 auto 0 auto;
	overflow: hidden;
}

#latestnews {
	width: 255px;
	float: right;
}

#newscontent {
	width: 255px;
	height: 60px;
	line-height: 18px;
	margin-top: 5px;
	overflow: auto;
}

/* Nav Controls */

#tnav {
	height: 26px;
	background: #409D27;
	width: 993px;
	border: 1px solid #409D27;
	margin: 0 auto 0 auto;
}

#tnav a, #tnav a:link, #tnav a:visited, #tnav a:hover, #tnav a:active {
	text-decoration: none;
}

ul#nav {
	height: 26px;
	width: 993px;
	padding: 0;
	margin: 0;
	float: left;
}

ul#nav li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: relative;
	float: left;
	width: auto;
	height: 26px;
	margin: 0 31px 0 31px;
	padding: 0;
	text-align: center;
	list-style: none;
	overflow: hidden;
}

ul#nav li a {
	voice-family: "\"}\"";
	voice-family: inherit;
	display: block;
	color: #FFFFFF;
	height /**/: 26px;
	padding: 26px 0 0 0;
	height: 0px !important;
	width: auto;
	overflow: hidden;
}

ul#nav li#home a { width:56px;background:url(/umbraco/../media/607/home_off.gif); }
ul#nav li#home a:hover { background:url(/umbraco/../media/617/home_on.gif); }
ul#nav li#whoweare a { width:95px;background:url(/umbraco/../media/667/whoarewe_off.gif); }
ul#nav li#whoweare a:hover { background:url(/umbraco/../media/677/whoarewe_on.gif); }
ul#nav li#nproducts a { width:81px;background:url(/umbraco/../media/647/products_off.gif); }
ul#nav li#nproducts a:hover { background:url(/umbraco/../media/657/products_on.gif); }
ul#nav li#whylhc a { width:139px;background:url(/umbraco/../media/687/whylhc_off.gif); }
ul#nav li#whylhc a:hover { background:url(/umbraco/../media/697/whylhc_on.gif); }
ul#nav li#latestnews a { width:95px;background:url(/umbraco/../media/776/latestnews_off.gif); }
ul#nav li#latestnews a:hover { background:url(/umbraco/../media/786/latestnews_on.gif); }
ul#nav li#contactus a { width:90px;background:url(/umbraco/../media/577/contactus_off.gif); }
ul#nav li#contactus a:hover { background:url(/umbraco/../media/587/contactus_on.gif); }

/* End Nav Controls */

/* Drop Down Menu Styling */

.lhcdrop {
	position: absolute;
	visibility: hidden;
	border-bottom-width: 0;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	z-index: 100;
	overflow: hidden;
	background: url(/umbraco/../media/597/dropdown_off.png);
}

.lhcdrop a, .lhcdrop a:link, .lhcdrop a:active, .lhcdrop a:visited {
	display: block;	
	text-indent: 3px;
	padding: 3px 15px 3px 30px;
	text-decoration: none;
	text-indent: 5px;
	color: #8f8f8f;
}

.lhcdrop a:hover{ /*hover background color*/
	background: url(/umbraco/../media/602/dropdown_on.png);
	color: #636363;
}

/* End Drop Down Menu Styling */

#body {
	width: 993px;	
	margin: 0 auto 0 auto;
}

#navtwo {
	margin: 1px 0 1px 0;
	border-top: 1px solid #C5E1BE;
	border-bottom: 1px solid #C5E1BE;
	padding: 6px 16px;
	width: 961px;
	height: 18px;
	color: #409D27;
	font-size: 10px;
}

#navtwo img {
	float: right;
}

#date {
	width: 400px;
	height: 16px;
	float: left;
	padding-top: 3px;
}

#email {
	width: 250px;
	height: 19px;
	float: right;
}

#content {
	width: 962px;
	padding: 0 11px 28px 18px;
	margin: 0 auto 0 auto;
	border-top: 1px solid #C5E1BE;
	line-height: 18px;
	overflow: hidden;
}

#footerlight, #nhc {
	width: 973px;
	border-top: 1px solid #E0E0E0;
	font-size: 10px;
}

#nhc {
	padding: 6px 10px;
	height: 26px;
}

#footerlight {
	padding: 12px 10px;
	height: 12px;
}

#footerdark {
	margin: 0 auto 0 auto;
	background: #E0E0E0;
	width: 975px;
	height: 12px;
	padding: 10px;
	color: #000000;
	font-size: 10px;
}

#footerdark a {
	font: Verdana, Arial, Helvetica, sans-serif; font-size: 10px
	}
	
#footerdark a:link, #footerdark a:active, #footerdark a:visited {
	color: #000000; text-decoration: none;
	}
	
#footerdark a:hover {
	color: #000000; text-decoration: underline;
	}

#logo, #cright, #address, #nhclogo {
	width: 550px;
	float: left;
}

#ftlnk, #tel, #nhclink {
	width: 400px;
	float: right;
	text-align: right;
}

#nhclink {
	padding-top: 7px;
}

#nhclink a {
	font-size: 10px;
}

.clear {
	clear: both;
	height: 0px;
}

#banner_contain {
	width: 993px;
	margin: 0 auto 0 auto;
	overflow: hidden;
}

/* Catalog */

#banner {
	width: 689px;
	padding: 95px 0 0 0;
	float: left;
	line-height: 18px;
}

#intromsg {
	width: 664px;
	padding: 0 7px 15px 18px;
	background: url(/umbraco/../media/359/dotbg.gif) 688px 0px repeat-y;
	overflow: hidden;
}

#search {
	width: 304px;
	min-height: 89px;
	_height: 89px;
	padding: 30px 0 0 0px; 
	float: right;
}

#searchbox {
	width: 240px;
	padding: 25px 22px 0 42px;
	min-height: 34px;
	_height: 34px;
}

#searchbox2 {
	width: 240px;
	padding: 0 22px 0 42px;
	background: url(/umbraco/../media/409/searchbg.png) 14px 0px repeat-y;
	clear: both;
	overflow: hidden;
}

#searchbot {
	width: 304px;
	height: 20px;
	background: url(/umbraco/../media/414/searchbot.png) 14px 0px no-repeat;
}

#searchbox input, #searchbox2 input {
	width: 193px;
	padding-top: 3px;
	padding-left: 3px;
	height: 15px;
	border: 1px solid #A5ACB2;
	background: url(/umbraco/../media/374/inputbg.gif) repeat-x;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #777777;
}

#searchbox2 select {
	width: 220px;
	margin-top: 5px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #777777;
}

#qmark {
	float: right;
}

#prodstrap {
	width: 958px;
	overflow: hidden;
}

#products {
	margin-top: 15px;
	height: 28px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #409d27;
	float: right;
	width: 460px;
	text-align: right;
}

#prodtitle {
	float: left;
	clear: left;
}

.catcontain, .brandcontain {
	width: 958px;
	margin-top: 15px;
	overflow: hidden;
}

.category {
	width: 190px;
	margin: 0 1px 0 1px;
	float: left;
	background: url(/umbraco/../media/359/dotbg.gif) 188px 0px repeat-y;
}

.category img {
	margin-bottom: 1px;
}

.category h3 {
	display: block;
	width: 174px;
}

.category ul {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;

}

.brandcontain, .brandcontaint {
	width: 100%;
	overflow: hidden;
	padding-top: 20px;
}

.brandcontain {
	background: url(/umbraco/../media/439/dotbgh.gif) repeat-x top;
}

.brandlogo {
	width: 199px;
	padding: 0 24px 0 24px;
	float: left;
}

.brandtext {
	width: 700px;
	float: right;
}

.viewmore {
	padding-left: 11px;
}

/* Corporate */

#rhtcol {
	width: 300px;
	float: right;
	background:#333333;
	margin: 0 0 10px 15px;
}

.peopleteam {
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
	background: url(/umbraco/../media/748/peoplebg.gif) repeat-y;
}

.peoplecont, .peoplecontl {
	width: 31%;
	overflow: hidden;
	float: left;
	margin: 0 10px 0 0;
}

.peoplecont {
	padding-left: 10px;
}

.people {
	float: left;
	margin-right: 10px;
}

#alphastrap {
	width: 962px;
	height: 33px;
	background: url(/umbraco/../media/314/alphadotbg.gif) repeat-x;
	line-height: 33px;
	color: #409d27;
}

#mapcon {
        width: 962px;
        overflow: hidden;
}

#map {
	width: 600px;
	height: 430px;
        border: 1px solid #409d27; 
        float: left;
}

#enquiries {
        width: 350px;
        float: right;
}

/* End Corporate */

/* Internal Categories */

#subcats, #PDFcatspecs, #subcatsp, #PDFcatspecsp {
    padding: 0 6px 0 19px;
	overflow: hidden;
}

#subcats, #PDFcatspecs {
	width: 482px;
}

#subcatsp, #PDFcatspecsp {
	width: 664px;
}

#PDFcatspecs {
	margin-top: 16px;
}

#contacts {
    width: 170px;
    padding: 0 6px 0 6px;
	overflow: hidden;
}

#breadpag, #breadpagprod {
	margin-bottom: 12px;
	background: url(/umbraco/../media/439/dotbgh.gif) bottom repeat-x;
	font-size: 10px;
	overflow: hidden;
}

#breadpag {
	width: 962px;
}

#breadpagprod {
	width: 660px;
	padding: 0 10px 7px 10px;
	margin: 0 auto 0 auto;
}

#breadcrumbs, #pag {
	height: 33px;
	line-height: 33px;
}

#breadcrumbs {
	width: 600px;
	float: left;
}

#breadcrumbs a, #pag a, #breadpagprod a {
	font-size: 10px;
}

#prodphoto {
	border: 1px solid #C5E1BE;
	padding: 3px;
	text-align: center;
}

#pag {
	float: right;
	width: 350px;
	text-align: right;
}

.poprod {
	width: 962px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	background: url(/umbraco/../media/439/dotbgh.gif) bottom repeat-x;
}

.poprod td {
	line-height: 14px;
}

#pagination {
	text-align: center;
	width: 962px;
	line-height: 33px;
	height: 33px;
	_padding-top: 15px;
}

#prodcol {
	padding: 0 6px 0 10px;
	line-height: 18px;
}

/* SIFR Styles */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
}


.title {
	background: #409d27;
	color: #FFFFFF;
	text-transform: capitalize;
	font: bold;
	border-right: 1px solid #FFFFFF;
	padding-left: 10px;
	text-transform: uppercase;
}

.greenr {
	background: #e8f4e4;
	border-right: 1px solid #FFFFFF;
	padding-left: 10px;
}

.whiter {
	background: #FFFFFF;
	border-right: 1px solid #FFFFFF;
	padding-left: 10px;
}

/* EDITOR PROPERTIES */
