body
{
	background-image:url(../images/body_bg.png);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#ecedf1;
	color:#4F4F4F;
	font-family: Tahoma, Verdana;
	font-size:11px;
	line-height:14px;
	padding:0px;
	margin:0px;
}
a
{
color:#4F4F4F;
text-decoration:none;
}
a:hover
{
text-decoration:underline;
}
h1
{
	font-size:11px;
	font-weight:bold;
	padding:0px;
	margin:0px;
}
h2
{
	font-size:13px;
	font-weight:bold;
	padding:0px;
	margin:0px;
}
h3
{
	font-size:11px;
	font-weight:normal;
	padding:0px;
	margin:0px;
}

img
{
border:0 none;
}
form, input
{
	margin:0px;
	padding:0px;
}
input
{
	border:1px solid gray;
}
.main_cnt
{
	width:1004px;
	margin:auto;
}
	.header_cnt
	{
		width:1004px;
		height:180px;
		background-image:url(../images/header_bg.jpg);
		background-repeat:no-repeat;
		background-position:top;
	}
		.header_left
		{
			width:656px;
			height:180px;
			float:left;
		}
			.header_logo
			{
				width:656px;
				height:116px;
				padding:25px 0 0 0;
			}
			.top_menu
			{
				height:36px;
				line-height:36px;
			}
				.top_menu ul
				{
					list-style-type:none;
					margin:0px;
					padding:0px;
				}
				.top_menu ul li
				{
					margin:0px;
					padding:0px;
					display:inline;
				}
				.top_menu ul li div:hover
				{
					background-image:url(../images/li_hover.png);
					background-repeat:repeat-x;
				}
				.top_menu ul li a
				{
					color:#13497c;
					font-weight:bold;
					display:block;
					padding:0 20px;
					float:left;
					background-image:url(../images/li_sep.png);
					background-position:right;
					background-repeat:no-repeat;
					text-decoration:none;		
				}
				
		.header_right_img
		{
			width:261px;
			height:180px;
			float:left;
			background-image:url(../images/top_pda.jpg);
			background-repeat:no-repeat;
		}
		.pagination_top
		{
			width:564px;
			height:14px;
			line-height:14px;
			text-align:right;
			border-bottom:1px solid #ccc;
			margin:0 0 6px 0;
		}
		.pagination_bottom
		{
			width:564px;
			height:14px;
			line-height:14px;
			text-align:right;
			border-top:1px solid #ccc;
			margin:6px 0 0 0;
			clear:both;
		}
		.currency_change input
		{
			color:black;
		}
		
.cl
{
	clear:both;
}		