@CHARSET "UTF-8";

html, body{
        height: 100% !important;
        margin:auto;
}
body{
    margin: 0px;
    padding: 0px;
    background: url(../images/newfront/bg_px.gif) repeat;
    font-family: tahoma;
    font-size: 12px;
}
hr{
        background: url(../images/newfront/hr.gif) repeat-x;
        border: 0px;
        height: 1px;
        _border-top: 1px dotted #28d600;
        margin-top: 10px;
        margin-bottom: 10px;
}
.border{ border:1px solid red;}
.clear{ clear: both;}
.red{color: red;}

table.zebra{
        border: 1px solid #C7D1E4;
}
table.zebra td {
        border-right: 1px solid #C7D1E4;
        border-bottom: 1px solid #C7D1E4;
        padding: 2px;
}
table.zebra thead{background-color: #C9D6ED;}
table.zebra .even{background-color: #EFF3FA;}
table.zebra .odd{background-color: #fff;}

.main_table{
        background: top url(../images/newfront/bg_px_top.gif) repeat-x;
        overflow: hidden;
        height: 100%;
}
.top_head_bg{
        background: top url(../images/newfront/bg_top.png) repeat-x;
        padding-top: 8px;
}
.bg_top_left{
        background: top right url(../images/newfront/bg_top_left.gif) no-repeat;
}
.bg_top_right{
        background: top left url(../images/newfront/bg_top_right.gif) no-repeat;
}
.header_img{
        background: url(../images/newfront/header.png) no-repeat;
}
a.button{
        font-size: 16px;
        color: white;
        text-decoration: none;
        font-family: tahoma, arial;
        text-align: center;
        height: 48px;
        display: block;
        float: left;
        xborder: 1px solid red;
        margin-left: 9px;
        padding-top: 3px;
}
a.button:hover, a.button.active{color: #d2ff00;}
a.button.small{
        width: 87px;
        background: url(../images/newfront/button_small.png) no-repeat;
}
a.button.medium{
        width: 149px;
        background: url(../images/newfront/button_medium.png) no-repeat;
}
a.button.long{
        width: 208px;
        background: url(../images/newfront/button_long.png) no-repeat;
}
#login_btn{
        width: 186px;
        height: 29px;
        border: 0px;
        float: right;
        margin-right: 14px;
        padding-bottom: 3px;
        background: url(../images/newfront/login_btn.gif) no-repeat;
        color: #002b73;
        font-size: 16px;
        font-family: arial;
        cursor: hand;
        cursor: pointer;
        position: relative;
}
#login_btn:hover{background-position: 0px -29px;}

.button_big{
        background: url(../images/newfront/bg_button.gif) repeat-x;
        width: 240px;
        height: 38px;
        display: block;
        color: white;
        font-size: 14px;
        font-family: arial;
        text-align: center;
        text-decoration: none;
        padding-top: 4px;
}
#help_btn_block{
        background: #D2EBF4 url(../images/newfront/bg_px.gif) repeat;
}

.bg_bottom{
        background: bottom url(../images/newfront/bg_bottom.gif) no-repeat;
        height: 50px;
}
.leaves{
    background: bottom right url(../images/newfront/bg_bottom_top.gif) no-repeat;
    padding-bottom: 50px;
}
.bg_bottom_right{
    background: bottom left url(../images/newfront/bg_bottom_right.gif) no-repeat;
}
.bottom_menu{
        color: #fff;
        text-align: right;
        height: 27px;
        padding-top: 4px;
        padding-right: 50px;
}

#copyright{
        font-family: tahoma;
        font-size: 11px;
        color: #fff;
        text-align: center;
        padding-top: 3px;
}

.bottom_link{
        color: #fff;
        font-family: arial;
}
.bottom_link:hover, .bottom_link.active{color: #f6ff00;}

/* TESTIMONIAL  */
.testimonial_outer{
        background: url(../images/newfront/bg_testimonials.gif) no-repeat;
        width: 210px;
        height: 270px;
        padding: 15px;
}

.content_top{
        background: url(../images/newfront/bg_content_top.gif) no-repeat;
        height: 55px;
}
.content_bottom{
        background: url(../images/newfront/bg_content_bottom.gif) no-repeat;
        height: 50px;
}
.triangle{
        padding-left: 28px;
}
h1.title{
    font-family: arial;
    font-size: 24px;
    color: #0f5c40;
        position: relative;
        top: 5px;
        _top: 15px;
        padding-left: 22px;
        _margin-bottom: 15px;
}
h1.title.home{background: 0px 8px url(../images/newfront/ico_sprite.gif) no-repeat}
h1.title.request{background: 0px -100px url(../images/newfront/ico_sprite.gif) no-repeat}
h1.title.contact{background: 0px -100px url(../images/newfront/ico_sprite.gif) no-repeat}
h1.title.service{background: 0px -28px url(../images/newfront/ico_sprite.gif) no-repeat}
h1.title.faq{background: 0px -63px url(../images/newfront/ico_sprite.gif) no-repeat}

/* LOGIN FORM STYLES */
#signin_menu{
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    display:none;
    background-color:#ddeef6;
    position:absolute;
    width:210px;
    z-index:100;
    xborder:1px transparent;
    border: 1px solid #74B6BE;
    text-align:left;
    padding:15px 12px;
    top: 32px;
    right: 0px;
    margin-top:5px;
    margin-right: 0px;
    *margin-right: -1px;
    color:#789;
    font-size:11px;
}

#signin_menu input.inp{
    display:block;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border:1px solid #ACE;
    font-size:13px;
    margin:0 0 5px;
    padding:5px;
    width:203px;
}
#signin_menu p {
    margin:0;
}
#signin_menu a {
    color:#6AC;
}
#signin_menu label {
    font-weight:normal;
}

#signin_menu p a {
    color:#27B!important;
}
#signin_submit {
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    background-color:#39d ;
    border:1px solid #39D;
    color:#fff;
    text-shadow:0 -1px 0 #39d;
    padding:4px 10px 5px;
    _padding:1px 10px 1px;
    font-size:11px;
    margin:0 5px 0 0;
    font-weight:bold;
    _width:auto;
    _overflow:visible;
}
#signin_submit::-moz-focus-inner {
        padding:0;
        border:0;
}
#signin_submit:hover, #signin_submit:focus {
    background-color: #248DD2;
    cursor:hand;
    cursor:pointer;
}
#signin_menu p.remember {
    padding:10px 0;
}

#register_form{
    -moz-border-radius-topright:8px;
    -moz-border-radius-bottomleft:8px;
    -moz-border-radius-bottomright:8px;
    -webkit-border-top-right-radius:8px;
    -webkit-border-bottom-left-radius:8px;
    -webkit-border-bottom-right-radius:8px;
        width: 500px;
        border: 2px solid #7A9593;
        margin: 0 auto;
}
#register_form .header{
        background-color: #7A9593;
        height: 21px;
        padding-left: 5px;
        padding-top: 4px;
        width: 495px;
        width: auto;
        text-align: left;
        color: white;
        font-size: 14px;
        font-weight: bold;
        font-family: arial;
}
#register_form table.reg{
        margin: 20px;
        width: 90%;
        _width: 455px;
}
#register_form input.txt, #register_form select, #register_form textarea{
        border:1px solid #7A9593;
    font-size:12px;
    margin:0 0 5px;
    padding:2px;
    width: 98%;
    _width: 95%;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
}
input.button{
        -moz-border-radius:4px;
    -webkit-border-radius:4px;
    background-color:#709EA1 ;
    border:1px solid #3A6471;
    color:#fff;
    text-shadow:0 -1px 0 #39d;
    padding:4px 10px 5px;
    _padding:1px 10px 1px;
    font-size:11px;
    margin:3px 5px 3px 0;
    font-weight:bold;
    _width:auto;
    _overflow:visible;
}
input.button:hover{
        background-color:#68A0B2;
    border:1px solid #3A6471;
    cursor: pointer;
    cursor: hand;
}
.thanks{
        background: right url(../images/newfront/girl.jpg) no-repeat;
        padding-right: 183px;
        padding-top: 80px;
        xvertical-align: middle;
        xdisplay: table-cell;
        height: 186px;
        font-size: 18px;
}

.coach_testim{
        width:83px;

}
#herb_logo{
        background: url(../images/newfront/herb_logo.gif) no-repeat;
        z-index: 9000;
        position: relative;
        left: 170px;
        _left: 150px;
        top: 220px;
        width: 57px;
        height: 63px;
}
.herb_logo_kg{
    background-position: 0px -63px !important;
}

.ico{
        background: url(../images/newfront/ico_home.gif) no-repeat;
        height: 18px;
        width: 16px;
        display: block;
        float: left;
        text-decoration: none;
        margin-right: 5px;
}
.ico.home:hover{background-position: -16px 0px;}
.ico.contact{margin-top: 2px;background-position: 0px -17px;}
.ico.contact:hover{background-position: -16px -17px;}