(518) 750-4581
sales@premiermetalsupply.com
1597 State Route 38, Moravia NY 13118

HTML

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Complete Building Kit Specifications</title>
    <style>
        body {
            font-family: Arial, sans-serif;
            margin: 40px;
            background-color: #f5f5f5;
            color: #333333;
        }
        .container {
            background-color: #ffffff;
            padding: 30px;
            border-radius: 10px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        }
        header {
            text-align: center;
            padding-bottom: 20px;
            border-bottom: 2px solid #2E86C1;
        }
        header h1 {
            color: #2E86C1;
            margin-bottom: 10px;
        }
        header p {
            color: #555555;
            font-size: 1.1em;
        }
        section {
            margin-top: 30px;
        }
        h2 {
            color: #2E86C1;
            border-bottom: 2px solid #2E86C1;
            padding-bottom: 5px;
            margin-bottom: 15px;
        }
        .specs, .siding, .door-window, .total-price {
            background-color: #E8F4FD;
            padding: 15px;
            border-radius: 8px;
            margin-bottom: 20px;
        }
        table {
            width: 100%;
            border-collapse: collapse;
            margin-top: 10px;
        }
        th, td {
            border: 1px solid #2E86C1;
            padding: 12px;
            text-align: left;
        }
        th {
            background-color: #2E86C1;
            color: #ffffff;
        }
        .total-price {
            background-color: #D4EDDA;
            border: 1px solid #28A745;
            color: #155724;
            text-align: center;
            font-size: 1.2em;
            font-weight: bold;
        }
        footer {
            text-align: center;
            margin-top: 40px;
            color: #888888;
            font-size: 0.9em;
        }
    </style>
</head>
<body>
    <div class="container">
        <header>
            <h1>Complete Building Kit</h1>
            <p>Dimensions: 60'W x 100'L x 16'H</p>
        </header>

        <section class="specs">
            <h2>Building Specifications</h2>
            <table>
                <tr>
                    <th>Feature</th>
                    <th>Details</th>
                </tr>
                <tr>
                    <td>Trusses</td>
                    <td>60' Pre-engineered Wood Trusses 4' over Standard Bottom Chord</td>
                </tr>
                <tr>
                    <td>Overhang</td>
                    <td>1' Overhang with Metal Soffit 12" Vented</td>
                </tr>
                <tr>
                    <td>Post Hole</td>
                    <td>4' D X 1' 4" W with 15" Precast Concrete Cookie</td>
                </tr>
                <tr>
                    <td>Posts</td>
                    <td>3 Ply 2x6 Lam. Post (Eaves 8' O.C.) (Gables 8' O.C.)</td>
                </tr>
                <tr>
                    <td>Truss Carrier</td>
                    <td>SYP 2x12 Quadruple Truss Carrier</td>
                </tr>
                <tr>
                    <td>Roof Purlins</td>
                    <td>Flat 2x4 SPF 2' O.C. Roof Purlins and 2x4 SPF</td>
                </tr>
                <tr>
                    <td>Wall Girts</td>
                    <td>2' O.C. Wall Girts</td>
                </tr>
                <tr>
                    <td>Skirtboard</td>
                    <td>Treated 2x8 Skirtboard</td>
                </tr>
            </table>
        </section>

        <section class="siding">
            <h2>Siding and Roof</h2>
            <ul>
                <li><strong>Roof:</strong> Burnished Slate Ag Rib 29 Ga Roof</li>
                <li><strong>Ridge Cap:</strong> Vented Ridge Cap 14" Wide+</li>
                <li><strong>Walls:</strong> Ash Gray Ag Rib 29 Ga Walls</li>
                <li><strong>Wainscot:</strong> Burnished Slate Ag Rib 29 Ga Wainscot</li>
                <li><strong>Siding Trim:</strong> Burnished Slate Siding Trim</li>
            </ul>
        </section>

        <section class="door-window">
            <h2>Door, Window, and Cupola Detail</h2>
            <table>
                <tr>
                    <th>Component</th>
                    <th>Details</th>
                </tr>
                <tr>
                    <td>Front Door</td>
                    <td>2 - 14x12 C.H.I. 2283 Series<br>Door Track--12" Standard Radius<br>Operator--Not Included</td>
                </tr>
                <tr>
                    <td>Right Door</td>
                    <td>1 - 36" Plyco 9lite RH Inswing<br>Doorknob</td>
                </tr>
                <tr>
                    <td>Back Door</td>
                    <td>1 - 36" Plyco Universal<br>Doorknob</td>
                </tr>
                <tr>
                    <td>Windows (Left)</td>
                    <td>3 - 36" x 48" Double Hung Window</td>
                </tr>
                <tr>
                    <td>Windows (Right)</td>
                    <td>2 - 36" x 48" Double Hung Window</td>
                </tr>
            </table>
        </section>

        <section class="total-price">
            TOTAL PRICE: <span style="color: #28A745;">$57,265.74</span>
        </section>

        <footer>
            <p>&copy; 2024 Your Company Name. All rights reserved.</p>
        </footer>
    </div>
</body>
</html>
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Complete Building Kit Specifications</title>
    <style>
        body {
            font-family: Arial, sans-serif;
            margin: 40px;
            background-color: #f5f5f5;
            color: #333333;
        }
        .container {
            background-color: #ffffff;
            padding: 30px;
            border-radius: 10px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        }
        header {
            text-align: center;
            padding-bottom: 20px;
            border-bottom: 2px solid #2E86C1;
        }
        header h1 {
            color: #2E86C1;
            margin-bottom: 10px;
        }
        header p {
            color: #555555;
            font-size: 1.1em;
        }
        section {
            margin-top: 30px;
        }
        h2 {
            color: #2E86C1;
            border-bottom: 2px solid #2E86C1;
            padding-bottom: 5px;
            margin-bottom: 15px;
        }
        .specs, .siding, .door-window, .total-price {
            background-color: #E8F4FD;
            padding: 15px;
            border-radius: 8px;
            margin-bottom: 20px;
        }
        table {
            width: 100%;
            border-collapse: collapse;
            margin-top: 10px;
        }
        th, td {
            border: 1px solid #2E86C1;
            padding: 12px;
            text-align: left;
        }
        th {
            background-color: #2E86C1;
            color: #ffffff;
        }
        .total-price {
            background-color: #D4EDDA;
            border: 1px solid #28A745;
            color: #155724;
            text-align: center;
            font-size: 1.2em;
            font-weight: bold;
        }
        footer {
            text-align: center;
            margin-top: 40px;
            color: #888888;
            font-size: 0.9em;
        }
    </style>
</head>
<body>
    <div class="container">
        <header>
            <h1>Complete Building Kit</h1>
            <p>Dimensions: 60'W x 100'L x 16'H</p>
        </header>

        <section class="specs">
            <h2>Building Specifications</h2>
            <table>
                <tr>
                    <th>Feature</th>
                    <th>Details</th>
                </tr>
                <tr>
                    <td>Trusses</td>
                    <td>60' Pre-engineered Wood Trusses 4' over Standard Bottom Chord</td>
                </tr>
                <tr>
                    <td>Overhang</td>
                    <td>1' Overhang with Metal Soffit 12" Vented</td>
                </tr>
                <tr>
                    <td>Post Hole</td>
                    <td>4' D X 1' 4" W with 15" Precast Concrete Cookie</td>
                </tr>
                <tr>
                    <td>Posts</td>
                    <td>3 Ply 2x6 Lam. Post (Eaves 8' O.C.) (Gables 8' O.C.)</td>
                </tr>
                <tr>
                    <td>Truss Carrier</td>
                    <td>SYP 2x12 Quadruple Truss Carrier</td>
                </tr>
                <tr>
                    <td>Roof Purlins</td>
                    <td>Flat 2x4 SPF 2' O.C. Roof Purlins and 2x4 SPF</td>
                </tr>
                <tr>
                    <td>Wall Girts</td>
                    <td>2' O.C. Wall Girts</td>
                </tr>
                <tr>
                    <td>Skirtboard</td>
                    <td>Treated 2x8 Skirtboard</td>
                </tr>
            </table>
        </section>

        <section class="siding">
            <h2>Siding and Roof</h2>
            <ul>
                <li><strong>Roof:</strong> Burnished Slate Ag Rib 29 Ga Roof</li>
                <li><strong>Ridge Cap:</strong> Vented Ridge Cap 14" Wide+</li>
                <li><strong>Walls:</strong> Ash Gray Ag Rib 29 Ga Walls</li>
                <li><strong>Wainscot:</strong> Burnished Slate Ag Rib 29 Ga Wainscot</li>
                <li><strong>Siding Trim:</strong> Burnished Slate Siding Trim</li>
            </ul>
        </section>

        <section class="door-window">
            <h2>Door, Window, and Cupola Detail</h2>
            <table>
                <tr>
                    <th>Component</th>
                    <th>Details</th>
                </tr>
                <tr>
                    <td>Front Door</td>
                    <td>2 - 14x12 C.H.I. 2283 Series<br>Door Track--12" Standard Radius<br>Operator--Not Included</td>
                </tr>
                <tr>
                    <td>Right Door</td>
                    <td>1 - 36" Plyco 9lite RH Inswing<br>Doorknob</td>
                </tr>
                <tr>
                    <td>Back Door</td>
                    <td>1 - 36" Plyco Universal<br>Doorknob</td>
                </tr>
                <tr>
                    <td>Windows (Left)</td>
                    <td>3 - 36" x 48" Double Hung Window</td>
                </tr>
                <tr>
                    <td>Windows (Right)</td>
                    <td>2 - 36" x 48" Double Hung Window</td>
                </tr>
            </table>
        </section>

        <section class="total-price">
            TOTAL PRICE: <span style="color: #28A745;">$57,265.74</span>
        </section>

        <footer>
            <p>&copy; 2024 Your Company Name. All rights reserved.</p>
        </footer>
    </div>
</body>
</html>