body {
    background-color: #FFFFFF;
    background-image: url(images/site_bg.png);
    background-position: center;
    background-repeat: repeat-y;
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

div#frame {
    width: 778px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
}

div#header {
    height: 110px;
}

div#header img.logo {
    float: left;
}

div#headerMailingList {
    float: right;
    height: 90px;
    width: 205px;
    background-image: url(images/box_bg.png);
    border: 1px solid #DED9AF;

    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
}

div#headerMailingList form, div.box form {
    padding: 10px;
}

div#headerMailingList input[type=text], div.box input[type=text], div#search input[type=text] {
    border: 1px solid #DED9AF;

    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;

    height: 14px;
    font-size: 12px;
    color: #808080;
    padding: 2px;
}

div#search {
    float: right;
    padding: 7px;
    margin-right: 10px;
}

div#search input[type=text] {
    background-image: url(/images/input_search_bg.png);
    background-position: 0% 50%;
    background-repeat: no-repeat;
    text-indent: 18px;
    border: 1px solid #2A5B1A;
}

div#productMenu {

}

div#productMenu a {
    display: block;
    text-indent: 15px;
    background-color: #F6F6EA;
    border-top: 1px solid #E7E5C7;
    text-decoration: none;
    height: 30px;
    line-height: 30px;
    color: #333333;
}

div#productMenu a:hover {
    font-weight: bold;
}



div#menu {
    background-image: url(images/tab.png);
    height: 35px;
    background-repeat: repeat-x;

    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
}

div#menu a {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    border-left: 1px solid #2A5B1A;
    border-right: 1px solid #5C9C4B;
    color: #FFFFFF;
    text-decoration: none;
    float: left;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
}

div#menu a:hover {
    background-image: url(images/tab_hover.png);
    color: #036903;
}

div#left {
    float: left;
    width: 180px;
    margin-right: 20px;
}

div#left div.box {
    background-image: url(images/box_bg.png);
    border: 1px solid #DED9AF;

    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;

    margin-top: 10px;
    margin-bottom: 10px;
}

div#right {
    float: left;
    width: 556px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

div#right a {
    color: #346D21;
    text-decoration: none;
}

div#right a:hover {
    text-decoration: underline;
}


h1 {
    font-size: 16px;
    color: #036903;
    padding: 0px;
    margin: 0px;
    padding-bottom: 5px;
}

h2 {
    font-size: 14px;
    color: #036903;
    padding: 0px;
    margin: 0px;
    font-style: italic;
    padding-bottom: 5px;
}

h3 {
    font-size: 12px;
    color: #036903;
    padding: 0px;
    margin: 0px;
    padding-bottom: 5px;
}


div#footerMenu {
    height: 30px;
    background-color: #F6F6EA;
    border-top: 1px solid #E8E5C7;
    border-bottom: 1px solid #E8E5C7;
    text-align: center;
    line-height: 30px;
    margin-top: 15px;
}

div#footerMenu a {
    text-decoration: none;
    color: #9D9D94;
    padding-left: 5px;
    padding-right: 5px;
}

div#footerMenu a:hover {
    text-decoration: underline;
}



div#footer {
    margin-top: 1px;
}

div#developedBy {
    float: right;
    width: 250px;
    color: #C0C0C0;
    font-style: italic;
    padding-right: 10px;
    text-align: right;
}

div#developedBy a {
    text-decoration: none;
    color: #C0C0C0;
}


