@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-image:url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #e6e6e6;
	font-family:Tahoma, Geneva, sans-serif;
	color:#666;
}
p{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	line-height:150%;
}
input{
	border:none;
	height:24px;
	width:400px;
	line-height:24px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	line-height:150%;
}
textarea{
	border:none;
	height:72px;
	width:400px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	line-height:150%;
}
#logo{
	float:left;
}
#top-tips{
	float:right; 
	text-align:right; 
	font-size:12px; 
	color:#FFF; 
	line-height:150%;
	margin-right:16px;
	height:118px;
}
.slogan{
	font-family:"Abadi MT Condensed Extra Bold";
	font-size:28px;
	line-height:120%
}
#menu-highlight{
	width:165px; 
	height:40px; 
	line-height:40px; 
	background-image:url(../images/menu-hightline-bg.png); 
	color:#FFF; 
	font-size:14px; 
	margin-bottom:1px;
	cursor:hand;
}
#menu{
	width:165px; 
	height:40px; 
	line-height:40px; 
	font-size:12px; 
	margin-bottom:1px;
	border-bottom:solid 1px #FFF;
	cursor:hand;
}
.copyright{
	font-size:11px;
	color:#999
	}