/* Css Reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{ 
	margin:0; 
	padding:0; 
	border:0; 
	outline:0; 
	font-size:100%; 
	vertical-align:baseline; 
	background:transparent; 
}
ol,ul{ 
	list-style:none; 
}
blockquote,q{ 
	quotes:none; 
}
blockquote:before,blockquote:after,q:before,q:after{ 
	content:''; 
	content:none; 
}
:focus{ 
	outline:0; 
}
ins{ 
	text-decoration:none; 
}
del{ 
	text-decoration:line-through; 
}
table{ 
	border-collapse:collapse; 
	border-spacing:0; 
}

/*--------------- General Styles 
*/
.skiplink{ 
	display:none; 
}
a,a:visited{ 
 text-decoration:none; 
}
a:focus,a:hover{ 
}
body{ 
	color:#000; 
	font:62.5%/1 Arial ,Georgia,Verdana ,Georgia, Lucida,"Trebuchet MS" ,Helvetica, sans-serif;
	padding:0;
	margin:0;
	background:#FFFFFF url(images/bgr_body.jpg) repeat-x;
	padding-top:23px;
	padding-bottom:50px;
}
.hide{
     position: absolute;
     left: -9999px;
}
/*-------------------------------page start-------------------------*/

#wraper{
	width:923px;
	margin:0 auto;
}
#header{
	width:923px;
	height:72px;
	overflow:hidden;
}
#header h1{
	float:left;
	width:230px;
}
#header h1 a{
	display:block;
	width:230px;
	height:48px;
	background:url(images/absolute.jpg) no-repeat;
}
#header ul{
	float:right;
	width:607px;
	padding-top:14px;
	height:58px;
	overflow:hidden;
}
#header ul li{
	float:left;
	background:url(images/bgr_libdr.jpg) no-repeat;
	height:58px;
	padding-left:1px;
}
#header ul li a{
	font-size:18px;
	color:#454545;
	line-height:58px;
	padding:0 18px;
	display:block;
	text-decoration:none;
	float:left;
}
#header ul li a:hover, #header ul .current-page a{
	background:url(images/bgr_navhover.jpg) repeat-x;
}
#header ul .current-page{
	background:none;
}
/*----------------------------maincontent
*/
#maincontent{
	width:900px;/*923*/
	padding-right:23px;
}
/*--------------content
*/
#content{
	width:876px;/*900*/
	padding:30px 24px 31px 0;
	background:url(images/bgr_main_btm.jpg) repeat-x bottom left;
	overflow:hidden;
}
.align-lft{
	width:366px;
	float:left;
	display:block;
}
.align-rgt{
	width:477px;
	float:right;
	display:block;
	margin-top:76px;
}
/*-------------------------------footerarea
*/
#footerarea{
	width:900px;
	padding:22px 0 16px 0;
	overflow:hidden;
	background:url(images/bgr_main_btm.jpg) repeat-x bottom left;
}
#footerarea dd{
	float:left;
}
#footerarea dd strong{
	display:block;
	font-size:12px;
	color:#454545;
	padding-bottom:8px;
}
#footerarea dd p{
	font-size:12px;
	color:#454545;
	padding-bottom:8px;
	line-height:16px;
}
#footerarea dd a{
	font-size:12px;
	color:#454545;
	padding-bottom:0px;
	line-height:16px;
}
#footerarea dd a:hover {
	font-size:12px;
	color:#ec008c;
	padding-bottom:8px;
	line-height:16px;
}

.cheese{
	background:url(images/pic_news.jpg) no-repeat;
	width:241px;/*299*/
	margin-right:11px;
	padding-left:58px;
}
.twiter{
	background:url(images/pic_twiter.jpg) no-repeat;
	width:277px;/*335*/
	margin-right:33px;
	padding-left:58px;
}
.total{
	width:222px;
}
.total a{
	display:block;
	width:222px;
	height:29px;
	margin-bottom:8px;
}
/*--------------------------------footer
*/
#footer{
	width:900px;
	padding-top:20px;
}
#footer p{
	font-size:11px;
	color:#454545;
}
/*-----------------------------absolute-article page------------------*/
#submenu{
	width:900px;
	height:45px;
	background:url(images/bgr_main_btm.jpg) repeat-x bottom left;
}
#submenu ul{
	width:900px;
	height:45px;
	overflow:hidden;
}
#submenu ul li{
	float:left;
	padding:0 26px 0 17px;
	background:url(images/icon_li.jpg) no-repeat 0 17px;
}
#submenu ul li a{
	display:block;
	float:left;
	font-size:12px;
	color:#232020;
	line-height:45px;
}	
#submenu ul li a:hover {
	display:block;
	float:left;
	font-size:12px;
	color:#ec008c;
	line-height:45px;
}

#maincontent .content_artical{
	padding:0;
	margin:0;
	width:900px;
	padding-bottom:18px;
	padding-top:15px;
	background:url(images/bgr_main_btm.jpg) repeat-x bottom left;
	overflow:hidden;
}
.align_lft_big{
	display:block;
	float:left;
	margin-right:20px;
	width:460px;
}
.content_artical h2{
	font-size:24px;
	color:#1C1C1C;
	padding-bottom:25px;
}
.content_artical p{
	font-size:14px;
	color:#1C1C1C;
	line-height:16px;
	padding-bottom:18px;
}
.content_artical a{
	font-size:14px;
	color:#1C1C1C;
	line-height:16px;
	padding-bottom:18px;
}
.content_artical a:hover {
	font-size:14px;
	color:#ec008c;
	line-height:16px;
	padding-bottom:18px;
}
