hr, 
#header, 
#guide, 
#footer ul {
	display: none;
}


/*---------catalogue print version tweaks-----------*/
ul.paging_nav,
#other_views,
a.button.back,
.magnify,
ul.present_view li,
ul.panel_ref,
ul li.detail,
#related_products,
ul li.printproductinfo {/*hide extra views*/
	display: none;
}

/*no border on image*/
ul.present_view li a img{
	border: 0;
	}
#overview {
	float: left;
	clear: both;
	}
#product_view {
	clear: both;
	float: left;
	}
/*show currently selected view only*/

ul.present_view li.selected {
	display: block;
	border: 0;
	float: left;
}
#product_page #product ul {
list-style-type:none;
}

product_description,
#product_information {
	float: left;
	clear: both;
	width: 100%;
	}

/*---------------------------------------------------*/

/*
* Global */

* { margin: 0; padding: 0; }

body, select {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.65em;
}

#master {	
	float: left;
	width: 100%;
}

#heading {
	position: relative;
	height: 35px;
	clear: both;
	float: left;
}

#middle {
	clear: both;
	float: left;
	width: 100%;

}

#content {
	position: relative;
}

#content h3{
	margin: 20px 0 5px 0;
}
#content h4{
		margin: 10px 0 5px 0;
		}

#footer {
	border-top: 1px solid;
	float: left;
	clear: both;
	padding-top: 25px;
	font-size: 90%;
	width: 100%;
}


#footer #phone {
	clear: both;
	float: left;
	margin: 10px 0;
}

#footer #copyright {
	margin: 0;
	float: left;
	clear: both;
	position:relative;
	bottom:7px;
}

#footer > #copyright {
	margin: 10px 0 0 0;
	position:static;
}


