@charset "utf-8";
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background-color: #3c3c3c;
	margin: 0;
	padding: 0;
	color: #000;
	background-image: url(images/backg.png);
	background-repeat: repeat-x;
	background-attachment: fixed;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px; 
}

.container {
	width: 960px;
	background-color: #0A0B0D;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-attachment: fixed;
	background-image: url(images/home.png);
	background-repeat: no-repeat;
	background-position: center 100px;
	border: none;
}

header {
	height: 100px;
	background-color: #42413C;
	background-image: url(images/aeroton_steel_pty_ltd.png);
	background-repeat: no-repeat;
	position: fixed;
	top: 0px;
	width: 960px;
	z-index: 3;
}

.content {
	width: 800px;
	float: right;
	top: 100px;
	position: relative;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	color: #CCC;
	background-attachment: fixed;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center 100px;
	background-color: #0D0D0E;
	z-index: 1;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.total {
	text-align: right;
}

.hligt {
	text-align: center;
}

.nobord {
	border: none;
}

.printhead {
	color: #ff5600;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	border: none;
}

table th {
	text-align: left;
	text-decoration: underline;
}

td {
	width: 16%;
	font-size: 12px;
}

button {
	display: none;
}

#noprint{
	display: none;
}

#print{
	display: block;
}