body {
	background: url(imgs/bg.jpg) repeat-x fixed;
	margin: 0;
	padding: 0;
}


#content {
	background: #ffffff;
	position: relative;
	margin-left: 10%;
	top: 10px; 
	width: 744px; 
	height: auto;
	border: 1px solid #cccccc;
	padding: 0;
}



#fgst-banner {
	position: relative;
/*	background: url(imgs/fgst-banner.gif);*/
	top: 0px;
	width: 744px;
	height: 125px;
	border-style: none;
}

.fsgt-bannerimage{
	border-style: none;
}

.nobord a:link{
	border: none;
}

#fgst-banner a:link, a, a:hover{
	
		border: none;
		}


/*simple nav at top of each page*/
#persistnav {
	position: relative;
	margin-left: 160px;
    font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: xx-small;
	color: #999999;
}

#persistnav a{
	color: #3366cc; /*blue*/
	text-decoration: underline;
}


/*main text area - within content*/
#main{
	margin: 0 10px 0 160px; /* t r b l*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #666666;
	line-height: 17pt;
}

#main p {
	margin: 0 0 10px 0; /*t r b l*/

}

/*start contact page*/
.contactheading {
 	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #336699;
	line-height: 17pt;
	font-weight: bold;
	vertical-align: text-top;
}


#contactdetails {
	position: relative;
  	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	
	line-height: 17pt;
	margin-left: 0px;
	padding: 0 0 0 0px;
}

#contactdetails address{
	text-decoration: none;
	font-style: normal;
}

#contactdetails table{
	margin: 0 0 35px 0;
}

/*hack - change later*/
.widecell{

	margin-left: 22px;
}

/*contact page end*/


/*for lists in the main section*/
.mainlist ul {
	position: relative;
	border: none;
	margin: 20px 0 20px 0px; /*t r b l*/
	padding: 0;
	list-style-type: none;
	clear: left;
	line-height: normal;
	
}

.mainlist ul li {
	/*display: block;
	float: left;*/
	padding: 0 0px 0 3px;
	margin: 0px 0px 9px 30px; /*t r b l*/
	border: none;
	list-style-image: url(imgs/greentick.gif);	
}

/*needed?*/
.mainlist ul li a{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666666; 
	text-decoration: none;
}

/*needed?*/
.mainlist ul li a:hover {
	content: url(imgs/greenarrow.gif);
}

/*better way to do pics?*/
#homepic {
	position: relative;
	display: inline;
	float: right;
	/*background: url(imgs/pipes180125.gif);*/
	width: 180px;
	height: 125px;
	margin-right: 25px;
	margin-left: 25px;
}

#safetymanpic {
	position:  absolute; 
	float: left;
	/*background: url(imgs/safetyman.gif);*/
	width: 151px; /*/161*/
	height: 207px; /*/221*/
	margin-top: -170px;
	margin-right: 0px;
	margin-left: -155px;
	vertical-align: bottom;

}

#aboutpic{
	position: relative;
	display: inline;
	float: left;
	/*background: url(imgs/welder180125.jpg);*/
	width: 180px;
	height: 125px;
	margin-right: 25px;
	margin-left: 5px;
}

#contactpic{
	position: relative;
	display: inline;
	float: right;
	/*background: url(imgs/valve180125.jpg);*/
	width: 180px;
	height: 125px;
	margin: -200px 10px 0 0; /*-200*/

}

/* for address
dl{
margin: 0 0 0 10em;
}
dt{
margin: 1.3em 0 -1.2em -10em;
}
*/

#pageheadline h1{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #003366;
	padding: 0px;
}

.pageheadline h2{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: smaller;
	color: #003366;
	padding: 0px 0 0px 0;
	
}

.linkdisclaimer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	color: #999999;	
	padding: 10px;
	line-height: 17px;
}

blockquote {
	margin-top: -45px;

}

/*links page - start*/
#linkpagecontent{
	/*linkareax and y should be in this div - but IE didnt want to show the bg when like this*/
}

/*to describe link in detail*/
.linkpagesubtext{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666666;	
}

#linkpagecontent a{
/*IE prob*/
}

.linkpagelink a{
	text-indent: 30px;
}
/*blue strip*/
.linkareax{
	background: transparent url(imgs/linkstripblue.gif) repeat-y top right;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #336699;	
	line-height: 110%;
	padding: 0 0 8px 0;
	border-top-style: dashed;
	border-top-color: #999999;
	border-width: thin;
	width: 98%;
	
}

/*grey strip*/
.linkareay{
	background: url(imgs/linkstripgrey.gif) repeat-y top right;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #336699;	
	line-height: 110%;
	padding: 0 0 8px 0;
	border-top-style: dashed;
	border-top-color: #999999;
	border-width: thin;
	width: 98%;
}
/*links page - end*/

/*sitemap - start*/
#sitemap{
/*text styling not needed here, taken care of below*/
}

#sitemap ul{
list-style: none;	
}

#sitemap li{	
	border-top:1px dashed #999999;
	width: 95%;
}

/*used for 2nd level of list*/
#sitemaplevel li {
	border-top: none;
}

#sitemap ul li a{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #336699;
	text-decoration: none;
}

#sitemap ul li a:hover{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color:  #006600;
	text-decoration: none;	
}

/*sitemap - end*/


/*cleanup here*/
.clientleft{
	float: left;
}
	
#clients ul{
	list-style: none;
}


.clientleft	li{
	
		width: 245px;
		margin: 1px;
		padding: 0px 0 25px 0;
	}
	
.clientleft li a:link{
	
		border-style: none;
		}
		
.borderlessimage{
	border: 0;
}
/*cleanup here*/



#leftnav {
background:url(imgs/navbg.gif) repeat-x top left;
/*float: left;*/
position: absolute; 
top: 140px;
left: 10px; /*43*/
color:white; 
width: 130px;
height: 315px;

}

	
#leftnav ul {
	border: none;
	margin: 0;
	list-style: none;
	padding: 0; /*nb*/
}

#leftnav ul li {
	margin: 0 0 0 0px;
	border-top:1px solid #ccc
	/*list-style-image: url(imgs/bluearrow.gif);*/
}


#leftnav a, #leftnav a:link, #leftnav a:visited{
		color: #666666;
		/*background colour tranparent specified for people browsing without images
		and it must always be defined after color*/
		background: transparent url(imgs/bluearrow.gif) no-repeat;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: small;
		/* push the arrow in left of <li> */
		margin-left: 5px;
		/*push the <a> text 20px in left from leaving 10px for image and 10px space*/
		padding-left: 20px;
		text-decoration: none;
	}


#leftnav a:hover, #leftnav a:active{
		/*Yes, the only safe way to do mouseovers images swaps is to do it on <a> delimiters
		Naturally, if IE was good you could do it on the list-style-type, since all other
		browsers can support this*/
		background: transparent url(imgs/greenarrow.gif) no-repeat;
	}
	
.activelink {
	background: transparent url(imgs/greenarrow.gif) no-repeat;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	/* push the arrow 10px in left of <li> */
	margin-left: 5px;
	/*push the <a> text 20px in left from leaving 10px for image and 10px space*/
	padding-left: 20px;
	text-decoration: none;
	color: #666666;
}

/*used for top level when second level in use*/


.activelinklevel2 {
	background: none;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #666666;
	margin-left: 5px;
	/*push the <a> text 20px in left from leaving 10px for image and 10px space*/
	padding-left: 20px;
	
}


#leftnav2 ul{  /*was #leftnav #leftnav2 ul*/
	border: none;
	margin: 0;
	list-style: none;
}


#leftnav #leftnav2 ul li{ /*was #leftnav #leftnav2 ul li*/
	margin: 0 0 0 0px;
	border-bottom:0;	
}


#leftnav ul#leftnav2 a, #leftnav ul#leftnav2 a:link, #leftnav ul#leftnav2 a:visited{
/*was #leftnav ul#leftnav2 a, #leftnav ul#leftnav2 a:link, #leftnav ul#leftnav2 a:visited*/
	font-size: xx-small;
	list-style: none;		
	background: none;
		/*		
		margin-left: 10px;
		padding-left: 20px;
		text-decoration: none;*/
	}

#leftnav2 a:hover, #leftnav2 a:active{

font-weight: bold; 

}


.navline {
list-style: none;
list-style-type: none;
list-style-image: none;
border-bottom:1px solid #cccccc

}


#leftnav-shadow{
   position: relative; 
   float: right;
	background: transparent url(imgs/sidenavshadow.gif) no-repeat;
	width: 4px;	
	height: 315px;
	left: 1px;
}



#leftnav-content {

}



#footer {
	background: #ADD8E6;
	position: static;
	margin-left: 1%;
	
	width: 98%;
	height: 25px;
	vertical-align: bottom;
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #666666; 
	text-decoration: none;
	text-align: center;
}

#footer-top {
	background: #ffffff;
	position: relative;
	margin-left: 160px;
	margin-bottom: 8px;
	
	width: 78%;
	height: 25%;
	

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666; 
	text-decoration: none;
	text-align: left;
	line-height: 15pt;
	
}



#footer-btm {
	background: #ADD8E6;  /*#ADD8E9 #99CCCC; should be websafe?*/
	position: relative;
	margin: 0 0 0 1%;
	width: 98%;
	height: 25%; /*	vertical-align: bottom;*/
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #666666;
	text-decoration: none;
	text-align: center;
	line-height: 17pt;
	
	border-color: #999999;
	border-top-style: dashed;
	border: thin;
	width: 98%;
}

#footer-btm a {
	color: #666666; 
	text-decoration: none;
}

#footer-btm a:hover {
	text-decoration: underline;
}

#footer-btm hr {
  position: relative;
  margin: 0px 0 0px 0;
  border-top-style: dashed;
  border-color: #999999;
  width : 100%;
  
}

.whitespace {
	margin: 55px 0 0 0;
}



