﻿body 
{
    font-family: Verdana;
}

#head 
{
    position: relative;
    height: 130px;
    background: white url(../images/headerbg.gif) repeat-x 0 70px;
    overflow: hidden;
}

#head H1 
{
    position: absolute; 
    top: 43px;
    left: 60px;
    height: 103px;
    width: 384px;
    background-image: url(../images/heading.gif);
    background-repeat: no-repeat;
}

#head H1 A {display: none;}
#head A 
{
    text-decoration: none;
    color: white;
    display: block;
}

#head UL 
{
    position: relative;
    overflow: hidden;
    top: 46px;
    left: 400px;
}

#head UL LI 
{
    width: 127px;
    float: left;
    height: 40px;
    background: transparent url(../images/greentab.gif) no-repeat;
    font-size: 14px;
    color: White;
    line-height: 40px;
}

#head UL LI.selected 
{
    background-image: url(../images/selectedTab.gif);
}

#head UL LI.selected A 
{
    font-weight: bold;
    color: #7E9A2C;
}

#body 
{
    margin-top: 15px;
    padding-left: 371px;
    background-repeat: no-repeat;
    min-height: 540px;
    height: 700px;
    text-align: left;
    width: 550px;
}

H2 
{
    font-size: 18px;
    font-weight: bold;
}

H3 
{
    font-size: 16px;
    color: #797979;
    font-weight: bold;
}

H4 
{
    font-size: 12px;
    color: #999999;
}

P 
{
    margin: 12px 0px;
}

.aboutus 
{
    background-image: url(../images/aboutus_bg.jpg);
}

.jute
{
    background-image: url(../images/jute.jpg);
}

.contact 
{
    background-image: url(../images/contactus_bg.jpg);
}

.products 
{
    background-image: url(../images/products_bg.jpg);
}
.products2 
{
    padding-left: 0px!important;
    width: 100%!important;
}

.product-list 
{
    text-align: center;
    display:none;
}
.product-list h3 
{
    display: inline;
}

STRONG 
{
    font-weight: bold;
    font-size: 1.1em;
}

#subnav 
{
    background-image: url(../images/selectproduct.gif);
    background-repeat: no-repeat;
    height: 25px;
    position: absolute;
    top: 105px;
    left: 100px;
}

#subnav UL 
{
    width: 100%;
    overflow: hidden;
    margin-left: 135px;
}

#subnav UL LI
{
    margin-top: 0px;
    width: 70px;
    float: left;
    line-height: 22px;
    cursor: pointer;
}
#subnav UL LI.selected 
{
    background-image: url(../images/selected_itembg.gif);
    color: White;
    font-weight: bold;
}

.product-list OL 
{
    overflow: hidden;
}
.product-list LI 
{
    border: 1px solid #839F31;
    width: 320px;
	height: 250px;
    float: left;
    margin: 10px;
}
.product-list LI IMG
{
    margin-bottom: 10px;
}