@charset "UTF-8";

#header {
	width: 100%;
	height: 80px;
	position: relative;
}

#header h1 {
	display: block;
	width: 140px;
	height: 0;
	padding-top: 18px;
	behavior: url(/ga_dtp/ch/ctp_landing/common/css/lib/iepngfix.htc);
	background: url(/ga_dtp/ch/ctp_landing/common/images/logo.png) no-repeat;
	position: absolute;
	top: 31px;
	overflow: hidden;
	cursor: pointer;
}

#sub-navigation {
	width: 320px;
	height: 40px;
	color: #FFFFFF;
	text-align: right;
	line-height: 40px;
	position: absolute;
	top: 20px;
	right: 0;
}

#sub-navigation a {
	color: #FFFFFF;
	text-decoration: none;
}

#sub-navigation a:hover {
	color: #DDDDDD;
	text-decoration: none;
}
