﻿body {
}

/*This CSS File is intended to contain positioning rules for specific pages */

/*Centers the contact form in the page: Pages/ContactCogent.aspx */
#ContactCogent_Wizard_Position
{
    width: 421px;
    vertical-align:text-top;    
    background-color: rgb(227,227,227);
    padding-left: 5px; 
    padding-right: 5px; 
    padding-top: 5px; 
    padding-bottom: 5px; 
    border: 1px dashed rgb(160,160,160);            
}

.invisible
{
    visibility: hidden;
    width: 0px;
    height: 0px;
    border: none; 
}

a .WhiteLinks
{
    color: white;
    text-decoration: none;
    font-weight: 500;
    border-bottom: 1px dotted white;
}

a:hover .WhiteLinks
{
    color: white;
    border-bottom: none;
    text-decoration: underline;
    font-weight: 500;  
}

img.productsimg
{
    float: left;
    padding-right: 8px;
}

h2.products
{
    
}

h3.products
{
    
}