* {
	padding: 0px;
	margin: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background: url(/global-assets/images/bg-rpt.jpg) repeat-x;
	margin: 0 0 2em 0;
	padding: 0;
	text-align: center;
}

img {
	border: 0;
}

#page {
	width: 760px;
	position: relative;
	text-align: left;
	margin: 0 auto 0 auto;
}

p a {
	color: #00462D;
}

h1 {
	margin-top: 54px;
	float: left;
}

h2 {
	margin-top: 66px;
	margin-left: 25px;
	float: left;
	font-size: 13px;
	color: #00915E;
}

#utilityNav {
	position: absolute;
	top: 0;
	right: 0;
}

#utilityNav ul {
	list-style: none;
	float: left;
}

#utilityNav ul li {
	float: left;
}

#utilityNav ul li a {
	float: left;
	font-size: 11px;
	font-weight: bold;
	color: white;
	text-decoration: none;
	padding: 7px 8px 7px 8px;
	margin-left: 2px;
	background: url(/global-assets/images/utility-bg.jpg) repeat-x;
}

#utilityNav ul li a:hover {
	background: #666666;
}

#primaryNav {
	clear: left;
	width: 760px;
	float: left;
}

#primaryNav ul {
	list-style: none;
	float: left
}

#primaryNav ul li {
	float: left
}

a span {
	display: none;
}


#homeLink a{
	display: block;
	height: 54px;
	width: 71px;
	background-image: url(/global-assets/images/navigation/home.gif);
	background-repeat: no-repeat;
	background-position: 0px -108px;
}
#homeLink a:hover{
	background-image: url(/global-assets/images/navigation/home.gif);
	background-repeat: no-repeat;
	background-position: 0px -54px;
}
#homeLinkSelected a{
	display: block;
	height: 54px;
	width: 71px;
	background-image: url(/global-assets/images/navigation/home.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}


#sourcingLink a{
	display: block;
	height: 54px;
	width: 166px;
	background-image: url(/global-assets/images/navigation/sourcing.gif);
	background-repeat: no-repeat;
	background-position: 0px -108px;
}
#sourcingLink a:hover{
	background-image: url(/global-assets/images/navigation/sourcing.gif);
	background-repeat: no-repeat;
	background-position: 0px -54px;
}
#sourcingLinkSelected a{
	display: block;
	height: 54px;
	width: 166px;
	background-image: url(/global-assets/images/navigation/sourcing.gif);
	background-repeat: no-repeat;
}


#soapsLink a{
	display: block;
	height: 54px;
	width: 158px;
	background-image: url(/global-assets/images/navigation/soaps.gif);
	background-repeat: no-repeat;
	background-position: 0px -108px;
}
#soapsLink a:hover{
	background-image: url(/global-assets/images/navigation/soaps.gif);
	background-repeat: no-repeat;
	background-position: 0px -54px;
}
#soapsLinkSelected a{
	display: block;
	height: 54px;
	width: 158px;
	background-image: url(/global-assets/images/navigation/soaps.gif);
	background-repeat: no-repeat;
}


#janitorialLink a{
	display: block;
	height: 54px;
	width: 148px;
	background-image: url(/global-assets/images/navigation/janitorial.gif);
	background-repeat: no-repeat;
	background-position: 0px -108px;
}
#janitorialLink a:hover{
	background-image: url(/global-assets/images/navigation/janitorial.gif);
	background-repeat: no-repeat;
	background-position: 0px -54px;
}
#janitorialLinkSelected a{
	display: block;
	height: 54px;
	width: 148px;
	background-image: url(/global-assets/images/navigation/janitorial.gif);
	background-repeat: no-repeat;
}


#healthcareLink a{
	display: block;
	height: 54px;
	width:  119px;
	background-image: url(/global-assets/images/navigation/healthcare.gif);
	background-repeat: no-repeat;
	background-position: 0px -108px;
}
#healthcareLink a:hover{
	background-image: url(/global-assets/images/navigation/healthcare.gif);
	background-repeat: no-repeat;
	background-position: 0px -54px;
}
#healthcareLinkSelected a{
	display: block;
	height: 54px;
	width: 119px;
	background-image: url(/global-assets/images/navigation/healthcare.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#mainContent {
	clear: left;
	float: left;
	padding-top: 20px;
	width: 760px;
}

#mainContent #homeIntro {
	width: 440px;
	margin-right: 17px;
	padding-left: 16px;
	float: left;
}

#mainContent #homeIntro h3 {
	font-size: 17px;
}

#mainContent #homeIntro p {
	font-size: 14px;
	margin-top: 10px;
}

#becomeCustomer {
	float: left;
	width: 266px;
	height: 90px;
	margin-top: 10px;
	display: block;
	background: url(/global-assets/images/homepage/customerservice.jpg) no-repeat right top;	
	border: 1px solid #138e4f;
}

#becomeCustomer h5 a {
	color: #00623F;
	text-decoration: none;
	font-size: 14px;
	margin: 8px 10px 5px 6px;
	display: block;
	height: 20px;
	background: url(/global-assets/images/homepage/customer-arrow.gif) no-repeat;	
	padding-left: 14px;
}

#becomeCustomer p {
	font-size: 12px;
	width: 170px;
	padding: 0px 10px;
}

#homepageFeatures {
	clear: left;
	width: 760px;
	float: left;
	padding-left: 15px;
	margin-top: 20px;
}

#homepageFeatures .featureBox {
	width: 160px;
	float: left;
	height: 300px;
	margin-right: 26px;
	border: 1px solid #138e4f;
	background-color: #f0f0f0;
}

#homepageFeatures .featureBox h4 a {
	font-size: 13px;
	height: 36px;
	color: white;
	text-decoration: none;
	display: block;
	padding: 6px 8px 6px 18px;
	background: #138e4f url(/global-assets/images/homepage/whitearrow.gif) no-repeat;
}

#homepageFeatures .featureBox h4 a:hover {
	font-size: 13px;
	height: 36px;
	color: white;
	text-decoration: none;
	display: block;
	padding: 6px 8px 6px 18px;
	background: #3ab777 url(/global-assets/images/homepage/whitearrow-over.gif) no-repeat;
}

#homepageFeatures .featureBox p {
	padding: 10px;
	font-size: 12px;
}

div#safehandsFeature {
	clear: left;
	float: left;
	padding: 0px 30px 0px 30px;
	margin-top: 20px;
	width: 700px;
	background: url(/global-assets/images/homepage/safehands-bg.jpg) repeat-x;
}

div#safehandsFeature img {
	float: left;
}

div#safehandsFeature p {
	float: left;
	font-size: 13px;
	padding-top: 21px;
	padding-left: 10px;
	color: #006476;
	font-weight: bold;
}

#moreButton {
	margin-top: 14px;
	margin-left: 20px;
}

#footer {
	clear: left;
	float: left;
	margin-top: 20px;
	width: 760px;
	color: #2e2e2e;
	height: 60px;
	float: left;
	background: url(/global-assets/images/footer.gif) no-repeat;
}

#footer a {
	color: #2e2e2e;
}

#footer ul {
	float: right;
	margin-top: 13px;
	list-style: none;
	font-size: 12px;
}

#footer ul  li {
	float: left;
	margin-right: 20px;
}


#leftCol {
	clear: left;
	float: left;
	width: 190px;
}

#rightCol {
	float: left;
	width: 560px;
}

#rightCol h3 {
	color: #5b5b5b;
	font-size: 18px;
	font-weight: normal;
}

#rightCol h4 {
	color: #00462d;
	font-size: 24px;
	font-weight: normal;
}

#rightCol h5 {
	color: #00462d;
	font-size: 20px;
	margin-top: 30px;
	font-weight: normal;
}

#rightCol h6 {
	color: #5b5b5b;
	font-size: 16px;
	margin-top: 30px;
	font-weight: normal;
}

#rightCol p {
	font-size: 13px;
	text-align: justify;
	line-height: 1.4em;
	margin-top: 10px;
	margin-bottom: 10px;
}

#rightCol ol {
	font-size: 13px;
	margin-left: 30px;
	margin-top: 20px;
	line-height: 1.5em;
}

#rightCol ul {
	font-size: 13px;
	margin-left: 30px;
	margin-top: 20px;
	line-height: 1.5em;
}

#safehandsTable table {
	width: 560px;
	border-right: 1px solid #6b6b6b;
	border-bottom: 1px solid #6b6b6b;
}

#safehandsTable table td {
	border-top: 1px solid #6b6b6b;
	border-left: 1px solid #6b6b6b;
	font-size: 12px;
	padding: 4px;
}

#safehandsTable table th {
	border-top: 1px solid #6b6b6b;
	padding: 4px;
	background-color: #E5E5E5;
	border-left: 1px solid #6b6b6b;
	font-size: 13px;
	font-weight: bold;
}

p.feature {
	padding: 10px;
	background-color: #f4f9f7;
	border: 1px solid #93b3a7;
	color: #00462d
}

#leftCol #navigation {
	float: left;
	width: 162px;
}

#leftCol #navigation ul {
	list-style: none;	
	width: 164px;
	border-bottom: 1px solid #00472e;
}

#leftCol #navigation ul li {
	width: 162px;
	font-size: 12px;
	font-weight: bold;
}

#leftCol #navigation ul li ul {
	list-style: none;	
	border: none;
	line-height: 1.5em;
	margin-left: 20px;
	margin-bottom: 10px;
}

#leftCol #navigation ul ul li {
	font-size: 11px;
	font-weight: normal;
}

#leftCol #navigation ul li span {
	border-top: 1px solid #00472e;
	color: #00472e;
	width: 142px;
	display: block;
	padding: 6px 4px 5px 16px;
}

#leftCol #navigation ul li a {
	text-decoration: none;
	width: 142px;
	display: block;
	color: white;
	border-top: 1px solid #00472e;
	border-left: 1px solid #00472e;
	border-right: 1px solid #00472e;
	padding: 6px 4px 5px 16px;
	background: #268563 url(/global-assets/images/subnav-bg.jpg) repeat-x;	
}

#leftCol #navigation ul li a:hover {
	text-decoration: none;
	width: 142px;
	display: block;
	color: white;
	border-top: 1px solid #00472e;
	border-left: 1px solid #00472e;
	border-right: 1px solid #00472e;
	padding: 6px 4px 5px 16px;
	background: #3ab678 url(/global-assets/images/subnav-bgover.jpg) repeat-x;
}

#leftCol #navigation ul li ul li a {
	text-decoration: none;
	color: #00472e;
	background: none;
	border: none;
	padding: 0;
}

#leftCol #navigation ul li ul li a:hover {
	text-decoration: underline;
	color: #00472e;
	background: none;
	border: none;
	padding: 0;
}

#leftCol #contactBox {
	float: left;
	width: 142px;
	border: 1px solid #00472e;
	background: url(/global-assets/images/phone-header.gif) no-repeat top;	
	margin-top: 30px;
	padding: 10px;
}

#leftCol #contactBox h6 {
	font-size: 18px;
	color: #00472e;
	font-weight: normal;
	margin-top: 3px;
}
#leftCol #contactBox p {
	font-size: 12px;
	color: #464646;
	font-weight: normal;
	margin-top: 8px;
}

#leftCol #contactBox p span {
	font-size: 20px;
	color: black;
}

p#phoneLines {
	font-size: 11px!important;
}

#emailLink {
	clear: left;
	float: left;
	border-bottom: 1px solid #00472e;
	border-left: 1px solid #00472e;
	border-right: 1px solid #00472e;
	width: 142px;
	padding: 10px;
	background-color: #f4f9f7;
}

#emailLink p {
	font-size: 12px;
	color: #00472e;
}

#emailLink p a{
	font-size: 12px;
	color: #00472e;
}

#orderFormBox {
	border: 1px solid #00472e;
	padding: 10px;
	background-color: #f4f9f7;
	margin-top: 30px;
}

#orderFormBox h6 {
	font-size: 16px;
	color: #00472e;
	margin-bottom: 0px;
	font-weight: normal;
	margin-top: 3px;
}

#orderFormBox p {
	margin: 0px;
	padding: 0px;
}

#orderFormBox a {
	color: #00472e;
}

#products table th {
	border-bottom: 1px solid #93b3a7;
	font-size: 18px;
	padding-bottom: 5px;
	color: #00472e;
	margin-bottom: 0px;
	font-weight: normal;
}

#products table th span {
	font-size: 11px;
	color: #878787;
	float: right;
}


#products table td {
	background-color: #f4f9f7;
	border-bottom: 1px solid #93b3a7;
	padding: 10px;
}

#products table td h6 {
	font-size: 15px;
	font-weight: bold;
	color: #393939;
	margin: 0;
}

#products table td h6 span  {
	font-size: 13px;
	font-weight: normal;
	color: #393939;
	margin: 0;
}

#products table td p {
	font-size: 13px;
	font-weight: normal;
	color: #636363;
	line-height: 1.3em;
	width: 95%;
	text-align: left;
	margin: 6px 0 3px 0;
}

#products table td.download a {
	font-size: 11px;
	display: block;
	float: right;
	color: #00472e;
	background: url(/global-assets/images/download-arrows.gif) no-repeat right top;
	padding-right: 10px;
	text-decoration: none;
}	

#products table td.download a:hover {
	text-decoration: underline;
}	

#dualContentGateway {
	clear: left;
	float: left;
	padding: 30px;
}

#dualContentGateway h3 {
	color: white;
	text-decoration: none;
	display: block;
	font-size: 20px;
	font-weight: normal;
	background-color: #138e4f;
	padding: 10px;
}

#leftIntroBox {
	clear: left;
	float: left;
	margin-right: 30px;
	width: 330px;
	height: 520px;
	border: 1px solid #138e4f;
	background-color: #f0f0f0;
}

.sourcingManufacture #leftIntroBox {
	clear: left;
	float: left;
	margin-right: 30px;
	width: 330px;
	height: 475px;
	border: 1px solid #138e4f;
	background-color: #f0f0f0;
}
.sourcingManufacture #rightIntroBox {
	float: left;
	width: 330px;
	height: 475px;
	border: 1px solid #138e4f;
	background-color: #f0f0f0;
}

.healthcare #leftIntroBox {
	clear: left;
	float: left;
	margin-right: 30px;
	width: 330px;
	height: 605px;
	border: 1px solid #138e4f;
	background-color: #f0f0f0;
}
.healthcare #rightIntroBox {
	float: left;
	width: 330px;
	height: 535px;
	border: 1px solid #138e4f;
	background-color: #f0f0f0;
}
#rightIntroBox {
	float: left;
	width: 330px;
	height: 520px;
	border: 1px solid #138e4f;
	background-color: #f0f0f0;
}

#sectionLinks {
	clear: left;
	float: left;
}

#sectionLinks ul {
	float: left;
	font-size: 13px;
	margin-top: 20px;
	width: 134px;
	padding-left: 25px;
	color: #138e4f;
}

#sectionLinks ul li {
	margin-bottom: 10px;
}

#sectionLinks ul li a {
	color: #138e4f;	
	font-weight: bold;
}

#sectionLinks ul li span {
	font-size: 80%;
}

#introContent {
padding: 10px;
clear: left;
float: left;
}

#introContent p {
font-size: 13px;
margin-bottom: 10px;
}

hr {
	color: #c6c6c6;
	background-color: #c6c6c6;
	height: 1px;
}

#savesLives {
	background-color: #F0F0F0;
	padding: 10px;
	border: 2px solid #cccccc;
}

#savesLives p {
	font-size: 18px;
	text-align: center;	
	color: #6e6e6e;
}

.handisanLink {
	background-color:#e1f4ec;
	border: 1px dotted #93B3A7;
	display: inline;
	color: #00462D;
	text-decoration: none;
	padding: 3px;
	font-size: 10px;
}

.callToAction p {
	border: 1px solid #138E4F;
	margin-top: 15px;
	background-color: #65b48b;
	padding: 10px;
	font-weight: bold;
	color: white;
}

.callToAction p a {
color: white;
}


#botmenu {
	clear: left;
	float: center;
	font-size: 10px;
	text-decoration: none;
	color: #666666;
}

#botmenu a {
	font-size: 10px;
	text-decoration: none;
	color: #666666;
}

#botmenu a:hover {
	color: #333333;
}

#MiniContact {
	border: 1px solid #707070;
	padding: 10px 15px 10px 15px;
	font-size: 16px;
	color: #3c3c3c;
	background-color: #ebebeb;
	margin-bottom: 10px;
}