/***********************************************/
       /*         print styles        */
/***********************************************/ 


/*****   removes header and search bar  *****/
#masthead{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px;
	width: 800px;
	display:none;
}

/*****   removes back links  *****/
.thumbsnavtop {
	float: right;
	text-align: right;
	font-size: 11px;
	display:none;
}

/*****   removes back links  *****/
.thumbsnav {
	height: 20px;
	text-align: right;
	width: 800px;
	font-size: 100%;
	color: #999999;
	margin-top: 15px;
	margin-bottom: 2px;
	margin-right: 1px;
	padding: 3px 0px;
	background-image: url(../images/thumb_underline.gif);
	background-repeat: repeat-x;
	background-position: 0px bottom;
	float: left;
		display:none;

}

/*****   removes k link  *****/
#designedlink {
	display:none;
}

/*****   removes footer nav block  *****/
div#navcontainer {
	display:none;
	width: 800px;
	float: left;
}

/****  catalogue.asp padding  ****/
.product {
	width: 800px;
	float: left;
	height: auto;
	padding: 30px 0px 30px 0px;
}

/****  catalogue_extras.asp padding  ****/
#extras {
	padding: 30px 0px 30px 0px;
	height: 400px;
	display: block;
	text-align: center;
	margin-left: 0px;
	margin-right: 0px;
}