body {
	margin: 0px 0px 0px 0px;
	font-family: arial, sans-serif;
	font-size: 12px;
	background-color: #DBDBDB;
}

p {
	margin: 0px 0px 10px 0px;
}

ul {
	margin-top: 0px;
	margin-bottom: 10px;
}

h1 {
	font-family: Trebuchet MS, Trebuchet;
	font-size: 18px;
	color: #106188;
	margin: 0px 0px 15px 0px;
}

h2 {
	font-size: 16px; 
	color: #106188;
}

h5 {
	font-size: 12px;
}

.pageTitle {
	font-size: 16px; 
	font-weight: bold;
	color: #106188;

}

.blue14 {
	font-size: 14px;
	color: #106188;
	font-weight: bold;
}

.red {
	color: #ff0000;
}

.smallText {
	font-size: 10px;
}

a.tab-on {
	position: relative;
	top: 1px;
	font-family: Trebuchet MS, Trebuchet;
	font-size: 11px;
	color: #106188;
	text-decoration: none;
	letter-spacing: 1px;
	z-index: 5001;
}

a.tab-on:hover {
	position: relative;
	top: 1px;
	font-family: Trebuchet MS, Trebuchet;
	font-size: 11px;
	color: #106188;
	text-decoration: underline;
	letter-spacing: 1px;
	z-index: 5001;
}

div.pressure-dropdown {
	display: none;
	position: absolute;
	top: 30px;
	left: 0px;
	width: 172px;
	height: 103px;
	z-index: 9999;
	background-image:url(/images/dropdown-bg.gif);
}

div.hydro-dropdown {
	display: none;
	position: absolute;
	top: 30px;
	left: 140px;
	width: 222px;
	height: 155px;
	z-index: 9999;
	background-image:url(/images/dropdown-bg.gif);
}

div.metal-dropdown {
	display: none;
	position: absolute;
	top: 30px;
	left: 362px;
	width: 184px;
	height: 122px;
	z-index: 9999;
	background-image:url(/images/dropdown-bg.gif);
}

div.soil-dropdown {
	display: none;
	position: absolute;
	top: 30px;
	left: 497px;
	width: 190px;
	height: 141px;
	z-index: 9999;
	background-image:url(/images/dropdown-bg.gif);
}

div.custom-dropdown {
	display: none;
	position: absolute;
	top: 30px;
	left: 612px;
	width: 169px;
	height: 120px;
	z-index: 9999;
	background-image:url(/images/dropdown-bg.gif);
}

div.hsp-dropdown {
	display: none;
	position: absolute;
	top: 30px;
	left: 612px;
	width: 169px;
	height: 60px;
	z-index: 9999;
	background-image:url(/images/dropdown-bg.gif);
}

a.buttonbarNav {
	font-family: Trebuchet MS, Trebuchet;
	font-size: 13px;
	color: #FFF;
	text-decoration: none;
}

a.buttonbarNav:hover {
	font-family: Trebuchet MS, Trebuchet;
	font-size: 13px;
	color: #FFF;
	text-decoration: underline;
}

a.pressure {
   ...
   background: url("/images/buttonbar-bg.gif");
   position: relative;
   top: -4px;
   padding: 5px 15px 0px 15px;
   height: 30px;
   font-family: Trebuchet MS, Trebuchet;
   text-decoration: none;
   font-size: 15px;
   color: #fff;
   border: 0px solid;
   letter-spacing: .5px;
}
   
a.pressure:hover {
   ...
   background: url("/images/buttonbar-bg-orange.gif");
   padding: 5px 15px 0px 15px;
   height: 30px;
   font-family: Trebuchet MS, Trebuchet;
   text-decoration: none;
   font-size: 15px;
   color: #fff;
   letter-spacing: .5px;
}
   
a.pressure:active {
   ...
   background: url("/images/buttonbar-bg-orange.gif");
   padding: 5px 15px 0px 15px;
   height: 30px;
   font-family: Trebuchet MS, Trebuchet;
   text-decoration: none;
   font-size: 15px;
   color: #fff;
   letter-spacing: .5px;
}


div.copyright {
	position: absolute;
	bottom: 22px;
	left: 120px;
	font-family: Trebuchet MS, Trebuchet;
	font-size: 10px;
	color: #747474;
}

div.homeContent {
	position: absolute;
	width: 860px;
	top: 500px;
	left: 30px;
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #333333;
}

table.hompePage {
	font-size: 12px;
}

div.content {
	position: relative; 
	left: 22px;
	margin: 10px 0px 20px 0px;
	color: #6C6C6C;
}

#mid_page {
	width: 864px;
	margin: 20px auto;
	color: #6c6c6c;
}

#left_menu  {
	padding-right: 20px
}

#left_menu a:hover  {
	text-decoration: none;
}

div.video_column {
	width: 240px; ; 
	float: right; 
	margin-left: 20px; 
	padding-left: 20px; 
	border-left: 1px solid #6c6c6c;
}
div.video_column h2 {
	margin-top: 0px;
}
div.video_image {
	width: 220px; 
	height: 210px; 
	text-align: center;
}
div.video_image img {
	border: none;
	width: 220px;
	height: 178px;
}

div.literature_row {
	width: 700px;
	height: 245px;
	border-bottom: 1px solid #6c6c6c;
}
div.literature_image {
	width: 150px;
	height: 245px;
	text-align: center;
	float: left;
	margin-right: 20px;
}
div.literature_image img {
	width: 150px;
	height: 193px;
	border: none;
}

div.gallery_row {
	width: 700px;
	height: 200px;
}
div.gallery_image {
	width: 220px;
	height: 200px;
	text-align: center;
	float: left;
	margin-right: 20px;
}
div.gallery_image img {
	width: 220px;
	height: 175px;
	border: none;
}

div.footer {
	position: relative;
	top: 4px;
	left: 0px;
	width: 900px;
	border: 0px solid;
}

span.footer {
	position: relative;
	top: -4px;
	font-family: Trebuchet MS, Trebuchet;
	font-size: 10px;
	color: #747474;
}

p.footer {
	font-family: Trebuchet MS, Trebuchet;
	font-size: 10px;
	color: #747474;
	margin: 0px;
}

div.actualsite {
	position: relative;
	width: 910px;
	height: 660px;
}

div.actualsite-inside {
	position: relative;
	width: 910px;
}

div.hometopbar {
	position: relative;
	width: 910px;
	height: 121px;
}

div.buttonbar {
	width: 910px;
	height: 30px;
	background-image:url(/images/buttonbar-bg.gif);
}

div.soilbar {
	position: relative;
	width: 910px;
	height: 202px;
	background-color: #11638A;
	background-image:url(/images/soil-header.jpg);
	z-index: 1;
}

div.soilbar-inside {
	position: relative;
	width: 910px;
	height: 100px;
	background-color: #11638A;
	background-image:url(/images/soil-header.jpg);
	z-index: 1;
}

div.pressurebar {
	position: relative;
	width: 910px;
	height: 202px;
	background-color: #C07805;
	background-image:url(/images/pressure-header.jpg);
	z-index: 1;
}

div.pressurebar-inside {
	position: relative;
	width: 910px;
	height: 100px;
	background-color: #C07805;
	background-image:url(/images/pressure-header.jpg);
	z-index: 1;
}

div.metalbar {
	position: relative;
	width: 910px;
	height: 202px;
	background-color: #820803;
	background-image:url(/images/metal-header.jpg);
	z-index: 1;
}

div.metalbar-inside {
	position: relative;
	width: 910px;
	height: 100px;
	background-color: #632234;
	background-image:url(/images/metal-header.jpg);
	z-index: 1;
}

div.custombar {
	position: relative;
	width: 910px;
	height: 202px;
	background-color: #632234;
	background-image:url(/images/custom-header.jpg);
	z-index: 1;
}

div.custombar-inside {
	position: relative;
	width: 910px;
	height: 100px;
	background-color: #632234;
	background-image:url(/images/custom-header.jpg);
	z-index: 1;
}

div.hspbar {
	position: relative;
	width: 910px;
	height: 202px;
	background-color: #632234;
	background-image:url(/images/hsp_header.jpg);
	z-index: 1;
}

div.hspbar-inside {
	position: relative;
	width: 910px;
	height: 100px;
	background-color: #632234;
	background-image:url(/images/hsp_header.jpg);
	z-index: 1;
}

div.hydrobar {
	position: relative;
	width: 910px;
	height: 202px;
	background-color: #006F1F;
	background-image:url(/images/hydro-header.jpg);
	z-index: 1;
}

div.hydrobar-inside {
	position: relative;
	width: 910px;
	height: 100px;
	background-color: #006F1F;
	background-image:url(/images/hydro-header.jpg);
	z-index: 1;
}

div.homebar {
	position: relative;
	width: 910px;
	height: 91px;
	background-image:url(/images/home-bar.jpg);
}

div.insidebar {
	position: relative;
	width: 910px;
	height: 91px;
	background-image:url(/images/home-bar2.jpg);
}

div.detailbox {
	position: absolute;
	width: 366px;
	height: 75px;
	top: 90px;
	left: 0px;
	border: 0px solid;
}

div.tabcontainer-home {
	width: 600px;
	height: 18px;
	position: relative;
	top: 71px;
	left: 310px;
	border: 0px solid;
	text-align: right;
	z-index: 9990;
	border: 0px solid;
}

div.tabcontainer {
	width: 670px;
	height: 18px;
	position: relative;
	top: 71px;
	left: 237px;
	border: 0px solid; 
	text-align: right;
	z-index: 9990;
}

div.tabcontainer-inside {
	width: 600px;
	height: 18px;
	position: relative;
	top: 82px;
	left: 315px;
	border: 0px solid;
	text-align: right;
	z-index: 9990;
	border: 0px solid;
}

div.tabcontainer2{
	width: 600px;
	height: 18px;
	position: relative;
	top: 182px;
	left: 315px;
	border: 0px solid;
	text-align: right;
	z-index: 9990;
	border: 0px solid;
}

div.firsttab-ends {
	float: left;
	z-index: 5001;
}

div.firsttab-middle {
	float: left;
	height: 18px;
	background-image:url(/images/tab-bg.gif);
	padding: 0px 4px 0px 4px;
	z-index: 5001;
}

div.tab-ends {
	float: left;
	margin: 0px 0px 0px 4px;
	z-index: 5001;
}

div.tab-middle {
	float: left;
	height: 18px;
	background-image:url(/images/tab-bg.gif);
	padding: 0px 4px 0px 4px;
	z-index: 5001;
}

div.tab-middle-on {
	float: left;
	height: 18px;
	background-image:url(/images/tab-bg-on.gif);
	padding: 0px 4px 0px 4px;
	z-index: 5001;
}

div.tab-ends-on {
	float: left;
	border: 0px solid;
	height: 18px;
	width: 15px;
	z-index: 5001;
}

div.photobox {
	width: 331px;
	height: 359px;
	position: absolute;
	right: 12px;
	/* specify top: on page the photobox is placed on */
	border: 0px solid;
	background-image:url(/images/photo-box.gif);
	z-index: 1;
}

div.photobox2 {
	width: 331px;
	height: 359px;
	position: absolute;
	right: 12px;
	top: 132px;
	border: 0px solid;
	background-image:url(/images/photo-box.gif);
	z-index: 1;
}

div.photobox-articles {
	width: 331px;
	height: 359px;
	position: absolute;
	right: 12px;
	top: 132px;
	border: 0px solid;
	background-image:url(/images/photobox-articles.jpg);
	z-index: 1;
}

div.photobox-contact {
	width: 331px;
	height: 359px;
	position: absolute;
	right: 12px;
	top: 132px;
	border: 0px solid;
	background-image:url(/images/photobox-contact.jpg);
	z-index: 1;
}

div.photobox-corporate {
	width: 331px;
	height: 359px;
	position: absolute;
	right: 12px;
	top: 132px;
	border: 0px solid;
	background-image:url(/images/photobox-corporate.jpg);
	z-index: 1;
}

div.photobox-whatsnew {
	width: 331px;
	height: 359px;
	position: absolute;
	right: 12px;
	top: 132px;
	border: 0px solid;
	background-image:url(/images/photobox-whatsnew.jpg);
	z-index: 1;
}

div.galleryheader {
	position: absolute;
	top: 13px;
	left: 17px;
	font-family: Trebuchet, Trebuchet MS;
	font-size: 16px;
	font-weight: bold;
	color: #13729F;
}

div.gallerytext {
	position: absolute;
	top: 55px;
	left: 19px;
	width: 290px;
	font-family: Trebuchet, Trebuchet MS;
	font-size: 11px;
	color: #13729F;
}

div.thumb-holder {
	position: absolute;
	width: 76px;
	height: 76px;
	z-index: 9999;
}

div.worldmap {
	position: relative;
	width: 910px;
	height: 1200px;
	background-image:url(/images/home-bg.jpg);
	background-repeat: no-repeat;
}

div.worldmap2 {
	position: relative;
	width: 910px;
	height: 1200px;
	background-image:url(/images/home-bg2.jpg);
	background-repeat: no-repeat;
}

div.imageRight {
	float: right;
	margin: 0px 0px 20px 20px;
}

div.imageLeft {
	float: left;
	margin: 0px 20px 20px 0px;
}

h1.common {
	font-family: Trebuchet MS, Trebuchet;
	font-size: 18px;
	font-weight: normal;
	color: #106188;
	margin: 0px 0px 0px 6px;
	padding-top:18px;
}

h1.common2 {
	font-family: Trebuchet MS, Trebuchet;
	font-size: 17px;
	font-weight: normal;
	color: #000;
	margin: 0px 0px 0px 0px;
	padding-top:18px;
}

h1.soil {
	font-family: Trebuchet MS, Trebuchet;
	font-size: 18px;
	font-weight: normal;
	color: #106188;
	margin: 0px 0px 0px 6px;
	padding-top:18px;
}

h1.pressure {
	font-family: Trebuchet MS, Trebuchet;
	font-size: 18px;
	font-weight: normal;
	color: #C07805;
	margin: 0px 0px 0px 6px;
	padding-top:18px;
}

h1.hydroforming {
	font-family: Trebuchet MS, Trebuchet;
	font-size: 18px;
	font-weight: normal;
	color: #008E28;
	margin: 0px 0px 0px 6px;
	padding-top:18px;
}

h1.metal {
	font-family: Trebuchet MS, Trebuchet;
	font-size: 18px;
	font-weight: normal;
	color: #820803;
	margin: 0px 0px 0px 6px;
	padding-top:18px;
}

h1.custom {
	font-family: Trebuchet MS, Trebuchet;
	font-size: 18px;
	font-weight: normal;
	color: #632234;
	margin: 0px 0px 0px 6px;
	padding-top:18px;
}

span.content {
	font-family: Arial, San-serif;
	font-size: 12px;
	color: #6C6C6C;
}

/*lightbox css */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
