@charset "UTF-8";


body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: justify; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #D6D5D1;
	line-height: 20px;
}
.oneColFixCtr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left;
	margin-top: 25;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.----------layout---------- {
}
#div_header {
	height: 50px;
	background-image: url(../Graphix/topbanner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 300px;
	background-color: #FFFFFF;
}
#div_horznav {
	float: left;
	text-align: right;
	padding-right: 60px;
	width: 840px;
}
#div_body_overflow {
	padding-right: 65px;
	text-align: justify;
	vertical-align: top;
	padding-left: 65px;
}
#div_body_overflow_consumables {
	text-align: justify;
	vertical-align: top;
	padding-top: 0px;
	padding-right: 65px;
	padding-bottom: 0px;
	padding-left: 65px;
	height: 2200px;
}
#div_body_overflow_equipment {
	text-align: justify;
	vertical-align: top;
	padding-top: 0px;
	padding-right: 65px;
	padding-bottom: 0px;
	padding-left: 65px;
	height: 2150px;
}
#div_pagehead {
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #94917D;
	border-right-color: #94917D;
	border-bottom-color: #94917D;
	border-left-color: #94917D;
	height: 20px;
	margin-bottom: 20px;
}
#pagehead_left {
	float: left;
	width: 50%;
	font-size: 17px;
	font-weight: bold;
	color: #8B2233;
	text-align: left;
}
#pagehead_right_printerfriendly {
	float: right;
	width: 50%;
	text-align: right;
}
#page50percent_left {
	float: left;
	width: 375px;
}
#page50percent_right {
	float: right;
	width: 375px;
}
.div_suppliers {
	margin-bottom: 15px;
	height: 165px;
	padding-top: 10px;
	padding-right: 15px;
	text-align: left;
	background-image: url(../Graphix/backpanel_suppliers.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding-left: 10px;
}
#div_footer {
	height: 30px;
	background-image: url(../Graphix/bottombanner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	color: #FFFFFF;
	text-align: center;
	padding-top: 140px;
}
#div_allsuppliers {
}
.legend {
	font-size: 12px;
	font-weight: normal;
	color: #8B2233;
}
.----------text---------- {
}
.text_hilite_red {
	font-family: Arial, Helvetica, sans-serif, Calibri;
	font-size: 14px;
	color: #86082A;
}
.text_small_cap {
	font-size: 9px;
	text-transform: capitalize;
}
.text_headinginpage {
	font-size: 14px;
	color: #820022;
}
.text_head_dottedline {
	height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #94917D;
	border-right-color: #94917D;
	border-bottom-color: #94917D;
	border-left-color: #94917D;
	color: #544C3A;
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: bold;
}
.text_hilite_brown {
	font-size: 15px;
	font-weight: bold;
	color: #544C3A;
}
.----------links---------- {
}
.youarehere {
	font-size: 17px;
	font-weight: bold;
	color: #8B2233;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:link {
	color: #403A2A;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
}
a:visited {
	color: #403A2A;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
}
a:hover {
	color: #8B2233;
	text-decoration: underline;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
}
a:active {
	color: #912E3E;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
}

a.whitelink {
	text-decoration:underline;
	color:#ffffff;
	font-weight: normal;
}
.whitelink a:link {
	text-decoration:underline;
	color:#ffffff;
	font-weight: normal;
}
.whitelink a:visited {
	text-decoration:underline;
	color:#ffffff;
	font-weight: normal;
}
.whitelink a:hover {
	text-decoration:none;
	color:#ffffff;
	font-weight: normal;
}
.whitelink a:active {
	text-decoration:underline;
	color:#ffffff;
	font-weight: normal;
}

.----------images---------- {
}
img { border: none; 
}

.supplier_logo_leftalign {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.supplier_logo_back {
	text-align: center;
	vertical-align: middle;
	float: left;
	background-color: #FFFFFF;
	padding: 5px;
	margin-right: 10px;
	margin-bottom: 50px;
	border: 5px solid #9C9483;
}
.----------from---------- {
}
.select_box_red {
}

