@charset "UTF-8";
/* CSS Document */
body {
	background:url('images/bg-big.jpg') center bottom #8BD4EA no-repeat;
	margin:0px auto;
	padding:0px;
}
.content {
	background:url('images/bg.jpg') repeat-y;
	margin:0px auto;
	width:814px;
}
.content1 {
	background:none;
	margin:0px auto;
	width:814px;
	top:-50px;
	padding-top:-50px;
	margin-top:-30px;

}
#top {
  width:814px;
  margin:0px auto;
}
p {
	font: normal 10pt Arial, Helvetica, sans-serif;
  text-align: left;
  padding-left: 35px;
  padding-right: 35px;
}
th {
  vertical-align: top;
	font: bold 10pt Arial, Helvetica, sans-serif;
}
#nav {
	background:url(images/nav.jpg) no-repeat;
	width:814px;
	height:30px;
}
#preload {
  position: absolute;
  top: -1000px;
  left: -1000px;
  width: 100px;
  height: 100px;
}

ul{
	font: normal 10pt Arial, Helvetica, sans-serif;
 	text-align: left;
 	padding-left: 35px;
	margin-left:15px;
 	padding-right: 35px;
  	list-style-position: outside;
}
a#home {
  background: url('images/nav/home.jpg') top left no-repeat;
  width: 70px;
}
a#about {
  background: url('images/nav/about.jpg') top left no-repeat;
  width: 95px;
}
a#locations {
  background: url('images/nav/locations.jpg') top left no-repeat;
  width: 107px;
}
a#pipeline {
  background: url('images/nav/pipeline.jpg') top left no-repeat;
  width: 140px;
}
a#hire {
  background: url('images/nav/hire.jpg') top left no-repeat;
  width: 57px;
}
a#products {
  background: url('images/nav/products.jpg') top left no-repeat;
  width: 101px;
}
a#contact {
  background: url('images/nav/contact.jpg') top left no-repeat;
  width: 94px;
}
a#mine {
  background: url('images/nav/mine.jpg') top left no-repeat;
  width: 133px;
}
a#latest {
  background: url('images/nav/latest.jpg') top left no-repeat;
  width: 123px;
}
div#nav a { height: 30px; float: left; text-decoration: none; }
div#nav a:hover { background-position: bottom left; }

a#mackay {
  background: #FFF url('images/nav/MAC.jpg') top left no-repeat;
  width: 200px;
  height: 310px;
  text-decoration: none;
}
a#gladstone {
  background: #FFF url('images/nav/GLA.jpg') top left no-repeat;
  width: 200px;
  height: 310px;
  text-decoration: none;
}
a#rockhampton {
  background: #FFF url('images/nav/ROC.jpg') top left no-repeat;
  width: 200px;
  height: 310px;
  text-decoration: none;
}
li {
}


