/*Fonts from fontsquirrel*/
@font-face { 
	font-family: 'Din Bold';
	src: url('fonts/din-bold-webfont.eot');
	src: url('fonts/din-bold-webfont.eot?#iefix') format('embedded-opentype'),
	     url('fonts/din-bold-webfont.woff') format('woff'),
	     url('fonts/din-bold-webfont.ttf') format('truetype'),
	     url('fonts/din-bold-webfont.svg#webfont') format('svg');
}
@font-face { 
	font-family: 'Din Medium';
	src: url('fonts/dinm83-webfont.eot');
	src: url('fonts/dinm83-webfont.eot?#iefix') format('embedded-opentype'),
	     url('fonts/dinm83-webfont.woff') format('woff'),
	     url('fonts/dinm83-webfont.ttf') format('truetype'),
	     url('fonts/dinm83-webfont.svg#webfont') format('svg');
}
@font-face { 
	font-family: 'Din Regular';
	src: url('fonts/dinr52-webfont.eot');
	src: url('fonts/dinr52-webfont.eot?#iefix') format('embedded-opentype'),
	     url('fonts/dinr52-webfont.woff') format('woff'),
	     url('fonts/dinr52-webfont.ttf') format('truetype'),
	     url('fonts/dinr52-webfont.svg#webfont') format('svg');
}
/*Overall*/
body {
	font-family: Calibri, Arial, sans-serif;
	min-width: 980px;
	text-align: center;
	font-size: 12px;
	line-height: 17px;
}
body, #footer {
	background-color: #333;
}
body, h1, h2, h3, h4, h5, p, img, img a, ul, ol, li, form, fieldset, legend {
	margin:0;
	padding: 0;
	border: 0;
}
h1, h2, h3, h4, h5 {
	font-weight: normal;
	line-height: normal;
}
#bodywrap {
	margin: 0 auto;
	padding: 0;
	text-align: left;
}
#bodywrap, #plmaster, #basepanel {
	width: 980px;
}
#plmaster {
	color: #FFFFFF;
	position: absolute;
	top: 0px;
	background-color: #000000;
}
/*Header*/
#header {
	position: relative;
	display: block;
	float: left;
	height: 120px;
	margin-bottom: 20px;
	width: 100%;
	background: #FFFFFF url(../images/blank.gif) no-repeat right top;
	overflow: hidden;
}
#header #logonbc {
	position: absolute;
	top: 10px;
	left: 20px;
}
#header p.strap, #header p.tel {
	font-family: 'Din Bold',Calibri, Arial, sans-serif;
	color: #1263AC;
	position: relative;
	display: block;
	padding-top: 15px;
	margin-left: 280px;
	font-size: 25px;
	line-height: 28px;
}
#header p.tel {
	padding-top: 10px;
	font-size: 23px;
	padding-left: 22px;
	background: url(../images/icon_tel.gif) no-repeat left 15px;
}
#header p.tel:hover {
	background-position: left -25px;
}
#header p.tel a {
	color: #1263AC;
	text-decoration: none;
}
#header p.tel a:hover {
	color: #D2232A;
}
form.gs {
	position: absolute;
	left: 280px;
	bottom: 10px;
}
.gs input.keyword {
	width: 190px;
	border: 1px solid #D2232A;
	background-color: #FFF;
	font-size: 10px;
	padding: 2px;
}
.gs input#search {
	background-color: #D2232A;
	color: #FFF;
	font-weight: bold;
	border: 0px solid #fff;
	cursor: pointer;
	font-size: 10px;
	padding: 0;
	margin: 0;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
}
#header #toppic img, #header #headpic {
	position: absolute;
	float: right;
	right: 0px;
	top: 0px;
	display: none;
}
#header #headpic {
	display: block;
}
#header #headpic p {
	width: 419px;
	height: 115px;
	line-height: 115px;
	text-align: center;
	font-family: 'Din Bold',Calibri, Arial, sans-serif;
	font-size: 30px;
	color: #1263AC;
}
/*Menu*/
#menu {
	line-height: normal;
	float: left;
	width: 170px;
	margin-left: 5px;
	margin-bottom: 20px;
}
#menu .nav {
	float: left;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu li {
	position: relative;
	margin: 0px;
	padding: 0px;
	padding-bottom: 8px;
	float: left;
	font-size: 15px;
}
#menu li.sub {
	background: url(../images/bkgnd_menu_subarrow.gif) no-repeat right 8px;
}
#menu a {
	text-decoration: none;
	color: #FFF;
	white-space: nowrap;
	width: 150px;
	height: 20px;
	line-height: 20px;
	display: block;
	padding-left: 5px;
	padding-right: 10px;
	border: 1px solid #000;
}
#menu a.red {
	background: url(../images/bkgnd_ctalink_red.jpg) no-repeat -12px center;
}
#menu a.blue {
	background: url(../images/bkgnd_ctalink_blue.jpg) no-repeat -12px center;
}
#menu li.on a.red {
	border: 1px solid #D2232A;
	border-left-color: 1px solid #000;
}
#menu li.on a.blue {
	border: 1px solid #1263AC;
	border-left-color: 1px solid #000;
}
#menu li.on a {
	color: #7FA7CC;
}
#menu li:hover a {
	background: url(../images/bkgnd_menuitem.jpg) no-repeat left center;
	color: #7FA7CC;
	border-color: #FFF;
	border-left-color: 1px solid #000;
}
#menu ul ul {
	left: 100%;
	top: 0px;
	position: absolute;
	width: 170px;
	border-left: 3px solid #000000;
}
#menu ul ul li {
	padding-bottom: 0px;
	border-bottom: 2px solid #000000;
	font-size: 13px;
}
#menu li:hover ul a {
	color: #FFF;
	width: 160px;
	padding-left: 10px;
	border-width: 0px;
	background-color: #57585A;
	background-image: url(../images/blank.gif);
}
#menu li:hover ul a:hover, #menu li:hover ul li.on a:hover {
	color: #000;
	background-color: #999;
}
#menu li:hover ul li.on a {
	color: #7FA7CC;
}
#menu ul ul a, #menu ul li.on ul a {
	background-color: #57585A;
}
#menu ul ul {
	display: none;
}
#menu ul li:hover ul {
	display: block;
}
#menu h2 {
	width: 153px;
	font-size: 16px;
	text-align: left;
	padding: 2px 5px 2px 5px;
	margin-top: 10px;
	margin-bottom: 5px;
	border: 1px #FFF solid;
}
#menu #flag {
	float: left;
	width: 185px;
	margin-bottom: 20px;
	margin-top: -10px;
}
#menu #flag a {
	display: block;
	float: left;
	width: auto;
	margin-right: 15px;
	padding: 0;
	border: 1px solid #000;
}
#menu #flag a:hover, .uk #menu #flag a#uk, .fr #menu #flag a#fr, .es #menu #flag a#es, .de #menu #flag a#de {
	border-color: #FFF;
}
/*Relative Links*/
#menu .rellinks {
	float: left;
}
#menu h2, #menu .rellinks a {
	margin-left: 15px;
}
#menu .rellinks a {
	height: auto;
	line-height: 15px;
	font-size: 14px;
	color: #FFF;
	border-bottom: 1px #FFF solid;
	width: 155px;
	white-space: normal;
	padding: 3px 5px 4px 5px;
	margin-bottom: 3px;
}
#menu .rellinks a:hover {
	color: #7FA7CC;
}
/*CallMeBack*/
#menu .callmeback {
	float: left;
	margin-top: 10px;
	margin-bottom: 15px;
}
#callback {
	position: relative;
	float: left;
	padding: 5px;
	background: url(../images/bkgnd_ctalink_red.jpg) repeat-y left top;
}
.cbdetails label {
	margin: 5px 0 0;
	display: block;
}
.cbdetails input {
	background: url(../images/bkgnd_ctalink_blue.jpg) repeat-y left top;
	border: solid 1px #1263AC;
	color: #FFF;
	width: 152px;
	padding: 2px;
}
#callback #button {
	width: 130px;
	margin-top: 10px;
	color: #D2232A;
}
/*Comments*/
#menu #comments {
	line-height: 16px;
}
#menu h3 {
	font-size: 17px;
	margin-bottom: 5px;
}
#menu #comments p.quotetext {
	font-size: 13px;
	margin-bottom: 5px;
	font-style: italic;
}
#menu object {
	margin-top: 15px;
	margin-bottom: 10px;
}
/*Accreditations*/
#menu a.isoacc {
	padding-left: 3px;
}
#container {
	min-height: 420px;
	float: left;
	width: 765px;
	margin-left: 40px;
	padding-bottom: 20px;
	background: url(../images/bkgnd_earthsmall.jpg) no-repeat right bottom;
}
#container ul {
	margin: 0px 0px 10px 20px;
}
#container ol {
	margin: 10px 0px 10px 30px;
}
#container p {
	padding-bottom: 10px;
}
#container a {
	color: #FFF;
	text-decoration: underline;
}
#container a:hover {
	text-decoration: none;
}
.smallprint {
	font-size: 9px;
	line-height: normal;
}
/*Text*/
#text {
	width: 495px;
	margin-right: 20px;
	float: left;
}
#text h1 {
	display: block;
	border: 1px solid #FFF;
	font-size: 19px;
	margin-bottom: 20px;
	padding: 5px;
}
#text h2, #rightpanel h2 {
	font-size: 18px;
	font-style: italic;
	padding-bottom: 7px;
	padding-top: 10px;
}
#rightpanel h2, .rightpics {
	padding-top: 59px;
	margin-bottom: 20px;
}
#rightpanel h2.backto {
	padding-top: 8px;
}
#container .backto a {
	padding-left: 50px;
	padding-bottom: 5px;
	float: left;
	background: url(../images/bkgnd_arrowleft.gif) no-repeat 30px 4px;
	text-decoration: none;
}
#container .backto a:hover {
	background-position: 30px -46px;
}
span.partno {
	font-size: 12px;
	font-style: italic;
	text-transform: uppercase;
}
#text h1 span.partno {
	font-size: 13px;
}
#text h3, #rightpanel h3 {
	font-size: 15px;
	font-style: italic;
	padding-bottom: 5px;
}
#text p.highlight {
	font-size: 15px;
	line-height: 22px;
	font-style: italic;
}
#text p.date {
	text-transform: uppercase;
}
.picright {
	float: right;
	padding-left: 15px;
	padding-bottom: 10px;
}
.picleft {
	float: left;
	padding-right: 15px;
	padding-bottom: 10px;
}
object.picleft {
	margin-right: 15px;
}
object.picright {
	margin-left: 15px;
}
img.toppad {
	padding-top: 10px;
}
#map {
	width: 470px;
	height: 400px;
}
#container #map a, #map {
	color: #000;
}
.half {
	display: inline;
	width: 49%;
	float: left;
}
/*Tables*/
table.prodlist, table.partlist {
	margin-bottom: 20px;
}
table.prodlist td, table.partlist td, table.proddetail td {
	border-collapse: collapse;
	padding: 8px 0px 8px 0px;
	vertical-align: top;
	text-align: left;
}
table.prodlist td, table.partlist td {
	border-bottom: #FFFFFF solid 1px;
}
#text table.prodlist h2 {
	padding-top: 0px;
}
table.prodlist img {
	padding-right: 20px;
}
#container table.prodlist h2 a, #container table.prodlist h3 a {
	text-decoration: none;
}
#container table.prodlist h2 a:hover, #container table.prodlist h3 a:hover {
	text-decoration: underline;
}
table.proddetail img, table.partlist img, .rightpics img {
	padding-right: 8px;
}
table.proddetail img, .rightpics img {
	padding-bottom: 15px;
}
#rightpanel .rightpics img {
	float: none;
}
table.partlist {
	border-top: #FFFFFF solid 1px;
}
table.alternating {
	margin-bottom: 10px;
}
table.alternating td {
	padding: 15px 15px 5px 15px;
}
table.alternating tr.odd td {
	background-color: #333;
}
table.alternating tr.even td {
	background-color: #000;
}
#container table.alternating h2 a, #container table.alternating h3 a {
	text-decoration: none;
}
#container table.alternating h2 a:hover, #container table.alternating h3 a:hover {
	text-decoration: underline;
}
table.gallery td {
	text-align: center;
	padding: 5px;
}
/*Call To Action Links*/
.ctalinks {
	margin-bottom: 20px;
	text-align: center;
	float: left;
	width: 235px;
}
#container .ctalinks p {
	padding-bottom: 0px;
}
#rightpanel .ctalinks p, #rightpanel .newsbox p {
	padding-right: 0px;
}
#container .ctalinks a {
	display: block;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	padding: 3px 10px 3px 10px;
	margin-bottom: 5px;
	text-decoration: none;
}
.ctalinks a.red {
	background: url(../images/bkgnd_ctalink_red.jpg) no-repeat -10px center;
	border: 1px solid #D2232A;
}
.ctalinks a.blue {
	background: url(../images/bkgnd_ctalink_blue.jpg) no-repeat -10px center;
	border: 1px solid #1263AC;
}
#container .ctalinks a:hover {
	background-color: #000;
}
.ctalinks a:hover {
	border-color: #FFF;
}
/*News Box*/
.newsbox {
	padding-bottom: 5px;
	margin-bottom: 20px;
	float: left;
	width: 100%;
}
#container .newsbox p {
	padding-bottom: 0px;
}
#container .newsbox a {
	color: #FFF;
	text-decoration: none;
}
#rightpanel .newsbox h3 {
	font-style: normal;
}
.newsbox h3 {
	display: block;
	padding-top: 5px;
	padding-left: 0px;
	margin-bottom: 5px;
	font-weight: bold;
}
.newsbox p a {
	display: block;
	margin-left: 0px;
	margin-right: 5px;
	border-bottom: 1px solid #7FA7CC;
	padding-top: 5px;
	padding-bottom: 5px;
}
#container .newsbox a:hover {
	color: #7FA7CC;
}
/*Right Panel*/
#rightpanel {
	width: 240px;
	float: left;
	margin-left: 10px;
}
#rightpanel img {
	float: left;
	padding-bottom: 10px;
}
#rightpanel p {
	padding-right: 10px;
}
/*Form*/
form.sideform {
	float: left;
	width: 230px;
	padding: 0px 10px 10px 0px;
	text-align: right;
}
form.sideform p {
	text-align: left;
}
.fmdetails label {
	vertical-align: top;
	text-align: left;
	display: block;
}
.fmdetails input, .fmdetails textarea {
	width: 220px;
	margin-left: 0px;
	font-family: Calibri, Arial, sans-serif;
	font-size: 12px;
	padding: 2px 5px 2px 5px;
	margin-bottom: 8px;
	border: 1px solid #666;
	border-right-color: #999;
	border-bottom-color: #999;
	background: #333;
	color: #FFF;
}
input#submit {
	color: #D2232A;
}
form .checkbox {
	float: left;
	width: 100%;
	padding-bottom: 20px;
	padding-top: 10px;
	padding-left:20px;
}
form .checkbox input {
	margin-top: 5px;
}
form.textform .fmdetails label {
	width: 100px;
	float: left;
	padding-left: 70px;
}
.textform input#submit {
	margin-left: 170px;
}
form#survey {
	margin-top: 20px;
}
#text form#survey h2 {
	padding-top: 30px;
}
form#survey .fmdetails textarea {
	width: 300px;
}
.fmquestions {
}
form#survey th {
	text-align: center;
	padding: 6px 0;
}
form#survey table.fmradgroup td {
	border-top: dotted 1px #FFF;
	padding: 5px 0;
}
form#survey td.radcel {
	text-align: center;
	width: 16%;
}
form#survey td.padtop {
	padding-top: 15px;
}
.formhide {
	display: none;
}
/*MarketMenu*/
#markmenu {
	line-height: normal;
	position: relative;
	clear: both;
	float: left;
	width: 240px;
	margin-bottom: 30px;
}
#markmenu ul {
	margin: 0;
	padding: 0;
}
#markmenu li {
	list-style: none;
	float: left;
	text-align: center;
	background-image: url(../images/blank.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 115px;
	margin-bottom: 5px;
	margin-right: 5px;
}
#markmenu li, #markmenu a {
	display: block;
	color: #FFF;
	text-decoration: none;
	font-size: 13px;
	line-height: 13px;
	font-weight: bold;
	float: left;
}
#markmenu a {
	height: 35px;
	width: 105px;
	padding: 40px 5px 0px 5px;
}
#markmenu a:hover {
	border: 2px solid #FFFFFF;
	height: 33px;
	padding: 38px 3px 0px 3px;
}
#markmenu li.tmpolice {
	background-image: url(../images/bkgnd_markmenu_police.jpg);
}
#markmenu li.tmhuman {
	background-image: url(../images/bkgnd_markmenu_human.jpg);
}
#markmenu li.tmtrusts {
	background-image: url(../images/bkgnd_markmenu_nhs.jpg);
}
#markmenu li.tmambu {
	background-image: url(../images/bkgnd_markmenu_ambulance.jpg);
}
#markmenu li.tmfire {
	background-image: url(../images/bkgnd_markmenu_fire.jpg);
}
#markmenu li.tmcorp {
	background-image: url(../images/bkgnd_markmenu_corp.jpg);
}
/*Base Panel*/
#basepanel {
	font-family: 'Din Bold',Calibri, Arial, sans-serif;
	background-color: #000000;
	border-top: 3px solid #FFFFFF;
	float: left;
	text-align: center;
	font-size: 18px;
	line-height: 25px;
	padding-top: 15px;
	padding-bottom: 15px;
}
/*Footer*/
#footer {
	text-align: left;
	display: block;
	position: relative;
	float: right;
	height: 20px;
	padding-top: 3px;
	padding-bottom: 2px;
	width: 960px;
	padding-right: 10px;
	padding-left: 10px;
	color: #999;
}
#footer p {
	position: relative;
	display: inline;
	width: 50%;
	float: left;
}
#footer a {
	color: #999;
}
#footer a:hover {
	text-decoration: none;
}
#wdcuk {
	float:right;
	text-align: right;
}
/*HomePage*/
.home #rightpanel {
	display: none;
}
.home #text {
	width: 755px;
}
.home #text h1 {
	font-family: 'Din Medium',Calibri, Arial, sans-serif;
	border: none;
	text-align: center;
	font-size: 24px;
	margin-bottom: 20px;
	margin-top: -10px;
	width: 755px;
}
.home #text p {
	padding-right: 270px;
}
.home #container {
	background: url(../images/bkgnd_earth.jpg) no-repeat right 310px;
}
/*Home News*/
#hmnews {
	width: 483px;
	border: 1px solid #D2232A;
	margin-bottom: 15px;
	clear: both;
}
#container #hmnews a {
	text-decoration: none
}
#hmnews h2 {
	padding: 5px 10px 25px 10px;
	background: #D2232A url(../images/bkgnd_hmnewshead.jpg) repeat-x left bottom;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
}
#hmnews h2, #container #hmnews h2 a {
	color: #FFF;
}
#hmnews h3, #text #hmnews p {
	padding-left: 10px;
	padding-right: 10px;
}
#hmnews h3 {
	margin-top: 0px;
	font-size: 20px;
}
#container #hmnews h3 a:hover {
	text-decoration: underline;
}
#text #hmnews p.date {
	font-size: 10px;
	padding-bottom: 5px;
}
#hmnews a.hmreadmore {
	color: #1263AC;
	padding-left: 20px;
	display: block;
	line-height: 16px;
	background: url(../images/bkgnd_readmore_arrow.gif) no-repeat left top;
}
/*ProdMenu*/
#container ul.prodmenu {
	margin: 0px 0px 20px -25px;
	width: 785px;
}
.prodmenu li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 14px;
	width: 230px;
	height: 150px;
	margin-left: 25px;
	margin-bottom: 20px;
}
.prodmenu li, .prodmenu a {
	display: block;
	float: left;
	text-align: center;
	font-weight: bold;
}
#container .prodmenu a {
	text-decoration: none;
	width: 220px;
	height: 25px;
	line-height: 25px;
	padding: 125px 5px 0px 5px;
	background: url(../images/bkgnd_prodmenu_grad.png) no-repeat 0px 0px;
}
.prodmenu li {
	background: #1263AC url(../images/blank.gif) no-repeat right top;
}
#container .prodmenu a:hover {
	border: 2px solid #FFF;
	padding: 123px 3px 0px 3px;
	background-position: -2px -2px;
}
/*CountryCodeSpecific*/
.fr .newsbox, .de .newsbox, .es .newsbox, 
.fr #hmnews, .de #hmnews, .es #hmnews {
	display: none;
}
/*.uk #flag a#de, 
.fr #flag a#de, 
.es #flag a#de {
	display: none;
}*/
.fr #menu ul ul {
	width: 200px;
}
.fr #menu li:hover ul a {
	width: 190px;
}
.fr form.textform .fmdetails label {
	width: 150px;
	float: left;
	padding-left: 20px;
}
