﻿body 
{
    background-color:#AF1E17;
    background-image:url(../images/icons/bg.jpg);
    background-repeat:repeat-x;
    font-family:Tahoma;
    font-size:10pt;
    margin:0;
    padding:0;
}
#main
{
    width:960px;
    margin:0px auto;
}
#content
{
    width:960px;
    float:left;
    background-color:#FFF;
}
#banner
{
    float:left;
    width:960px;
    height:110px;
    background-image:url(../images/icons/banner.jpg);    
}
#navi
{
    float:left;
    width:960px;
    background-image:url(../images/icons/top-bg.jpg);
    background-repeat:repeat-x;
    height:30px;
}
ul,li
{
    margin:0;
    padding:0;
    list-style-type:none;
}
#menu
{
    float:left;    
}
#menu li
{
    float:left;
}
#menu li a
{
    height:20px;
    padding:5px 8px;
    float:left;
    color:#FFF;
    text-decoration:none;
    background-image:url(../images/icons/navi-bg-none.jpg);
    background-repeat:repeat-x;
    font-weight:bold;
    background-color:#AF1E17;
    border-right:solid 1px #b2b2b2;
}
#menu li a:hover
{
    background-image:url(../images/icons/top-bg.jpg);
}
#menu li a.mnu-active
{
    background-image:url(../images/icons/navi-bg.jpg);
    background-repeat:repeat-x;
}
#search
{
    float:right;
    margin:2px;
}
#body
{
    float:left;
    width:950px;
    padding:5px;    
}
#foot
{
    float:left;
    width:960px;
    background-image:url(../images/icons/foot.jpg);
    background-repeat:repeat-x;
}
#foot-info a
{
    color:White; text-decoration:none;
}
#foot-info a:hover
{
    color:Yellow; text-decoration:underline;
}
#foot-navi
{
    margin:0px auto;           
}
#foot-navi li
{
    float:left;
}
#foot-navi li a
{
    height:20px;
    padding:5px 8px;
    float:left;
    color:#FFF;
    text-decoration:none;
    font-weight:bold;
    background-color:#AF1E17;
    border-right:solid 1px #b2b2b2;
}
#foot-navi li a:hover
{
    background-image:url(../images/icons/top-bg.jpg);
}
#foot-navi li a.mnu-active
{
    background-image:url(../images/icons/navi-bg.jpg);
    background-repeat:repeat-x;
}
#foot-info
{
    float:left;
    width:100%;
    text-align:center;
    color:#FFFFFF;
    padding:10px;
}
#home-head
{
    float:left;
    width:600px;
    height:280px;
    overflow:hidden;
}
#home-head-view
{
    width:380px;
    height:280px;
    float:left;
}
#home-head-view img
{
    width:380px;
    height:280px;   
}
#home-head-list
{
    width:220px;
    float:right;
    height:280px;
    overflow:hidden;
}
#home-head-list a
{
    float:left;
    width:200px;
    padding:5px;
    height:60px;
    background-image:url(../images/icons/home-head-list-a.jpg);
    background-repeat:repeat-x;
    color:#333;
    font-weight:bold;
    text-decoration:none;
    background-color:#CCCCCC;
    border-bottom:solid 1px #b2b2b2;
    line-height:150%;
}
#home-head-list a:hover
{
    background-image:url(../images/icons/home-head-list-active.jpg);
    background-color:#999999;
}
#home-head-list a.home-list-item-active
{
    background-image:url(../images/icons/home-head-list-active.jpg);
    background-color:#999999;
}
#home-video
{
    float:left;
    width:340px;
    height:280px;
    margin-left:10px;
}
#home-adv
{
    float:left;
    width:948px;
    border:solid 1px #b2b2b2;
    height:100px;
    margin-top:10px;
    background-image:url(../images/icons/home-adv.jpg);
}
.left-pnl
{
    width:720px;
    float:left;
    margin-top:10px;
}
.right-pnl
{
    float:left;
    width:230px;
    margin-top:10px;
}
.right-adv
{
    float:left;
    width:230px;
    margin-bottom:10px;
}
.right-adv img
{
    border:0px;
}
.contentmdl
{
    float:left;
    width:350px;
    border:solid 1px #b2b2b2;
    margin-right:10px;
    margin-bottom:10px;
}
.contentmdl-head
{
    height:20px;
    padding:5px;
    background-color:#AF1E17;
    color:#FFFFFF;
    font-weight:bold;
}
.contentmdl-img
{
    float:left;
    width:100px;
    height:75px;
    margin-right:5px;
    margin-bottom:5px;
}
.contentmdl-img img
{
    border:0px;
    width:100px;
    height:75px;
}
.contentmdl-title
{
    font-weight:bold;
    color:#333;
    text-decoration:none;
    font-size:14px;
}
.contentmdl-desc
{
    color:#333;
}
.contentmdl-item
{
    padding-left:20px;
    text-decoration:none;
    color:#333;
    background-image:url(../images/icons/contentmdl-icon.jpg);
    background-repeat:no-repeat;
    background-position:5px 5px;    
}
.contentmdl-more
{
    padding:2px;
    margin:4px 0px;
    text-align:right;    
}
.contentmdl-more a
{
    color:#AF1E17;
    font-size:8pt;
    font-weight:bold;
}
.topnew-item-title
{
    text-align:left !important;
}
.topnew-item
{
    text-align:justify;
}
.topnew-item-img
{
    border:0;
}

