*
{
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px;
    padding-top: 0px;
}

html
{
    margin: 0px;
    height: 100%;
    min-width: 1004px; /*border: 1px solid red;*/
}

body
{
    background-color: #fbf1c2;
    height: 100%;
    margin: 0px;
    font-family: "Times New Roman" , Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
    color: #000000; /*border: 1px solid blue;*/
}

DIV.bordered
{
    border: 1px solid #184b18;
    padding: 5px;
    background-color: #fbf1c2;
}

IMG.bordered
{
    border: 1px solid #184b18;
    padding: 5px;
    background-color: #fbf1c2;
}

IMG.bordered-fleft
{
    border: 1px solid #184b18;
    padding: 5px;
    background-color: #fbf1c2;
    float: left;
    margin: 10px;
}

IMG.bordered-margined
{
    border: 1px solid #184b18;
    padding: 5px;
    background-color: #fbf1c2;
    margin: 10px;
}

A
{
    color: #258525;
    text-decoration: none;
}

A:hover
{
    text-decoration: underline;
    color: #258525;
}

.clear
{
    clear: left;
}

#container
{
    /*border: 1px solid blue;*/
    margin: 0px auto;
    margin: 0px;
}

#content
{
    /*border: 1px solid green;*/
    min-height: 200px;
    width: 1004px;
    margin: auto;
}


#footer
{
    margin-left: 0px;
    margin-right: 0px;
    margin-top: -25px;
    width: 100%;
    font-size: 13px;
    text-align: center;
}

#header-bar
{
    margin: auto;
    width: 1004px;
    text-align: right;
}

/* ------------------- start menu language-bar -------------------- */

#language-bar
{
    margin: auto;
    width: 1004px;
    text-align: right;
}

#language-bar UL
{
    list-style: none;
    margin-right: 70px;
    padding: 10px;
}

#language-bar LI
{
    font-family: "Times New Roman" , Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    display: inline;
    color: #000000;
}

#language-bar LI a
{
    text-decoration: none;
    color: #002d00;
}

#language-bar a:hover
{
    color: #258525;
}
/* ------------------- end menu language-bar -------------------- */


/* ------------------- start cat menu -------------------- */

#cat-menu
{
    margin: auto;
    margin-top: 20px; /*border:1px solid red;*/
}

#cat-menu UL
{
    list-style: none;
}

#cat-menu LI
{
    font-family: "Times New Roman" , Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: bold;
    color: #000000;
    height: 43px;
    background: url(../images/catMenuBg.png) no-repeat 0 center;
    list-style: none;
}

#cat-menu LI a
{
    text-decoration: none;
    display: block;
    color: #000000;
    margin-left: 55px;
    margin-top: 5px;
}

#cat-menu a:hover
{
    color: #258525;
}
/* ------------------- end cat menu -------------------- */


/* ------------------- start main menu -------------------- */

#menu
{
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-top: 10px;
    width: 100%;
    height: 170px;
    text-align: center;
    background: url(../images/menuBg.png) no-repeat center center;
}

#menu UL
{
    list-style: none;
}

#menu LI
{
    font-family: "Times New Roman" , Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: bold;
    display: inline;
    color: #002d00;
    text-transform: uppercase;
    margin-left: 21px;
    margin-right: 21px;
}

#menu LI a
{
    text-decoration: none;
    color: #002d00;
}

#menu LI a:hover
{
    color: #258525;
}



/* ------------------- end menu -------------------- */

#horzNavBar
{
    font-size: 80%;
    margin-bottom: 3px;
}

/* ----------------*/
/* Contact Form */
/* ----------------*/

#contact-box
{
    padding-right: 15px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 0px; /*border: 1px solid red*/
    width: 600px;
}

#contact-box FORM
{
}
#contact-box LABEL
{
    display: block;
    overflow: hidden;
    margin-top: 7px;
    width: 600px;
    font-size: 90%;
}

#contact-box DIV
{
    /*border:1px solid #000000;*/
    width: 600px;
}

#contact-box DIV DIV
{
    /*border:1px solid #000000;*/
    width: 500px;
}

#contact-box .inputbox
{
    padding-right: 3px;
    padding-left: 3px;
    background: #fff;
    float: left;
    padding-bottom: 1px;
    width: 500px;
    color: #8a7e66;
    padding-top: 1px;
    height: 15px;
    font-family: "Times New Roman" , Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
}

#contact-box .chkbox
{
    padding: 0px;
    float: left;
    color: #8a7e66;
}

#contact-box TEXTAREA
{
    padding-right: 3px;
    padding-left: 3px;
    background: #fff;
    float: left;
    padding-bottom: 3px;
    overflow: auto;
    width: 500px;
    color: #8a7e66;
    padding-top: 3px;
    height: 100px;
    font-family: "Times New Roman" , Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
}

#contact-box A
{
    display: inline-block;
    background: url(../images/link-left1.gif) no-repeat;
    overflow: hidden;
    color: #fff;
    height: 20px;
    text-decoration: none;
}
#contact-box A SPAN
{
    display: inline-block;
    background: url(../images/link-right1.gif) no-repeat 100% 0%;
}
#contact-box A SPAN SPAN
{
    padding-right: 7px;
    display: inline-block;
    padding-left: 4px;
    background: url(../images/link-tail1.gif) repeat-x;
    padding-bottom: 0px;
    margin: 0px 3px 0px 10px;
    overflow: hidden;
    line-height: 18px;
    padding-top: 0px;
    height: 20px;
    font-size: 12px;
}
#contact-box A:hover SPAN SPAN
{
    cursor: pointer;
    text-decoration: underline;
}

/* ------------------*/
/* Contact Form FINE */
/* ------------------*/
