﻿html, body
{
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    height: 100%;
    min-height: 100%;
    background-color: #fff;
    margin: 0px;
    padding: 0px;
    font-size: 14px;
}

h1, h2, h3, h4, h5, h6, p, form
{
    margin: 0px;
    padding: 0px;
}

h1, h2, h3, h4, h5, h6
{
    color: #cedbad;
}

table
{
    width: 100%;
    border: 0px;
}

img
{
    border: 0px;
}

.clear {
    clear:both;
}

#wrapper
{
    width: 980px;
    min-height: 90%;
    margin: 15px auto 0px auto;
    background-color: #98b164;
    border-style: solid;
    border-color: #222;
    border-width: 1px;
}

#content
{
    width: 980px;
    min-height: 100%;
    height: 100%;
    margin: 0px auto;
    background-repeat: repeat-x;
    background-position: top;
}

#header
{
    background-color: #fff;
    height: 100px;
}

#logo
{
    width: 305px;
    float: left;
    padding-top: 7px;
    padding-left: 64px;
}

#contact
{
    top: 5px;
    left: 750px;
    width: 180px;
    text-align: right;
    position: relative;
    padding: 0px;
    z-index: 1;
}
#contact h4
{
    font-size: 16px;
    color: #98b164;
    font-weight: bold;
    text-decoration: none;
    letter-spacing: 0.15em;
}

#contentarea
{
    clear: both;
    padding: 25px 50px 25px 65px;
    height: 100%;
    margin: 0px auto;
}

.productthumbimage
{
    float: left;
    width: 178px;
    height: 220px;
}

.productimage
{
    float: left;
    width: 320px;
    height: 355px;
}

.casestudyimage
{
    float: left;
    width: 320px;
    height: 380px;
}

.container1
{
    float: left;
    width: 150px;
    height: 190px;
    background-image: url(images/container-1.png);
    background-repeat: no-repeat;
}
.container1 p
{
    font-size: 14px;
    padding-top: 65px;
    padding-left: 12px;
    padding-right: 18px;
}

.container2
{
    float: left;
    width: 150px;
    height: 150px;
    background-image: url(images/container-2.png);
    background-repeat: no-repeat;
    margin-bottom: 15px;
}
.container2 p
{
    font-size: 14px;
    padding-top: 55px;
    padding-left: 12px;
    padding-right: 18px;
}

.containerblank
{
    float: left;
    width: 150px;
    height: 150px;
    background-repeat: no-repeat;
    margin-bottom: 15px;
    visibility: hidden;
}

.transparency
{
    padding: 10px;
    background:#000;
    color:#fff;
    -moz-opacity:0.6;
    -khtml-opacity:0.6;
}

.small, p.small
{
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}

.headline, p.headline
{
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

.invertgreen
{
    background:#000;
    color:#a1c543;
    padding: 5px;
    font-size: 21px;
    font-weight: bold;
    -moz-opacity:0.7;
    -khtml-opacity:0.7;
}

#centerbar
{
    background-color: #fff;
    float: left;
    width: 800px;
    padding-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
}

#leftbar
{
    float: left;
    width: 460px;
}
#leftbar a
{
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}
#leftbar a:hover
{
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
}

#rightbar
{
    float: right;
    width: 375px;

}
#rightbar a
{
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}
#rightbar a:hover
{
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
}

#footerwrapper
{
    width: 980px;
    margin: 5px auto 0px auto;
    background-color: #fff;
}

#footer
{
    height: 20px;
    padding-top: 5px;
    padding-left: 64px;
}

#copyright
{
    float: left;
    width: 550px;
    font-size: 11px;
    color: #98b164;
    font-weight: normal;
}
#copyright p
{
    text-decoration: none;
}
#copyright a
{
    color: #98b164;
    text-decoration: none;
}
#copyright a:hover
{
    text-decoration: underline;
}

#validtext
{
    float: left;
    width: 315px;
    color: #98b164;
    font-size: 11px;
    font-weight: normal;
    text-align: right;
}
#validtext p
{
    text-decoration: none;
    text-align: right;

}
#validtext a
{
    color: #98b164;
    text-decoration: none;
}
#validtext a:hover
{
    text-decoration: underline;
}
