/* print  stylesheet */
body {
   background: white;
   font-size: 10pt;
   font-family: Verdana, Arial,  sans-serif;
   }
#menu , #home , #side1 , #headerHome , #headerAbout ,  #top , #dmenu , #headerProduct ,  #headerReno , #headerCare , #headerContact , #nav{
   display: none;
   }
h1 , h2 , h3 , h4 { font-size: 14pt; }
.printLogo { display:block; 
             border:none; 
             padding-bottom:2px;	
             text-align:left; }
#document {
   width: auto;
   margin: 0 5%;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   }
#footer , #side2 {
   padding-top: 1em;
   }
#footer {   
   font-size: 9pt; 
   border-bottom: 1px solid #999;
   border-top: 1px solid #999;
   margin:0;
   padding:0;
   } 
#footer p {
			padding:0;
			margin-left:13px;
			font-size: 10px;
			float:left;
			}
img {
   vertical-align: bottom;
   border:none;
   }
a:link , a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }

li {
	list-style-type: disc;
	list-style-image: url(../images/arrow.gif);
	}