/* css Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin: 0 auto; 
	padding: 0; 
	font:small Arial, Verdana, Geneva, sans-serif;
	font-size:11px;
} 
img{
	border:0px;
}
.clear{	clear:both;	font-size: 0px;	line-height: 0px;background-position: 0px 0px;letter-spacing: 0em;text-indent: 0px;	vertical-align: 0%;
	word-spacing: 0em;display: block;margin: 0px;padding: 0px;height: 0px;width: 0px;border-top-width: 0px;border-right-width: 0px;
	border-bottom-width: 0px;border-left-width: 0px;list-style-position: outside;list-style-image: none;list-style-type: none;}
table { 
	border-collapse: collapse; 
	border-spacing: 0; 
} 
fieldset,img { 
	border: 0; 
	vertical-align:middle;
} 
address,caption,cite,code,em,strong,th,var { 
	font-weight: normal; 
	font-style: normal; 
} 
ol,ul { 
list-style: none; 
} 
h1,h2,h3,h4,h5,h6 { 
	font-weight:bold; 
	font-size: 100%; 
	font-family: "Times New Roman",Georgia, Times, serif;
} 
a{
	text-decoration:none;
	outline: none;
	hide-focus: expression( this.hideFocus=true );
}
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
} 
.clearfix{
	display:block;
	height: 1%;
}


/* grobal */
#container{
	background: url(../images/icon/header_repeat.gif) repeat-x center 30px;
}
#navBreadCrumb{ background-color:#e1e1e1; height:18px; line-height:18px; padding-left:20px; margin-bottom:3px;}
#header{
	padding-top:36px;
	width:940px;
	height:64px;
	overflow:hidden;
	position: relative;
}
#headerinfo{
	left: 600px;
	position: absolute;
	z-index: 10;
	color: #fff;
}
#headerinfo img{
	vertical-align:middle;
}
#rolltext,#account{
	width: 340px;
	height: 22px;
	font-weight: bold;
	text-align: right;
}
#account a.a1{
	font-weight: bold;
	color:#fff;
}
#rolltext div{
	font-style: italic;
	font-size: 14px;
	height: 18px;
	color: #efbdbd;
	font-weight: bold;
}
#rolltext div a{
	color: #efbdbd;
}
#rolltext img,#account img{
	padding:0 5px;
}
#account strong{
	padding: 0 3px;
	font-size: 15px;
	font-weight: bold;
}
#logo{
	left:0;
	top:46px;
	position:absolute;
	z-index: 1;
}

#menu{
	position: relative;
	padding-top:47px;
	height: 17px;
}
#menu ul{
	position: absolute;
	right:194px;
}
#menu ul li{
	float:left;
	margin-right:1px;
	width:auto;
	font-weight: bold;
}
#menu ul li a{
	color:#FFFFFF;
	background-color:#727272;
	display: inline-block;
	height:15px;
	padding:1px 12px;
	text-transform:uppercase;
}
#menu ul li a:hover{
	color: #000;
	background: #eee;
}
#menu ul li .current{
	color: #d37cb3;
}
#search{
	float:right;
}
#search input{
	float:left;
	border: none;
}
#search input#searchtext{
	padding-left: 2px;
	width: 170px;
	height: 17px;
	font-size: 11px;
	line-height: 15px;
	color: #666;
	border-color:#fff;
}
#search input#searchsubmit{
	margin-left: 1px;
	width: 21px;
	height: 17px;
	font-weight:bold;
	color: #fff;
	background: #727272;
}
#main{
}
#pagebody{
	width: 940px;
	position: relative;
}

/* left nav */
#leftnav{
	float: left;
	width: 160px;
	overflow: hidden;
}

/* rightcontent */
#rightcontent{
	float:right;
	width: 777px;
}

/* footer */
#footer{
	text-transform: uppercase;
	background: #fff;
}
#footernav{
	padding: 5px;
	width: 940px;
}
#footernav li,#footernav li a{
	height: 16px;
	font-size: 10px;
	color: #444;
}
#footernav li a:hover{
	text-decoration: underline;
}
#article{
	float: left;
}
#article ul{
	float: left;
	text-align: left;
	padding-left: 10px;
	width: 145px;
}
#share{
	float: right;
}
#share span{
	float: left;
}
#share img{
	vertical-align: middle;
	float: right;
	padding-left: 10px;
}
#tags{
	clear: both;
	padding-top:5px; 
	text-align: center;
	height:20px;
	color: #fff;
	font-size: 10px;
	background:url(../images/icon/footer_repeat.gif) repeat-x;
}
#tags a{
	color:#fff;
}
#navBreadCrumb a{ color:#000}
