/*
Dennis Oates styles by Alan Lait
*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #490f11;
	text-decoration: none;
}
a:hover {
	color: #490f11;
  text-decoration: underline;
}
body {
	background: black url(images/bgbody.gif);
	color: white;
	font: normal 62.5% Arial, Helvetica, sans-serif;
	margin: 15px;
}
p,ul {
	font-size: 1.3em;
	padding-bottom: 0.7em;
}
h1 {
	font-size: 1.8em;
	margin-bottom: 4px;
}
h2 {
	font-size: 1.6em;
	margin-bottom: 4px;
	text-align: center;
}
h3 {
	font-size: 1.4em;
	margin-bottom: 4px;
}
h1,h2,h3 {
	color: #490f11;
	padding-top: 6px;
	letter-spacing: -1px;
}
img.photo {
  border: none;
}

/* misc */
.clearer {
	clear: both;
}

/* layout */
.container {
	background: none;
	margin: 0 auto;
	width: 800px;
	padding-bottom: 8px;
	position: relative;
}

/* header */
.headertop {
	background: url(images/bgheadertop.png) no-repeat;
	clear: both;
	font-size: 1px;
  height: 9px;	
}
.header {
	background: #490f11 url(images/bgheader.jpg) no-repeat;
	clear: both;
	padding-left: 20px;
  height: 283px;	
}
.header .item {
  float: left;
}
.header .spacer {
  line-height: 110px;
}
.header .contact {
	font-size: 1.1em;
}
.header a {
  color: #7d7b7f;
}

/* navbar */
.navbar {
	padding: 5px 20px;
	margin-bottom: 10px;
  position: absolute;
  top: 165px;
  left: 0px;
}
.navbar .item {
  font-size: 1.1em;
	font-weight: bold;
	letter-spacing: -1px;
}
.navbar a.current {
  color: white;
}
.navbar a {
  color: #7d7b7f;
	text-decoration: none;
}
.navbar a:hover {
  color: white;
	text-decoration: none;
}
.navbar li {
	list-style: none;
}
.navbar img {
  vertical-align: middle;
	padding: 2px 0px;
	padding-right: 5px;
}

/* content */
.contenttop {
  padding: 0px 0px;
	background: #7d7b7f url(images/bgcontenttop.png) repeat-x top;
	font-size: 1px;
  height: 10px;
}
.content {
	padding: 20px 10px;
	background: #7d7b7f url(images/bgcontent.png) repeat-x bottom;
}
.content .item {
	padding: 20px 10px 30px 10px;
	margin-bottom: 0px;
}
.content p {
	line-height: 1.5em;
}
.content li {
  list-style: url(images/li.gif);
	margin-left: 18px;
	padding-bottom: 0.7em;
}
.content img.icon {
  padding-right: 10px;
	padding-bottom: 5px;
	vertical-align: middle;
  border: none;
}
.content img.map {
	display: block;
  margin-left: auto;
  margin-right: auto;
	border: none;
	float: right;
}
.content img.watermark {
  float: right;
	border: none;
	padding-left: 15px;
}
.content table.historytable {
  spadding-right: 50px;
}
.content .historytable td {
  padding-bottom: 10px;
}
.content .historytable td.watermark {
  background: url(images/bghistory.png) no-repeat top;	
}
.content p.historyyearleft {
  color: #490f11;
	font-size: 1.5em;
	font-weight: bold;
	letter-spacing: -1px;
	text-align: left;
	background: url(images/bgyearleft.png) no-repeat bottom left;
}
.content p.historyyearright {
  color: #490f11;
	font-size: 1.5em;
	font-weight: bold;
	letter-spacing: -1px;
	text-align: right;
	background: url(images/bgyearright.png) no-repeat bottom right;
}
.content p.historytext {
  padding-bottom: 1.5em;
}

/* banner images */
.bannerhome {
  background: url(images/bgbannerhome.jpg) no-repeat;
  height: 214px;
}
.bannertransport {
  background: url(images/bgbannertransport.jpg) no-repeat;
  height: 214px;
}
.bannerstorage {
  background: url(images/bgbannerstorage.jpg) no-repeat;
  height: 214px;
}

/* footer */
.footer {
	padding: 0px 10px;
	background: url(images/bgfooter.png) no-repeat top;
  height: 35px;
}
.footer .item {
	padding: 10px 10px;
	border: none;
}
.footer a {
  color: #7d7b7f;
}

