@charset "UTF-8";
 @font-face {
font-family: DroidSans;
src: url('DroidSans.ttf');
}
 @font-face {
font-family: DroidSansBold;
font-weight: bold;
src: url('DroidSans-Bold.ttf');
}
body {
	margin: 0;
	padding: 0;
	font-family: DroidSans, DroidSans, Lucida Sans, Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 13px;
	background: url(../images/bg2.gif) repeat-y;
}
body#portal {
	background: none;
}
#header {
	width: 100%;
	height: 150px;
	background: url(../images/bg1.gif) repeat-x;
	border: solid 1px #000;
}
#left {
	width: 250px;
	float: left;
	margin: 10px;
	font-family:DroidSansBold, Lucida Sans, Lucida Sans Unicode, Lucida Grande, sans-serif;
}
#left div {
	margin: 20px;
}
a {
	color: #036;
	text-decoration: none;
}
a:hover {
	color: #03F;
text-decoration:underline;
}
#feature {
	clear: both;
}
#maincontent {
	display: block;
	width: 750px;
	padding:20px;
	border-right: solid 1px #999;
	line-height:140%;
}
.feature_item img {
	border: solid 1px #036;
	padding: 2px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
#packaging {
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 10px;
	width: 300px;
	min-height: 400px;
	background-color: #69c;
	float: left;
}
#janitorial {
	margin-bottom: 10px;
	padding: 10px;
	width: 300px;
	min-height: 400px;
	background-color: #69c;
	float: left;
}
hr {
	height: 1px;
	background-color: #369;
	border: none;
}
table#manufacturers td {
	text-align: center;
}
table#manufacturers img {
	border: none;
}
.staff {
	font-weight: bold;
	width: 50%;
	margin-bottom: 10px;
	text-align: center;
	float: left;
}
.staff img {
	background-color: #fff;
	padding: 3px;
	border: solid 1px #000;
}
blockquote {
	color:#03F;
	font-size:14px;
	font-weight:bold;
	font-style:italic;
	line-height:150%;
	padding:20px;
}
h1 {color:#00008E;
	font-family:DroidSansBold, Lucida Sans, Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size:2em;
}
h2 {
	color:#03F;
	font-family:DroidSansBold, Lucida Sans, Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size:1.75em;
}
h3 {
	color:#62747F;
	font-size:1.6em;
	font-family:DroidSansBold, Lucida Sans, Lucida Sans Unicode, Lucida Grande, sans-serif;
}
h4 {
	color:#00008E;
	font-family:DroidSansBold, Lucida Sans, Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size:1.5em;
}
h5 {
	color:#343434;
	font-family:DroidSansBold, Lucida Sans, Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size:1.4em;
}
h6 {
	color:#343434;
	font-family:DroidSansBold, Lucida Sans, Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size:1.2em;
}
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:10px 0;
	line-height:140%;
}
.floatleft {
	float:left;
	padding:0 20px 16px 16px;
}
.floatright {
	float:right;
	padding:0 0 16px 16px;
}
.bold {
	font-weight:bold;
	font-family:DroidSansBold;
}
.small {
	color:#222;
	font-size:.9em;
	line-height:16px;
}
.small a:link, .small a:visited, .small a:active {
	color:#00008E;
	text-decoration:none;
}
.small a:hover {
	color:#00008E;
	text-decoration:underline;
}
.smaller {
	color:#222;
	font-size:.8em;
	line-height:16px;
}
.smaller a:link, .smaller a:visited, .smaller a:active {
	color:#00008E;
	text-decoration:none;
}
.smaller a:hover {
	color:#00008E;
	text-decoration:underline;
}
.baselist {
	color:#222;
	font-size:1em;
	list-style:unordered;
	list-style-position:inside;
	list-style-type:disc;
}
.baselist a:link {
	color:#00008E;
	text-decoration:none;
}
.baselist a:visited {
	color:#00008E;
	text-decoration:none;
}
.baselist a:hover {
	color:#00008E;
	text-decoration:underline;
}
p a, .base a, .small a, smaller a {
	color:#00008E;
	font-weight:bold;
}
p a:hover, .base a:hover, .small a:hover, smaller a:hover {
	color:#03F;
}
ul, ol, li a {
	color:#00008E;
}
li a:hover {
	color:#03F;
}
ul, ol {
	padding:0 0 20px 20px;
	margin:0;
}
ul li {
	font-size: 13px;
	line-height:150%;
	margin:0;
	padding:0;
}
ol li {
	padding:0 0 20px 20px;
	font-size: 13px;
	line-height:150%;
	margin:0;
}
form {
	margin: 0;
}
input {
	padding:4px;
	color: #222;
	font-size: 13px;
	background-color: #FFF;
	border:1px solid #CCC;
	height:auto;
	font-family: DroidSans, Lucida Sans, Lucida Sans Unicode, Lucida Grande, sans-serif;
}
textarea {
	color: #222;
	padding:4px;
	font-size: 13px;
	background-color: #FFF;
	border:1px solid #CCC;
	font-family: DroidSans, Lucida Sans, Lucida Sans Unicode, Lucida Grande, sans-serif;
}
select {
	color: #222;
	font-size: 13px;
	font-family: DroidSansBold, Lucida Sans, Lucida Sans Unicode, Lucida Grande, sans-serif;
}
.button {
	font-size:0.9em;
	padding:3px;
	width:80px;
}
.button2 {
	font-size:0.9em;
	padding:3px;
	width:150px;
}
.button3 {
	font-size:0.8em;
	padding:3px;
	width:160px;
}
.button_small {
	font-size:0.8em;
	padding:2px;
	width:auto;
}
.button_small2 {
	font-size:0.8em;
	padding:2px;
	width:60px;
}
.button_small3 {
	font-size:0.8em;
	padding:2px;
	width:50px;
}
.button, .button2, .button3, .button_small, .button_small2, .button_small3, a.button, a.button2, a.button3, a.button_small, a.button_small2, a.button_small3, .button a, .button2 a, .button3 a, .button_small a, .button_small2 a, .button_small3 a, input.button, input.button2, input.button3, input.button_small, input.button_small2, input.button_small3, .button input, .button2 input, .button3 input, .button_small input, .button_small2 input, .button_small3 input {
	background-color:#009;
	color:#FFF;
	cursor:hand;
	cursor:pointer;
	display:block;
	font-family:DroidSansBold, sans-serif;
	font-weight:bold;
	letter-spacing:0.08em;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	margin:4px 12px 0 0;
	
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-border-radius:4px;
}

.button:hover, .button2:hover, .button3:hover, .button_small:hover, .button_small2:hover, .button_small3:hover, .button a:hover, .button2  a:hover, .button3 a:hover, .button_small a:hover, .button_small2 a:hover, .button_small3 a:hover, input.button:hover, input.button2:hover, input.button3:hover, input.button_small:hover, input.button_small2:hover, input.button_small3:hover {
color:#FFF;
background: #03F;

}
