#top {
  	background-color: #000;
	height: 35px;
	position: relative;
	background-image: url(../img/expandbg.png); }

#top ul.login {
	position: absolute;
	margin-left: 50%;
	margin-top: 0;
	left: -417px;
	width: 828px;
  	height: 20px;
  	font-weight: bold;
	line-height: 30px;
  	color: black;
  	font-size: 8px;
  	font-family: Arial, sans-serif; }

#top ul.login li {
 	text-align: left;
  	padding: 0 6px;
	display: block;
	float: left;
	height: 35px; }

#top ul.login li a { color: #000; }
#top ul.login li a:hover { color: #FFF; }

#login {
	width: 100%;
	color: white;
	background-color: #000;
	background-image: url(../img/pricelist_p_bg.png);
	overflow: hidden;
	position: relative;
	z-index: 3;
	height: 0; }

#login a { text-decoration: none; color: #33CCCC; }
#login a:hover { color: white; }

#login .loginContent {
	width: 870px;
	height: 74px;
	margin: 0 auto; }
	
.loginContent p {
	letter-spacing: -1px;
	padding-top: 24px;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, sans-serif; }
