﻿body {

    
    font-family:Calibri;
    font-size:18px;
    margin:0px;
background: #6393c1; /* Old browsers */
background: -moz-linear-gradient(top,  #6393c1 0%, #cfe7fa 99%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6393c1), color-stop(99%,#cfe7fa)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #6393c1 0%,#cfe7fa 99%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #6393c1 0%,#cfe7fa 99%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #6393c1 0%,#cfe7fa 99%); /* IE10+ */
background: linear-gradient(to bottom,  #6393c1 0%,#cfe7fa 99%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6393c1', endColorstr='#cfe7fa',GradientType=0 ); /* IE6-9 */
}
.wrapper
{
    margin: 0 auto 0 auto;
    width:1000px;
   
    background-color:#fff;

}
.logo 
{
    background-image:url("images/RNTLogo.png");
    width:424px;
    height:126px;
    float:left;
    margin-top:20px;
    margin-left:20px;
}
.slideheader 
{
    
    width:1000px;
    height:424px;
    float:left;
    z-index:1;
    position:relative;
    
}
.navi {
    background-image:url("images/navi_block.png");
    width:660px;
    height:130px;
    float:left;
    margin-top:-70px;
    margin-left:53px;
    z-index:0;
    position:relative;
}

.navi_boxShadow
{
    background-image:url("images/Navi_boxShadow.png");
    width:1000px;
    height:517px;
    position:relative;
    z-index:-1;
    margin-top:-350px;
    float:left;
}
.socialnetworks{
    margin-right:10px;
    float:right;
    margin-top:10px;
}

.line {
    background-color: #2780cd;
    height: 2px;
}

.Grayline {
    background-color: #e0e0e0;
    height: 2px;
}

.Sequre {
    height: 50px;
    width:50px;
    background-color: #2780cd;
    color:#fff;
    text-align:center;
    font-size:22px;
    }
.products{background-image:url("images/products_NaviItem.png"); background-repeat:no-repeat ; width:77px; height:32px; margin-top:70px; margin-left:30px; float:left;}
.services{background-image:url("images/services_NaviItem.png"); background-repeat:no-repeat ; width:68px; height:32px; margin-top:70px; margin-left:40px; float:left;}
.clients{background-image:url("images/clients_NaviItem.png"); background-repeat:no-repeat ; width:60px; height:32px; margin-top:70px; margin-left:38px; float:left;}
.warranty{background-image:url("images/warranty_NaviItem.png"); background-repeat:no-repeat ; width:82px; height:32px; margin-top:70px; margin-left:27px; float:left;}
.aboutUs{background-image:url("images/AboutUs_NaviItem.png"); background-repeat:no-repeat ; width:74px; height:32px; margin-top:70px; margin-left:22px; float:left;}
.contactUs{background-image:url("images/ContactUs_NaviItem.png"); background-repeat:no-repeat ; width:83px; height:32px; margin-top:70px; margin-left:30px; float:left;}

.contents
{
    float:left;
    padding:10px;
    width:95%;
    margin-left:40px;
    margin-top:-120px;
}

.footer {
    background-image:url("images/footer_block.png");
    width:1000px;
    height:98px;
    clear:both;
    margin-bottom:0px;
}

.hightlight {

}