/*******************************************************************************
  RESET
*******************************************************************************/

html, body, div, span, applet, object, iframe,
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
    abbr, acronym, address, big, cite, code,
    del, dfn, em, font, ins, kbd, q, s, samp,
    small, strike, strong, tt, var,
    b, u, i, center, dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
}
body {
    line-height: 1;
}
blockquote, q {
    quotes: none;
}
:focus {
    outline: 0;
} /* remember to define focus styles! */
ins {
    text-decoration: none;
} /* remember to highlight inserts somehow! */
del {
    text-decoration: line-through;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
} /* tables still need 'cellspacing="0"' in the markup */
img {
    border: 0;
    outline: 0;
    font-size: 100%;
    background: transparent;
}
a {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
}

/*******************************************************************************
  TEMPLATES
*******************************************************************************/

.fleft {
    float: left;
}
.fright {
    float: right;
}
.left {
    text-align: left;
}
.center {
    text-align: center;
}
.right {
    text-align: right;
}
.w100 {
    width: 100%;
}
.w50 {
    width: 50%;
}

/* CLEARFIX */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    display: inline-table;
}
/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
/* End hide from IE-mac */
/* END OF CLEARFIX */



/*******************************************************************************
  MAIN
*******************************************************************************/

html, body {
    height: 100%;
    cursor: default;
}
body {
    font: normal 100% Tahoma, sans-serif;
    background: #fff;
}

a:hover {
    text-decoration: none;
}

/*******************************************************************************
  STRUCTURE:BASE
*******************************************************************************/

#top {
    position: relative;
    width: 815px;
    height: auto !important;
    height: 100%;
    min-height: 100%;
    margin: 0 auto;
}

#header {
	position: relative;
    height: 157px;
    margin: 0 0 10px;
}

#body {
    position: relative;
    padding: 0 0 80px;
}

#bottom {
    position: relative;
    width: 815px;
    height: 30px;
    margin: -30px auto 0;
}

/*******************************************************************************
  LAYOUT
*******************************************************************************/

#header {
    background: url(../img/new/logo_b.jpg) no-repeat;
}
    #header-logo {
        position: absolute;
        top: 55px;
        left: 140px;
        width: 280px;
        height: 64px;
    }
    #header-contact {
        position: absolute;
        top: 75px;
        left: 654px;
        width: 50px;
        height: 40px;
    }

.menu {
    font-size: 12px;
    color: #666;
    text-align: center;
}
    .menu a {
        font-weight: bold; 
        color: #666;
        text-decoration: none;
    }
        .menu a:hover {
            color: #58a60c;
        }
        .menu a.current {
            color: #58a60c;
            font-weight: normal;
        }

#body {
    font-size: 12px;
}

#leftCol {
    float: left;
    position: relative;
    width: 435px;
    padding: 40px 0 0;
}

#rightCol {
    float: right;
    position: relative;
    width: 365px;
    padding: 30px 0 0;
    text-align: right;
}

.content {

}
    .content h1 {
        margin: 0 0 10px;
        font-size: 18px;
    }
    .content h2 {
        margin: 20px 0 10px;
        font-size: 14px;
    }
    .content a {
        color: #666;
    }
        .content a:hover {
            color: #333;
        }
    .content p {
        margin: 10px 0;
    }
    .content ul {
        margin: 10px 0 10px 15px;
    }
        .content ul li {
            margin: 0 0 3px;
        }

#form {
    padding: 20px 0 0;
}
#form table {
    width: 100%;
}
    #form table td {
        padding: 0 0 5px;
        vertical-align: top;
    }
        #form table td.c1 {
            width: 100px;
            padding-top: 5px;
            padding-right: 20px;
            text-align: right;
        }
            #form table td.c1 span {
                position: relative;
                left: 3px;
                margin-right: -8px;
                font-weight: bold;
                color: #ff0000;
            }
            #form table td.c2 input, #form table td.c2 textarea {
                width: 300px;
                font-family: Tahoma, sans-serif;
                font-size: 12px;
            }
            #form table td.c2 textarea {
                height: 50px;
            }
    
#bottom {
}


/*******************************************************************************
  STYLES
*******************************************************************************/

.redlink {
    font-weight: bold;
    color: #ff0000 !important;
    text-decoration: none;
}
    .redlink:hover {
        color: #333 !important;
    }
