/* CSS Document -- All pages within site */

html, body {
	padding: 0;
	margin: 0;
	background-color: #EEE;
	color: #000;
}

html {
	text-align: left;
	min-height: 100%;
	margin-bottom: 1px;
}

img {
	display: block;
	border: 0px;
}

.clearBoth {
	clear: both;
}

p, ul, li, h1, h2, h3, h4, label, a, title, div {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

p, li, ul, label, a, title {
	font-size: 12px;
	line-height: 165%;
}

/*a {
	text-decoration:none;
	color:#000000;
}
	
a:hover {
	text-decoration:underline;
}*/

#container {
	width: 991px;
	min-height: 400px;
	padding-right: 10px;
	background: #FFFFFF url(../../images/bkgd_wrapper.gif) repeat-y right top;
	float: left;
	position: relative;
}

/* head */

#head {
	width: 991px;
	min-height: 150px;  
	height:auto !important;
	height: 150px;
	margin: 0;
	padding: 0;
	background-image: url(../../images/bkgd_header.jpg);
	background-repeat: no-repeat;
}

#headLogo {
	padding: 16px 0 0 38px;
}

ul#globalNav1 {
	padding: 0 0 0 15px;
	margin: 53px 0 0 0;
	width: 620px;
	background-image: url(../../images/bkgd_globalNav1Typical.jpg);
	background-repeat: no-repeat;
	min-height: 37px;
	height:auto !important;
	height: 37px;
	float: left;
}

#home ul#globalNav1 {
}

#facilities ul#globalNav1 {
	background-image: url(../../images/bkgd_globalNav1Facilities.jpg);
}

#capabilities ul#globalNav1 {
	background-image: url(../../images/bkgd_globalNav1Capabilities.jpg);
}

#welding ul#globalNav1 {
	background-image: url(../../images/bkgd_globalNav1Welding.jpg);
}

#field-services ul#globalNav1 {
	background-image: url(../../images/bkgd_globalNav1FieldServices.jpg);
}

ul#globalNav1 li {
	margin: 0;
	padding: 0;
	float: left;
	display: inline;
	list-style-type: none;
}

ul#globalNav2 {
	margin: 65px 20px 0;
	padding: 0;
	float: right;
	width: 300px;
	text-align:right;
}

ul#globalNav2 li {
	margin: 0;
	padding: 0;
	color: #FFF;
	display: inline;
	list-style-type: none;
}

ul#globalNav2 a {
	color: #FFF;
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
}

ul#globalNav2 a:hover {
	text-decoration: underline;
}

/* end head */

/* footer */

#footer {
	width: 993px;
	padding-top: 25px;
	background: url(../../images/bkgd_footer.gif) repeat-x left top;
	color: #474545;
	font-size: 10px;
	float: left;
}

#footer p {
	float: left;
	width: 300px;
	margin: 0 0 25px 40px;
	font-size: 10px;
}

#footer ul {
	width: 442px;
	margin: 0px 0 25px 0;
}

#footer li {
	float: left;
}

#footer ul li {
	font-weight: bold;
	background: url(../../images/footer-bullet.gif) no-repeat left center;
	padding: 0 10px;
	list-style-type: none;
	font-size: 10px;
}

#footer ul li.F {
	padding-left: 0;
	background: url(none);
}

#footer ul li a {
	color: #474545;
	text-decoration: none;
	font-size: 10px;
}

#footerRight {
	float:right;
	position:relative;
	margin: 0 40px 25px 0;
}

#footerRight a {
	color: #474545;
	text-decoration: none;
	font-size: 10px;
}

/* end footer */

