/*	REAL OAK FLOORS
**	Printer stylesheet
**
**	A clear, simple stylesheet that will print only
**	the necessary parts of the site in a readable
**	font. Currently a work in progress :)
*/

body
 {font-family: Arial;
  font-size: 12pt;
  line-height: 1.6em;}

#pageHeader
 {padding-bottom: 1em;
  border-bottom: 1px solid #999;}

#pageHeader p
 {display: inline;
  padding: 0 1em 0 0;}

#headTel, #headFax
 {border-right: 1px solid #999;}

#headFax, #headEmail
 {margin-left: 1em;}

#pageHeader h2, .topLinks, .formsDiv, #leftDiv, .attachments, #rssSubscribe, .specialOffers, .validLogos
 {display: none;}
 
.offer
 {display: block;}

table, a img
 {border: 1px solid #999;}

td
 {padding: 0.5em;}

ol.skirting
 {list-style-type: lower-alpha;
  padding: 0;}

ol.skirting li
 {margin-left: 1.5em;}
