html, body{
    margin: 0px; 
    padding: 0px;
    background-image: url(../images/backgroundtile_top.gif);
    background-repeat: repeat-x;
    background-color: #666666;
}

h1{
    margin-top: 20px;
    margin-bottom: 17px;
    line-height: 26px;
    color: #333333;
    font-family: verdana;
    font-size: 18pt;
    font-weight: normal;
    font-style: normal;
    word-spacing: -0.5px;
    
}

p{
    font-family: verdana;
    font-size: 9pt;
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
    color: #000000;
    line-height: 18px;
	margin-top: 1px;
}

input{
    font-family: verdana;
    font-size: 9pt;
    color: #000000;
    padding:2px;
    border-style: solid;
    border-width: 1px;
    border-color: #999999;
}

select{
    font-family: verdana;
    font-size: 9pt;
}

a.address:link,
a.address:visited,
a.address:active,
a.address:hover {
    color: #ffffff;
}

a.menu:link,
a.menu:visited,
a.menu:active,
a.menu:hover {
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
    color: #ffffff;
}

a.posts:link,
a.posts:visited,
a.posts:active,
a.posts:hover {
    
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
    color: #215FA6;
}

.menu_item{
    margin-left:24px;
    font-family: verdana;
    font-size: 9pt;
    color: #ffffff;
}

.main_table{
    position:relative; top:0px; 
}

.top_banner{
    height:104px;
    vertical-align: top;
}

.top_logo{
    position: relative; top: 21px; left:-2px;
    float: left;
}

.top_companies{
    margin: 0px; 
    padding: 0px;
    position: relative; left:295px;
    float: left;
}

.top_companies_background{
    width:120px;
    background-image: url(../images/top_companies_bg_middle.gif);
    background-repeat: repeat-x;
}

.main_table_background_left{
    width:33%;
    background-image: url(../images/backgroundtile_middle.gif);
    background-position: right 0px;
    background-repeat: repeat-x;
    background-color: #F8F8F9;
    text-align: right;
    vertical-align: top;
}

.main_table_background_left2{
    background-image: url(../images/backgroundtile_shadow_left1.gif);
    background-repeat: repeat-y;
    background-position: right;
    background-color: #F8F8F9;
}

.main_table_background_right{
    width:33%;
    background-image: url(../images/backgroundtile_middle.gif);
    background-position: left 0px;
    background-repeat: repeat-x;
    background-color: #F8F8F9;
    text-align: left;
    vertical-align: top;
}

.main_table_background_right2{
    background-image: url(../images/backgroundtile_shadow_right1.gif);
    background-repeat: repeat-y;
    background-position: left;
    background-color: #F8F8F9;
}

.content_table{
    width:798px;
    background-color: #ffffff;
    border-left-color: #000000;
    border-left-width: 1px;
    border-left-style: solid;
    border-right-color: #000000;
    border-right-width: 1px;
    border-right-style: solid;
    
}

.content_left{
    background-color:#E0E0E0;
    border-right-color: #ffffff;
    border-right-width: 4px;
    border-right-style: solid;
    border-left-color: #ffffff;
    border-left-width: 4px;
    border-left-style: solid;
    border-bottom-color: #ffffff;
    border-bottom-width: 4px;
    border-bottom-style: solid;
    width:248px;  
}

.content_right{
    background-image: url(../images/content_right_bg.gif);
    background-repeat: repeat-x;
    border-right-color: #ffffff;
    border-right-width: 4px;
    border-right-style: solid;
    vertical-align:top;
    padding-top:30px;
    padding-left:20px;
    padding-right:20px;
}

.content_fullwidth{
    background-image: url(../images/content_right_bg.gif);
    background-repeat: repeat-x;
    border-right-color: #ffffff;
    border-right-width: 4px;
    border-right-style: solid;
    border-left-color: #ffffff;
    border-left-width: 4px;
    border-left-style: solid;
    vertical-align:top;
    padding-top:20px;
    padding-left:20px;
    padding-right:20px;
    padding-bottom:20px;
}

.content_notify{
    font-size:16pt;
    line-height:17pt;
}

.posts_table{
    margin-top:0px;
    margin-left:75px;
    margin-right:20px;
    margin-bottom:20px;
}

.posts_manufacturer{
    position:relative; left:2px;
}

.post_table{
    width: 100%;
    margin-bottom:20px;
    font-family: verdana;
    font-size: 9pt;
}

.post_header{
    background-image: url(../images/post_header.gif);
    background-repeat: repeat-x;
    color:#303030;
    padding-top:8px;
    padding-right:8px;
    padding-bottom:8px;
    padding-left:8px;
}

.post_header_request{
    background-image: url(../images/post_header_request.gif);
    background-repeat: repeat-x;
    color:#ffffff;
    padding-top:8px;
    padding-bottom:8px;
    padding-left:8px;
    padding-right:8px;
}

.post_desc{
    background-color: #BDBDBD;
    border-bottom:1px;
    border-bottom-color:#6B6B6B;
    border-bottom-style: solid;
    color:#303030;
    padding-top:8px;
    padding-right:8px;
    padding-bottom:8px;
    padding-left:8px;
}

.post_desc_request{
    background-color: #DCDCDC;
    border-bottom:1px;
    border-bottom-color:#6B6B6B;
    border-bottom-style: solid;
    color:#303030;
    padding-top:8px;
    padding-bottom:8px;
    padding-left:8px;
}

.post_download{
    background-color: #BDBDBD;
    border-bottom:1px;
    border-bottom-color:#6B6B6B;
    border-bottom-style: solid;
    text-align: center;
    padding-top:5px;
}

.company_logo{
    text-align: center;
    padding-bottom:15px;
}

.form_field_desciption{
    text-align: right;
    width:275px;
    padding-right:20px;
    font-family: verdana;
    font-size: 9pt;
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
    color: #000000;
    line-height: 18px;
}

.form_field_desciption_error{
    text-align: right;
    width:275px;
    padding-right:20px;
    font-family: verdana;
    font-size: 9pt;
    text-decoration: none;
    font-weight: bold;
    font-style: normal;
    color: #ff0000;
    line-height: 18px;
}

.form_table{
    background-color: #F4F4F4;
    border:1px;
    border-color:#BABABA;
    border-style: solid;
    color:#303030;
    padding-top:0px;
    padding-bottom:0px;
    padding-left:18px;
    width:100%;
}

.menu_center{
    width:798px;
    height:27px;
    background-image: url(../images/menu_background.gif);
}

.btm_background{
    background-image: url(../images/backgroundtile_btm.gif);
    background-repeat: repeat-x;
    height:250px;
}

.btm_background_middle{
    background-image: url(../images/background_btm_middle.gif);
    background-repeat: no-repeat;
}

.btm_address{
    position:relative; top:21px; left:10px;
    width:450px;
    font-family: verdana;
    font-size: 7pt;
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
    color: #cccccc; 
    line-height: 10px;
}

