
* html .container {
    height: 100%;
	
}
.container {
    width: 930px;
    min-height: 100%;
    margin: auto;
    text-align: left;
   
}
.container .wrap {
    margin: 0 10px;
}






/* Nav==========================================================*/
.nav {
    position: relative;
    margin: 0 10px 10px;
    background: url(../images/heard_d_4.jpg) no-repeat ;
}
.navinner {
    background: url(../images/heard_d_4.jpg) no-repeat 100% -72px;
}
.navlist {
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    margin: 0 10px;
    background: url(../images/heard_d_4.jpg) repeat-x 0 0;
}
.nav li {
    float: left;
    display: inline;
    margin: 0 0 0 -2px;
    padding: 0 4px 0 6px;
    background: url(../images/heard_d_4.jpg) no-repeat 0 -108px;
}
.nav a {
    display: block;
    width: 102px;
    text-align: center;
    font-size: 120%;
     
}
.nav a:link, .nav a:visited {
    color: #fff;
}
.nav a.current, .nav a:hover, .nav a:active {
    color: #fff;
    font-weight: bold;

    background:url("../images/heard_d_5.png") no-repeat 0 0;_background:none;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/heard_d_5.png', sizingMethod='crop');cursor:pointer;
}
.subnav 
{
	 color :White ;
    position: absolute;
    top: 41px;
    left: 0;
    float: left;
    height: 25px;
    line-height: 25px;
    white-space:nowrap;
    
    background: url(../images/nav_bg.gif) no-repeat 0 -180px;
}
* html .subnav {
    margin: 0 10px 0 -10px; /* IE 6 and below */
}
.subnav p {
    padding: 0 10px;
    background: url(../images/nav_bg.gif) no-repeat 100% -234px;
}
.subnav p span {
    display: block;
    background: url(../images/nav_bg.gif) 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(../images/nav_bg.gif) repeat-x 0 -261px;
}
.subnav a 
{
    display:inline-block;
    padding: 0;
    font-size: 100%;
   
}

.subnav, .subnav a:link, .subnav a:visited {
    color: #ffffff;
}
.subnav a:hover, .subnav a:active {
    color:  #ffffff;
}
.subnav a:hover, .subnav a:active {
    font-weight: normal;
   background: none;
   
}
/* subnav position and pointer position */
#subnav1 { left: 120px; }
#subnav2 { left: 230px; }
#subnav3 { left: 340px; }
#subnav4 { left: 450px; }
#subnav5, #subnav6, #subnav7 { 
    left: auto;
    right: 0px;
}

#subnav1 .pointer,
#subnav2 .pointer,
#subnav3 .pointer,
#subnav4 .pointer { left: 30px; }
#subnav5 .pointer { left: auto; right: 290px; }
#subnav6 .pointer { left: auto; right: 180px; }
#subnav7 .pointer { left: auto; right: 70px; }

#subnav1, #subnav2, #subnav3, #subnav4 {
    min-width: 110px;
}
#subnav5 { min-width: 340px; }
#subnav6 { min-width: 240px; }
#subnav7 { min-width: 130px; }


.disable {
    display: none;
}
