﻿body
{
    font: 0.9em Tahoma;
    color: Green;
    background: #d1f2d7 url("/images/bg.jpg") repeat-x;
    padding: 0;
    margin: 0;
}
p img 
{
    border: none;
}
#page
{
    position: relative;
    top: -20px;
    background: url("/images/header.jpg") no-repeat scroll;
    margin: 0 auto;
    width: 985px;
    height: 200px;
    z-index: 5;
}
#mainmenu
{
    position: absolute;
    top: 145px;
    font: bold 1.3em Tahoma;    
    display: inline;
    list-style: none;
    z-index: 10;
}
#mainmenu li
{
    position: relative;
    left: -35px;
    float: left;
    width: 110px;
    text-align: center;
    padding: 10px;    
}
#mainmenu li a
{
    display: block;
}
.home
{
    margin-left: 10px;
}
.products
{
    margin-left: 11px;
}
.query
{
    margin-left: 6px;
}
.contact
{
    margin-left: 21px;
}
#mainmenu a, #mainmenu a:visited, a, a:visited
{
    color: #0E5104;
    text-decoration: none;
}
#mainmenu a:hover, a:hover
{
    color: #0F7F06;
}
#tab
{
    position: relative;
    top: 145px;
    left: 0;
    width: 590px;
    height: 60px;
    background: url("/images/home.tab.png") no-repeat scroll;
    z-index: 5;
}

a:hover
{
    text-decoration: underline;
}
#menuIcons
{
    float: right;
    margin: 5px 5px 0 0;
}
#main
{
    position: relative;
    top: -60px;
    border: solid 1px #006600;
    background: #FFF;
    /*background: url("/images/main.bg.jpg") no-repeat scroll;*/
    margin: 200px 0 0 0;
    clear: both;
    z-index: 0;
}
#mainContent
{
    padding: 30px;
    clear: both;
    z-index: 0;    
}
#homeShow
{
    position: relative;
    float: right;
    padding: 5px;
    margin: 0 0 20px 20px;
    border: solid 1px #006600;    
}
.bl, .br
{
    font-size: small;
    position: relative; 
    top: -19px; 
    width: 40%;
    height: 20px;
}
.bl
{
    float: left;
    left: -1px;
    padding-left: 30px;
    background: url("/images/bl.png") no-repeat top left;
}
.br
{
    float: right; 
    left: 1px;
    text-align: right;
    padding-right: 30px;
    background: url("/images/br.png") no-repeat top right;
}

.fl, .FL, .flProducts, .category, .product
{
    float: left;
}
.fr, .FR, .FRimg, #Map
{
    float: right;
}
.flProducts
{
    width: 35%;
    margin: -20px 20px 0 0;
}
.FRimg, #Map
{
    position: relative;
    padding: 0 0 15px 15px;
    clear: both;
}
.cr
{
    clear: right;
}
.cb
{
    clear: both;
}
.category
{
    margin: 0 10px 40px 0;
    height: 220px;
}
.category h3
{
    text-align: center;
}
.product
{
    background: #FFF;
    border: solid 1px #006600;
    margin-right: 7px;
    padding: 5px;
    width: 200px;
    height: 150px;
    text-align: center;
    margin: auto auto;
}
.product img
{
    border: none;
}

.supplier
{
    float: right;
    border: solid 1px #cbcbcb;
    background: #FFF;
    padding: 20px 20px 0 20px;
    margin: 0 20px 20px 0;
    width: 220px;
}
.supplier a, .supplier a:visited
{
    float: left;
    border: none;    
}
.supplier a:hover
{
    text-decoration: none;
}
.supplier img
{
    border: none;
}

#queryForm
{
    position: relative;
    float: left;
    margin: -580px 0 0 0;
}
.queryImg
{
    float: right;
    border: none;
    margin: -30px -30px 0 0;
}
#feedback
{
    display: none;
    visibility: hidden;
}
#contactInfo
{
    display: block;
    visibility: visible;
}
#newOnlineQuery
{
    display: none;
}
#footer
{
    position: relative;
    width: 100%;
    z-index: 1;
}

.error
{
    color: Red;
}
#result
{
    color: Green;
}