.logo {
    width: 747px;
    height: 87px;
    float: left;
    margin-left: 70px;
    margin-top: 20px;
}

.headinfo {
    background: url(../img/infohead3.png) no-repeat;
    float: right;
    margin-top: 15px;
    margin-right: 175px;
    width: 222px;
    height: 99px;
    font: 12px Tahoma, Geneva, sans-serif;
    color: #010101;
    font-weight: 600;
    padding-left: 10px;
    padding-top: 10px;
}

.menu {
    margin-left: 165px;
}

.menu ul li {
    display: inline-block;
    background: url(../img/menu_bot_item.png) no-repeat center bottom;
    height: 27px;
    text-align: center;
    padding: 0 27px;
}
.menu ul li:first-child {
    padding-left: 0px;
}
.menu ul li:last-child {
    padding-right: 0px;
}

.menu ul li a {
    font: 16px Tahoma, Geneva, sans-serif;
    color: #000;
    text-decoration: none;
    font-weight: bolder;
    border-bottom: solid 1px #000;
}

.order_but {
    float: left;
    margin-top: 185px;
    margin-left: 165px;
}

.left_side ul {
    width: 250px;
    margin-left: 100px;
    padding: 10px 0px;
    background: #f4f4f4;
    border-radius: 10px;
    margin-bottom: 20px;
}

.left_side ul li {
    padding-left: 20px;
    list-style: none;
    background: url(../img/li_item.png) left no-repeat;
    margin: 10px 20px 10px 15px;
    border-bottom: dotted 1px #000;
}

.left_side ul li a {
    font: 16px Tahoma, Geneva, sans-serif;
    color: #000;
    font-weight: 600;
    text-decoration: none;
}

.search {
    margin-left: 65px;
    font: 12px Tahoma, Geneva, sans-serif;
}

.search label {
    float: left;
    display: block;
    height: 22px;
}

.search label a {
    text-decoration: none;
    color: #FFF;
    padding-left: 20px;
}

.search_panel {
    width: 650px;
    height: 40px;
    padding: 8px 10px;
    margin-top: 5px;
    background: url(../img/search_panel.jpg) no-repeat;
}

.txt {
    width: 635px;
    float: right;
    font: 12px Tahoma, Geneva, sans-serif;
    color: #000;
}

.txt-top {
    background: url(../img/txt_top.png) no-repeat;
}

.txt-body {
    padding: 15px;
    padding-top: 0px;
    background: #f4f4f4;
}

.txt-bottom {
    background: url(../img/txt_bottom.png) no-repeat;
}

.foot-info {
    width: 220px;
    color: #888888;
    float: left;
    font: 11px Tahoma, Geneva, sans-serif;
    margin-left: 15px;
    padding-top: 10px;
}

.foot-menu {
    float: right;
    padding-top: 30px;
}

.foot-menu li {
    display: block;
    float: left;
    padding: 0px 20px;
    border-right: solid 1px #4a4a4a;
}

.foot-menu li a {
    font: 11px Tahoma, Geneva, sans-serif;
    color: #4a4a4a;
    text-align: center;
}
/*.menu ul li a:hover
{
	background:url(../img/ahover.png) no-repeat;
}*/
