<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*
{
    margin: 0px;
    padding: 0px;
}
body
{
    font-family: Verdana;
    font-size: 11px;
    color: #9B9599;
}
.header
{
    background-image: url('../Images/Headerbg11.png');
    background-repeat: repeat-x;
    min-height: 384px;
    position: relative;
    z-index: -100px;
}

.lines
{
    border:0px solid #a0a0a0; margin: 20px 10px;
}
.specifications
{
    width:200px; border:1px solid #e7e7e7; background-color:#f3f3f3; float:left; padding:5px 10px;
    color:#000;
    font-family:Verdana;
    font-size:12px;
    
}
.specificationsright
{
   width:300px; border:1px solid #e7e7e7; background-color:#f3f3f3; float:left; padding:5px 10px;
    color:#000;
    font-family:Verdana;
    font-size:12px;  
}
.colon
{
  border:1px solid #e7e7e7; background-color:#f3f3f3; float:left; padding:5px 10px;
    color:#000;
    font-family:Verdana;
    font-size:12px;  
}
/* Menu CSS */

.menuNav a
{
    display: block;
    color: #fff;
    padding: 2px 10px;
    font-weight: bold;
    text-decoration: none;
    font-size: 14px;
    padding-right: 40px;
    text-align: center;
}
.menuNav a:hover
{
    color: #fff;
    text-shadow: 0 0 10px #fff;
    text-decoration: none;
}

.menuNavSub
{
    display: block;
    color: #eee;
    padding-left: 10px;
    font-weight: bold;
    text-decoration: none;
    font-style: italic;
    padding-right: 40px;
    font-size: 10px;
}

/* Menus Ends */












.banners
{
    width: 941px; /* background-image: url('../Images/banners.jpg');*/
    height: 382px;
    position: absolute;
    z-index: 100px;
    margin-left: 20px;
    margin-top: 110px;
}
.seperator
{
    width: 940px;
    background-image: url('../Images/seperator.jpg');
    height: 18px;
    margin: auto;
}

.chotaimage
{
    background-image: url('../Images/chotaimage.jpg');
    height: 145px;
}

.Footer
{
    background-image: url('../Images/footer.png');
    height: 155px;
    background-repeat: repeat-x;
}

/* Home page css*/


/* heading css*/
.heading
{
    font-size: 18px;
    font-weight: normal;
    color: #830302;
    margin: 10px;
    text-align: justify;
    line-height: 24px;
    font-family: Verdana;
}
.Heading-para
{
    font-size: 12px;
    font-weight: normal;
    color: #000;
    margin: 10px 10px 10px 10px;
    text-align: justify;
    line-height: 24px;
    font-family: Verdana;
}



/*Home product css*/

.heading-product
{
    font-size: 14px;
    font-weight: bold;
    color: #830302;
    margin: 10px 15px;
    text-align: justify;
    line-height: 24px;
    font-family: Verdana;
}

.heading-sub-product
{
    font-size: 12px;
    line-height: 18px;
    font-weight: bold;
    color: #830302;
    margin: 10px 10px;
    text-align: justify;
    font-family: Verdana;
}

.heading-sub-product
{
    font-size: 12px;
    line-height: 18px;
    font-weight: bold;
    color: #830302;
    margin: 10px 10px;
    text-align: justify;
    font-family: Verdana;
}
.Home-products1
{
    width: 455px;
    float: left;
    border: 1px solid #DBDBD9;
    min-height: 100px;
    background-color: #eee;
    margin: 0px 5px 0px 0px;
    padding-bottom: 10px;
}


.Home-products2
{
    width: 455px;
    float: left;
    border: 1px solid #DBDBD9;
    min-height: 100px;
    background-color: #eee;
    margin: 0px 0px 0px 5px;
    padding-bottom: 10px;
}

.paragraph
{
    font-family:Verdana;
    font-size: 12px;
    color: #000;
    text-align: justify;
    line-height: 20px;
    padding: 0px 5px;
}

p.link a
{
    color: #830302;
    font-size: 11px;
    float: right;
    font-weight: bold;
    border: 0px solid red;
    text-decoration: none;
    padding-right: 20px;
}

p.link a:hover
{
    text-decoration: underline;
}


/*Product Page*/
.heading-productpage
{
    font-size: 14px;
    font-weight: bold;
    color: #830302;
    margin: 5px 5px;
    text-align: justify;
    line-height: 24px;
    font-family: Verdana;
}
.productspage
{
    background-color: #eee;
    border: 1px solid #DBDBD9;
    border-radius: 5px;
    margin-top: 20px;
    text-align: justify;
    line-height: 20px;
    padding: 10px;
}


/* Login Pop-up*/
.tbs
{
    background: #fff;
    border: 1px solid #DBDBD9;
    height: 20px;
    width: 220px;
}

.tbs:hover
{
    background: #fff;
    border: 1px solid #830302;
    height: 20px;
    width: 220px;
}
.button{
border:1px solid #72021c; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:12px;font-family:arial, helvetica, sans-serif; padding: 10px 10px 10px 10px; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;
 background-color: #a90329; background-image: linear-gradient(to bottom, #a90329, #6d0019);
 }

.button:hover{
 border:1px solid #450111;
 background-color: #77021d; background-image: linear-gradient(to bottom, #77021d, #3a000d);
 }


/* Fooeter Menu*/

.fooetrmenu
{
    text-decoration: none;
    color: #fff;
}


.fooetrmenu:hover
{
    text-decoration: underline;
    color: #fff;
}



/* Inner pages css */
.innerheader
{
    background-image: url('../Images/innerheader.png');
    background-repeat: repeat-x;
    min-height: 226px;
    position: relative;
    z-index: -100px;
}


.innerbanners
{
    width: 941px;
    background-image: url('../Images/innerbanners.html');
    height: 150px;
    position: absolute;
    z-index: 100px;
    margin-left: 28px;
    margin-top: 122px;
}

.productlink
{
    text-decoration:none; 
    color:#830302;
}
.productlink:hover
{
    text-decoration:underline; 
    color:#830302;
}</pre></body></html>