body{
    margin:0;
    font-family:Arial, Helvetica, sans-serif;
    background:#f2f2f2;
    color:#333;
}

/* HEADER */
.header{
    background:#ffffff;
    border-bottom:1px solid #ddd;
}
.header-inner{
    max-width:960px;
    margin:0 auto;
    padding:20px 5px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    box-sizing:border-box;
}
.logo{
    display:flex;
    align-items:center;
    gap:15px;
}
.logo img{
    max-height:55px;
}
.usa-marker{
    max-height:45px;
}
.tagline{
    font-size:14px;
    color:#555;
}

/* MENU */
.menu{
    background:none;
    text-align:center;
    padding:20px 0;
    margin:10px 0;
}
.menu a{
    color:#000;
    text-decoration:none;
    font-size:14px;
    font-weight:bold;
    font-family:'Arial Black', Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    letter-spacing:2px;
    text-transform:uppercase;
    margin:0 18px;
}
.menu a:hover{
    text-decoration:underline;
}

/* SLIDER BOX */
.slider{
    background:#fff;
    border:1px solid #e0e0e0;
    max-width:960px;
    margin:30px auto;
    padding:30px;
    box-sizing:border-box;
}
.slider-top{
    display:flex;
    gap:30px;
}
.slider-left{
    flex:1;
}
.slider-right{
    width:300px;
    min-width:300px;
}
.slider-right img{
    width:100%;
    display:none;
}
.slider-right img.active{
    display:block;
}

/* FEATURES - BELOW SLIDER */
.features{
    display:flex;
    margin-top:30px;
    padding-top:20px;
    border-top:1px solid #eee;
}
.feature{
    width:33.33%;
}
.feature span{
    font-size:36px;
    color:#1a9fdb;
    font-weight:bold;
}

/* CONTENT BOX */
.container{
    max-width:960px;
    margin:30px auto;
    padding:0;
    box-sizing:border-box;
}
.info-box{
    background:#fff;
    border:1px solid #e0e0e0;
    border-radius:4px;
    padding:30px;
}
.paypal{
    text-align:center;
    margin-bottom:30px;
}

/* SEO CONTENT */
.seo-content{
    margin:30px 0;
    padding:25px;
    border:1px solid #eee;
    background:#fafafa;
    border-radius:4px;
}
.seo-content h2{
    margin-top:0;
    border-bottom:none;
    padding-bottom:0;
}
.seo-content img{
    max-width:100%;
    height:auto;
    margin:20px 0;
    border-radius:4px;
    box-shadow:0 2px 8px rgba(0,0,0,0.1);
}
.seo-content .img-center{
    display:block;
    margin:25px auto;
    max-width:600px;
}
.seo-content .img-right{
    float:right;
    margin:0 0 20px 25px;
    max-width:350px;
}
.seo-content .img-left{
    float:left;
    margin:0 25px 20px 0;
    max-width:350px;
}
.seo-content .clearfix{
    clear:both;
}

h2{
    border-bottom:1px solid #ddd;
    padding-bottom:6px;
    margin-top:40px;
}
ul{
    margin-left:20px;
}
li{
    margin-bottom:6px;
}

/* FOOTER */
.footer{
    text-align:center;
    font-size:13px;
    color:#777;
    margin:40px 0 20px;
}
.sitemap{
    max-width:960px;
    margin:0 auto 20px;
    padding:20px;
    font-size:12px;
    line-height:2.2;
}
.sitemap a{
    color:#555;
    text-decoration:none;
    margin:0 8px;
}
.sitemap a:hover{
    text-decoration:underline;
}
