@charset "utf-8";
/* CSS Document */

html, body {
    background:#000033 url(../images/bg_site.jpg) repeat-x top;
    color: #444;
    font:normal 14px Arial, Helvetica, sans-serif;
    margin:0;
    padding:0;
    line-height: 1.4em;
}
body {
    background:url(../images/bg_body.jpg) repeat-x top left;
}
form, img {
    margin:0;
    padding:0;
    border:none;
}
a {
    text-decoration:none;
    color:#013e6b;
}
a:hover {
    color:#013e66;
}
h1 {
    margin:0;
    padding: 0 0 25px 0;
    font:normal 30px Georgia, Georgia, "Times New Roman", Times, serif;
    color:#013e6b;
}
h2 {
    font: bold 14px Arial, Helvetica, sans-serif;
    margin:0;
    padding:0 0 15px 0;
    line-height: 1.2em;
}
h3 {
    font:normal 24px Georgia, Georgia, "Times New Roman", Times, serif;
    margin:0;
    padding:0 0 10px 0;
    color:#013e6b;
}
h4 {
    font: normal 16px Georgia, Georgia, "Times New Roman", Times, serif;
    margin:0;
    padding:0 0 15px 0;
    line-height: 1.2em;
}
p {
    margin:0 0 10px;
}
ol {
    margin:0 0 10px;
}
ul {
    margin:0 0 10px 0;
    padding:0;
}
table {
    border-collapse:collapse;
}
td {
    padding:0;
}
.page {
    width:900px;
    margin:auto;
    padding:0;
}
.c-both {
    clear:both;
    font-size:0;
    line-height:0;
    height:0;
}
/*---- begin clearfix ----*/

.clearfix:after {
    content:".";
    display:block;
    clear:both;
    visibility:hidden;
    line-height:0;
    height:0;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}
/*---- begin clearfix ----*/



/*=============  BEGIN HEADER  ===============*/

.header {
    background:#000033;
    height:88px;
}
.header h1.logo {
    float:left;
    margin:0;
    padding:5px 0 0 35px;
}
.header h1.logo a {
    background:url(../images/logo.gif) no-repeat;
    display:block;
    overflow:hidden;
    text-indent:-5000px;
    width:353px;
    height:73px;
}

.header ul {
    margin:0;
    padding:0;
    list-style:none;
    float:right;
}
.header li {
    float:left;
}

/* main menu */

.header .main_menu {
}
.header .main_menu li {
}
.header .main_menu li a {
    display:block;
    height:88px;
    overflow:hidden;
    text-indent:-5000px;
}
.header .main_menu li.menu_1 a {
    background:url(../images/menu_1.jpg) no-repeat top;
    width:80px;
}
.header .main_menu li.menu_2 a {
    background:url(../images/menu_2.jpg) no-repeat top;
    width:100px;
}
.header .main_menu li.menu_3 a {
    background:url(../images/menu_3.jpg) no-repeat top;
    width:70px;
}
.header .main_menu li.menu_4 a {
    background:url(../images/menu_4.jpg) no-repeat top;
    width:137px;
}
.header .main_menu li.menu_5 a {
    background:url(../images/menu_5.jpg) no-repeat top;
    width:108px;
}
.header .main_menu li a:hover, .header .main_menu li.active a {
    background-position:bottom;
}
/*=============  END HEADER  ===============*/


/*=============  BEGIN CONTENT  ===============*/

.content {
    background:#f9f9f9;
    padding:0;
}
/* begin home page */

.main_flash {
    width:900px;
    height:509px;
    background: url(../images/flash.jpg) no-repeat 0 0;

}
.inline_list li {
    display: block;
    float: left;
    padding: 5px;
    word-wrap: break-word;
    width: 110px;
}

/* end home page */


/*---  begin Buttons  ---*/

.btn_submit {
    background:url(../images/btns/btn_submit.gif) no-repeat top;
    height:24px;
    width:67px;
    text-indent:-5000px;
    overflow:hidden;
    display:block;
    cursor:pointer;
}
.btn_cancel {
    background:url(../images/btns/btn_cancel.gif) no-repeat top;
    height:25px;
    width:77px;
    float:left;
    text-indent:-5000px;
    cursor:pointer;
    margin:0 0 15px 5px;
}

.btn_fleet {
    background:url(../images//btn_fleet.png) no-repeat top left;
    height:31px;
    width:156px;
    text-indent:-5000px;
    display:block;
    margin: 0 0 0 40px;
}

.btn_submit:hover, .btn_cancel:hover, .btn_fleet:hover  {
    background-position : left bottom;
}
/*---  end Buttons  ---*/



/*---  begin left side  ---*/

.cont_left {
    float:left;
    width:530px;
    padding:40px 80px 100px 40px;
}
/*---  end left side  ---*/



/*---  begin right side  ---*/

.cont_right {
    float:right;
    width:250px;
    padding:0;
    padding-bottom: 50px;
}
.cont_right h2 {
    padding-bottom: 8px;
}
.cont_right li{
    border-bottom: 1px solid #cbcfd7;
    padding: 0 0 6px 0;
    margin: 0 20px 10px 0;
    list-style: none;}
/*---  end right side  ---*/





/*---  begin fleet table  ---*/

.grid {
padding: 0 30px 10px 30px;
}
.grid table {
    width: 100%;
    font-size: 12px;
}

.grid table td {
    text-align:left;
    padding:5px 10px;
    border-right:solid 1px #ccc;
    width: 146px;
    word-wrap: break-word;
}
.grid table .tr0 td {
    background:#e0e0e0;
}
.th_data_grid, .tt_data_grid {
    font-weight:bold;
    border-left: none;
}
.grid .tt_data_grid td{
font-size: 14px;
border-right: none;
}
.table_delimetr{
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom:solid 1px #ccc;
}
.bottom_data_grid {
    color:#898989;
    height:30px;
    background:url(../images/bg_bottom.gif) repeat-x top;
    padding:7px 0 0;
}

/*---  end fleet table  ---*/

/*---  team node  ---*/

.team_member {
    width: 50%;
    text-align:left;
    float: left;
    border-bottom: #cbcfd7;
}


/*---  end team node  ---*/

/*=============  END CONTENT  ===============*/







/*=============  BEGIN FOOTER  ===============*/

.footer {
    background:#3c404c;
    font:normal 11px/20px Arial, Helvetica, sans-serif;
    padding:20px;
    color:#fff;
    height: 40px;
}

.footer .design {
    float:right;
    padding:0 6px 0 0;
    text-align: right;
}
.footer .design a {
    color: #fff;
    text-decoration: none;
}
.footer .copy {
    padding:0 0 0 6px;
}
/*=============  END FOOTER  ===============*/







