html, body, #container {
	width: 100%;
	height: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
}
html {
	font: 10px Tahoma;
	color: #FFFFFF;
	text-align: justify;
	background: #576264 url(../images/layout/background.jpg) top repeat-x;
}
#container { position: relative; }
html>body #container { height: auto; }
img { border: none; }
a { text-decoration: none; color: #FFFFFF; }
#welder {
	width: 405px;
	height: 277px;
	background: url(../images/layout/welder.jpg);
	position: absolute;
	top: 0px;
	left: 0px;
}
#logo {
	width: 205px;
	height: 62px;
	position: absolute;
	top: 37px;
	right: 0px;
}
#nav {
	height: 40px;
	font: 9px Arial;
	background: url(../images/layout/nav-background.jpg) repeat-x;
	position: absolute;
	top: 99px;
	right: 0px;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#nav li {
	width: 70px;
	height: 40px;
	margin-left: 1px;
	text-align: center;
	background: url(../images/layout/nav-up.jpg) repeat-x;
	float: left;
}
#nav li:hover, #nav li.current { background: url(../images/layout/nav-over.jpg) repeat-x; }
#nav li a {
	width: 100%;
	padding: 15px 0 15px 0;
	display: block;
}
#sub {
	width: 620px;
	font: 9px Arial;
	text-align: right;
	line-height: 15px;
	position: absolute;
	top: 255px;
	right: 10px;
}
#sub a { margin-left: 5px; }
#sub a:hover, #sub a.current { color: #33383A; }
#heading {
	position: absolute;
	top: 259px;
	left: 58px;
}
#content {
	padding: 302px 25px 100px 25px;
	letter-spacing: 1px;
	line-height: 15px;
}
#content table { width: 100%; }
#content td { width: 50%; padding: 0 15px 0 15px; vertical-align: top; }
#content table td table { width: auto; }
#content td table td { width: auto; padding: 0 10px 0 0; text-align: left; }
#content a { color: #ABB1B2; }
#content a:hover { color: #FFFFFF; }
#logos {
	padding: 302px 25px 100px 25px;
	letter-spacing: 1px;
	line-height: 15px;
}
#logos td {
	text-align:center;
}
img.logos {
	margin: 0 4px 4px 0;
	border: 4px solid #3C4244;
}
img.logos:hover { border: 4px solid #4C5557; }
h1, .h1 { font: bold 11px Arial; color: #33383A; }
#content ul { list-style-type: square; }
img.equipment {
	width: 150px;
	height: 78px;
	margin: 0 4px 4px 0;
	border: 4px solid #3C4244;
}
img.equipment:hover { border: 4px solid #4C5557; }
.bold { font-weight: bold; }
#footer {
	width: 100%;
	height: 40px;
	font: 10px Arial;
	color: #9C9FA0;
	background: url(../images/layout/footer-background.jpg) repeat-x;
	position: absolute;
	bottom: 0px;
}
#footer a:hover { color: #9C9FA0; }
#footer div.fm {
	position: absolute;
	top: 6px;
	left: 7px;
}
.fm-logo {
	float: left;
	margin: 6px 7px 0 0;
}
#footer-right {
	width: 238px;
	height: 94px;
	background: url(../images/layout/footer-right.jpg);
	position: absolute;
	right: 0px;
	bottom: 0px;
}