/* Print Styles for Website
	
	This basically removes all layout in favor of a text only layout, removes the nav
	and any  other elements we don't need
	Some text formatting is added to give the page a bit of colour.
	
*/

* {
	margin:0;
	padding:0;
}
body {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12pt;
	color:#000;
}
#btnEnquiryForm, .hide, #nav, #furniture-types, #frmSearch, #footer, #footerText, #productStockCol, .moreButton {
	display:none;
}
h1 {
	margin:20px 10px;
	font-size:18pt;
	color:#0033CC;
}
h2, h3, h4, h5, h6, p{
	margin:10px;
}

h2{
	font-size:16pt;
	line-height:20pt;
	color:#0033CC;
}
h3{
	font-size:14pt;
	line-height:18pt;
	color:#0033CC;
}
h4, h5, h6{
	font-size:12pt;
	line-height:18pt;
	color:#0033CC;
}
.textSubHeading {
	padding:3px;
	background-color:#0033CC;
	color:#fff;
	font-weight:bold;
}
.textRedBold {
	color:#FF0100;
	font-weight:bold;
}
.textBlueBold {
	color:#003399;
	font-weight:bold;
}
div#content p{
	font-size:12pt;
	line-height:18pt;
}


.quote {
	font-weight: bold;
	color: #000066;
	font-style: italic;
}
.quote-home {
	font-weight: bold;
	color: #000066;
	font-style: italic;
}
.quote2 {
	color: #1F86D1;
}

.category {
	display:block;
	float:left;
	width:210px;
	height:260px;
	background:#fff;
	text-align:center;
	margin-right:5px;
	margin-bottom:5px;
}
.category img {
	border:none;
}
p.categoryDesc {
	border-top:none;
	border-bottom:none;
	color:#000;
	padding:2px 0;
	margin:2px 0;
	text-align:center;
}
/*
div#categories ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

div#categories ul li {
	list-style-type:none;
	display:block;
	float:left;
	margin:0;
	padding:0;
	margin-top:10px;
	margin-right:10px;
	margin-bottom:10px;
	width:148px;
	height:111px;
	list-style: none;
	background:none;
}

div#categories img {
	border:none;
}

*/


img {
	border:none;
}