﻿@charset "utf-8";
/* CSS Document */
/* --------------------- 
STYLES DIRECTORY:
    01. HIDE
    02. RESET
    03. MISCELLANEOUS
--------------------- */
/* ---------- 01. HIDE ---------- */
.topNav, .mainNav, .columnWrapper .featureWrapper, .leftColumn, .hero, .footerLeft, .pharming, .geoTrust {
    display:none;
}

/* ---------- 02. RESET ---------- */
html, body, .wrapper, .header, .columnWrapper, .featureWrapper, .featureBox, .rightColumn, .content, 
.footer, .footerRight, .footerLogos, .copyright {
    position: static;
    float: none;
    clear: both;
    display: block;
    width: 98% ;
    height: auto;
    padding: 0 ;
    margin: 5px;
    background: none;
    color: #000;
    text-align: left;
    border:none;
}

/* ---------- 03. MISCELLANEOUS ---------- */ 