﻿html, body
{
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    height: 100%;
    min-height: 100%;
    background-color: #000;
    margin: 0px;
    padding: 0px;
}

h1, h2, h3, h4, h5, h6, p, form
{
    margin: 0px;
    padding: 0px;
}

table
{
    width: 100%;
    border: 0px;
}

img
{
    border-style: none;
    border-color: inherit;
    border-width: 0px;
}

sup {
	vertical-align: baseline;
	font-size: 0.75em;
	position: relative;
	top: -0.4em;
	}

.clear {
    clear:both;
}

#wrapper
{
    width: 980px;
    height: 90%;
    min-height: 90%;
    margin: 15px auto 0px auto;
    background-color: #000;
    border-style: solid;
    border-color: #222;
    border-width: 0px;
}

#content
{
    width: 980px;
    min-height: 100%;
    margin: 0px auto;
    background-repeat: repeat-x;
    background-position: top;
}

#header
{
    height: 96px;
}

#logo
{
    width: 100px;
    float: left;
}

#contact
{
    top: 40px;
    left: 598px;
    width: 280px;
    text-align: right;
    position: relative;
    padding: 0px;
}
#contact h4
{
    font-size: 16px;
    color: #fff;
    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: 19px;
    font-weight: bold;
}

.invertgreen {
    background: #000;
    color: #a1c543;
    padding: 0px;
    font-size: 21px;
    font-weight: bold;
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
}
.contentrow
{
    float: left;
    width: 865px;
    margin-bottom: 10px;
}
.contentrow a
{
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}
.contentrow a:hover
{
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
}
.contentcol1{
    float: left;
    width: 295px;
    background:#000;
    color:#fff;
    padding: 5px;
}
.contentcol2{
    float: left;
    width: 320px;
    padding-left: 25px;
}
.contentcol3{
    float: left;
    width: 215px;
}

#leftbar
{
    float: left;
    width: 300px;
    /*border-right: 1px solid #fff;*/
}
#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: 535px;
    padding-left: 25px;
}
#rightbar a
{
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}
#rightbar a:hover
{
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
}

#footer
{
    clear: both;
    float: left;
    height: 20px;
    padding-top: 5px;
}

#copyright
{
    float: left;
    width: 530px;
    background-color: #000;
    color: #fff;
}
#copyright p
{
    font-size: 11px;
    color: #fff;
    padding-left: 65px;
}
#copyright a
{
    font-size: 11px;
    color: #fff;
    font-weight: normal;
    text-decoration: none;
}
#copyright a:hover
{
    font-size: 11px;
    color: #fff;
    font-weight: normal;
    text-decoration: underline;
}

#validtext
{
    float: left;
    width: 450px;
    background-color: #000;
}
#validtext p
{
    font-size: 11px;
    color: #fff;
    font-weight: normal;
    text-decoration: none;
    text-align: right;
    padding-right: 64px;
}
#validtext a
{
    font-size: 11px;
    color: #fff;
    font-weight: normal;
    text-decoration: none;
}
#validtext a:hover
{
    font-size: 11px;
    color: #fff;
    font-weight: normal;
    text-decoration: underline;
}

p.disclaimer, p.disclaimertitle {
	font-size:12px;
	}

p.disclaimertitle {
	margin:20px 0 10px 0;
	}

p.disclaimer {
	margin:0 0 10px 0;
	}