body {
	background: #000;
	font-family:Verdana, Geneva, sans-serif;
}
html {
	overflow-y: scroll;
}
html, body {
	padding: 0px;
	margin: 0px;
}
a img {
	border: 0;
}
p {
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 1.6em;
	line-height: 1.1em;
	color:#333;
}
h2 {
	font-size: 1.5em;
	color:#333;
	line-height: 0.9em;
}
h3 {
	font-size: 1.2em;
	color:#666;
	line-height: 0.7em;
}
#address {
	border: 2px dotted #ECD0CF;
	margin-top: 25px;
	background: url('../images/bg-address.jpg') top no-repeat;
}
#address p.map {
	font-size: 0.7em;
	margin: 15px 20px;
	line-height: 1.3em;
	height: 160px;
	font-weight: bold;
}
#address p.tel, #address p.fax, #address p.email {
	font-size: 0.75em;
	font-weight: bold;
	line-height: 1.6em;
	padding-left: 22px;
	margin-left: 15px;
}
#address p.tel {
	background: url('../images/phone.gif') left no-repeat;
}
#address p.fax {
	background: url('../images/fax.gif') left no-repeat;
}
#address p.email {
	background: url('../images/email.gif') left no-repeat;
	margin-bottom: 5px;
}
#address p.location {
	background: #EBEBEB;
	font-size: 0.7em;
	font-weight: bold;
	text-align: center;
	padding: 5px 0;
	border-top: 1px solid #000;
}
#address p.location a {
	color: #000;
	text-decoration: none;
}
#address p.location a:hover {
	text-decoration: underline;
}
ul#breadcrumb {
	padding: 0 !important;
	margin: 0 !important;
	font-size: 0.8em;
}
ul#breadcrumb li {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
	background: none !important;
}
ul#breadcrumb li a {
	color: #8B3432;
	text-decoration: none;
}
ul#breadcrumb li a:hover {
	color: #B24240;
	text-decoration: underline;
}
#content {
	background: url('../images/bg-content.png') #FFF repeat-y;
}
#content-bottom {
	height: 31px;
	background: url('../images/bg-content-bottom.png') #FFF top no-repeat;
	clear: both;
}
#content-bottom a {
	color: #000;
	text-decoration: none;
}
#content-bottom a:hover {
	text-decoration: underline;
}
#content-bottom p {
	font-weight: bold;
	font-size: 0.65em;
	float: right;
	margin-right: 50px;
}
#content-bottom p span {
	margin-left: 20px;
}
#content-top {
	height: 20px;
	background: url('../images/bg-content-top.png') #FFF top no-repeat;
	clear: both;
}
#copyright {
	text-align: center;
	font-size: 0.6em;
	margin: 25px 0;
	color: #CCC;
}
#copyright a {
	color: #CCC;
	text-decoration:none;
}
#copyright p {
	line-height: 15px;
}
#copyright p img {
	vertical-align: middle;
}
#footer {
	padding: 7px 37px;
	font-weight: bold;
}
#footer ul {
	margin: 0px;
	padding: 0px;
}
#footer ul li.st {
	list-style: none;
	padding: 0px;
	margin: 5px 0px 0px 16px;
	font-size: 13px;
	float: left;
	width: 200px;
}
#footer ul li.st ul {
	margin-top: 5px;
}
#footer ul li.st a {
	color: #666;
}
#footer ul li.nd {
	list-style: none;
	padding: 0px;
	margin: 0px;
	font-size: 10px;
}
#footer ul li.nd a {
	color:#CCC;
}
#footer ul li.has-child {
	margin-top: 5px;
	font-size: 13px;
}
#footer ul li.has-child a {
	color: #666;
}
#footer ul li.rd {
	list-style: none;
	padding: 0px;
	margin: 0px;
	font-size: 10px;
}
#footer ul li.rd a {
	color:#999;
}
#footer ul li a {
	text-decoration: none;
}
#footer ul li a:hover {
	text-decoration: underline;
}
#header {
	height: 140px;
	/* background: url('../images/header.jpg') bottom no-repeat;*/
	padding: 5px 20px 0 40px;
}
#header-nav {
	float: right;
	text-align: right;
	padding-top: 5px;
}
#header-nav form input.search {
	border: none;
	height: 16px;
	width: 147px;
	background: url('../images/bg-searchbox.jpg') left no-repeat;
	padding: 10px 5px;
	margin: 0px;
	position: relative;
	top: -1px;
	left: 6px;
	font-weight: bold;
}
#header-nav form input.submit {
	margin: 0px;
	padding: 0px;
	width: 38px;
	height: 44px;
	border: none;
	background: url('../images/bg-searchbutton.jpg') left no-repeat;
}
#imagebank {
	border-top: 1px dotted #900;
	/* border-bottom: 1px dotted #900; */
	padding: 10px 0;
}

#imagebank img {
	border: none !important;
}

#imagebank table {
	width: 632px;
}

#left-col {
	width: 182px;
	margin-left: 37px;
}

#left-col div.shadow {
	background: url('../images/bg-leftcol-shadow.png') top no-repeat;
	height: 6px;
}
#logo {
	float: left;
}
#page-content  {
	font-size: 0.75em;
}
#page-content img {
	border: 4px solid #B24240;
	margin: 5px;
}
.index {
	border: 7px solid #B24240;
	margin: 5px;
}
#page-content ul {
	padding: 0px;
	margin-left: 25px;
}
#page-content ul li {
	list-style: none;
	line-height: 20px;
	background: url('../images/bullet.png') top left no-repeat;
	padding-left: 22px;
}
#page-content p {
	margin: 1em 0;
}
#print-footer {
	display: none;
}
#quick-links {
	background: url('../images/bg-quicklinks-div.png') top no-repeat;
	padding-top: 36px;
}
#quick-links ul {
	background: url('../images/bg-quicklinks-ul.png') top no-repeat;
	border: 2px dotted #ECD0CF;
	border-top: 0px;
	margin: 0px;
	padding: 10px 0 0 15px;
}
#quick-links ul li {
	font-family: "arial narrow";
	font-weight: bold;
	list-style: none;
	padding: 0px;
	margin: 12px 0;
}
#quick-links ul li a.tm {
	width: 144px;
	height: 18px;
	background: url('../images/ql-tyre-management.png') left no-repeat;
	display: block;
	text-decoration: none;
}
#quick-links ul li a.tm:hover {
	background: url('../images/ql-tyre-management.png') -144px -0px no-repeat;
	text-decoration: underline;
}
#quick-links ul li a.tt {
	width: 99px;
	height: 18px;
	background: url('../images/ql-truck-tyres.png') left no-repeat;
	display: block;
	text-decoration: none;
}
#quick-links ul li a.tt:hover {
	background: url('../images/ql-truck-tyres.png') -99px -0px no-repeat;
	text-decoration: underline;
}
#quick-links ul li a.em {
	width: 126px;
	height: 39px;
	background: url('../images/ql-earthmover.png') left no-repeat;
	display: block;
	text-decoration: none;
}
#quick-links ul li a.em:hover {
	background: url('../images/ql-earthmover.png') -126px -0px no-repeat;
	text-decoration: underline;
}
#right-col {
	width: 668px;
	border: 0px;
	margin-left: 25px;
}
#right-col div.shadow {
	width: 668px;
	height: 16px;
	background: url('../images/bg-rightcol-shadow.png') top no-repeat;
}
#sitesearch h1 {
	margin-bottom: 0px;
}
#sitesearch div#result_report {
	width: 100%;
	background: #B24240;
	color: #fff;
	font-weight: bold;
	padding: 5px;
	margin-bottom: 15px;
}
#vfm {
	margin-top: 25px;
}
#vfm a {
	height: 50px;
	padding: 0px;
	margin: 0px;
	display: block;
}
#vfm a.wr {
	background: url('../images/vfm-web-reporting-button.png') left no-repeat;
}
#vfm a.in {
	background: url('../images/vfm-inspector-button.png') left no-repeat;
}
#vfm div.shadow {
	margin-bottom: 3px;
}
#wrapper {
	width: 940px;
	margin: auto;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}

.green {
	border-color: #B3B32D !important;
}
div.downloads {
	padding-left: 20px;
}
div.downloads img {
	vertical-align: middle;
}
div.downloads p {
	padding: 0px !important;
	margin: 0px !important;
}
div.downloads p.blurb {
	font-size: 0.8em;
}
div.downloads span {
	font-size: 1.1em;
	font-weight: bold;
}
div.thumb {
	text-align: center;
	border: 1px solid #aaa !important;
	display: table-cell;
	vertical-align: middle;
	height: 120px;
	width: 120px;
}
table.pdfs {
	border: 1px dotted #999;
	padding: 5px 20px 10px 20px;
	margin: 20px 0;
	width: 490px;
	margin: auto;
}
table.pdfs td {
	padding: 0px;
	font-size: 0.9em;
	font-weight: bold;
	line-height: 15px;
}
table.pdfs td.cell-left {
	text-align: right;
	border-left: 2px dotted #999;
	padding-left: 10px;
}
table.pdfs th {
	padding-bottom: 5px;
}
table.pdf-download {
	border-bottom: 1px dotted #900;
	padding: 10px 0;
}
td.thumbcell {
	vertical-align: top;
}
/* Main Navigation */
/* commom style for all browsers */

.menu5 {
text-align:left; font-family: verdana, sans-serif; position:relative; font-size:0.75em;height:44px; margin:0; padding:0; list-style-type:none;
}
.menu5 ul {
padding:0; margin:0; list-style-type:none; /* for Firefox */
}
.menu5 li {
float:left; position:relative; border-left: 1px dotted #fff; background: url('../images/bg-top-nav.png') left repeat-x;
}
.menu5 li.first {
border: none;
}
.menu5 li a, .menu5 li a:visited {
display:block; text-decoration:none; float:left; padding: 0 10px 0 10px; line-height:44px; color:#fff; font-weight: bold; 
}
/*
* html .menu5 li a, .menu5 li a:visited {
width:7em; w\idth:6em; /* hack for IE5.5 
}
*/
.menu5 li a.drop, .menu5 li a.drop:visited {
font-weight:bold;
}
.menu5 li ul {
visibility:hidden; position:absolute; top:2.5em; left:0; height:0; overflow:hidden; min-width: 170px;
}
.menu5 li ul li {
background: #fff;
}
.menu5 li ul li a {
color: #B24240 !important;
min-width: 170px;
}
.menu5 table {
margin:-1px; border-collapse:collapse; font-size:1em; /* font size for IE5.5 */
}

/* fist line style for IE7 and non-IE browsers and the second line for IE5.5 and IE6 */
.menu5 {
border: 1px solid #fff;
}
.menu5 li:hover a,
.menu5 li a:hover {
text-decoration:underline; border:0;
}
.menu5 li:hover ul,
.menu5 li a:hover ul {
visibility:visible; height:auto; background:#fff; border:1px solid #ddd; left:0; top:44px; overflow:visible; z-index: 100;
}
.menu5 li:hover ul li a,
.menu5 li a:hover ul li a {
display:block; font-weight:normal; background:transparent; text-decoration:none; height:auto; line-height:1.5em; padding:0.5em;
}
* html .menu5 li a:hover ul li a {
width:10em; w\idth:9em; /* hack for IE5.5 */
}
.menu5 li:hover ul li a.drop,
.menu5 li a:hover ul li a.drop {
font-weight:bold;
}
.menu5 li:hover ul li ul,
.menu5 li a:hover ul li a ul {
visibility:hidden; position:absolute; top:0; left:182px; height:0; overflow:hidden;
}
.menu5 li:hover ul li a:hover,
.menu5 li a:hover ul li a:hover {
text-decoration:underline;
}
.menu5 li:hover ul li:hover ul,
.menu5 li a:hover ul li a:hover ul {
visibility:visible; color:#000; border:1px solid #ddd; height:auto; background:#fff; width:9.5em;
} 
.menu5 li:hover ul li:hover ul.left,
.menu5 li a:hover ul li a:hover ul.left {
left:-9.3em;
}
.menu5 li:hover ul li:hover ul li a,
.menu5 li a:hover ul li a:hover ul li a {
display:block; height:auto;
}
.menu5 li:hover ul li:hover ul li:hover a,
.menu5 li a:hover ul li a:hover ul li a:hover {
text-decoration:underline;
}
