body, html
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #797b7d;
    background: #FFF;
}

div, ul, ol, li, h1, h2, h3, h4, h5, h6, p, form, input, img
{
    margin: 0;
    padding: 0;
}
img
{
    border: 0;
}

#container
{
    width: 80%;
    margin: 0 auto;
}

.header
{
    border-bottom: 1px solid #e5e5e5;
    clear: both;
}
#setMenu
{
    border-bottom: 1px solid #e5e5e5;
}
.signin
{
    float: right;
    padding-top: 4px;
    font-size: 11px;
    text-align: right;
    color: #e5e5e5;
    visibility: hidden;
}
.signin a
{
    padding: 0px 6px;
    text-decoration: none;
    color: #0660a7;
}
.signin a:hover
{
    padding: 0px 6px;
    text-decoration: underline;
    color: #0660a7;
}
.clear
{
    clear: both;
    font-size: 0px;
    height: 0px;
}

.navigation
{
    /* width:500px; */
}
.navigation ul
{
    list-style: none;
    text-align: center;
}
.navigation li
{
    float: left;
}
.navigation li a
{
    text-decoration: none;
    color: #0660a7;
    text-align: center;
    font-size: 12px;
    padding: 0px 1px;
    float: left;
    border: 1px solid #fff;
    border-bottom: 0;
}
.navigation li a span
{
    color: #0660a7;
    cursor: pointer;
    line-height: 21px;
    background: url(../images/divider.gif) right center no-repeat;
    text-align: center;
    font-size: 12px;
    padding: 0px 6px;
}
.navigation li a:hover
{
    text-decoration: none;
    color: #fff;
    padding: 0px 1px;
    border: 1px solid #e5e5e5;
    border-bottom: 0;
}
.navigation li a:hover span
{
    text-decoration: none;
    color: #fff;
    background: url(../images/nav_h.gif) left top repeat-x;
}
.navigation li a span strong
{
    font-size: 14px;
    font-weight: normal;
}

.navigation li a.active
{
    text-decoration: none;
    color: #fff;
    padding: 0px 1px;
    border: 1px solid #e5e5e5;
    border-bottom: 0;
}
.navigation li a.active span
{
    text-decoration: none;
    color: #fff;
    background: url(../images/nav_h.gif) left top repeat-x;
}

.last span
{
    background: none !important;
}
.last:hover span
{
    background: url(../images/nav_h.gif) left top repeat-x !important;
}

.middle
{
    width: 802px;
    padding: 15px 0px;
}
.btn_search
{
    float: left;
    padding-left: 10px;
    padding-top: 2px;
}
.btn_search input
{
    padding-bottom: 2px;
    padding-bottom: 0px;
    width: 83px;
    background: url(../images/btn_search.gif) left top no-repeat;
    height: 27px;
    text-align: center;
    cursor: pointer;
    outline: none;
    border: none;
    color: #000;
    font-size: 13px;
}
.search_input
{
    float: left;
    border: 1px solid #e5e5e5;
    padding: 1px;
}
.search_input input
{
    padding: 4px 2px 0px 2px;
    width: 500px;
    background: #fff;
    height: 21px;
    outline: none;
    border: 1px solid #464646;
    color: #333;
    font-size: 12px;
}

.footer
{
    border-top: 0px solid #e5e5e5;
    clear: both;
}
.footer_l a
{
    text-decoration: none;
    color: #0660a7;
    padding: 0px 2px;
}
.footer_l a:hover
{
    text-decoration: underline;
    color: #0660a7;
}

.footer_l
{
    float: left;
    padding-left: 8px;
    color: #e5e5e5;
    font-size: 11px;
    line-height: 20px;
}
.footer_r
{
    width: 240px;
    text-align: right;
    padding: 0px 10px 0px 0px;
    font-size: 11px;
    float: right;
    color: #787878;
    line-height: 20px;
}




/*Create New Class by paresh  */

