* {
	margin: 0;
}
html, body
{
	height: 100%;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 9pt;
	color: #333;
	line-height: 1.5em;
	background-color: #F2F2F2;
	background-image: url(../images/page_bg.gif);
	background-repeat: repeat-y;
	width: 900px;
}
img {
	border: 0;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -1.8em;
	padding-left: 11px;
}
.footer, .push {
	height: 1.8em;
	padding-top: 0.2em;
	padding-left: 181px;
	font-size: 0.9em;
	color: #787878;
	clear: both;
}
#homeHeader
{
	padding-top: 9px;
	width: 900px;
	font-size: 2em;
	font-weight: bold;
	padding-bottom: 9px;
	color: #0000A5;
}
#homeHeader img
{
	margin-left: 0px;
	margin-right: 23px;
	vertical-align: middle;
}
#header
{
	padding-top: 13px;
	width: 100%;
	font-size: 2em;
	font-weight: bold;
	margin-bottom: 13px;
	color: #0000A5;
}
#header img
{
	margin-left: 13px;
	margin-right: 10px;
	vertical-align: middle;
}
#mainImage {
	margin-bottom: 5px;
}
#nav
{
	font-size: 1.2em;
	font-weight: bold;
	color: #FFFFFF;
	width: 900px;
	height: 38px;
	padding-top: 4px;
	margin-bottom: 5px;
	background-image: url(../images/nav_bg.gif);
	background-repeat: no-repeat;
}
#nav ul {
	list-style: none;
	padding-left: 155px;
	margin: 0;
}
#nav li {
	display: block;
	float: left;
	margin: 0;
}
#nav li a {
	text-decoration: none;
	color: #FFFFFF;
}
#nav li a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:link {
	color: #0000C5;
	text-decoration: none;
}
a:visited {
	color: #0000C5;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}
a:active {
	color: #C50000;
	text-decoration: underline;
}
.usedList {
	min-height: 210px;
}
.usedList a:link {
	color: #0000C5;
	text-decoration: none;
}
.usedList a:visited {
	color: #0000C5;
	text-decoration: none;
}
.usedList a:hover {
	color: #333333;
	text-decoration: underline;
}
.usedList a:active {
	color: #C50000;
	text-decoration: underline;
}
.columnHeader {
	font-size: 1.4em;
	font-weight: bold;
	color: #333;
	margin-top: -0.2em;
	margin-bottom: 0.9em;
	padding-top: 0.1em;
}
#homeColumns {
	margin-left: 160px;
	width: 760px;
}
.miniColumn {
	position: relative;
	margin-bottom: 20px;
	margin-right: 13px;
	padding: 10px;
	width: 343px;
	float: left;
	background-image: url(../images/solid_grey_new.gif);
	background-repeat: no-repeat;
}
#allUsed {
	position: absolute;
	bottom: 0;
	left: 10px;
}
p {
	padding-left: 10px;
}
#content {
	margin-left: 160px;
	width: 440px;
	float: left;
}
#content_l {
	margin-left: 160px;
	width: 360px;
	float: left;
}
#content_r {
	margin-left: 20px;
	width: 320px;
	float: left;
}
#map {
	border: 1px solid #999;
}
#content_wide {
	margin-left: 172px;
	width: 600px;
	float: left;
}
.intro_p {
	margin-bottom: 2em;
}
.supplier {
	font-weight: normal;
	font-size: 1.2em;
	//margin-top: 1.2em;
}
.map_logo {
	float: left;
	width: 50px;
	height: 50px;
	padding-top: 3px;
	margin-right: 5px;
}
.map_txt {
	margin-left: 55px;
}
.product
{
	width: 420px;
	border-bottom: 1px solid #CCC;
	padding: 0 0 1.5em 1em;
	min-height: 100px;
	margin-bottom: 3em;
}
.product img {
	float: left;
	width: 70px;
	height: 70px;
	margin-right: 10px;
}
.product p {
	margin-left: 80px
}
.product h2 {
	font-weight: bold;
	margin-left: 90px;
}
h1 {
	font-size: 1.5em;
	font-weight: normal;
	margin-top: 1.2em;
	margin-bottom: 1.2em;
	padding: 7px;
}
h2 {
	font-weight: normal;
	font-size: 1.2em;
}
h3 {
	font-weight: normal;
}
.item {
	padding: 1em;
	width: 100%;
}
.standard_p {
	//margin-bottom: 0.5em;
	//float: left;
}
.alt1 {
	background-color: #FFF;
}
.alt2 {
	background-color: #E2E2E2;
}
.used_date {
	//font-style: italic;
	margin-top: 1em;
	font-size: 0.8em;
	//color: #777;
}
.used_item {
	background-image: url(../images/solid_grey_wide.gif);
	background-repeat: no-repeat;
	margin-top: 2em;
	margin-bottom: 1em;
	padding: 10px;
	width: 100%;
}
.bold {
	font-weight: bold;
}
.bigger {
	font-size: 1.1em;
}