/*body:hover {
   cursor:url(/images/cursor.png), auto;
}*/
.btn-red {
    padding: 10px 15px;
    font-size: 16px;  
    font-family: Oswald;
    color: #FFF;    
    background-color: #D72E09;
    text-align: center;
    border :none;
}
.btn-red:hover {
    color: #FFF;
    background-color: #333; 
 
}

.services-bearing{
    width: 150px;
    height: 150px;
    margin-right: auto;
    margin-left: auto;   
    line-height: 110px;
    text-align: center;
    color: #D72E09;
    text-shadow: 1px 1px #FFF;
    margin-top: 75px;
    
    
}

.logo-bar-con{
   
    padding: 40px 0;

}
logo-bar-img{
    width: 940px;
}
.footer-icon-con{
    width: 32px; 
    height: 32px; 
    
}

.footer-text-block{
    height: 40px;
    line-height: 40px;
    border-bottom: solid 1px #444;
    color : #CCC;
    margin-left: 40px;
    
  
}
.menu-bar-con{
    height: 75px; width: 100%; background-color: #FFF; z-index: 100;
    
     
}
.menu-item-con{    
    height: 74px;
    line-height: 75px;
    float: right;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  
}
.menu-bar-inner-con{
    width: 100%; 
    height: 74px;
}

.product-item-con{
   background-color: #FFF; 
   height: 200px; 
   margin-top: 15px;
   border: solid 1px #EEE;
}

.fixed {position:fixed; top:0; left:0; display: block;
    border-bottom: solid 1px #DDD;}

#slides {
      display:none;
    }
    
    .brand-box{
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-right: 10px;
        border: solid 1px #DDD;
        float: left;
        margin-top: 10px;
    }
