.hidden {
    display: none;
}
html, body {
    height: 100%;
}
* html .container {
    height: 100%;
}
.container {
    width: 705px;
    min-height: 100%;
    margin:0 auto;
    text-align: text;
    background: #fff;
	padding-left:14px;
}
.container .wrap {
    margin: 0 10px;
}

/* Nav
==========================================================*/
.nav1 {
    position: relative;
    margin: 0 10px 10px;
    background: url(nav_bg.png) no-repeat 0 -36px;
}
.navinner {
    background: url(nav_bg.png) no-repeat 100% -72px;
}
.navlist {
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    margin: 0 10px;
    background: url(nav_bg.png) repeat-x 0 0;
}
.nav1 li {
    float: left;
    display: inline;
    margin: 0 0 0 -2px;
    padding: 0 4px 0 6px;
    background: url(nav_bg.png) no-repeat 0 -108px;
}
.nav1 a {
    display: block;
    width: 75px;
    text-align: center;
    font-size: 120%;
}
.nav1 a:link, .nav1 a:visited {
    color: #fff;
}
.nav1 a.current, .nav1 a:hover, .nav1 a:active {
    color: #fff;
    font-weight: bold;
    background: url(nav_bg.png) no-repeat 50% -144px;
}
.subnav {
    position: absolute;
    top: 41px;
    left: 0;
    float: left;
    height: 27px;
    line-height: 27px;
    white-space: nowrap;
    background: url(nav_bg.png) no-repeat 0 -180px;
}
* html .subnav {
    margin: 0 10px 0 -10px; /* IE 6 and below */
}
.subnav p {
    padding: 0 10px;
    background: url(nav_bg.png) no-repeat 100% -234px;
}
.subnav p span {
    display: block;
    background: url(nav_bg.png) repeat-x 0 -207px;
}
.subnav p.pointer {
    position: absolute;
    top: -4px;
    left: 0;
    height: 5px;
    width: 11px;
    padding: 0;
    margin-left: 20px;
    text-indent: -999em;
    background: url(nav_bg.png) repeat-x 0 -261px;
}
.subnav a {
    display: inline;
    padding: 0;
    font-size: 100%;
}
[class~="subnav"] a {
    padding: 0 3px;
}
.subnav, .subnav a:link, .subnav a:visited {
    color: #235e99;
}
.subnav a:hover, .subnav a:active {
    color: #235e99;
}
.subnav a:hover, .subnav a:active {
    font-weight: normal;
    background: none;
    border-bottom: 2px solid;
}
/* subnav position and pointer position */
#subnav1 { left: 80px; }
#subnav2 { left: 160px; }
#subnav3 { left: 340px; }
#subnav4 { left: 330px; }
#subnav5 { left: 410px; }
#subnav6, #subnav7 { 
    left: auto;
    right: 0px;
}

#subnav1 .pointer,
#subnav2 .pointer,
#subnav3 .pointer,
#subnav4 .pointer,
#subnav5 .pointer { left: 30px; }
#subnav6 .pointer { left: auto; right: 150px; }
#subnav7 .pointer { left: auto; right: 70px; }

#subnav1, #subnav2, #subnav3, #subnav4, #subnav5 {
    min-width: 110px;
}
#subnav6 { min-width: 240px; }
#subnav7 { min-width: 130px; }


/* Note
==========================================================*/
.disable {
    display: none;
}


a:link{
	color:#313131;
	text-decoration:none;
}
a:visited{
	color:#313131;
	text-decoration:none;
}
a:hover{
	color:#BF001F;
	text-decoration:none;
}
a.v_red:link{
	color:#BF001F;
	text-decoration:none;
}
a.v_red:visited{
	color:#BF001F;
	text-decoration:none;
}
a.v_red:hover{
	color:#BF001F;
	text-decoration:underline;
}
.ding_box{
	padding:0px 0px 25px 170px;
	height:62px;
}