/* CSS Document */

body {
	margin: 0px;
	background-color: #e6e6e6;
}
body, td, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:link, a:active, a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}

.clear { clear: both; }

em {
	font-weight: bold;
	font-style: normal;
	font-size: 14px;
}

h2 {
	font-size: 12px;
	color: #603913;
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: 1px solid #603913;
}

ul li {
	list-style: none;
	background-image: url(../images/arrow-brown-dark.gif);
	background-position: 0px 6px;
	background-repeat: no-repeat;
	margin: 0px;
	padding-left: 20px;
}

input, textarea {
	border: 1px solid #603913;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px;
	width: 300px;
}

#container {
	width: 900px;
	padding: 0px 24px 0px 23px;
	margin: 0 auto;
	position: relative;
	background-color: #FFFFFF;
	background-image: url(../images/bg_tile.gif);
	background-position: top center;
	background-repeat: repeat-y;
}

#header {
	height: 170px;
}

#overview-link {
	margin: 10px 0;
}
#overview-link a:link, #overview-link a:visited, #overview-link a:active {
	display: block;
	width: 285px;
	float: right;
	font-size: 14px;
	padding: 3px 10px 3px 20px;
	background: url(../images/icon_pdf.png) no-repeat 0 50%;
}
#overview-link a:hover {
	color: #886700;
}

#sitemap {
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 10px 0px 5px 0px;
	background-image: url(../images/sitemap_bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}
#sitemap a:link, #sitemap a:active, #sitemap a:visited {
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px 16px 0px 6px;
}
#sitemap a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#menu {
	position: absolute;
	z-index: 100;
	left: 22px;
	top: 139px;
}

#content {
	width: 900px;
	margin-top: 20px;
}
#content td {
	vertical-align: top;
}

#homefeat {
	height: 215px;
	color: #603913;
	background-image: url(../images/home-feat.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 85px 40px 0px 420px;
}

/* Right content panel */
td.leftpanel {
	width: 173px;
	padding: 0px 40px 0px 40px;
	color: #4b4b4b;
}
td.leftpanel img {
	border: 2px solid #b4b4b4;
	margin-bottom: 25px;
}

/* Home Text content panel */
td.hometextpanel {
	color: #603913;
	padding: 0px 0px 20px 0px;
	line-height: 18px;
	color: #1a181d;
}

/* Text content panel */
td.textpanel {
	color: #603913;
	padding: 0px 20px 20px 20px;
	line-height: 18px;
}

/* Right content panel */
td.rightpanel {
	width: 240px;
	padding: 20px;
	color: #4b4b4b;
}

/* Feature Points and Icons */
.featpoints {
	width: 220px;
	border-left: 1px solid #c1c1c1;
}
.featpoints th {
	padding: 5px 0px 0px 20px;
	vertical-align: top;
}
.featpoints td {
	padding: 5px 0px 0px 10px;
	vertical-align: top;
}
.featpoints p {
	margin: 6px 0px 12px 0px;
	padding: 0px;
	font-size: 11px;
}

td.homecontenttext {
	padding-right: 20px;
}

dl.feat {
	width: 210px;
	border: 1px solid #d7c9bb;
	margin: 14px 40px 14px 30px;
}
dl.feat dt {
	font-size: 12px;
	background-color: #c08f35;
	color: #FFFFFF;
	padding: 3px 10px 3px 10px;
}
dl.feat dd {
	font-size: 11px;
	color: #3b3741;
	background-image: url(../images/arrow-brown.gif);
	background-position: left;
	background-repeat: no-repeat;
	margin: 10px 10px 10px 20px;
	padding: 0px 0px 0px 20px;
}

#footer {
	width: 900px;
	height: 95px;
	background-image: url(../images/footer_rockdrilling.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}
#footer th {
	text-align: left;
	font-size: 12px;
	color: #886700;
	padding: 25px 0px 0px 215px;
	vertical-align: top;
}
#footer th a:link, #footer th a:active, #footer th a:visited {
	color: #886700;
	text-decoration: none;
}
#footer th a:hover {
	color: #886700;
	text-decoration: underline;
}
#footer td {
	text-align: right;
	font-size: 11px;
	color: #584f48;
	padding: 25px 10px 0px 0px;
	vertical-align: top;
}
#footer td a:link, #footer td a:active, #footer td a:visited {
	color: #584f48;
	text-decoration: none;
}
#footer td a:hover {
	color: #584f48;
	text-decoration: underline;
}

.contactform {
	width: 550px;
}
.contactform th {
	width: 150px;
	text-align: left;
	padding: 3px;
}
.contactform td {
	padding: 3px;
}
.contactform input.button {
	background-color: #603913;
	color: #FFFFFF;
	width: auto;
}
