@charset "utf-8";
/* CSS Document */

body {
	background-color: #2954AA;
	margin: 0px;
	padding: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
.bt {
	height: 256px;
	background-image: url(../images/bt.gif);
	background-repeat: repeat-x;
}
#logo {
	position:absolute;
	margin-left: -160px;
	left: 50%;
	top:65px;
	width:320px;
	height:0px;
	z-index:1;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	text-align:center;
	padding-top: 138px;
	color:#FFFFFF;
	font-weight:bold;
}
#ring {
	position:absolute;
	clear:both;
	left:10%;
	top:42px;
	width:167px;
	height:168px;
	z-index:2;
	background-image: url(../images/ring.gif);
}
#bm {
	height: 64px;
	background-image: url(../images/bm.gif);
	z-index: 3;
}

#mn{
	position:relative;
	text-align:center;
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
	z-index: 5;
}
#tel {
	font-size:14px;
	color:#FFFFFF;
	padding-top: 70px;
	text-align:center;
	font-weight: bold;
}
.link-menu {
	background-color:#2954AA;
	margin: 0 2px;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	height: 35px;
}
.selected-menu{
	background-color:#FFFFFF;
	margin: 0 0px;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.data{}
.data_block {
position:absolute;
top: -10000px;
visibility:hidden;
}
#view_data{
position:relative;
line-height: 1.7em;	
margin-top: -28px;
background-color:#FFFFFF;
width: 80%;
left: 50%;
margin-left: -45%;
padding: 60px 30px 30px 50px;
z-index: 4;
}
#view_data .title {
	font-size: 16px;
	font-weight: bold;
	color: #0066CC;
	text-align:center;
}
#view_data .silver {
	color: #999999;
	font-size: 10px;
	text-align:center;
	font-weight: bold;
}
#view_data .text {
text-align:justify;
}
#view_data .title2 {
	font-weight: bold;
	color: #0066CC;
}
.contact {
	font-size: 12px;
	color: #FFFFFF;
	text-align:center;	
}
.contact a {
	font-weight: bold;
	color: #FFFFFF;
}
.wtext {
	font-weight: bold;
	color: #4B4B4B;
}
.link-core {
}

#view_data li {
text-align:justify;
padding: 0px;
}
#bm #mn table {
	margin-top: -3px;
}
#bm #mn .link-menu a {
	text-decoration:none;
	color:#FFFFFF;
	padding: 10px;
}
.mouse_over{
border-bottom-color: #0099FF;
background: #0066CC;
}
#bm #mn .selected-menu a {
	text-decoration:none;	
	color:#0066CC;
	padding: 0 10px 0 10px;

}
.tbl_price td {
background-color:#FFFFFF;
padding-left: 10px;
}

.loading {
	color: #CCCCCC;
	text-decoration: blink;
	text-align:center;
}

