/* Stylesheet for SuperiorWallsTN.com *//** html #centercolumn {height:400px} /* IE Min-Height Hack */ * {  padding: 0; /* margin: 0; */    }body {  font-family: Arial, Helvetica, sans-serif;  font-size: 12px;  background-color: #FFFFFF;  }#wrapper {  width: 770px;  margin: 0 auto;}#header {  border: 0px solid #2272BB;  border-bottom: 0px;  margin: 0 5px 0 5px;  height: 70px;  padding: 8px;  background-color: #FFFFFF;    background-image: url(images/company_logo.jpg);  background-repeat: no-repeat; }/*#navbar {  font-family: Arial, Verdana, sanserif;  border: 0px solid #2272BB;  border-bottom: 0px solid #2272BB;  border-top: 0px;    margin: 0 5px 0 5px;  width: 770px;   display: inline;  IE6 Hack   padding: 0px;  background-color: #FFFFFF;}*/#centercolumn {  border: 1px solid #2272BB;  border-top: 1px solid #2272BB;  border-bottom: 0px;  margin: 0 0 0 5px;  display: inline;  padding: 4px;  width: 770px;  float: left;  height: 100%;  background-image: url(images/background.gif);  background-repeat: repeat-x; }#footer {  background-color: #2272BB;  color: #FFFFFF;  margin: 0 5px 5px 5px;  display: inline;  /* IE6 Hack */  padding: 4px;  float: left;  width: 772px;   display: inline;}/* Text Elements */h4.bold {  font-family: Arial, Verdana, sanserif;  color: #2272BB;}h2.header {  font-family: Arial, Verdana, sanserif;  color: #2272BB;	 }h2 {  font-family: Arial, Verdana, sanserif;}p {  font-family: Arial, Verdana, sanserif;  text-indent: 20px;}p.white {  font-family: Arial, Verdana, sanserif;  color: #FFFFFF;  }table.contact {  border: 1px solid #E5E5E5;    }/* Tabbed Navigation Bar */ul#tabnav {  list-style-type: none;  margin: 0px;  padding-left: 350px;  padding-bottom: 24px;  border-bottom: 0px solid #2272BB;  font: bold 11px Verdana, Arial, sans-serif;}ul#tabnav li {  float: left;  height: 21px;  background-color: #2272BB;   color: #FFFFFF;  margin: 2px 2px 0 2px;  border: 1px solid #2272BB;}ul#tabnav a:link, ul#tabnav a:visited {  display: block;  color: #FFFFFF;  background-color: transparent;  text-decoration: none;  padding: 4px;  }ul#tabnav a:hover {  background-color: #FFFFFF;  color: #000000;  border-bottom: 0px solid #FFFFFF;}body#home li.home, body#aboutus li.aboutus,body#builders li.builders, body#faq li.faq,body#contact li.contact {  border-bottom: 1px solid #E5E5E5;  color: #000000;  background-color: #FFFFFF;   }body#home li.home a:link, body#home li.home a:visited,body#aboutus li.aboutus a:link, body#aboutus li.aboutus a:visited,body#builders li.builders a:link, body#builders li.builders a:visited,body#faq li.faq a:link, body#faq li.faq a:visited,body#contact li.contact a:link, body#contact li.contact a:visited {  color: #000000;  background-color: #E5E5E5;   border-bottom: 0px solid #E5E5E5;}