﻿body {
	margin: 0;
	padding: 0;
	font-family: "Gill Sans MT", Verdana, sans-serif;
	background: #8f8f8f;
}

a {
	font-weight: bold;
	color: #454545;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

#wrapper {
	text-align: center;
}

#logo {
	position: absolute;
	top: 0;
	left: 0;
}

#hdr {
	height: 96px;
	background: url('../siteart/hdr-bg.jpg') repeat-x center center;
}

#navbg {
	margin: 0 auto;
	width: 960px;
	height: 96px;
	background: url('../siteart/hdr.jpg') no-repeat;
}

#nav {
	padding-left: 140px;
	line-height: 25px;
	padding-top: 50px;
	font-size: 11px;
}

#nav a {
	display: inline-block;
	height: 25px;
	padding: 0 15px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #000;
}

#nav a:hover {
	color: #8f8f8f;
	background: #eee;
}

#inv {
	height: 158px;
	background: url('../siteart/2.jpg') repeat-x;
}

#content {
	height: 203px;
	background: url('../siteart/3.jpg') repeat-x;
}

#content p {
	margin: 0 auto;
	padding: 2px 0 0 0;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	width: 800px;
}

#machines {
	position: relative;
	z-index: 100;
	margin-top: -100px;
	background: url('../siteart/machines-bg.png') repeat-x;
	background-position: left center;
}

#logos {
	margin-top: -73px;
	height: 82px;
	z-index: 1;
	background: url('../siteart/logos-bg.jpg');
}