﻿/***
Filename:		print.css
Author:			Andrei Vais
Date:			18/06/2009
Description:	Print styling for Pownall site
***/

html, body
{
	font-family: Georgia, Times New Roman, Serif;
	font-size: 90%;
}

#Pownall, #PageBGImage, #Header, #contentpage, #contentpage .contentcolumn, #contentpage .left, #contentpage .right, #contentpage .right .content, #Footer
{
	float: none !important;
	margin: 0 !important;
	padding: 0 !important;
	width: auto !important;
}

#PageBGImage, #Header
{
	background: none;
}

#Header ul li a
{
	color: #000000;
	padding-right: 15px !important;
	padding-left: 15px !important;
	width: auto !important;
}

#Header ul li.currentpage a
{
	text-decoration: underline;
}

#contentpage .left
{
	display: none;	
}

#contentpage .right,
#contentpage .right form,
#contentpage .right form filedset table
{
	width: auto;
}

#contentpage .content h4,
#contentpage .content h5, 
#contentpage .content p, 
#contentpage .content ul, 
#contentpage .content dl
{
	margin-left: 0;
	padding: 0;
	width: auto;
}

#contentpage .left ul.AreasOfUse
{
	width: 99%;
}

#contentpage .left ul.AreasOfUse li
{
	width: auto;
}

#contentpage .content h4,
#contentpage .headbar h4,
#contentpage .right form fieldset h4
{
	background: none;
	float: none;
	font-size: 140%;
	text-transform: capitalize;
}

#contentpage .content a[href]:after
{
	display: inline;
	content: " (" attr(href) ") ";
	font-size: 90%;
}

#contentpage .content a[href^"/"]:after
{
   content: " (http://www.pownallcarpets.com" attr(href) ") ";
}

#contentpage .right #contactintro p
{
	margin: 0;
}

#contentpage .right ul#Sitemap li ul
{
	margin-left: 3%;
	width: 92%;
}