body {
    margin: 0px;
    padding: 0px;
    width: 100%;
    font-family: arial, sans-serif;
    font-size: 11px;
    line-height: 16px;
    color: #1b3e87;
    background-color: #013C8C;
}

table {
    border-top: 5px solid #ffffff;
    border-left: 5px solid #ffffff;
    border-bottom: 5px solid #ffffff;
}

table td,
table th {
    padding-left: 15px;
    border-right: 5px solid #ffffff;
    
}

table th {
    background-color: #edeff5;
}

table td {
    background-color: #CFD9E8;
}

ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

form {
    margin: 0px;
    padding: 0px;
}

img{
    border: none;
}

.center {
    text-align: center
}

.right {
    text-align: right;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.cr {
    clear: right;
}

.cl {
    clear: left;
}

.header {
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 8px;
}


#menu a:hover,
#contact a:hover,
#left_menu ul li a:hover,
#left_menu_bg ul li a:hover{
    color: #97BE0D;
}

#logo {
    float: left;
    display: inline;
    position: relative;
    z-index: 10;
    margin: 0px 0px -35px -45px;
    height: 177px;
    width: 206px;
}

input {
    vertical-align: -15%;
}

#contact {
    width: 642px;
    height: 20px;
    padding-top: 6px;
    margin-left: 84px;
}

#contact_info{
    float: left;
    padding-left: 25px;
    color: #97BE0D;
}

#contact a {
    font-size: 9px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
}

#wrapper {
    background-image: url('../images/background3.jpg');
    background-repeat: no-repeat;
    text-align: center;
    width: 873px;
    height: 751px;
    margin: 0px auto 0px auto; 
    padding-left: 117px;
}

#content {
    text-align: left;
}

#inner_content {
    position: relative; 
    float: left; 
    font-size: 12px;
    height: 371px; 
    width: 556px; 
    margin-left: 3px;
}

#content_text {
    padding-top: 4px;
    padding-right: 20px;
    padding-bottom: 3px;
    margin-top: 47px; 
    margin-left: 65px;
    width: 425px; 
    height: 267px; 
    overflow-y: auto;
    overflow-x: hidden;
}

#products_container {
    position: absolute; 
    z-index: 100; 
    width: 800px; 
    height: 300px; 
    top: 38px;
    left: -161px;
}

#flash_container {
    margin-top: 35px;
    margin-left: 36px;
}

#logo {
    float: left;
    display: inline;
    position: relative;
    z-index: 10;
    margin: 0px 0px -35px -45px;
    height: 177px;
    width: 206px;
}

#left_menu,
#left_menu_bg {
    float: left;
    _margin-left: -3px;
    position: relative;
    z-index: 0;
    display: inline;
    font-weight: bold;
    height: 371px;
    width: 167px;
}



#left_menu_bg {
    background-image: url('../images/left_menu/bg.png');
    background-repeat: no-repeat;
    /* IE6 Fix */ 
    _background-image: url('../images/left_menu/left_bg2.jpg');
}


#left_menu_bg ul {
    margin: 75px 0px 0px 10px;
    padding: 0px;
    list-style: none;
}

#left_menu_bg ul li {
    position: relative;
    cursor: pointer;
    height: 16px;
    line-height: 16px;
    font-weight: bold;
    margin: 0px 0px 24px 0px;
}

#left_menu_bg ul li a{
    color: #1b3e87;
    text-decoration: none;
}

#left_menu_bg ul li img {
    vertical-align: -25%;
}

#menu {
    position: relative;
    top: 88px;
    left: 120px;
    float: left;
    position: relative;
    height: 48px;
}

#menu a{
    color: #ffffff;
    text-decoration: none;
    padding-left: 30px;
}

#menu ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#menu ul li {
    cursor: pointer;
}

#menu ul li {
    float: left;
    position: relative;
    font-weight: bold;
    margin: 0px;
    padding-right: 28px;
}

#tips {
    width: 400px;
}

#tips ul{
    background-color: #CFD9E8;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: bold;
    padding-bottom: 20px;
}

#tips ul li{
    margin-left: 20px;
    list-style: decimal;
    padding-top: 7px;
}

#tips #header {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    font-weight: bold;
    font-size: 15px; 
    background-color: #ffffff;
}