/*  
Sticky Footer Solution
by Steve Hatcher 
http://stever.ca
http://www.cssstickyfooter.com
*/

 /* Allows .png images in ie6 (been commneted out because image not disaplyed in Contribuite edit mode)	
	img, .png {
       position: relative;
       behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
       this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
       this.src = "http://www.dashosting.co.uk/Images/Structure/clearspace.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
       this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
       this.runtimeStyle.backgroundImage = "none")),this.pngSet=true));
}	
	*/
	

* {margin:0;padding:0;} 
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #5b5b5b;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ef3e34;
	border-bottom-style: solid;
	border-bottom-color: #ef3e34;
	border-bottom-width: 1px;
}

.H2subText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ef3e34;

}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ef3e34;
	font-weight: normal;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#933;
	font-weight: normal;
	font-style:italic;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}
 
.whiteText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
}

.SectionTitleSubText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #ef3e34;

}
.DottedRule {
	margin-top:1em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
}

/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body, #CONTAINER {
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4f4f4f;
	}


body > #CONTAINER {
	height: auto;
	min-height: 100%;
	}
	
li {
	padding-left:20px;
	background-image:url(../Images/Structure/BulletListStar.gif);
	background-repeat:no-repeat;
	background-position: 10px 5px;
	list-style-type:none;
}

a.WhiteLinks:link {color: white; text-decoration: none; }
a.WhiteLinks:visited {color: white; text-decoration: none; }
a.WhiteLinks:hover {color: #333333; text-decoration: underline; }
a.WhiteLinks:active {color: white; } 

a:link {
	color: #FF0000;
	text-decoration: none;
	
}
a:visited {
	text-decoration: none;
	color: #FF0000;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}

#ContainerWrapper {
	padding-bottom: 42px;
}  

#FOOTER{
	position: relative;
	margin-top: -42px; /* negative value of footer height */
	height: 42px;
	clear:both;
	background-image: url(../Images/Structure/BaseRepeat.gif);
} 

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}

#HeaderBG {
	width: 100%;
	background-image: url(../Images/Structure/HeaderBG.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 76px;
}
#HeaderWrapper {
	margin: auto;
	padding: 0px;
	height: 76px;
	width: 938px;
}
#NavigationBG {
	width: 100%;
	height: 214px;
	background-image: url(../Images/Structure/Header2BG.gif);
	background-repeat: repeat-x;
	height: 214px;
}
#SearchBox {
	float: left;
	height: 76px;
	width: 150px;
	background-image: url(../Images/Structure/SearchBG.gif);
	background-repeat: no-repeat;
}


.textfield {
	background-color: #FFFFFF;
	border: 1px #7b1612 dashed;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	width: 108px;
} 
#SearchField {
	text-align: left;
	width: 111px;
	float: left;
	height: 44px;
	padding-top: 32px;
	padding-left: 5px;
}
#SearchBtn {
	width: 34px;
	float: right;
	height: 51px;
	text-align: right;
	padding-top: 25px;
}
#HeaderLinks {
	float: left;
	width: 284px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: left;
	height: 44px;
	padding-top: 32px;
	
}

#HeaderDate {
	text-align: left;
	float: right;
	width: 504px;
	color: #FFFFFF;
	height: 44px;
	padding-top: 32px;

	
}
.divider {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #4e0000;
}

#GraphicStrip {
	width: 934px;
	height: 214px;
	background-image: url(../Images/Structure/GraphicStrip.jpg);
	background-repeat: no-repeat;
}
#GraphicStripNeedles {
	width: 934px;
	height: 214px;
	background-image: url(../Images/Structure/GraphicStripNeedles.jpg);
	background-repeat: no-repeat;
}

#GraphicStripWoundcare {
	width: 934px;
	height: 214px;
	background-image: url(../Images/Structure/GraphicStripWoundcare.jpg);
	background-repeat: no-repeat;
}

#GraphicStripNewDivision {
	width: 934px;
	height: 214px;
	background-image: url(../Images/General/GraphicStripNewDivision.jpg);
	background-repeat: no-repeat;
}

#GraphicStripGeneric {
	width: 934px;
	height: 214px;
	z-index:1;

}

#FloatPageTitle{
	padding-top:175px;
	height:19px;
	padding-left:20px;
	position:absolute;
	width:450px;
	z-index:3;
	text-align:left;
	
	}

	#FloatNav{
	padding-top:75px;
	padding-left:20px;
	height:139px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	position:absolute;
	z-index:4;
	width: 934px;
	
	}





#GlobalNavigation {
	float: left;
	height: 18px;
	width: 914px;
	margin-top: 75px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	text-align: left;

}

#ContentWrapper {
	width: 894px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	padding-bottom: 40px;
}

#SectionTitle {
	float: left;
	width: 450px;
	height: 22px;
	text-align: left;
	margin-top: 80px;
	margin-left: 20px;
}



#FooterWrapper {
	text-align: center;
	height: 42px;
	width: 934px;
	margin: auto;
	}
	
#FooterGlobalSites {
	height: 42px;
	width: 134px;
	margin: 0px;
	float: left;
	text-align: left;
}
#FooterAddress {
	height: 20px;
	width: 697px;
	float: left;
	margin-left: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;

}
#FooterPolicy {
	height: 20px;
	width: 103px;
	margin: auto;
	float: right;
	margin-top: 8px;
}
#QMwrapper {
	width: 400px;
	height: auto;
}
#QMGraphic {
	float: left;
	height: 150px;
	width: 81px;
}
#QMText {
	height: 150px;
	width: 319px;
	float: right;
}
#WelcomeTextBody {
	height: auto;
	width: 400px;
	clear: both;
}
.Col3Left {
	float: left;
	height: auto;
	width: 400px;
}



.Col3Middle {
	float: left;
	height: auto;
	width: 220px;
	padding-left: 31px;
	padding-right: 31px;
}
.ColStdSpotLightItems {
	float: right;
	width: 275px;
	background-image: url(../Images/General/SpotlightStandardBG.gif);
	background-repeat: no-repeat;
	padding: 20px;
	min-height: 150px;
}
.ColStndContentItems {
	float: left;
	width: 549px;
	padding-right: 30px;
	height: auto;
}
.NewsTable {
	width: 549px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	border-collapse:collapse;
	margin-bottom:80px;
}
.NewsTableSpotlight {
	width: 275px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding-bottom: 10px;

}

.MissionStatementTable{
	border-collapse:collapse;
	width: 275px;
	height:230px;
	background-image:url(../Images/General/MissionStatemetnBG.gif);
	background-repeat:no-repeat;
}
.MissionStatementTable td{
	padding:15px;
	margin:0px;
}


	

.ColContentItems {
	float: left;
	width: 452px;
}

.ColSpotLightItems {
	float: right;
	height: auto;
	width: 212px;
}

/* END Sub Nav Link Styling */


.Col50Percent {
	width: 50%;
	float:left;
}


.ColSubNav {
	float: left;
	width: 180px;
	padding-bottom: 50px;
	padding-right: 20px;
	margin:0px;
	height:auto;
}



.ColContent {
	float: right;
	width: 694px;
	padding: 0px;
	margin:0px;
	height:auto;
}




.HomePageBoxes {
	height: auto;
	width: 212px;
	text-align: right;
}
#LatestNewsBox {
	border: 1px solid #999999;
	height: auto;
	width: 218px;
}
#LatestNewsHeader {
	background-color: #c0c0c0;
	height: 16px;
	width: 213px;
	padding-left: 5px;
	padding-top: 2px;
}
#LatestNewsContent {
	padding: 5px;
	height: auto;
	width: 208px;
}

#PricePromiseWrapper {
	height: auto;
	width: 100%;
}
#PricePromiseGraphic {
	float: left;
	height: auto;
	width: 125px;
}
#PricePromiseContent {
	height: auto;
	width: 275px;
	float: right;
}
/* End hide from IE-mac */

#GlobalSites {
	position:absolute;
	width:170px;
	height:180px;
	z-index:20;
	top: -153px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #8b8b8b;
	border-right-color: #8b8b8b;
	border-bottom-color: #8b8b8b;
	border-left-color: #8b8b8b;
	overflow: hidden;
	background-image: url(../Images/General/GlobalSites_bg.gif);
	visibility: hidden;
}
#GlobalSitesContent {
	height: 131px;
	width: 150px;
	padding: 10px;
	overflow: hidden;
}
#GlobalSitesBase {
	height: 29px;
	width: 100%;
}

#GlobalSitesCloser {
	position:absolute;
	width:1011px;
	height:304px;
	z-index:19;
	top: -262px;
	width: 837px;
	left: 5px;
	visibility: hidden;
	background-image:url(../Images/Structure/clearspace.gif);
	
/* Sub Nav Link Styling */
}
ul.SubNavLinkList {
	list-style-position: outside;
	list-style-image:none;
	list-style-type: none;
	text-indent: 5px;

} 
ul.SubNavLinkList li {
	background-image:url(../Images/Structure/BulletListDots.gif);
	background-repeat:no-repeat;	
	background-position: 0 4px;
	padding-left: 10px;
	text-indent:-1px;
}

/* Sub Nav Hover Bar Styling */

ul.SubNavHoverList {
	width: 180px;
	list-style-image: none;
	list-style-type: none;
	list-style-position:outside;

} 


ul.SubNavHoverList li {
	border-bottom: dashed 1px gray;
	border-width: 1px 0;
	list-style-type: none;

}

ul.SubNavHoverList li a {
	color: #4f4f4f;
	display: block;
	padding: 2px;
	text-decoration: none;
}

 * html ul.SubNavHoverList li a {  /* make hover effect work in IE */
	width: 156px;
}

ul.SubNavHoverList li a:hover {
    background: red;
	color: white;
}

ul.SubNavHoverList a em {
	display: block;
	line-height: 150%;
}

ul.SubNavHoverList a span {
	line-height: 150%;
}
.ProductServicesBox {
	padding: 5px;
	width: 305px;
}

/* Product Table */
.NeedlesTableHolding {
	background-image:url(../Images/General/NeedlesEvenTableBG.gif);
	width:660px;
	border-collapse: collapse; /* so we can control cellspacing via CSS  */
	margin-top:15px;
	margin-bottom:15px;

}
.NeedlesTableProductDecription {
	width:626px;	
	margin-left: 17px;
	margin-right: 17px;
	margin-bottom: 8px;
	margin-top: 17px;

}
.NeedlesProductDecriptionCell {
	background-image: url(../Images/General/NeedlesOddTableBG.gif);
	padding:5px;
	border: 1px dashed #999999;
}
.NeedlesTableProductAttributes {
	width:626px;	
	margin-left: 17px;
	margin-right: 17px;
	margin-bottom: 17px;
	margin-top: 8px;

	border-collapse: collapse; /* so we can control cellspacing via CSS  */
	border: 1px dashed #999999;

}
.NeedlesTableProductAttributes td {
	padding:5px;
	line-height:10px;
	
}
.NeedlesTableProductAttributes tr {
	background-color:#FFFFFF;
}
.NeedlesTableProductAttributes tr.Needlesodd {
	background-color:transparent;
}
Table.ProductsTable {
	background-image:url(../Images/General/ProductTableBG.gif);
	width:660px;
	border-collapse: collapse; /* so we can control cellspacing via CSS  */
}
Table.ProductsTable td {
	padding:12px;

}
.ProductIMmageBorder {
	border: 1px dashed #999999;
}
Table.ProductAttributes {
	width:450px;
	border-collapse: collapse; /* so we can control cellspacing via CSS  */
	border: 1px dashed #999999;
}
Table.ProductAttributes td{
	padding-left:5px;
	padding-top:1px;
	padding-bottom:0px;
	border-bottom:1px dashed #999999;
	height:32px;

	
}
Table.ProductAttributes tr.odd{
	background-color:#ffffff;
	
}

Table.ProductAttributes tr.even{
	background-color:transparent;
	
}

Table.ProductFeatures {
	background-image: url(../Images/General/FeaturesTableBG.gif);
	width:450px;
	border: 1px dashed #999999;
	border-collapse: collapse; /* so we can control cellspacing via CSS  */
}
Table.ProductFeatures td {
	padding:5px;
	width:50%;
	border-bottom:1px dashed #999999;

}
.NeedlesImageTable {
	width: 450px;
	border: 1px dashed #999;
}
Table.InternationalDists {
	width:543px;
	border: 1px dashed #999999;
	border-collapse: collapse; /* so we can control cellspacing via CSS  */
	margin-top:50px;

}
Table.InternationalDists td{
	padding:7px;
	min-height:30px;
	border-bottom:1px dashed #999999;
	border-right:1px dashed #999999;
	vertical-align:top;}
	
