* {
	margin: 0;
	padding: 0;
}

#top_wrap {
	margin: 0 auto;
	width: 800px;
	height: 140px;
	background: top url(../images/bg_top.png) no-repeat;
}

#top {
	height: 102px;
}

#logo {
	position: relative;
	top: 15px;
	left: 18px;
	width: 100px;
	height: 70px;
}

#product {
	position: relative;
	top: -55px;
	left: 125px;
	width: 548px;
	height: 58px;
}

.typed {
	position: relative;
	display: inline-block;
	top: -3px;
	left: 20px;
	width: 180px; /* Added by Vincent */
	font-weight: bold;
	/* font-size: 12px; */
	font-size: 8px; /* Added by Vincent */
	color: #2a4a93;
}

#menu {
	height: 18px;
	border-top: solid 1px #2a4a93;
	border-bottom: solid 1px #2a4a93;
}

#menu>ul { margin-top: 2px; float: right; list-style: none; }
#menu>ul>li { padding: 0 5px; float: right; border-right: solid 1px #2a4a93; font-weight: bold; font-size: 12px; color: #2a4a93; }
#menu>ul li:first-child { border: none; }

#menu a { text-decoration: none; color: #2a4a93; }

.typed-cursor{
	opacity: 1;
	-webkit-animation: blink 0.7s infinite;
	-moz-animation: blink 0.7s infinite;
	animation: blink 0.7s infinite;
}
@keyframes blink{
	0% { opacity:1; }
	50% { opacity:0; }
	100% { opacity:1; }
}
@-webkit-keyframes blink{
	0% { opacity:1; }
	50% { opacity:0; }
	100% { opacity:1; }
}
@-moz-keyframes blink{
	0% { opacity:1; }
	50% { opacity:0; }
	100% { opacity:1; }
}