body {
	text-align: center;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
html { min-height:100%; margin-bottom:1px; } /* this keeps the shorter pages from jumping */

.cleared {
	clear: both;
}

#container {
	width: 772px;
	text-align: center;
	margin: 0px auto;
   position: relative;
	/*border: 1px solid #000000;*/
}

#top {
	width: 772px;
	height: 83px;
}

#nav {
	width: 772px;
	height: 27px;
}

#left {
	float: left;
	width: 505px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#right {
	float: right;
	width: 250px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	/*border: 1px dotted #ff7800;*/
}

#rightProducts {
	float: right;
	text-align: left;
	width: 250px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	/*border: 1px solid #999999;*/
}

#footer {
	width: 772px;
	text-align: center;
}

#redfooter {
	width: 772px;
	height: 30px;
	background-color: #fc1921;
	margin-top: 5px;
}


/* links */
a.ld:link {
	color: #0e2b8d;
	text-decoration: underline;
}
a.ld:visited {
	color: #0e2b8d;
	text-decoration: none;
}


a.ld:hover, a.ld:active {
	color: #0e2b8d;
	text-decoration: none;
}



a.download:link {
font-size: 11px;
font-weight: bold;
color: #000000;
text-decoration: underline;
}



a.download:visited {
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
a.download:hover, a.download:active {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}


a.footer:link {
font-size: 12px;
font-weight: bold;
color: #000000;
text-decoration: none;
}
a.footer:visited {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
a.footer:hover, a.footer:active {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #FF9900;
	text-decoration: underline;
}



/* image positioning */

img#bw {
	position: absolute;
	top: 0px;
	left: 0px;
	border: 0px;
}

img#need {
position: absolute; 
top: 27px;
right: 0px;
border: 0px;

}


img#redline {
	position: absolute;
	top: 85px;
	left: 0px;
	border: 0px;

}

img#home {
	position: absolute;
	top: 85px;
	left: 42px;
	border: 0px;

}

img#products {
	position: absolute;
	top: 85px;
	left: 193px;
	border: 0px;

}

img#locations {
	position: absolute;
	top: 85px;
	left: 329px;
	border: 0px;

}

img#contactus {
	position: absolute;
	top: 85px;
	left: 461px;
		border: 0px;

}

img#aboutus {
	position: absolute;
	top: 85px;
	left: 595px;
		border: 0px;

}

img#blueline {
	position: absolute;
	top: 85px;
	left: 729px;
		border: 0px;

}

img#essentials {
	/*float: left;*/
	left: 0px;
		border: 0px;

}

img#officesupply {
	/*float: right;*/
	left: 133px;
		border: 0px;

}

img#bwstxstt {
	left: 300px;
		border: 0px;

}

img.hdr {
left: 0px;
float: left;
	border: 0px;

}

/* text formatting */
p.lefttext {
font-size: 12px;
text-align: left;
margin-left: 7px;
margin-right: 20px;
}

p.righttext {
	font-size: 12px;
	text-align: left;
	margin-top: 0px;
	margin-left: 5px;
	margin-right: 5px;
}

h3 {
	font-size: 13px;
	font-weight: bold;
	color: #ff7800;
	text-align: left;
	margin-top: 0px;
	margin-left: 5px;
	margin-bottom: 0px;
}
h3.products {
	font-size: 13px;
	font-weight: bold;
	color: #999999;
	text-align: left;
	margin-top: 0px;
	margin-left: 5px;
	margin-bottom: 0px;
}


h3.locations {
	font-size: 13px;
	font-weight: bold;
	color: #0d6826;
	text-align: left;
	margin-top: 0px;
	margin-left: 5px;
	margin-bottom: 0px;
}

h3.aboutus {
	font-size: 13px;
	font-weight: bold;
	color: #0e2b8d;
	text-align: left;
	margin-top: 0px;
	margin-left: 5px;
	margin-bottom: 0px;
}


ul {
	list-style: disc;
	margin-left: 10px;
	padding-left: 13px;
	margin-top: 5px;
	padding-top: 5px;
	text-align: left;
}
