/* Cascading Style Sheet - www.wolfpoolsandspas.com */
/* $Id: print.css,v 1.1 2007/03/22 17:58:11 pete Exp pete $ */

/* ******************************************************************************* */
/* body style for the page */

body {
	text-align: left;
	margin: 10px;
	padding: 0;
	color: #000;
	background: #fff;
	font-family: Verdana, "Lucida Grande", Geneva, Lucida, Arial, Helvetica, sans-serif;
}


/* ******************************************************************************* */
/* heads */

h1, h2, h3, h4, h5, h6 {
	text-align: left;
	margin: 4px 0 10px 0;
}


/* ******************************************************************************* */
/* text */

p, blockquote, ul, ol, li, dt, dd, dl, th, td, div.vcard {
	text-align: left;
}


/* ******************************************************************************* */
/* links */

/* put url after link text instead of underlining */
a:link, a:visited {
	background-color: #fff; 
	color: #000; 
	text-decoration: none;
}

a[href]:after {
	content: " [" attr(href) "]";
}



/* ******************************************************************************* */
/* expand acronyms and abbreviations */

/* instead of a dotted border, put title of acronym/abbreviation after text */
acronym, abbr {
	border: 0;
}

acronym:after {
	content: " (" attr(title) ")";
}

abbr:after {
	content: " (" attr(title) ")";
}

#header, #subheader, #header, #subcontainer, #content, #contentsecondcontainer, #contentsecond, #contentproductlinecontainer, #contentproductline {
	text-align: left;
}

#footer {
	text-align: center;
}

#nav, #footergraphic, .bottomnav {
	display: none;
}


