Phone: (970) 267-6500

Reserve To Guarantee Availability

Store Location

1550 Riverside Ave, Fort Collins

Delivery Pickup

Fort Collins, Loveland, Timnath, Greeley and Northern Colorado.

Rental Inventory

/* Bold Parent Categories in Sidebar */
.widget_product_categories ul.product-categories > li > a {
    font-weight: 800 !important;
    font-size: 110%; /* Makes them slightly larger too */
    text-transform: uppercase; /* Optional: makes them ALL CAPS for extra punch */
}

/* Keep Sub-Categories Normal */
.widget_product_categories ul.product-categories ul.children li a {
    font-weight: 400 !important;
    text-transform: none;
    font-size: 90%;
}