        .path{
                text-transform: uppercase;
                font-weight: bold;
                margin-bottom: 10px;
        }
                .path  span{
                        color: #e56130;
                        padding: 0px 5px 0px 5px;
                        position: relative;
                        top: -2px;
                }
        #frontend_wrapper li{
                background-image: none;
                list-style-type: decimal;
                list-style-position: outside;
                margin: 3px 0px 3px 20px;
                text-align: justify;
        }       
        .contentholder-text h1,
        .contentholder-text h2 {
                color: #e56130;
                color: #D74602;
                padding: 8px 0px 4px 0px;
        }
        h1:first-child {
                padding-top: 0px;
        }
                h1 span{
                        position: relative;
                        top: -2px;                      
                }
        p{
                padding: 6px 0px 6px 10px;
                text-align: justify;
        }
        div.imagebg{
                background: transparent url(../../images/inox_imgbg.png) no-repeat center center;
                text-align: center; 
                margin: 10px 0px 10px 10px; 
                float: right;
                height: 243px;
                width: 130px;           
        }
        div.imagebg img{
                margin-top: 10px;
                width: 85%;
				border:2px solid #8a8a8a;
        }
        
