.bot_main {
height: 40px;
float: left;
clear: both;
width: 974px;
position: relative;
margin-bottom: -43px;
top: 43px;
background: #F1F1F1;
background: -moz-linear-gradient(top,#F1F1F1 0,#E0E0E0 81%,#CACACA 100%);
background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#F1F1F1),color-stop(81%,#E0E0E0),color-stop(100%,#CACACA));
background: -webkit-linear-gradient(top,#F1F1F1 0,#E0E0E0 81%,#CACACA 100%);
background: -o-linear-gradient(top,#F1F1F1 0,#E0E0E0 81%,#CACACA 100%);
background: -ms-linear-gradient(top,#F1F1F1 0,#E0E0E0 81%,#CACACA 100%);
background: linear-gradient(to bottom,#F1F1F1 0,#E0E0E0 81%,#CACACA 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1',endColorstr='#cacaca',GradientType=0);
}

.bot_main h3 {
background: #C6C6C6;
background: -moz-linear-gradient(top,#C6C6C6 0,whiteSmoke 61%,whiteSmoke 70%,#EAEAEA 92%);
background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#C6C6C6),color-stop(61%,whiteSmoke),color-stop(70%,whiteSmoke),color-stop(92%,#EAEAEA));
background: -webkit-linear-gradient(top,#C6C6C6 0,whiteSmoke 61%,whiteSmoke 70%,#EAEAEA 92%);
background: -o-linear-gradient(top,#C6C6C6 0,whiteSmoke 61%,whiteSmoke 70%,#EAEAEA 92%);
background: -ms-linear-gradient(top,#C6C6C6 0,whiteSmoke 61%,whiteSmoke 70%,#EAEAEA 92%);
background: linear-gradient(to bottom,#C6C6C6 0,whiteSmoke 61%,whiteSmoke 70%,#EAEAEA 92%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c6c6c6',endColorstr='#eaeaea',GradientType=0);
}
.bot_main h3 {
font-size: 13px;
line-height: 13px;
color: #484848;
padding: 13px 13px 0;
margin: 0;
height: 30px;
border-right: white solid 1px;
float: left;
}

.bot_bar_txt {
position: relative;
float: left;
border-left: #CCC solid 1px;
}

.bot_bar_img {
float: left;
padding: 1px;
background: #C4C4C4;
background: -moz-linear-gradient(top,#C4C4C4 0,#787878 100%);
background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#C4C4C4),color-stop(100%,#787878));
background: -webkit-linear-gradient(top,#C4C4C4 0,#787878 100%);
background: -o-linear-gradient(top,#C4C4C4 0,#787878 100%);
background: -ms-linear-gradient(top,#C4C4C4 0,#787878 100%);
background: linear-gradient(to bottom,#C4C4C4 0,#787878 100%);
position: relative;
top: 6px;
left: 11px;
z-index: 1;

}

.bot_bar_img img {
display: block;
}

.bot_bar_flow {
float: left;
overflow: hidden;
height: 35px;
}

.bot_bar_flow {
float: left;
overflow: hidden;
height: 35px;
}

.bot_bar_cont {
float: left;
padding: 12px 0 0 24px;
height: 25px;
}

.bot_bar_cont a {
line-height: 13px;
font-size: 13px;
color: #525252;
}

#bottom_bot{
    width: 974px;
    height: 130px;
    position: relative;
    float: left;
    clear: both;
    background: url('../slider_img/slide-sprite.png') repeat-x 0 -409px white;
    -webkit-box-shadow: 0 6px 5px 1px #999;
    -moz-box-shadow: 0 6px 5px 1px #999;
    box-shadow: 0 3px 5px 1px #999;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=140, Color='#666666')";
}