/* cwagroup.net style sheet
/  print view
/                           */




body {
  font-family:	Verdana, Arial, Helvetica, sans-serif;
  font-size: 9pt;
}


h1 span,
h1,
#navbar,
.np,
ul.kwicks {
  display: none;
}

	#logo {
      display: block;
	  float: left;
	  margin: 0 10pt 10pt 0;
	  padding: 0;
    }

#footer p {
  text-align: center;
  font-weight: bold;
}

h2,h3,h4 {
  clear: left;
  font-size: 9pt;
}

h3,h4 {
  margin-bottom: 1px;
}


p.description {
  font-size: 11pt;
}

	#content p {
         margin-top: 1px;
		 margin-bottom: 4px;
	}

#manufacturers {
	clear:both;
	display: table;
}
#manufacturers h4 {
    margin: 0;
}


#manufacturers div.row{
       width: 100%;
	   display: table-row;
}
#manufacturers div.cell{
	   display: table-cell;
	   padding-bottom: 4px;
	   vertical-align: top;
	   float: left;
}
#manufacturers div.desc{
       width: 45%;
	   font-size: 6pt;
}

#manufacturers div.name{
       width: 30%;
	   font-size: 6pt;
}

#manufacturers div.url{
		width: 25%;
       text-align: right;
}

#footer-address {
  clear: both;
  width: 100%;
  text-align: center;
}

