﻿* {
	padding:0;
	margin:0;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}

#content p {
	margin-bottom: 0.8em;
}

body {
	background: #0065B8;
	background-image: url('images/body-bg.png');
	background-repeat: repeat-x;
}

#wrapper {
	margin-left:auto;
	margin-right:auto;
	width:1010px;
}

#main {
	padding: 10px;
	background-color: #FFFFFF;
	position: relative;
	top: 0px;
	right: 0px;
	min-height: 950px;

}

#header {
	height: 140px;
	width: 980px;
	margin-top: 10px;
}

#logo {
	width: 256px;
	height: 140px;
}

#header-background {
	width: 720px;
	height: 140px;
	position: absolute;
	z-index: 1;
	top: 20px;
	left: 254px;
	background-image: url('/images/Header-background.jpg');
	background-repeat: repeat;
	margin-left:20px;
}

#tag-box {
	padding: 10px;
	width: 330px;
	height: 115px;
}
.tag-line {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 2.3em;
	line-height: 1.4em;
}
.sub-tag {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.4em;
	margin-top: 0em;
}

.search-style {
	width: 250px;
	padding-top: 20px;
}

a {
	text-decoration:none;
}

a:active {
	color: #FF0000;
}

a:hover {
	color: red;
	text-decoration:underline;
}

#menu {
	padding: 10px;
	width: 229px;
	display: block;
	float: left;
	z-index: 1;
	left: 11px;
	top: 167px;
	position: absolute;
	height: 740px;
}

#menu li {
	padding-left: 0.5em;
	padding-right: 0.5em;
	list-style: none;
}

.button {
	margin: 5px;
	height: 21px;
	width: 213px;
	padding-left: 80px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-indent: 20px;
}

.button a {
	text-decoration:none;
	display:block;
}

.button a:visited {
	color: blue;
}

.rollover {
	display:block;
	color:blue;
}
.button a:hover, .rollover:hover {
	background:blue;
	color:white;
}

#content {
	width: 720px;
	margin-left: 264px;
	margin-top:1em;
}

#content li {
	margin-top: .5em;
	margin-bottom: .5em;
	margin-left: 1em;
}

h1 {
	color: #0000CC;
	font-weight: bold;
	font-size: 1.8em;
}

h2 {
	font-size: 2em;
	color: #0000CC;
	font-weight: bold;
	padding-top: 0.5em;
}

h3 {
	padding-top: 20px;
	font-size: medium;
	color: #0000CC;
}

h4 {
	color: #0000CC;
}

.lacquer-title {
	color: #0000CC;
	font-weight: bold;
	font-size: 1.8em;
}

.product {
	color: #0000CC;
	font-weight: bold;
	font-size: 2em;
	padding-top: 0.7em;
}

#Address-Block {
	border-style: solid;
	border-width: thin;
	padding: 20px 10px 10px 15px;
	width: 200px;
	background-color: #E0E0E0;
}

#pics img {
	padding: 25px 25px 0px 25px;
}

#cse-search-results iframe {
	width: 99%;
}

.disclaimer {
	font-size: small;
	color: #C0C0C0;
	padding-top: 20px;
	clear: both;
}

.centred {
	text-align: center;
}

.nav-top {
	text-align: right;
	float: right;
	width: 98px;
}

.nav-top a {
	background-image: url("images/nav_top_off.gif");
	background-repeat: no-repeat;
	width: 98px;
	height: 41px;
	display: block;
}

.nav-top a:hover {
	background-image: url("images/nav_top_on.gif");
	background-repeat: no-repeat;
	width: 98px;
	height: 41px;
	display: block;
}

table {
	border-collapse: collapse;
	border-spacing: 10px;
}

.table-contents {
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
}


label {
	width: 6em;
	text-align: right;
	display: inline-block;
	vertical-align: top;
	padding-top: 0.5em;
}

input {
	margin-top: 0.5em;
}

textarea {
	margin-top: 0.5em;
}

.thankU {
	font-size: large;
}

.data {
	border: thin solid #000000;
	font-size: small;
	padding: 0.1em 0.1em 0.1em 0.5em;
}
.dataCentred {
	border: thin solid #000000;
	font-size: small;
	text-align: center;
}

.nav-text {
	display:none;
}

.caption {
	font-weight: bold;
	font-size: large;
	text-align: center;
}

.box-right {
	margin-left: 325px;
}

td {
	padding-top:0.6em;
	padding-bottom:0.6em;
}

.sitemap-header {
	background-image: url('/images/banner.png');
	background-position: -10px -290px;	
	background-repeat: no-repeat;
	height: 40px;
	width: 200px;
	padding-bottom: 20px;
}

.links-header {
	background-image: url('/images/banner.png');
	background-position: -10px -430px;	
	background-repeat: no-repeat;
	height: 40px;
	width: 150px;	
	padding-bottom: 20px;
}

.contact-header {
	background-image: url('/images/banner.png');
	background-position: -10px -570px;
	background-repeat: no-repeat;
	height: 40px;
	width: 250px;
	padding-bottom: 20px;
}

.profile-header {
	background-image: url('/images/banner.png');
	background-position: -10px -850px;	
	background-repeat: no-repeat;
	height: 40px;	
	width:250px;
	padding-bottom: 20px;
	margin-left:auto;
	margin-right:auto;
}

.registration-header {
	background-image: url('/images/banner.png');
	background-position: -10px -570px;	
	background-repeat: no-repeat;
	height: 40px;	
	padding-bottom: 20px;
}

.pcb-header {
	background-image: url('images/banner.png');
	background-repeat: no-repeat;
	background-position: -10px -80px;
	height: 40px;
	padding-bottom: 20px;
}

.barrel-header {
	background-image: url('/images/banner.png');
	background-repeat: no-repeat;
	background-position: -10px -1120px;
	height: 40px;
	padding-bottom: 20px;
}

.Galvamin-barrel-header {
	background-image: url('/images/banner.png');
	background-repeat: no-repeat;
	background-position: -10px -500px;
	height: 40px;
	padding-bottom:20px;
}

.vibarrel-header {
	background-image: url('/images/banner.png');
	background-repeat: no-repeat;
	background-position: -10px -10px;
	height: 40px;
	padding-bottom:20px;
}

.Z21-barrel-header {
	background-image: url('/images/banner.png');
	background-repeat: no-repeat;
	background-position: -10px -710px;
	height: 40px;
	padding-bottom:20px;
}

.Z22-barrel-header {
	background-image: url('/images/banner.png');
	background-repeat: no-repeat;
	background-position: -10px -780px;
	height: 40px;
	padding-bottom:20px;
}

.Z-series-barrel-header {
	background-image: url('/images/banner.png');
	background-repeat: no-repeat;
	background-position: -10px -640px;
	height: 40px;
	padding-bottom: 20px;
}

.ES3-series-barrel-header {
	background-image: url('/images/banner.png');
	background-repeat: no-repeat;
	background-position: -10px -920px;
	height: 40px;
	padding-bottom:20px;
}

.barrel-spares-header {
	background-image: url('/images/banner.png');
	background-repeat: no-repeat;
	background-position: -10px -1200px;
	height: 40px;
	padding-bottom: 20px;
}

.process-header {
	background-image: url('images/banner.png');
	background-repeat: no-repeat;
	background-position: -10px -360px;
	height: 40px;
	padding-bottom:20px;
}

.passivates-header {
	background-image: url('images/banner.png');
	background-repeat: no-repeat;
	background-position: -10px -1060px;
	height: 40px;
	padding-bottom:20px;
}

.stripper-header {
	background-image: url('images/banner.png');
	background-repeat: no-repeat;
	background-position: -10px -150px;
	height: 40px;
	padding-bottom:20px;
}

.heater-header {
	background-image: url('images/banner.png');
	background-repeat: no-repeat;
	background-position: -10px -210px;
	height: 40px;
	padding-bottom:20px;
}

.filter-pump-header {
	background-image: url('/images/banner.png');
	background-position: -180px -420px;	
	background-repeat: no-repeat;
	height: 40px;	
	padding-bottom: 20px;
}

.ancillary-header {
	background-image: url('/images/banner.png');
	background-position: -230px -280px;	
	background-repeat: no-repeat;
	height: 40px;	
	padding-bottom: 20px;
}

.drop-down-menu {
	text-align: center;
	padding-top: 20px;
}
.table-header {
	border: thin solid #000000;
	background-color: #FFFFCC;
	height: 75px;
	font-size: small;
	font-weight: bold;
	color: #000000;
	padding-right: 0.2em;
	padding-left: 0.3em;
}

.inner-cell {
	border-width: thin;
	border-style: dotted solid dotted solid;
	border-color: #CCCCCC #000000 #CCCCCC #000000;
	padding: 5px;
	text-align: center;
}
.bottom-row {
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-width: thin;
	border-color: #000000;
	padding: 5px;
	text-align: center;
}

th {
	border: thin solid #000000;
	padding: 5px;
}
