﻿/*
Blue    -   #007ACC
Purple  -   #5100CC
Red     -   #CC0A0A
Orange  -   #CC4E00
Yellow  -   #CCC204
Green   -   #35CC0C
White   -   #FFFFFF
Lt Grey -   #BABABA
Dk Grey -   #454545
Black   -   #000000
*/

body
{
    background-image: url('../images/bg_grad.png');
    background-repeat: repeat-x;
    background-position: left 120px;
    background-color: #FFFFFF;
}
a, a:visited
{
    text-decoration: none;
    color: #007ACC;
}
a:hover, a:active
{    
    color: #CC0A0A;
}

dt
{
    font-weight: bold;
    font-variant: small-caps;
}

dd
{
    font-size: 12px;
    line-height: 1.5;
    padding: 10px;
    text-align: justify;
}

.header img
{
    padding: 11px 0 0 0;
}
.header_menu ul
{
    float: right;
    padding: 75px 0 0 0;
    list-style-type: none;
    text-align: center;
}
.header_menu ul li
{
    float: left;
    border-right: solid 2px #007ACC;
    padding: 0 16px 0 16px;
    font-variant: small-caps;
}
.header_menu ul li.last
{
    border-right: none;
    padding-right: 0;
}
.flash
{
    height: 450px;
    width: 960px;    
}
.navbar
{
    margin-top: 1px;
    height: 40px;
    background-image: url('../images/bg_navbar.png');
    background-repeat: repeat-x;
}
.navbar ul
{   
    list-style-type: none;
    text-align: center;
}
.navbar ul li
{
    margin: 8px 20px 0 0;
    display: block;
    float: left;
    width: 220px;
    text-align: center;
    font-weight: bold;    
    font-size: 11px;
    font-variant: small-caps;
}

.navbar ul li.last
{
    margin: 8px 0 0 0;
}

.navbar ul a
{
    color: #FFF;
}

.navbar ul a:hover
{
    color: #CC0A0A;
    text-decoration: none;
}

.content_top
{
    margin-top: 10px; 
    background-image: url('../images/cont_top.png');
    height: 10px;    
}

.content_bottom
{
    margin-bottom: 20px; 
    background-image: url('../images/cont_bottom.png');
    height: 10px;
}

.content-middle
{
    height: 100%; 
    background-image: url('../images/bg_cont.png');
    background-repeat: repeat-y;
}

.content-middle ul li
{
    list-style-position: inside;
}

.product_list
{
    list-style-type: none;
}

.product_list li
{
    display: inline; 
    float: left;
    width: 400px;
}


.content h3
{
    padding-top: 20px;
    letter-spacing: 5px;
}

.pagetitle
{
    padding: 20px 60px 10px 60px; 
    border-bottom: dotted 1px #000; 
    font-size: x-large;
    letter-spacing: 8px; 
    font-family: Verdana, Tahoma, Arial; 
    font-variant: small-caps;
    font-weight: bold;
}

.sidebar
{
        border-left: dotted 1px #BABABA;
        padding: 0 0 0 9px; 
        margin-left: -1px;   
}

.sidebar h2
{    
    font-size: larger; 
    letter-spacing: 4px;   
    font-family: Verdana, Tahoma, Arial; 
    font-variant: small-caps;    
    font-weight: bold;
    border-bottom: dotted 1px #BABABA;
}

.sidebar a
{
    display:block;
    padding: 0 10px 20px 10px;    
    margin: 10px 0 0 0;    
    
}

.pic_header
{
    background-image: url('../images/bg_cont_header.png');
    background-position: left 10px; 
    background-repeat: no-repeat;
}
.footer
{
    height: 100px;
    background-image: url('../images/bg_footer.png');
    background-repeat: repeat-x;    
    text-align: center;
    color: #fff;
    padding: 10px 0 0 0;
    font-size: 11px;
    line-height: 22px;
}

.footer a
{
    padding: 0 10px 0 10px;
    color: #FFF;
    font-variant: small-caps;
}

.footer a:hover
{
    color: #CC0A0A;
    text-decoration: none;
}