
/* Reset */

* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
}

body {
	background-image: url(images/page_background_tile.gif);
	font-family: verdana, sans-serif;
	font-size: 8.5pt;
}

#page-width {
	width: 726px;
	margin: 0px auto;
	background-color: white;
}

#main-content h1,#main-content h2,#main-content h3 {
	font-family: arial, sans-serif;
	margin-bottom: 10pt;
	color: #575757;
}

#main-content h1 {
	font-size: 20pt;
	font-weight: normal;
}

#main-content h2 {
	font-size: 14pt;
	font-weight: normal	;
	margin-top: 20px;
	margin-bottom: 18pt;
}

#main-content h3 {
	font-size: 12pt;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 15px;
}

#main-content p, #main-content li {
	font-family: verdana, sans-serif;
	font-size: 8.5pt;
	margin-bottom: 5pt;
	color: #575757;
	text-align: justify;
}
#main-content a {
	color: #ea6e00;
	text-decoration: none;
}
#main-content a:visited {
	color: #b35604;
	text-decoration: none;
}
#main-content a:hover {
	color: #b35604;
	text-decoration: none;
	border-bottom: 1px solid #b35604;
}

#main-content p {
	line-height: 12pt;	
}
#main-content strong {
	font-weight:  bold;
}

#main-content table {
	margin-bottom: 10pt;
}

#main-content table td {
	color: #575757;
}
#main-content li {
	margin-left: 20px;
}

.danger {
	color: red;
	font-weight: bold;
}

.safe {
	color: green;	
	font-weight: bold;
}

#header {
	margin-top: 10px;
}
#main-content {
	width: 620px;
	padding: 0px 53px;
}


/* Footer Definitions */

#footer {
	height: 111px;
	background-image: url(images/footer_background.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	margin-bottom: 20px;
}

#footer a {
	color: #fdcc05;
	text-decoration: none;
}

#footer a:hover {
	color: #c73e0a;
	border-bottom: 1px solid;	
}

#footer a.toplink:hover {
		border: 0px;
}

a.toplink {
	display: block;
	background-image: url(images/back_to_top.png);
	background-position: top center;
	height: 43px;
	width: 200px;
	text-indent: -9999999px;
	float: right;
}
a.toplink:hover {
	background-position: bottom center;
}

.copyright {
	padding-top: 70px;
	color: white;
	width: 450px;
	margin: 0px auto;
	font-size: 7.5pt;
	text-align: center;
}

#header h1 {
	background-image: url(images/tyrecheckers_tyre_pressure_indicators.jpg);
	width: 533px;
	height: 82px;
	text-indent: -9999999px;
	float: left;
}
#header p {
	background-image: url(images/tyrecheckers_address.jpg);
	width: 193px;
	height: 82px;
	text-indent: -9999999px;
	float: right;
}
.headerimage {
	float: left;
}

