/* navigation */
#pnav{
	width:960px;
	margin-left:4px;
	height:34px;
	line-height:34px;
}
#pnav a{
	font-size:12px;
}
#pnav li{
	height:34px;
	line-height:34px;
	float:left;
	text-align:center;
	background:url(../images/pnav-li.gif)  no-repeat;
	margin:0 1px;
}

#pnav li a{
	height:34px;
	display:block;
	font-weight:bold;
	color:#000;
	text-decoration: none;
}
#pnav li.selected a{
	height:34px;
	display:block;
	font-weight:bold;
	color:#FFF;
	background: url(../images/pnav-li-active.gif) no-repeat;
}
#pnav li.pnav-magazine a{
	height:34px;
	display:block;
	font-weight:bold;
	color:#FFF;
	background: url(../images/pnav-li-magazine.gif) no-repeat;
}

#pnav li, #pnav li a, #pnav li.selected a, #pnav li.pnav-magazine a{
	width:104px;
/*	padding:0 10px;
*/}


/* agent header page */
#agent_header {
	width:960px;
	float: none;
	background: none;
}

#ah-company{
	background:url(../images/ah-company.gif);
	width:960px;
	height:89px;
	line-height:89px;
	font-size:28px;
	font-weight:bold;
	text-indent:20px;
	color:#FFF;
	overflow:hidden;
}
#ah-lang{
	background:#0C658D;
	text-align:right;
	padding:0 0 10px 0;
	overflow:hidden;
}
#ah-contact{
	background:#e46403;
	height:33px;
	line-height:33px;
	text-indent:10px;
	font-weight:bold;
	font-size:14px;
	color:#FFF;
	margin-top:2px;
}
#ah-contact-info{
	background:#e5e5e5;
	height:175px;
	margin:5px 0;
}
#ah-contact-info-agent-pic{
	float:left;
	width:130px;
	height:155px;
	background:#FFF;
	text-align:center;
	border:10px #E5E5E5 solid;
}
#ah-contact-info-agent-pic img{
	width:130px;
	height:155px;
	overflow:hidden;
}

#ah-contact-info-agent{
	float:left;
	width:330px;
	height:155px;
	padding:10px;
}

#ah-contact-info-agent p, #ah-contact-info-agent a{
	color:#006e94;
	font-size:14px;
	font-weight:bold;
	margin:5px 0;
}
#ah-contact-info-company{
	width:290px;
	height:155px;
	padding:10px;
	background:#006e94;
	color:#FFF;
	float:left;
}
#ah-contact-info-company p, #ah-contact-info-company a{
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	margin:5px 0;
}
#ah-contact-info-company-logo{
	width:130px;
	height:155px;
	background:#FFF;
	float:left;
	border:10px #006e94 solid;
}
#ah-contact-info-company-logo img{
	width:130px;
	height:152px;
	overflow:hidden;
}

#ah-list{
	background:url(../images/ah-list.gif);
	width:960px;
	height:31px;
	line-height:31px;
	text-indent:10px;
	font-weight:bold;
	font-size:14px;
	color:#FFF;
}


