Bookcases
Furniture
Special
Richmond with Flat-Panel Drawers
Among our most affordable bunkbeds, the Richmond line features an arched design with mission-style slats and matching guardrail. The Richmond has numerous options: storage drawers in two styles, or a trundle bed give you more storage or sleep space. Solid hardwood construction in four finishes, with two 14 piece slat kits, making it sturdy and durable.
The Richmond Bunkbed by Atlantic is made from Eco-Friendly, super-strong hardwood from rubber trees. As each tree reaches the end of its productive life, it is harvested for the wood, and a new, fast-growing rubber tree is planted in its place. You can feel good about your purchase of these fine bunk beds, knowing that they come from sustainably-harvested wood.
Twin/Twin Bunkbed with Drawers
Sturdy Arizona-style bunk bed with space-saving, Flat-Panel Drawers on casters. The Richmond Bunk Bed's arch and slat design gives
$773.00
function IsNumeric(sText,id) {
var ValidChars = "0123456789.";
var IsNumber=true;
var Char;
if(sText=='' || sText==null){
alert('Enter Quantity')
document.getElementById(id).value = '';
return false;
}
for (i = 0; i < sText.length && IsNumber == true; i++) {
Char = sText.charAt(i);
if (ValidChars.indexOf(Char) == -1) {
IsNumber = false;
}
}
if(IsNumber==false){
document.getElementById(id).value = '';
return false;
}else{
return true;
}
}
Twin/Twin Bunkbed with Drawers
Sturdy Arizona-style bunk bed with space-saving, Flat-Panel Drawers on casters. The Richmond Bunk Bed's arch and slat design gives
$773.00
function IsNumeric(sText,id) {
var ValidChars = "0123456789.";
var IsNumber=true;
var Char;
if(sText=='' || sText==null){
alert('Enter Quantity')
document.getElementById(id).value = '';
return false;
}
for (i = 0; i < sText.length && IsNumber == true; i++) {
Char = sText.charAt(i);
if (ValidChars.indexOf(Char) == -1) {
IsNumber = false;
}
}
if(IsNumber==false){
document.getElementById(id).value = '';
return false;
}else{
return true;
}
}



