html, body {
 margin: 0;
 padding: 0;
 font-family: Arial;
 font-size: 12px;
 min-width: 1000px;
 width: expression(((document.documentElement.clientWidth ||  document.body.clientWidth) < 1000) ? "1000px" : "100%");
 background: url('../i/trucks_bg.jpg') left 155px repeat-x;
 color: #353535;
 z-index: 1;
}
form {
 margin: 0;
 padding: 0;
}
a {
 color: #0068b8;
 text-decoration: underline;
}
a:hover {
 color: #e10101;
}
img {
 border: none;
}
h1 {
 font-weight: normal;
 font-size: 35px;
}
h2 {
 font-weight: normal;
 font-size: 30px;
}
h3 {
 font-size: 26px;
 font-weight: normal;
 margin: 18px 0;
}
h4 {
 width: 85%;
 display: block;
 color: #b1b1b1;
 margin: 10px auto;
 font-size: 18px;
 font-weight: normal;
}
h2 i {
 font-weight: bold;
}
.gold {
 color: #ffa100;
}
.blue {
 color: #419dcd;
}
.green {
 color: #48b400;
}
#body {
 width: 1000px;
 margin: 0 auto;
 border: 1pxs solid #f00;
}

#header {
 width: 1000px;
 margin: 0 auto;
 position: relative;
 height: 155px;
}
#footer_container {
 background: url('../i/footer_bg.jpg') center top repeat-x;
}
#footer {
 width: 790px;
 margin: 30px auto 0;
 height: 137px;
 padding: 17px 0 0 0;
}
#main_part{
 width: 800px;
 margin: 0 auto;
}
#other_models_menu {
 position: absolute;
 top: 22px;
 right: 13px;
 background: #f4f0cb;
 border: 1px solid #f9f6e0;
 z-index: 2;
}
.other_models_menu_undropped {
 width: 110px;
}
.other_models_menu_dropped {
 width: 320px;
}
#other_models_menu .main_link {
 float: right;
 background: #f4f0cb url('../i/arrow_bottom.jpg') right center no-repeat;
 margin: 0px 5px 0px 0px;
 cursor: hand;
}
#other_models_menu .dropped {
 background: #f4f0cb url('../i/arrow_top.jpg') right center no-repeat;
}
#other_models_menu .main_link a {
 margin: 5px 10px 5px 5px;
 display: block;
 color: #ff5a00;
 font-weight: bold;
 text-decoration: none;
 border-bottom: 1px dashed #ff5a00;
}
#other_models_menu table td{
 vertical-align: top;
 padding: 5px 5px 10px;
 width: 100%;
}
#other_models_menu table a{
 display: block;
 text-decoration: underline;
 color: #6cb1cd;
 font-weight: bold;
}
#broker_logo {
 float: left;
 padding-left: 84px;
 padding-top: 31px;
}
.unvisible {
 display: none;
}
#trucks {
 height: 443px;
 background: url('../i/trucks_bg.jpg');
}
.truck_left, .truck_center, .truck_right {
 height: 443px;
/* position: relative;*/
}
.head_button {
 display: block;
 height: 20px;
 background-repeat: no-repeat;
 text-decoration: none;
}
.credit_head_button {
 background-image: url('../i/credit_but.jpg');
 width: 72px;
}
.leasing_head_button {
 background-image: url('../i/leasing_but.jpg');
 width: 73px;
}
.strah_head_button {
 background-image: url('../i/strah_but.jpg');
 width: 116px;
}
.strah_head_button:hover {
 background-image: url('../i/strah_buth.jpg');
}
.credit_head_button:hover {
 background-image: url('../i/credit_buth.jpg');
}
.leasing_head_button:hover {
 background-image: url('../i/leasing_buth.jpg');
}
.head_button b {	
 visibility: hidden;
}
.truck_left  .head_button{
 background-position: -5px top;
}
.truck_center .head_button {
 margin: 0 auto;
 background-position: center top;
}
.truck_right .head_button {
 display: block;
 margin: 0 0 0 auto;
 background-position: 5px top;
}
.center {
 text-align: center;
}
.buttons3 {
 float: right;
 padding: 25px 0 40px 40px;
}
.buttons3 a{
 display: block;
 margin: 4px;
}
.typelist {
 width: 90%;
 color: #454545;
 margin-top: 20px;
}
.typelist .caption td {
 font-weight: bold;
}

#footer #copyright {
  float: left;

}
#footer #menu_footer {
 float: left; 
 padding-left: 120px;
}
#footer #menu_footer ul {
 margin: 0;
 padding: 0;
}
#footer #menu_footer ul li {
 list-style-type: none;
 line-height: 20px;
}
#footer .phones {
 float: right;
 line-height: 20px;
}
#footer .towns {
 float: right;
 text-align: right;
 padding-right: 10px;
 font-weight: bold;
 line-height: 20px;
}
.submit_query {
 width: 181px;
 height: 35px;
 display: block;
 margin: 0 auto;
 text-decoration: none;
}
.submit_query b{
 visibility: hidden;
}
.yellow_submit_query {
 background: url('../i/submit_leasing.jpg') left top no-repeat;
}
.blue_submit_query {
 background: url('../i/submit_credit.jpg') left top no-repeat;
}
.green_submit_query {
 background: url('../i/submit_strah.jpg') left top no-repeat;
}
.yellow_submit_query:hover {
 background: url('../i/submit_leasingh.jpg') left top no-repeat;
}
.blue_submit_query:hover {
 background: url('../i/submit_credith.jpg') left top no-repeat;
}
.green_submit_query:hover {
 background: url('../i/submit_strahh.jpg') left top no-repeat;
}







/* jqModal base Styling courtesy of;
  Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
  the Window's z-index value will be set to 3000 by default (in jqModal.js). You
  can change this value by either;
    a) supplying one via CSS
    b) passing the "zIndex" parameter. E.g.  (window).jqm({zIndex: 500}); */
  
.jqmWindow {
    display: none;
    
    position: absolute;
    top: 20px;
    left: 50%;
    margin-left: -380px;
    width: 760px;
    color: #333;
	z-index: 4;
}

.jqmOverlay { background-color: #000; }

.jqmClose {
 text-align: right;
 position: absolute;
 top: 10px;
 right: 10px;
 background: url('../i/close.jpg') right top no-repeat;
 width: 25px;
 height: 24px;
 display: block;
 text-decoration: none;
}
.jqmClose:hover {
 background: url('../i/close_hover.jpg') right top no-repeat;
}
.jqmClose b{
 visibility: hidden;
}
.win_bg_top {
 width: 760px;
 background: url('../i/win_bg_top.gif') left top no-repeat;
 height: 21px
}
.win_bg_bottom {
 width: 760px;
 background: url('../i/win_bg_bottom.gif') left top no-repeat;
 height: 21px;
 padding-bottom: 10px;
}
.win_bg {
 background: #fff;
 padding: 0 15px 15px; 
 border: 1px solid #fff;
}
.win_bg table {
 width: 80%;
 margin: 0 auto;
}
.win_bg td {
 font-size: 12px;
 vertical-align: top;
}
.win_bg table .caption {
 width: 50%;
 font-size: 14px;
 font-weight: bold;
}
.inp90 {
 width: 90%;
}
.inp50 {
 width: 50%;
}
.inp25 {
 width: 25%;
}
textarea {
 width: 90%; 
}
.subm {
 margin: 7px 0;
}.LV_valid_field { /*border: 1px solid #44ff44;*/}.LV_invalid_field { border: 1px solid #ff0000;}.LV_valid { display: none;}.LV_invalid { display: block;}