/*-----------------------------------------------------------------------------
Print stylesheet for Imaginate Direct

version:   1.0
author:    Infotex
email:     enqs@infotex.co.uk
website:   http://www.infotex.co.uk
-----------------------------------------------------------------------------*/

/* =Hidden Elements
-----------------------------------------------------------------------------*/

#slogan, #shopbasket, #searchbar, #subnav, #information, #footer p, #detailimage p, input, #detailprint{
	display:none;
}

/* =Typography
-----------------------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #fff;
	background-image: none;
}
#contentcontainer {
	margin: 12px 0px 12px 0px;
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
}

#content {
	position: relative;
	width: 100%;
}

#featuretext {
	background-image: none;
}
#container {
	width: 100%;
	text-align: left;
}
#featuretextfooter {
	background-image: none;
}
a {
	text-decoration:none;
	color:#000000;
	margin:0;
	padding:0;
}
#footer {
	color: #000;
	border-top: solid 1px #000;
	background-color: #fff;
	height: auto;
}
#footer .phone {
	padding: 10px;
	color: #000;
	font-size: 1.4em;
	font-weight: bold;
}
#detaildesc h2 {
	color: #000;
	background-color: #fff;
}