body {
	background:url(../images/tread.jpg);
}
a:link {
	color: #0033FF;
}
a:link:hover {
	color: #3366FF;
}
a:visited {
	color: #993399;
}
a:visited:hover {
	color: #CC66CC;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
}
ul {
	margin: 0;
	padding: 0 1.2em;
	list-style-positon: outside;
}
#container {
	position: relative;
	width: 736px;
	margin-left: auto;
	margin-right: auto;
}

/*header*/
#header {
	margin-top: 20px;
}
#head-logo {
	position: absolute;
	left: 10px;
	top: -8px;
	width: 192px;
	height: 104px;
	background-image: url(../images/logo.gif);
}
#head-txt {
	position: absolute;
	left: 202px;
	top: 14px;
	width: 262px;
	height: 60px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-weight: bold;
	line-height: 34px;
	text-align: center;
	color: #FF6600;
}
#head-txt span {
	color: #FF9900;
	font-size: 24px;
	line-height: 26px;
}
#head-nav {
	position: absolute;
	left: 464px;
	top: 14px;
	width: 128px;
	height: 60px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	color: #888888;
}
#head-nav ul {
	margin: 0;
	padding: 0 0.2em;
	list-style-position: inside;
}
#head-nav ul a {
	color: #888888;
	text-decoration: none;
}
#head-nav ul span a {
	color: #FF6600;
}
#head-nav ul a:hover {
	color: #FF9900;
}
#head-img {
	position: absolute;
	left: 592px;
	top: -16px;
	width: 160px;
	height: 120px;
	background-image: url(../images/digger.gif);
}

/*columns*/
#col-l {
	margin-right: 304px;
}
#col-r {
	float: right;
	width: 284px;
	margin-bottom: -34px;
}
.clear-r {
	clear: right;
}

/*footer*/
#footer {
	margin-bottom: 36px;
}
#foot-img {
	position: absolute;
	left: -16px;
	top: -16px;
	width: 288px;
	height: 144px;
	background-image: url(../images/stump.gif);
}
#foot-txt {
	position: absolute;
	left: 324px;
	top: 14px;
	width: 398px;
	height: 60px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	color: #888888;
}
#foot-email {
	margin-left: 48px;
	margin-bottom: 8px;
	color: #FF6600;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
}
#foot-email a {
	color: #FF6600;
}
#foot-email a:hover {
	color: #FF9900;
}
#foot-phone {
	color: #FF6600;
	font-weight: bold;
}
#foot-copy {
	position: absolute;
	right: 14px;
	bottom: -40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

/*box styles*/
.box-galv, .box-bar, .box-grad {
	position: relative;
	margin-bottom: 20px;
}

.box-grad {
	height: 88px;
}

/*box elements*/
.box-l {
	position: absolute;
	left: 0;
	top: 0;
	width: 14px;
	height: 100%;
	background-image: url(../images/galv-l.jpg);
}
.box-r {
	position: absolute;
	right: 0;
	top: 0;
	width: 14px;
	height: 100%;
	background-image: url(../images/galv-r.jpg);
}
.box-tl {
	position: absolute;
	left: 0;
	top: 0;
	width: 14px;
}
.box-galv .box-tl, .box-grad .box-tl {
	height: 14px;
	background-image: url(../images/galv-tl.jpg);
}
.box-bar .box-tl {
	height: 62px;
	background-image: url(../images/bar-l.jpg);
}
.box-tr {
	position: absolute;
	right: 0;
	top: 0;
	width: 14px;
}
.box-galv .box-tr, .box-grad .box-tr {
	height: 14px;
	background-image: url(../images/galv-tr.jpg);
}
.box-bar .box-tr {
	height: 62px;
	background-image: url(../images/bar-r.jpg);
}
.box-bl {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 14px;
	height: 14px;
	background-image: url(../images/galv-bl.jpg);
}
.box-br {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 14px;
	height: 14px;
	background-image: url(../images/galv-br.jpg);
}
.box-t {
	margin: 0 14px;
}
.box-galv .box-t, .box-grad .box-t {
	height: 14px;
	background-image: url(../images/galv-t.jpg);
}
.box-bar .box-t {
	height: 48px;
	padding-top: 14px;
	background-image: url(../images/bar-c.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #FF9900;
}
.box-bar .box-t span {
	color: #FF6600;
}
.box-c {
	margin: 0 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}
.box-galv .box-c, .box-bar .box-c {
	background-color: #FFFFFF;
	background-image: url(../images/grad-blue.jpg);
	background-repeat: repeat-x;
}
.box-grad .box-c {
	height: 60px;
	background-image: url(../images/grad-grey.jpg);
}
.box-b {
	height: 14px;
	margin: 0 14px;
	background-image: url(../images/galv-b.jpg);
}
