﻿body
{
    font-family: Tahoma;
    font-size: 0.8em;
    line-height: 1.5em;
    color: #000000;
    background-color: #efefef;
    margin: 0px 0px 0px 0px;
    background-image: url(../images/layout/psp-bg.gif);
    background-position: center top;
    background-attachment: fixed;
    margin: 0px auto;
}

a
{
    font-family: Tahoma;
    color: #000000;
    text-decoration: none;
}
a:hover
{
    font-family: Tahoma;
    color: #37d015;
    text-decoration: none;
}
img
{
    border: 0px;
}
.grnbold
{
    color: #37d015;
    font-weight: bold;
}
.grnnormal
{
    color: #37d015;
    font-weight: normal;
}
input.green
{
    font-size: 10pt;
    color: #7e7e7e;
    border: solid 1px #37d015;
    padding: 5px 5px 5px 5px;
}
textarea.green
{
    font-size: 10pt;
    color: #7e7e7e;
    border: solid 1px #37d015;
    padding: 5px 5px 5px 5px;
}
.page-header
{
    font-size: 11pt;
    color: #37d015;
}

input.green2
{
    font-size: 10pt;
    color: #7e7e7e;
    border: solid 1px #37d015;
    padding: 1px 5px 1px 5px;
}


#container
{
    width: 900px;
    left: 50%;
    margin-left: -450px; /* half the width of the div */
    margin: 0px auto;
    background-color: #ffffff;
    height: 100%;
    color: #000000;
    font-family: Tahoma;
    padding: 20px 20px 20px 20px;
}
#container2
{
    width: 600px;
    left: 50%;
    margin-left: -300px; /* half the width of the div */
    margin: 0px auto;
    background-color: #ffffff;
    height: 100%;
    color: #000000;
    font-family: Tahoma;
    text-align: left;
}
#container2 div
{
    text-align: left;
}
#main-content
{
    clear: both;
    width: 100%;
    min-height: 600px;
    margin: 0px auto;
}
#cms-content
{
    float: left;
    width: 500px;
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: justify;
}
#left-content
{
    float: left;
    margin: 0px auto;
    width: 181px;
    text-align: left;
    height: 100%;
    display: block;
}
#right-content
{
    float: right;
    margin: 0px auto;
    width: 181px;
    text-align: left;
    height: 100%;
    display: block;
}


/* header */
#site-header
{
    margin: 0px auto;
    width: 100%;
    height: 102px;
}
#site-logo
{
    float: left;
    margin: 0px auto;
    width: 240px;
    height: 102px;
}
#header-imgs
{
    float: right;
    margin: 0px auto;
    width: 430px;
    height: 102px;
}

/* main navigation */
#main-nav
{
    width: 100%;
    text-align: left;
    height: 22px;
    background-image: url(../images/layout/menu-bg.png);
    background-repeat: no-repeat;
    padding-top: 3px;
    margin-bottom: 5px;
}
#main-nav ul
{
    margin-left: 0;
	padding-left: 0;
	display: inline;
}
#main-nav li
{
    margin: 0;
    list-style: none;
	display: inline;
    height: 25px;
    margin-left: 15px;
    margin-right: 15px;
}
#main-nav a
{
    font-size: 8pt;
    color: #494949;
    font-weight: normal;
    text-decoration: none;
}
#main-nav a:hover
{
    font-size: 8pt;
    color: #37d015;
    font-weight: normal;
    text-decoration: none;
}

/* sub navigation */
#sub-nav
{
    width: 100%;
    text-align: left;
    margin-right: 5px;
}
#sub-nav ul
{
    margin-left: 0;
	padding-left: 0;
	list-style: none;
}
#sub-nav li
{
    margin: 0;
    list-style: none;
	display: block;
    height: 22px;
    background-image: url(../images/layout/sub-nav-bg.gif);
    background-repeat: no-repeat;
    border-bottom: solid 1px #d3d3d3;
    border-top: solid 3px #37d015;
    padding-top: 4px;
}
#sub-nav a
{
    font-size: 9pt;
    color: #000000;
    text-decoration: none;
    font-weight: bold;
}
#sub-nav a:hover
{
    font-size: 9pt;
    color: #37d015;
    text-decoration: none;
    font-weight: bold;
}

/* sub navigation search */
#search-nav
{
    width: 100%;
    text-align: left;
    margin-right: 5px;
}
#search-nav ul
{
    margin-left: 0;
	padding-left: 0;
	list-style: none;
}
#search-nav li
{
    margin: 0;
    list-style: none;
	display: block;
    height: 28px;
    background-image: url(../images/layout/sub-nav-bg.gif);
    background-repeat: no-repeat;
    padding-top: 4px;
}
#search-nav a
{
    font-size: 9pt;
    color: #000000;
    text-decoration: none;
    font-weight: bold;
}
#search-nav a:hover
{
    font-size: 9pt;
    color: #37d015;
    text-decoration: none;
    font-weight: bold;
}

/* products sub nav */
#sub-nav .sub-sub-nav
{
    margin: 0;
    list-style: none;
	display: block;
    height: 22px;
    background-image: url(../images/layout/sub-nav-bg.gif);
    background-repeat: no-repeat;
    border-bottom: solid 1px #d3d3d3;
    border-top: 0px;
    padding-top: 4px;
}
#sub-nav .sub-sub-nav a
{
    font-size: 8pt;
    color: #000000;
    text-decoration: none;
    font-weight: normal;
    padding-left: 0px;
}
#sub-nav .sub-sub-nav a:hover
{
    font-size: 8pt;
    color: #37d015;
    text-decoration: none;
    font-weight: normal;
    padding-left: 0px;
}


/* sub sub nav */
#right-content
{
    float: right;
    width: 181px;
    text-align: left;
    margin-right: 5px;
}
#materials-nav .sub-sub-nav
{
    margin: 0;
    list-style: none;
	display: block;
    height: 22px;
    background-image: url(../images/layout/sub-nav-bg.gif);
    background-repeat: no-repeat;
    border-bottom: solid 1px #d3d3d3;
    border-top: 0px;
    padding-top: 4px;
}
#materials-nav .sub-sub-nav a
{
    font-size: 8pt;
    color: #000000;
    text-decoration: none;
    font-weight: normal;
    padding-left: 10px;
}
#materials-nav .sub-sub-nav a:hover
{
    font-size: 8pt;
    color: #37d015;
    text-decoration: none;
    font-weight: normal;
    padding-left: 10px;
}

/* sub sub nav inputs */
#materials-nav .sub-nav-input
{
    margin: 0;
    list-style: none;
	display: block;
    height: 28px;
    background-image: url(../images/layout/sub-nav-bg.gif);
    background-repeat: no-repeat;
    border-bottom: solid 1px #d3d3d3;
    border-top: 0px;
    padding-top: 4px;
}
#materials-nav .sub-nav-input a
{
    font-size: 8pt;
    color: #000000;
    text-decoration: none;
    font-weight: normal;
    padding-left: 10px;
}
#materials-nav .sub-nav-input a:hover
{
    font-size: 8pt;
    color: #37d015;
    text-decoration: none;
    font-weight: normal;
    padding-left: 10px;
}



/* materials navigation */
#materials-nav
{
    width: 100%;
    text-align: left;
    margin-right: 5px;
}
#materials-nav ul
{
    margin-left: 0;
	padding-left: 0;
	list-style: none;
}
#materials-nav li
{
    margin: 0;
    list-style: none;
	display: block;
    height: 22px;
    background-image: url(../images/layout/sub-nav-bg.gif);
    background-repeat: no-repeat;
    border-bottom: solid 1px #d3d3d3;
    border-top: solid 3px #37d015;
    padding-top: 4px;
}
#materials-nav a
{
    font-size: 9pt;
    color: #000000;
    text-decoration: none;
    font-weight: bold;
}
#materials-nav a:hover
{
    font-size: 9pt;
    color: #37d015;
    text-decoration: none;
    font-weight: bold;
}

/* site footer */
#site-footer
{
    clear: both;
    width: 900px;
    left: 50%;
    margin-left: -450px; /* half the width of the div */
    margin: 0px auto;
    background-color: #eff7ed;
    min-height: 135px;
    color: #000000;
    font-family: Tahoma;
    padding: 20px 20px 20px 20px;
    font-size: 8pt;
    line-height: 1.5em;
}
#contact-details
{
    float: left;
    width: 400px;
    font-size: 8pt;
}
#mailing-list
{
    float: left;
    width: 245px;
    font-size: 10pt;
    color: #37d015;
}
#call-back
{
    float: left;
    width: 185px;
    font-size: 10pt;
    color: #37d015;
}
#footer-logos
{
    clear: both;
    width: 100%;
    margin-top: 10px;
}
#footer-trim
{
    clear: both;
    width: 900px;
    left: 50%;
    margin-left: -450px; /* half the width of the div */
    margin: 0px auto;
    min-height: 15px;
    background-image: url(../images/layout/footer-trim.png);
    background-repeat: repeat-x;
}

/* downloads */
.file-b-header
{
    border-bottom: dashed 1px #3b6f96;
}

/* products */ 
h6
{
    font-size: 11pt;
    color: #000000;
    float: left;
    font-weight: lighter;
    margin: 0px auto;
}
    
.sctnHeader
{
    width: 95%;
    height: 25px;
    border: solid 1px #cacaca;
    background-image: url(../images/layout/bg-tab.gif);
    background-repeat: repeat;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
}
.sctnHeader input
{
    float: right;
}

.sctnContent
{
    width: 95%;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
}
.clearFloat
{
    clear: both;
}

form
{
    margin: 0px auto;
}

/* product boxes */
.pbox-container tr
{
    border: dashed 1px #8fc442;
    vertical-align: top;
}

.pbox-container img
{
    padding: 2px 2px 2px 2px;
}

.our-price
{
    color: #8fc442;
    font-weight: bold;
    margin-bottom: 5px;
}

.p-image
{
    width: 140px;
    text-align: center;
}
