@charset "utf-8";
/* CSS Document */

.header {
	width: 100%;
	height: 57px;
	background: url(../images/header_bg.png) repeat-x;
	font-family: Tahoma;
}

.menu_bar_index {
	width: 1000px;
	height: 57px;
	margin: 0px auto;
	background: url(../images/logo-piece_index_top.jpg) right bottom no-repeat;
}

.menu_bar {
	width: 1000px;
	height: 57px;
	margin: 0px auto;
	background: url(../images/logo-piece_sub_top.jpg) right bottom no-repeat;
}

.lang_selector {
	float: right;
	margin: 7px 40px 0px 0px;
	color: #000000;
	font-size: 10px;
}

.lang_selector a {
	color: #000000;
}

.lang_selector a:hover {
	color: #1A5A99;
	text-decoration:none;
}

.info_pane {
	background: url(../images/header_phone_pane.jpg) no-repeat;
	height: 46px;
	width: 124px;
	margin: 0px 0px 0px 50px;
	text-align: center;
}

.info_pane span {
	display: block;
	font-size: 11px;
	padding: 10px 0px 0px 0px;
}

.menu td {
	background: url(../images/menu_separator.png) no-repeat left;
	height: 57px;
	vertical-align: middle;
	padding: 0px 20px;
}

/*.menu td.logo {
	background: url(../images/logo-piece_index_top.jpg) right bottom no-repeat;
	width: 170px;
}*/

.menu a {
	color: #000000;
	font-size: 11px;
}

.menu a:hover {
	text-decoration: none;
	color:#1A5A99;
}

/*.header {
	width: 1000px;
	height: 198px;
	margin: 0px auto;
	background: url(../images/bgr_index_top.jpg) no-repeat;
}*/