.print {
	display: block;
	width: 100%;
	text-align: center;
}

#wrapper { /* also holds the left "sliding" tab */
	text-align: left;
	margin: 5px auto; /* NN will put content out of scrollable reach if auto is used unless there's a min-width on body too*/
}
#contentwrapper {
	width: 100%;
	overflow: hidden;
	background: none;
	text-align:center;
}
#contentfloatholder {
	float: none;
	width: 100%;
	position: relative;
}
#contentfloatholder:after {
    content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
#center {
	float: none;
	width: 100%;
	margin-right:0;
}


#footerSuppliers {display: none;}
#footerSponsors {display: none;}







body {
	width: 640px; 
	min-width: 640px; 
	background: none;
	margin:15px;
}
#wrapper {
	width: 640px;
}
#centerpad {
	width: 100%;
}










#left {display: none;}
#right {display: none;}
#headnav {display: none;}
#center-top {display: none;}
#subheader {display: none;}
#superheader {display: none;}
#headimgs {display: none;}
#headnav {display: none;}

#centerpad {
	margin: 0px;
	padding: 0px;
}
#center-middle {
	margin: 0px auto;
	padding: 0px;
	width: 620px;
}
#header img {margin: 0;}
#footer #links {display: none;}
#footer #contact {
	margin: 0px;
	padding: 0px;
	width: 100%;
	background: none;
}
#footer #legal {
	margin: 0px;
	padding: 0px;
	width: 100%;
	background: none;
}
#headerwrapper {
	background: none;
	height: 164px;
}
#footer {
	background: none;
}
#legal {display: none;}

.product-info {
	clear: both;
}
.product-container {
	max-width:640px; 
}
.product-container .product-form {
	width:280px; 
	float:left;
	margin: 10px;
}
.product-container .product-contents {
	width: 260px;
	max-width: 260px;
	float:left;
	margin: 10px;
}
.product-container .product-thumbnail-set {
	width: 250px;
}
#orderform {display: none;}
.functionbuttons {display: none;}
h1 {clear:both;}

.product-container .product-form .product-price{
	clear: left;
}