/* CSS for IBP Group Website */

/* Generic Styles*/

html{height:100%}
html,body {margin:0;padding:0;}
body{
	background:#fff;
	min-width:1000px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4;
	color: #333;	

}

a{
	color: #333;
}

a img {
	border: 0;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 7px 0 5px 0;
}

h1.index{
	font-size: 14px;
	font-weight: bold;
	margin: 5px 0 5px 0;
}

h2{
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
}

h2.sponsorHeader{
	margin-top: 20px;
}

h3{
	font-size: 12px;
	font-weight: bold;
	margin: 0;
}

p{
	margin: 1em 0;
}

#main {
	width: 1000px;
	z-index: 1;
}

#header{
	width: 1000px;
	height: 106px;
}

#headerConex{
	float:left
}

#headerIBP{
	float: right;
	padding: 30px 0 0 0;
}

#contactBar{
	color: #666;
	text-align: right;
	font-size: 11px;
	margin: 0;
}

#contactBar p{
	margin: 5px 0 0 0;
}

#contactBar a{
	color: #666;
	text-decoration: none;
}

#contactBar a:hover{
	text-decoration: underline;
}


#leftBar{
	float: left;
	margin: 13px 20px 0 12px;
	width: 125px;
	background-color: #ccc;
}

#leftBar h2{
	width: 125px;
	color: #fff;
	background-color: #666;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;

}

#leftBar ul{
	list-style:none;
	padding: 0;
	margin: 0;
}

#leftBar li{
	padding: 0;
	margin: 0;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}

#leftBar li a{
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	margin: 20px 0;
}

#leftBar li a.leftPricelist{
	background: url('images/leftbar/pricelist.gif') no-repeat top center;
	padding: 35px 0 0 0;
}

#leftBar li a.leftLearning{
	background: url('images/leftbar/learning.gif') no-repeat top center;
	padding: 26px 0 0 0;
}

#leftBar li a.leftSearch{
	background: url('images/leftbar/search.gif') no-repeat top center;
	padding: 34px 0 0 0;
}

#leftBar li a.leftVideos{
	background: url('images/leftbar/videos.gif') no-repeat top center;
	padding: 30px 0 0 0;
}

#leftBar li a.leftSitemap{
	background: url('images/leftbar/sitemap.gif') no-repeat top center;
	padding: 32px 0 0 0;
}

#content{
	position: relative;
	float: left;
	margin: 0;
	width: 640px;
	background-color: #ffffff;

}

#contentWide{
	position: relative;
	float: left;
	margin: 25px 20px 0 20px;
	width: 760px;
	background-color: #fff;

}

#contentProduct{
	position: relative;
	float: left;
	margin: 25px 20px 0 20px;
	width: 780px;
	background-color: #fff;

}

#footer{
	width: 960px;
	clear: both;
	float: left;
	margin: 0 5px;
	padding: 3px 20px 20px 20px;
	background: #ccc;
	color: #666;
	font-size: 11px;
}

#footer p{
	float: left;
	margin: 2px;
}

#footer p img{
	float: left;
	margin: 0 5px 0 0;
}

#footer #legal{
	float: right;
	text-align: right;
}

#footer a{
	color: #666;
	text-decoration: none;
}


#rightBar{
	float: left;
	margin: 13px 0 0 10px;
	width: 175px;
}

#rightBar h2{
	height: 20px;
	line-height: 20px;
	width: 175px;
	color: #ffffff;
	background: #039;
	margin: 0 0 0 0;
	text-align: center;
	text-transform: uppercase;
}

#rightBar p{
	margin: 5px 5px;
}

#rightBar #rightNews{
	color: #fff;
	background: #396;
	font-size: 11px;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
}

#rightBar #rightNews a{
	color: #fff;
}

#rightBar .noMargin {
	margin: 0 0 10px 0;


}

#searchButton{
	width: 118px;
	height:23px;
	margin-left: 5px;
	text-align: center;
	background: url("images/searchButtonBG.jpg") no-repeat;
	padding: 0;
}

#searchButton a{
	display: block;
	float: left;
	width: 118px;
	height: 23px;
}


#searchButton img{
	margin: 0;
	width: 118px;
	height: 23px;
	border: 0;
}

#searchButton:hover img {
	visibility: hidden;
}

#pricelistButton{
	width: 118px;
	height:23px;
	margin-left: 5px;
	text-align: center;
	background: url("images/pricelistButtonBG.jpg") no-repeat;
	padding:0;
}

#pricelistButton a{
	display: block;
	float: left;
	width: 118px;
	height: 23px;
}


#pricelistButton img{
	margin: 0;
	width: 118px;
	height: 23px;
	border: 0;
}

#pricelistButton:hover img {
	visibility: hidden;
}

#findoutButton{
	width: 118px;
	height:23px;
	margin-left: 5px;
	text-align: center;
	background: url('images/findoutButtonBG.jpg') no-repeat;
	padding: 0;
}

#findoutButton a{
	float: left;
	width: 118px;
	height: 23px;
}


#findoutButton img{
	margin: 0;
	width: 118px;
	height: 23px;
	border: 0;
}

#findoutButton:hover img {
	visibility:hidden;
}

#clickButton{
	width: 118px;
	height:23px;
	margin-left: 5px;
	text-align: center;
	background: url('images/clickButtonBG.jpg') no-repeat;
	padding: 0;
}

#clickButton a{
	display: block;
	width: 118px;
	height: 23px;
}


#clickButton img{
	width: 118px;
	height: 23px;
	border: 0;
}

#clickButton:hover img{
	visibility:hidden;
}

.threeColumn {
	float: left;
	width: 200px;
	margin: 5px 10px 5px 0px;
}

#promo {
	float: left;
	width: 295px;
	margin-right: 10px;
	padding-bottom: 20px;
}

.promopara {
	color: #006633;
	font-size: 14px;
	font-weight: bold;
}

#compressionPromoTable, #triflowPromoTable, #delcopPromoTable {
	float: left;
	width: 240px;
	margin-right: 10px;
}

.sponsorLogo {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

h2.approvals {
	width: 510px;
	height: 20px;
	line-height: 20px;
	margin: 5px 0 10px 0;
	padding: 0;
	color: #000000;
	background-color: #cccccc;
	clear: left;
}

div.approvals {
	float: left;
	width: 125px;
}

div.clear {
	clear: both;
	height: 2px;
	margin: 0;
	line-height:2px;
}

hr.approvals {
	margin: 5px 0 5px 0;
	padding: 0;
}

p.approvals {
	margin: 0;
	padding: 0;
}

.newRangeMenu {
	border-top: 1px solid #396;
	border-bottom: 1px solid #396;
	list-style-type: none;
	height: 1.4em;
	padding: 2px 0;
	margin: 20px 0 0 0;
	font-size: 12px;
}

.newRangeMenu li{
	float: left;
	padding: 0 0.6em;
	font-weight: bold;
}

.newRangeMenu li a{
	text-decoration: underline;
}

#contentLeftCol{
	clear: both;
	float: left;
	width: 315px;
	margin: 0 10px 0 0;
}

#contentLeftCol ul{
	margin: 1.5em;
	padding: 0;
}

#contentRightCol{
	float: left;
	width: 315px;
	margin: 0;
}

#contentRightCol ul{
	margin: 1.5em;
	padding: 0;
}

#contentRightCol p{
	margin: 30px 5px 0 18px;
}

#contentRightCol p img{
	float: right;
	border: 1px solid #999;
	margin: 0 0 5px 10px;
}

.stockists{
	line-height: 2;
	float: left;
	width: 250px;
}

.stockists img{
	vertical-align: middle;
}

.range1Logo{
	padding: 32px 0 0 0;
    overflow: hidden;
	width: 152px;
    height: 0px !important;
    height /**/:32px;
	margin:0;
    background: url("images/logos/1.jpg") no-repeat;
}

.range2Logo{
	padding: 32px 0 0 0;
    overflow: hidden;
	width: 188px;
    height: 0px !important;
    height /**/:32px;
	margin:0;
    background: url("images/logos/2.jpg") no-repeat;
}

.range3Logo{
	padding: 32px 0 0 0;
    overflow: hidden;
	width: 195px;
    height: 0px !important;
    height /**/:32px;
	margin:0;
    background: url("images/logos/3.jpg") no-repeat;
}

.range4Logo{
	padding: 32px 0 0 0;
    overflow: hidden;
	width: 118px;
    height: 0px !important;
    height /**/:32px;
	margin:0;
    background: url("images/logos/4.jpg") no-repeat;
}

.range5Logo{
	padding: 32px 0 0 0;
    overflow: hidden;
	width: 113px;
    height: 0px !important;
    height /**/:32px;
	margin:0;
    background: url("images/logos/5.jpg") no-repeat;
}

.range6Logo{
	padding: 32px 0 0 0;
    overflow: hidden;
	width: 126px;
    height: 0px !important;
    height /**/:32px;
	margin:0;
    background: url("images/logos/6.jpg") no-repeat;
}

.range7Logo{
	padding: 32px 0 0 0;
    overflow: hidden;
	width: 194px;
    height: 0px !important;
    height /**/:32px;
	margin:0;
    background: url("images/logos/7.jpg") no-repeat;
}

.range8Logo{
	padding: 32px 0 0 0;
    overflow: hidden;
	width: 194px;
    height: 0px !important;
    height /**/:32px;
	margin:0;
    background: url("images/logos/8.jpg") no-repeat;
}

.range9Logo{
	padding: 32px 0 0 0;
    overflow: hidden;
	width: 148px;
    height: 0px !important;
    height /**/:32px;
	margin:0;
    background: url("images/logos/9.jpg") no-repeat;
}

.range10Logo{
	padding: 32px 0 0 0;
    overflow: hidden;
	width: 157px;
    height: 0px !important;
    height /**/:32px;
	margin:0;
    background: url("images/logos/10.jpg") no-repeat;
}

.range11Logo{
	padding: 32px 0 0 0;
    overflow: hidden;
	width: 227px;
    height: 0px !important;
    height /**/:32px;
	margin:0;
    background: url("images/logos/11.jpg") no-repeat;
}

.range12Logo{
	padding: 32px 0 0 0;
    overflow: hidden;
	width: 194px;
    height: 0px !important;
    height /**/:32px;
	margin:0;
    background: url("images/logos/12.jpg") no-repeat;
}

.range13Logo{
	padding: 32px 0 0 0;
    overflow: hidden;
	width: 135px;
    height: 0px !important;
    height /**/:32px;
	margin:0;
    background: url("images/logos/13.jpg") no-repeat;
}

.range14Logo{
	padding: 32px 0 0 0;
    overflow: hidden;
	width: 178px;
    height: 0px !important;
    height /**/:32px;
	margin:0;
    background: url("images/logos/14.jpg") no-repeat;
}

.range15Logo{
	padding: 32px 0 0 0;
    overflow: hidden;
	width: 178px;
    height: 0px !important;
    height /**/:32px;
	margin:0;
    background: url("images/logos/15.jpg") no-repeat;
}

.range16Logo{
	padding: 32px 0 0 0;
    overflow: hidden;
	width: 282px;
    height: 0px !important;
    height /**/:32px;
	margin:0;
    background: url("images/logos/16.jpg") no-repeat;
}

.range17Logo{
	padding: 32px 0 0 0;
    overflow: hidden;
	width: 194px;
    height: 0px !important;
    height /**/:32px;
	margin:0;
    background: url("images/logos/17.jpg") no-repeat;
}

.range18Logo{
	padding: 32px 0 0 0;
    overflow: hidden;
	width: 194px;
    height: 0px !important;
    height /**/:32px;
	margin:0;
    background: url("images/logos/18.jpg") no-repeat;
}

.range19Logo{
	padding: 32px 0 0 0;
    overflow: hidden;
	width: 194px;
    height: 0px !important;
    height /**/:32px;
	margin:0;
    background: url("images/logos/19.jpg") no-repeat;
}

.range20Logo{
	padding: 32px 0 0 0;
    overflow: hidden;
	width: 152px;
    height: 0px !important;
    height /**/:32px;
	margin:0;
    background: url("images/logos/20.jpg") no-repeat;
}

.range22Logo{
	padding: 32px 0 0 0;
    overflow: hidden;
	width: 200px;
    height: 0px !important;
    height /**/:32px;
	margin:0;
    background: url("images/logos/22.jpg") no-repeat;
}

.range23Logo{
	padding: 32px 0 0 0;
    overflow: hidden;
	width: 220px;
    height: 0px !important;
    height /**/:32px;
	margin:0;
    background: url("images/logos/23.jpg") no-repeat;
}

#rangePhoto{
	float: right;
	border: 1px solid #999;
	margin: 10px;
}

.rangeTable{
	border-collapse: collapse;
	width: 500px;
}

.rangeTable caption{
	margin: 14px 0 0 0;
	font-weight: bold;
}

.rangeTable th{
	background: #396;
	color: #fff;
	border: 1px solid #333;
	text-align: center;
}

.rangeTable td{
	vertical-align: text-top;
	border: 1px solid #333;
}

.rangeTable th, .rangeTable td{
	padding: 4px;
}

.rangeTable tbody tr:hover {
	background: #ccc;
}

#productInfo{
	clear: right;
	height: 25px;
	line-height: 25px;
	width: 450px;
	background: #cccccc;
	color: #000000;
	font-size:12px;
	font-weight: bold;
	margin: 10px 0 10px 0;
	padding-left:5px;
}

#productTable {
	border-collapse: collapse;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 1em;
}

#productTable th{
	color: #ffffff;
	background: #339966;
	padding: 0px 5px 0px 5px;
	vertical-align: top;
}

#productTable th#qty {
	text-align: center;
}

#productTable th.normal {
	text-align: left;
}

#productTable td{
	border-bottom: 1px solid #339966;
	padding: 5px 5px 5px 5px;
}

.itemColumn{
	width: 135px;
	text-align: left;
}
.sizeColumn{
	width: 75px;
	text-align: left;
}
.qtyColumn{
	width: 60px;
	text-align: center;
}
.priceColumn{
	width: 45px;
	text-align: left;
}
.eanColumn{
	width: 100px;
	text-align: left;
}

.weightColumn{
	width: 100px;
	text-align: left;
}

#productImage {
	float: left;
}

#productRange {
	clear: both;
}

.rangeBox {
	width: 122px;
	padding: 0;
	margin: 5px 8px 5px 0;
	background: #ccc;
	color: #000;
	float: left;
	font-size: 11px;
	line-height: 1.2;
}

.rangeBox img{
	border: 1px solid #096;
}

.rangeBox p{
	margin: 5px;
}

.rangeBox a{
	color: #000;
	text-decoration: none;
}

.rangeDescription{
	display: block;
	height: 3em;
	font-size: 10px;
}

#rangeH1 {
	clear: right;
}

#contactTable{
	width: 510px;
	border-collapse: collapse;
}

#contactTable td {
	vertical-align: bottom;
}

#faqTable td.dimension{
	text-align: center;
}

.contacts{
	float: left;
	width: 213px;
	height: 250px;
}

.contactsLine{
	clear: both;
	border: 0;
	height: 1px;
	color: #999999;
	background-color: #999999;
}

#intContactTable{
	width: 510px;
	border-collapse: collapse;
}

#intContactTable td {
	vertical-align: bottom;
}

.rebatePrice{
	font-size: 18px;
	font-weight: bold;
}

.pressLine{
	border: 0;
	height: 1px;
	color: #999999;
	background-color: #999999;
}

.approvalLogo{
	margin: 20px 0 5px 0;
}

.altCode{
	color: #ff0000;
}

.rangePara{
	width: 650px;
}

#register label{
	float: left;
	width: 100px;
	display: block;
}

.required{
	color: #ff0000;
}

h2.clear, p.clear{
	clear: both;
}

div.searchClear{
	clear: both;
	width: 100%;
}

#promoBanner {
	position: absolute;
	top: 200px;
	left: 150px;
	z-index: 100;
}

#groupContactsTable{
	border: none;
	border-collapse: collapse;
}

#groupContactsTable td {
	vertical-align: bottom;
	padding: 0 30px 10px 0;
}

#groupContactsTable tr:hover td{
	background: #ccc;
}

.priceDate{
	font-size: 13px;
	color: #096;
}

#vidWrapper {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 200%;
	background: url('images/translucent.png');
	z-index:2000;
	display: none;
}

#vid{
	width: 308px;
	height: 265px;
	margin: 145px 0 0 250px;
	padding: 15px 15px 5px 15px;
	background: #fff;
}

#vidFooter{
	width: 308px;
	margin: 0 0 0 250px;
	padding: 0 15px 15px 15px;
	text-align: right;
	background: #fff;
}

#vidFooter p{
	line-height: 20px;
	margin: 0;
}

#contacts{
	margin-bottom: 12px;
}

#contacts h2{
	margin: 0;
}

#contacts p{
	margin: 0;
}

#contacts .contact{
	height: 95px;
	border-bottom: 3px solid #ccc;
	margin: 10px 0;
}

.contact .photo{
	float: left;
	padding: 5px;
	border: 1px solid #666;
}

.contact .details{
	float: left;
	margin: 0 0 0 10px;
}

.contact .details .name{
	display: block;
	float: left;
	width: 105px;
}

.contact .details .phone{
	display: block;
	float: left;
	width: 140px;
}

#contacts .csGrid .photo p {
	padding: 0;
}

#contacts .csGrid .photo {
	float: left;
	text-align: center;
	margin-right: 5px;
}

.csGrid .photo img {
	padding: 5px;
	border: 1px solid #666;
}

.csGrid p{
	padding: 1px 0 10px 0;
	margin: 0;
}

.csGrid{
	border-bottom: 3px solid #ccc;
}

.fittingInstructions{
	width: 50%;
	float: left;
	margin:0 0 0 0;
}

.vidPara{
	background: url('images/vidlogo.jpg') no-repeat top left;
	width: 285px;
	padding-left: 35px;
	margin-bottom: 5px;
}

.compatTable{
	border-collapse: collapse;
	border: 1px solid #333;
	font-size: 10px;
}

.compatTable th{
	background: #396;
	color: #fff;
	padding: 3px 6px;
	border: 1px dotted #333;
}

.compatTable tbody tr:hover{
	background: #ccc;
	color: #000;
}

.compatTable td{
	padding: 3px 6px;
	border: 1px dotted #333;
}

.specTable{
	border-collapse: collapse;
	border: 1px solid #333;
	font-size: 10px;
}

.specTable th{
	background: #396;
	color: #fff;
	padding: 3px 6px;
	border: 1px dotted #333;
}

.specTable tbody tr:hover{
	background: #ccc;
	color: #000;
}

.specTable td{
	padding: 3px 6px;
	border: 1px dotted #333;
}

.pricelistXLSCol{
	width: 180px;
	padding: 0;
	float: left;
}

.pricelistPDFCol{
	width: 450px;
	padding: 0 0 0 10px;
	float: left;
}

.pricelistPDFCol p{
	width: 150px;
	float: left;
}

.pricelistPDFCol a{
	text-decoration: none;
}

.pricelistPDFCol a.pdfLogo{
	padding: 3px 0 3px 25px;
	background: url('images/pdflogo.jpg') no-repeat center left;
	line-height: 26px;
}

.pricelistPDFCol img{
	border: 1px solid #ccc;
}

#content.intContacts {
	background: url('images/contact/worldmap.jpg') no-repeat 0px 70px;
}

#intContactsLeft {
	width:320px;
	height: 400px;
	float: left
}

#intContactsRight{
	float: left;
	width: 320px;
}

#intRegionList li{
	cursor: pointer;
	font-weight: bold;
	list-style: none;
}

#intRegionList li div{
	display: none;
	font-weight: normal;
}

#intContactsList li{
	cursor: pointer;
	font-weight: bold;
	list-style: none;
}

#intContactsList li div{
	display: none;
	font-weight: normal;
}

#content.anti-microbial strong{
	color: #396;
	font-weight: bold;
	font-size: 13px;
}