
/********************************
 CSS rules common to entire site
*********************************/

.red { color: #d51c22; }

/***************
 Common Classes
****************/
.block
{
    display: block;
}

.inline
{
    display: inline;
}

.print-only
{
    display: none;
}

.float-l
{
    float: left;
    margin-right: 20px;
    margin-bottom: 65px;
}

.float-r
{
    float: right;
    margin-left: 10px;
    margin-top: 10px;
}

.right
{
    text-align: right;
}

hr.redline
{
    height: 3px;
    background-color: #e23123;
    border: none;
    margin: 0px 0px 30px 0px;
    padding: 0px;
}

.news-snippet
{
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.footernews strong a,
p.footernews a
{
    color: white;
}

.product-box
{
    float: right;
    margin: 20px 0px 0px 20px;
}

/***********
 Common IDs
************/
#wrap
{
    background: white;
    width: 950px;
    margin: 35px auto 0px auto;
    text-align: left;
}

#navigation
{
    float: right;
    margin: 0px;
    padding: 0px;
}

#navigation li
{
    float: left;
    font: normal 1.2em Optima, 'Tahoma', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    list-style: none;
    margin: 10px 0px 10px 20px;
}

#navigation li a:link,
#navigation li a:visited
{
    color: #333;
}

#navigation li a:hover
{
    color: #a4a4a4;
    text-decoration: none;
}

#navigation li a:link.selected,
#navigation li a:visited.selected
{
    color: #d51c22;
}

#thumbnails
{
    float: right;
    width: 200px;
    margin: 0px 0px 10px 10px;
}

#thumbnails img
{
    display: block;
    margin-top: 15px;
}

#logo
{
    clear: left;
}

#intro
{
    background: #333;
    color: white;
    height: 265px;
    margin-bottom: 30px;
}

#intro img
{
    float: right;
    margin-left: 20px;
}

#intro-text
{
    padding: 55px;
    line-height: 24px;
}

#intro-text h2
{
    margin: 0px;
}

#intro-text h2 a
{
    color: white;
}

#intro-text .news-snippet h2
{
    font: bold 14px Optima, 'Tahoma', sans-serif;
    float: left;
    margin: 3px 10px 0px 0px;
}

#intro-text p
{
    font: normal 14px Optima, 'Tahoma', sans-serif;
    margin: 0px 200px 0px 0px;
    line-height: 24px;
}

#intro-text .news-snippet
{
    border-bottom: none;
}

#page
{
    margin-top: 35px;
}

#page-content
{
    padding: 0px 250px 50px 50px;
}

#page-home td
{
    padding-right: 25px;
    width: 50%;
}

#footer
{
    clear: both;
    width: 950px;
    margin: 15px auto 0px auto;
    background: #333;
}

#footer a
{
    color: white;
}

#footer-snippets-wrap
{
    background: #e23123;
    padding: 20px 20px;
    color: white;
}

#footer-snippets-content
{
    width: 930px;
    margin: 0px auto 0px auto;
    text-align: left;
}

#footer-snippets-content h3
{
    color: white;
}

#footer-snippets-content td
{
    padding-right: 20px;
}

#footer-cert-wrap
{
    background: white;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 20px 20px;
    color: #333;
}

#footer-cert-content
{
    width: 950px;
    margin: 0px auto 0px auto;
    text-align: center;
    font-weight: bold;
}

#footer-admin-content
{
    width: 910px;
    margin: 0px auto 0px auto;
    padding: 20px 20px;
    text-align: left;
    color: #eee;
    font: normal 0.9em Optima, 'Verdana', sans-serif;
    text-transform: uppercase;
}

#admin-copyright
{
    float: right;
    text-align: right;
}

/**************
 CSS Rollovers
***************/
.rollover
{
    display: block;
    float: left;
    display: inline;
}

.rollover:hover
{
    visibility: visible;
}

.rollover img
{
    width: 100%;
    height: 100%;
    border: 0;
}

.rollover:hover img
{
    visibility: hidden;
}


/************************
 Element Defaults
 (Keep minimal, prefer
 classes and IDs instead)
*************************/

:focus
{
    outline: 0;
}

a:link, a:visited
{
    text-decoration: none;
    font-weight: bold;
    color: #e23123;
}

a:hover
{
    text-decoration: underline;
}

body
{
    background: white;
    color: black;
    font: normal 12px 'Verdana', 'Arial', 'sans-serif';
    margin: 0px;
    line-height: 1.6em;
}

h1, h2, h3, h4, h5, h6
{
    font-family: 'Optima', 'Trebuchet', 'sans-serif';
    text-transform: uppercase;
    margin: 0px;
}

h1, h2
{
    font-size: 1.5em;
}

h3
{
    color: #e23123;
    font-weight: normal;
    letter-spacing: 1px;
    font-size: 1.2em;
}

h4
{
    margin: 10px 0px -10px 0px;
}

hr
{
    height: 1px;
    background: #ccc;
    border: none;
    margin: 20px 0px;
}

img
{
    border: none;
    display: inline;
}

table
{
    border-collapse: collapse;
    border-spacing: 0px;
}

td
{
    vertical-align: top;
}

fieldset
{
    border: none;
    background: #f1f1f1;
    padding: 10px;
    margin: 10px 0px;
    border-bottom: 1px solid #d61d23;
}

