﻿*
{
    margin: 0;
    padding: 0;
}
html, body
{
    margin: 0;
    padding: 0;
    height: 100%;
}
td
{
    margin: 0;
    padding: 0;
}
img
{
    border: 0px;
}
img, div, table, td, a { behavior: url(/App_Themes/Default/_css/iepngfix.htc); }
td.brands
{
    width: 820px;
    text-align: right;
    padding-right: 34px;
    vertical-align: bottom;
    padding: 0px;
    margin: 0px;
    height: 60px;
}
td.mainmenu
{
    height: 46px;
    text-align: right;
    vertical-align: middle;
    background-image: url('../_gfx/menu_bg.gif');
    background-repeat: repeat-x;
    background-position: top;
    padding: 0px;
    margin: 0px;
}
ul
    {
     margin-left:30px;   
    }    
table.content_table
{
    width: 807px;
    height: 406px;
    border: 0px;
    margin-top: 16px;
    margin-left: 23px;
    padding: 0px;
    margin: 0px;
}
td.close_but
{
    text-align: right;
    padding-right: 5px;
    height: 20px;
    vertical-align: bottom;
    width: 802px;
}
td.right_content
{
    height: 316px;
    width: 587px;
    vertical-align: middle;
    text-align: left;
    padding: 0px;
    margin: 0px;
}
td.footer
{
    width: 854px;
    height: 16px;
    padding-left: 24px;
    font-size: 11px;
    color: #ffffff;
}

#distance
{
    width: 1px;
    height: 50%;
    margin-bottom: -254.5px; /* half of container's height */
    float: left;
}

#container
{
    margin: 0 auto;
    position: relative; /* puts container in front of distance */
    text-align: left;
    width: 854px;
    height: 519px;
    clear: left;
}
td.home_right
{
    text-align: right;
    padding-right: 55px;
    float: right;
    vertical-align: middle;
}
td.home_left
{
    text-align: left;
    vertical-align: top;
}
A.footer
{
    color: #ffffff;
    text-decoration: none;
}
A.footer:hover
{
    color: #ffffff;
    text-decoration: underline;
}

p
{
    margin-bottom: 12px;
}

input.form
{
    font-family: Tahoma;
    font-size: 11px;
    color: #000000;
    width: 190px;
    height: 16px;
    background-image: url('../_gfx/input_bg.gif');
    background-repeat: repeat-x;
    background-position: top;
}
select.form
{
    font-family: Tahoma;
    font-size: 11px;
    color: #000000;
    width: 190px;
    height: 24px;
}
textarea.form
{
    font-family: Tahoma;
    font-size: 11px;
    color: #000000;
    width: 190px;
    height: 106px;
}
input.form_submit
{
    font-family: Tahoma;
    font-size: 11px;
    color: #000000;
    width: 176px;
    background-color: #C4D8F1;
    color: #102372;
    border-left: 1px #ADC7EA solid;
    border-top: 1px #ADC7EA solid;
    border-right: 1px #D6E4F5 solid;
    border-bottom: 1px #D6E4F5 solid;
    font-weight: bold;
    height: 20px;
}
#preview
{
    position: absolute;
    border: 1px solid #ccc;
    background: #333;
    padding: 5px;
    display: none;
    color: #fff;
    z-index: 10000;
}
