﻿html {min-height:100%; }
body
{
    background: #FFF url(images/grass-bg.jpg) repeat-x left bottom;
    padding: 0px;
    margin: 0px;
    font-family: Calibri, Arial;
    font-size: 14px;
    color: #000;
    height:100%; 
}
.alertbox { position:absolute !important;}
h1
{
    font-size:11px;
    font-weight:normal;
    padding:0px;
    margin:0px;
    padding-bottom:2px;
}

h2
{
    font-family: calibri;
    font-weight: bold;
    font-style: italic;
    font-size: 24px;
    color: #1c9b7d;
    margin: 0px 0px 5px 0px;
}
h2.product
{
    font-size: 18px;
}
p
{
    margin: 20px 0px;
    line-height: 20px;
}
p.head 
{
    margin:0px !important;
}

p.gray
{
    color: #666;
    line-height: 20px;
    margin-top: 0px !important;
}
#header
{
    height: 100px;
    overflow:hidden;
    padding-bottom: 10px;
    position:relative;
}
#mainBody
{
    margin-top: 20px;
}
#featured
{
    background-image: url(images/featuredproduct-bg.jpg);
    height: 156px;
    width: 386px;
    background-color: #A6CFC1;
    padding: 10px;
    overflow: hidden;
}
#featuredImage
{
    float: left;
    margin-right: 10px;
}
a#b4flink
{
    margin-top: 20px;
    display: block;
    background-image: url(images/b4flink.jpg);
    width: 313px;
    height: 63px;
}
a#b4flink:hover
{
    background-position: 0 63px;
}
#productNav
{
    display:none;
    margin: 0px 48px;
    padding: 10px 18px 28px 18px;
    background-image: url(images/background.jpg);
    background-position: right bottom;
    background-repeat: no-repeat;
}
#productNavMenu
{
    padding: 0px;
    margin: 0px;
    list-style: none;
}
#footer
{
    font-size: 12px;
    color: #3F3F3F;
    padding-bottom: 180px;
}
#footer a
{
    font-weight:bold;
    color: #3F3F3F;
    text-decoration: none;
    margin: 0px 7px;
}
#footer a:hover
{
    text-decoration: underline;
    color: #000;
}
a.csolutions,a.csolutions:hover
{
    float: right;
    text-decoration:none !important;
}
a.csolutions img 
{
    border:none;
}

#breadcrumb
{
    
    padding: 8px 0px;
    border-top: 1px dotted #E0E0E0;
    border-bottom: 1px dotted #E0E0E0;
    text-align: center;
    font-weight:bold;
}
#breadcrumb a
{
    color: #666;
    padding: 0px 10px;
    font-size: 14px;
    text-decoration: none;
}
#breadcrumb a:hover
{
    color:#222;
    text-decoration: underline;
}
#breadcrumb a.current
{
    color: #1c9b7d;
}
#beadcrumb a.current:hover 
{   
}
.product img
{
    padding-bottom: 5px;
    margin:auto;
    display:block;
    
}
.product td, .product th
{
    width: 226px;
    text-align: center;
}
.product th
{
    border-left: dotted 1px #E0E0E0;
    font-weight: normal;
}
.product td a, .product th a
{
    color: #000;
    text-decoration: none;
    text-align: left;
    font-size: 12px;
    margin-top: 5px;
}
a img
{
    border: none;
}

hr
{
    border: dotted 1px #E0E0E0;
    clear: both;
}
#productNavMenu li
{
    border-left: 4px solid #E9E9E9;
}
#productNavMenu img
{
    height: 130px;
}
#ctl00_home
{
    background-image: url(images/nav/home.png);
}
#ctl00_products
{
    background-image: url(images/nav/products.png);
}
#ctl00_aboutus
{
    background-image: url(images/nav/aboutus.png);
}
#ctl00_contactus
{
    background-image: url(images/nav/contact.png);
}
#ctl00_home, #ctl00_products, #ctl00_aboutus, #ctl00_contactus
{
    width: 85px;
    height: 220px;
    display: block;
    float: right;
    margin-left: -22px;
    position:relative;
    
}

#ctl00_home:hover, #ctl00_products:hover, #ctl00_aboutus:hover, #ctl00_contactus:hover, a.selected
{
    top: -110px;
    border: solid 0px Red;
}
