﻿@charset "utf-8";
/* CSS Document */
html, body, ul, li, h1, h2, h3, h4, h5, h6, fieldset, legend {padding:0; margin:0;}
body {font:12px/normal Verdana, Arial, Helvetica, sans-serif;}
ul,li {list-style-type:none; text-transform:capitalize;}
.clear {clear:both; *display:inline;}

/*menu*/
#nav {
        margin:0 auto;
        width:990px;
        display:block;}

#nav .mainlevel {
        background:#ffe60c url(../images/mainlevel_bg.png);
        float:left;
        width:90px;}

#nav .mainlevel a {
       color:#000000; 
       font-size:13px;
       text-decoration:none;
       text-align:center;
       line-height:28px; 
       display:block;}

#nav .mainlevel a:hover {
      color:#fff; 
      text-decoration:none;
      background:#062723 url(../images/slide.png) 0 0 repeat-x;}

#nav .mainlevel ul {display:none; position:absolute;}       

#nav .mainlevel li {
        border-top:1px solid #fff;
        background:#ffe60c; 
        width:50px;}

#nav .search_bar{
        float:right;
        height:28px;
        width:270px;
        background:#ffe60c url(../images/search_bar.png);}

#nav .search_bar table{
        padding-left:5px;
        height:26px;}

#nav .search_bar table tr{
        height:100%;}

#nav .search_bar table tr td{
        height:100%;}

.input_kuang{
        margin:auto;
        height:20px;
        width:200px;
        line-height:20px;
        border:#3888c5 solid 1px;}


.log {
        text-align:center;
        color:skyblue;
        line-height:24px;
        text-transform:capitalize;
        margin:50px auto;}