﻿body
{
    background-color: #B4C692;
    color: #333333;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}


/* Layout styles */
#outercontainer
{
    width: 742px;
    margin: auto;
    padding: 10px;
    border: 1px solid #638438;
    background-color: #FFFFFF;
}
#logotopcontainer
{
    padding-bottom: 3px;
}
#featurecontainer
{
    padding-bottom: 3px;
}
#navcontainer
{
    position: relative;
    height: 39px;
    padding-bottom: 10px;
}
#contentoutercontainer
{
    background-color: #EDEFE6;
    padding: 10px;
}
#contentinnercontainer
{
    width: 495px;
    float: left;
    border-right: 1px solid #638438;
    padding: 10px 30px 20px 10px;
}
#navigationcontainer
{
    float: right;
    width: 170px;
    padding-top: 10px;
    padding-right: 5px;
}

#footercontainer
{
    width: 742px;
    margin: 5px auto 0px auto;
    text-align: right;
}
.clearfloat
{
    clear: both;
}

/* Navigation styles */
#navhome
{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 77px;
    height: 38px;
    z-index: 1;
    visibility: visible;
}
#navabout
{
    position: absolute;
    left: 79px;
    top: 0px;
    width: 80px;
    height: 38px;
    z-index: 2;
    visibility: visible;
}
#navbromeliads
{
    position: absolute;
    left: 159px;
    top: 0px;
    width: 138px;
    height: 38px;
    z-index: 3;
    visibility: visible;
}
#navcaring
{
    position: absolute;
    left: 297px;
    top: 0px;
    width: 149px;
    height: 38px;
    z-index: 4;
    visibility: visible;
}
#navhowtoorder
{
    position: absolute;
    left: 448px;
    top: 0px;
    width: 147px;
    height: 38px;
    z-index: 5;
    visibility: visible;
}
#navgrowers
{
    position: absolute;
    left: 595px;
    top: 0px;
    width: 147px;
    height: 38px;
    z-index: 6;
    visibility: visible;
}

h1
{
    font-size: 16px;
    font-weight: normal;
    margin: 0px;
    padding: 0px 0px 15px 0px;
}
h2
{
    font-size: 14px;
    margin: 0px;
    padding: 0px 0px 15px 0px;
}
h3
{
    font-size: 13px;
    margin: 0px;
    padding: 0px 0px 12px 0px;
    font-weight: normal;
}
p
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 25px 0px;
    line-height: 17px;
}

#navigationcontainer ul
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    list-style-type: none;
}
#navigationcontainer li
{
    margin: 0px 0px 0px 0px;
    padding: 5px 0px 5px 10px;
    border-bottom: 1px solid #cccccc;
}
#navigationcontainer a
{
    color: #333333;
    text-decoration: none;
}
#navigationcontainer a:hover
{
    text-decoration: none;
}
.itemcontainer
{
    width: 150px;
    margin: 0 15px 15px 0;
    float: left;
}
.itemdisplayimage
{
    float: left;
    width: 190px;
    padding-right: 10px;
}
.itemdisplaytext
{
    float: left;
    width: 260px;
    padding-top: 10px;
}
a
{
    color: #181512;
    text-decoration: none;
}
a:hover
{
    color: #000000;
    text-decoration: underline;
}
.boldcolor
{
    font-weight: bold;
}

.padlayout
{
    padding: 15px;
}

.frame
{
    width: 190px;
}

.frame .tl
{
    width: 20px;
    height: 17px;
    background: no-repeat url(images/Frame/ThumbFrameTL.jpg);
}
.frame .t
{
    height: 17px;
    background: repeat-x url(images/Frame/ThumbFrameTOP.jpg);
}
.frame .tr
{
    width: 20px;
    height: 17px;
    background: no-repeat url(images/Frame/ThumbFrameTR.jpg);
}
.frame .l
{
    width: 20px;
    background: repeat-y url(images/Frame/ThumbFrameL.jpg);
}
.frame .c
{
    /*border: 1px solid #ccc;*/
}
.frame .r
{
    width: 20px;
    background: repeat-y url(images/Frame/ThumbFrameR.jpg);
}
.frame .bl
{
    width: 20px;
    height: 17px;
    background: no-repeat url(images/Frame/ThumbFrameBL.jpg);
}
.frame .b
{
    height: 17px;
    background: repeat-x url(images/Frame/ThumbFrameB.jpg);
}
.frame .br
{
    width: 20px;
    height: 17px;
    background: no-repeat url(images/Frame/ThumbFrameBR.jpg);
}

.label
{
    float: left;
    width: 140px;
    text-align: right;
    margin-right: 15px;
}
.row
{
    clear: both;
    margin-bottom: 5px;
}
