html {
	height: 100%;
}

body {
	height: 100%;
}

body, table, form, img {
	padding: 0;
	margin: 0;
	border: 0;
}

td {
	vertical-align: top;
}


/* hide from Mac IE \*/	
td {
	font-size: 76%;
	font-size/* */:/**/100%;
	font-size: /**/100%;	
}
/* end hide Mac IE */

input {
	font-family: Arial,Helvetica,sans-serif;
}

ul {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

/* --------- bug-fix & utility css --------- */
 .clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1px;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

/* hide accessibility links from visual browsers */
#access {
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 0;
}

/*  --------- default text links --------- */
/* should contain only colour definitions, no font, size, weight, etc */
a, a:link, a:visited {
	color: #d42430;
	font-weight: bold;
	text-decoration: none;		
}

a:hover, a:active {
	color: #d42430;
	font-weight: bold;
	text-decoration: underline;
}

/* --------- navigation styles --------- */
/* ---- nav style 0 (text) ---- */
.navi0 {
	/* common font face, size, formatting */
	position: absolute;
	z-index: 4;
	margin: 166px 0 0 288px;
	width: 470px;
	font-size: 14px;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #003399;
	text-transform: uppercase;
}

.navi0 ul, navi0 li {
	list-style: none;
	padding: 0;
	margin: 0;
}

.navi0 li {
	float: left;
	padding: 0 0 0 22px;
}

.navi0 a:link, .navi0 a:visited {
	/* normal link: colour, style */
	color: #003399;
}

.navi0 a:hover, .navi0 a:active {
	/* normal link rollover: colour, style */
	color: #d02b36;
	text-decoration: none;
}

.navc0 a:link, .navc0 a:visited {
	/* current link: colour, style */
	color: #d02b36;
	text-decoration: underline;
}

.navc0 a:hover, .navc0 a:active {
	/* current link rollover: colour, style */
	color: #d02b36;
	text-decoration: underline;
}

/* ---- nav style 1 (text -sub nav) ---- */
.navi1 {
	/* common font face, size, formatting */
	position: absolute;
	z-index: 5;
	margin: 195px 0 0 274px;
	width: 470px;
	font-size: 13px;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #5e6c87;
}

.navi1 ul, navi1 li {
	list-style: none;
	padding: 0;
	margin: 0;
}

.navi1 li {
	float: right;
	padding: 0 0 0 12px;
}

.navi1 a:link, .navi1 a:visited {
	/* normal link: colour, style */
	color: #5e6c87;
}

.navi1 a:hover, .navi1 a:active {
	/* normal link rollover: colour, style */
	color: #d02b36;
	text-decoration: none;
}

.navc1 a:link, .navc1 a:visited {
	/* current link: colour, style */
	color: #d02b36;
	text-decoration: underline;
}

.navc1 a:hover, .navc1 a:active {
	/* current link rollover: colour, style */
	color: #d02b36;
	text-decoration: underline;
}

/* --------- text styles (font face should be defined, to ensure admin compatibility) --------- */
h1, .pagetitle, .mainheading, .subheading {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

.normal, .small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

/* ---- title text style ---- */
h1, .pagetitle {
/*	color: #000; */
	display: block;
	font-size: 20px;
	color: #003399;
	padding: 0;
	margin: 0 0 30px 0;
	font-weight: bold;
}

h1 a:link, h1 a:visited, .pagetitle a:link, .pagetitle a:visited {
}

h1 a:hover, h1 a:active, .pagetitle a:hover, .pagetitle a:active {
}

/* --------- text style 1 --------- */
.mainheading {
/*	color: #000; */
	font-size: 17px;
	color: #003399;
	font-weight: bold;
}

.mainheading a:link, .mainheading a:visited {
}

.mainheading a:hover, .mainheading a:active {
}

/* --------- text style 2 --------- */
.subheading {
/*	color: #000; */
	font-size: 14px;
	color: #003399;
	font-weight: bold;
}

.subheading a:link, .subheading a:visited {
}

.subheading a:hover, .subheading a:active {
}

/* --------- text style 3 --------- */
.normal {
	font-size: 12px;
	color: #403838;
}

.normal a:link, .normal a:visited {
	font-weight: bold;
}

.normal a:hover, .normal a:active {
	font-weight: bold;

}

/* --------- text style 4 --------- */
.small {
/*	color: #555; */
	font-size: 10px;
	color: #403838;
}

.small a:link, .small a:visited {
	font-weight: bold;
}

.small a:hover, .small a:active {
	font-weight: bold;
}

/* --------- text style 5 --------- */
.copyright {
/*	color: #555; */
	font-size: 10px;
	color: #FFF;
}

.copyright a:link, .copyright a:visited {
	font-weight: bold;
}

.copyright a:hover, .copyright a:active {
	font-weight: bold;
}

/* --------- layout style settings (for .asp template only) --------- */
#pagebody {
	text-align: center;
	color: #403838;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #83848a url(../graphics/system/pagebg_strip.gif) repeat-x top;
}

#toplevel {
	width: 770px;
	height: 100%;
	margin: 0;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background: #FFF url(../graphics/system/mainbg_strip.gif) repeat-y;
}

#header {
	position: absolute;
	z-index: 1;
	margin: 0 0 0 3px;
	width: 764px;
	height: 132px;
	background: #FFF;
}

#headerlogo {
	position: absolute;
	z-index: 2;
	margin: 23px 0 0 19px;
}

#headerimages {
	position: absolute;
	z-index: 2;
	margin: 24px 0 0 465px;
	width: 280px;
	height: 87px;
	background: url(../graphics/system/2007_headerimages.jpg) no-repeat;
}

#tagline {
	position: absolute;
	z-index: 3;
	margin: 132px 0 0 3px;
	width: 764px;
	height: 24px;
	background: url(../graphics/system/tagline.jpg) no-repeat left;
}

#logos {
	position: absolute;
	z-index: 5px;
	margin: 237px 0 0 18px;
	width: 113px;
	background: #FFF;
}

#logos img {
	margin: 0 0 10px 0;
}

#column1 {
	width: 498px;
	background: url(../graphics/system/col1_btm.gif) no-repeat bottom left;
}

#column2 {
	width: 272px;
	background: url(../graphics/system/column_divider.gif) no-repeat 0 240px;
}

#content1 {
	padding: 235px 30px 85px 162px;
	min-height: 390px;
  	height: auto !important;
  	height: 390px;

}

html>body #content1 {
	height: auto;
}

#parts {
	width: 100%;
}

#suppliers {
	width: 100%;
}

#suppliers td {
	padding: 0 10px 0 0;
}

#content2 {
	padding: 240px 23px 85px 20px;
}

#content2 img {
	margin: 0 0 18px 0;
}

#footcell {
	vertical-align: bottom;
	background: url(../graphics/system/footcellbg_strip.gif) repeat-y;
}

#footer {
	padding: 15px 30px 15px 162px;
	color: #FFF;
}

#footer .subheading {
	color: #FFF;
}

#footer a:link, #footer a:visited {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	color: #FFF;
	font-weight: bold;
	text-decoration: underline;
}

