﻿.maindiv
{
    width: 100%;
    padding: 0;
    margin: 0;
}
.headerdiv
{
    background-color: #555555;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    height: 30px;
}

.redtd
{
    padding-right: 10px;
    width: 200px;
    background-color: #cc0000;
    color: #FFFFFF;
    font-size: 11px;
    font-weight: bold;
    height: 26px;
}
.redtdimage
{
    background-image: url(../../images/gradient-red.jpg);
    background-repeat: no-repeat;
    background-position: right;
    height: 26px;
}
.maindivborder
{
    border: solid 1px #BBBABA;
    text-align: justify;
    background-image: url(../../images/about-bg.jpg);
    background-repeat: no-repeat;
    background-position: left;
    height: auto;
}
.pading
{
    padding-right: 20px;
    padding-left:30px;
}


.rightbgtop
{
    background-image: url(../../images/header-aboutus-R.jpg);
    width: 265px;
    height: 29px;
    background-repeat: no-repeat;
}
.toprep
{
    background-image: url(../../images/header-aboutus-bg.jpg);
    background-repeat: repeat;
 
}
.leftbgtop
{
    background-image: url(../../images/header-aboutus-L.jpg);
    width: 265px;
    height: 29px;
    background-repeat: no-repeat;
}

