html, body{ 
 margin:0; 
 padding-top: 25px; 
 text-align:center; 
 background-color: #000;
 background-image: url(images/page_bg.png);
 background-repeat: repeat-x;
 font: 100% Verdana, Arial, Helvetica, sans-serif;
} 

h1{
 font-size: 18px;
 margin: 0;
}

h2{
 font-size: 16px;
 margin-top: 5px;
}

.heading {
 text-align: center;
 font-weight: bold;
}
 
#pagewidth{ 
 width:800px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;
}
 
#wrapper{
width: 800px;
background:#fff;
margin: 0 auto;
background-image: url(images/main_bg.png);
}

#wrapper-1col{
float:left;
padding-left:30px;
width: 780px;
margin: 0 auto;
}

#head_top{
  width: 800px;
  margin: 0 auto;
  height: 5px;
  background: url(images/head_top.png);
}

#header{
 position:relative; 
 height:125px; 
 background: url(images/head_bg.png); 
 width:800px;
 margin:0 auto;
} 

#logo{
  width: 350px;
  float: left;
}

#logo img{
 border:0;
}

#phone{
  width: 400px;
  float: right;
  text-align: right;
  padding-right: 20px;
  line-height: 125px;
  color: #fff;
  font-weight: bolder;
  font-size: 18px;
}

#nav{
 width: 200px;
 margin: 0 auto;
 text-align: center;
}

#nav ul{
 list-style: none;
 width: 200px;
 float: right;
} 

#nav li{
 width: 135px;
 height: 60px;
 padding-left: 65px;
 font-size: 16px;
 font-weight: bold;
 line-height: 25px;
}

#nav a{
 text-decoration: none;
 color: #fff;
}

.auto{
 background-image: url(images/automotive.png);
}

.comm{
 background-image: url(images/commercial.png);
}
.hitemp{
 background-image: url(images/hitemp.png);
}
.pipe{
 background-image: url(images/pipe.png);
}

.resto{
 background-image: url(images/resto.png);
}

.micro{
 background-image: url(images/micro.png);
}

#nav2{
 float: left;
 margin-top: 20px;
 padding-bottom: 10px;
 }

#nav2 a{
 text-decoration: none;
 color: #fff;
}

#nav2 a:hover{
 text-decoration: underline;
}

#nav2 ul{
 width: 600px;

}
#nav2 li{
 list-style: none;
 float: left;
 display: block;
 padding-right: 20px;
 text-align: center;
 font-size: 14px;
}

#main_top{
  width: 800px;
  height: 5px;
  background-image: url(images/main_top.png);
}

#maincol{  
 float: left; 
 display:inline; 
 color: #fff;
 position: relative; 
 width:570px;
 padding-left: 20px;
 padding-top: 10px;
 min-height:400px; 
 }

#maincol a{
 text-decoration: none;
 color: #fff;
}

#maincol img{
 border: 0;
}

#thumbnails{
 font-size: 10px;
 text-align: center;
 width: 550px;
 margin: 0 auto;
}

#back{
 float: left;
 text-align: center;
 width: 580px;
}

#thumbnails li{
 list-style: none;
 float: left;
 padding: 5px;
}

#rightcol{
 width: 200px;
 float: right;
 text-align: center;
min-height: 400px;
 margin-right: 5px;
}

#rightcol_bot{
 width: 200px;
 height: 221px;
 background-image: url(images/sidebar_bot.png);
 bottom: 10px;
}
#rightcol img{
 border:0;
}

.sitemap{
 list-style: none;
}

.sitemap li{
 line-height: 25px;
}

.home {
 line-height: 40px;
 font-weight: bold;
}
.page{
margin-left: 20px;
}

.sub{
 margin-left: 40px;
}

#main_bot{
  width: 800px;
  margin: 0 auto;
  height: 5px;
  background: url(images/main_bot.png);
}

#footer{
 height:50px; 
 width: 800px;
 margin:0 auto;
 clear:both;
 text-align: center;
 font-size: 14px;
 color: #fff;
 font-size: 12px;
} 

#footer ul{
 margin: 0;
 padding: 0;
 list-style: none;
 width: 780px;
} 

#footer li{
 display: block;
 float: left;
 width: 195px;
}

#footer a{
 text-decoration: none;
 color: #000;
}

#footer a:hover{
 text-decoration: underline;
}

#address {
 width: 380px;
 float: left;
 text-align: left;

}
#copyright{
 width:400px;
 float: right;
 text-align: right;
 padding-top: 12px;
}

#copyright a{
 color: #fff;
 text-decoration: underline;
}

#copyright a:hover{
 text-decoration: underline;
}

 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

