@charset "ISO-8859-1";
#body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.1%;
	margin: 0px;
	padding: 0px;
}
.clearAll {
	clear: both;
}
#body #header {
	height: 150px;
	width: 100%;
	background: url(../images/realflight6_header_background.jpg) repeat-x top;
	margin-bottom: 14px;
}
.headerLinks {
	float: right;
	width: 100%;
	margin-top: 10px;
}
.navigation {
	float: right;
	white-space: nowrap;
	text-align: left;
	border-right: 2px solid #FFF;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.navigation_end {
	float: right;
	white-space: nowrap;
	text-align: left;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #FF0;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	padding: 0.5em 0.5em 0.2em;
	height: 30px;
}
.links:hover {
	border-bottom: 2px solid #006;
	color: #CF9;
}
.links a:active ,a:visited{
	color: #F90;
	text-decoration: none;
}
#header #towerLogo {
	margin-left: 10px;
	width: 215px;
}
.search {
	white-space: nowrap;
	float: left;
	margin-top: 7px;
}
.search_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0;
	float: left;
	padding: 3px;
	margin-top: 1px;
}
#header #productLogo {
	height: 100px;
	width: 300px;
	margin-right: 30%;
	text-align: center;
	float: right;
}

