#super-header {
	background: #19171A;
	padding: 0.3em 0.5em 0.4em;
	margin-right: 50px;
	font-weight: bold;
	font-size: 0.79em;
	position: relative;
}

#ufo {
	position: absolute;
	right: -50px;
	top: 0;
}

#super-header a.with-indent {
	margin-right: 0.9em;
}

#super-header .ufo-text {
	float: right;
	padding-top: 0.1em;
}

#banners {
	clear: right;
	padding: 0.5em 0 1em;
}

.banner {
	float: left;
}

.banner img {
	position: absolute;
	left: 0;
	top: 0;
}

#banner-1 {
	width: 60%;
	border-right: 2px solid #8E8A89;
	line-height: 1.2;
}

#banner-2 {
	width: 39%;
}

#banner-1 img {
	left: -105px;
	top: -0.59em;
}

#banner-2 a span {
	position: absolute;
	left: -140px;
	top: 1em;
	width: 115px;
	height: 36px;
	background: url(banner-2.gif) 0 0 no-repeat;
}

#banner-2 a:hover span {
	background-position: -115px 0;
}

.banner .wrapper {
	position: relative;
}

.banner p {
	margin-bottom: 0;
}

#banner-1 .reducer {
	padding: 0 20px 0 105px;
}

#banner-2 .reducer {
	padding-left: 170px;
}

#banner-1 h2 {
	font-size: 2.4em;
	margin: 0 0 0.2em;
}

#banner-2 .lead {
	font-style: normal;
	font-family: Georgia, serif;
}

#header-logo {
	position: relative;
	display: table;
	width: 100%;
	height: 130px;
	background: #FFF;
	border-top: 2px solid #D0CEC2;
}

#header-logo div {
	display: table-cell;
	vertical-align: middle;
}

#header-logo img {
	width: 100%;
}


/* content */

#content {
	position: relative;
	overflow: hidden;
	padding-top: 0;
}

.content .column p,
.content .column .articles {
	font-size: 0.85em;
}

.content .column .articles p {
	font-size: 1em;
}

.article .subheader p {
	margin-bottom: 0;
}

.article .lead {
	margin-bottom: 1em;
}

.article .thermo {
	margin-top: -0.7em;
}

.article .image div {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.article .image div div {
	position: static;
	width: 10%;
	height: 300px;
	float: right;
	clear: left;
}

#content .column .articles dd {
	margin-top: 0.2em;
}

div.img {
	position: relative;
	height: 169px;
}

div.img img {
	position: absolute;
}


/* right-column */

#right-column {
	padding-top: 0;
}

#right-column .thermo {
	margin: 1em 0;
}

#right-column .brand a {
	font-size: 0.85em;
}


/* footer */

#footer .last-column {
	padding-top: 45px;
}

#footer .last-column p {
	position: relative;
}

#footer .last-column p img {
	position: absolute;
	left: 0;
	top: -45px;
}


/* unit navigation */

#unit-navigation {
	position: relative;
	background: url(unit-navigation-bg.gif) left top repeat-x;
	border-bottom: 2px solid #009EDD;
	width: 100%;
	padding-top: 3px;
}

#unit-navigation .arrow {
	position: absolute;
	top: -27px;
	right: 20px;
	width: 22px;
	height: 30px;
	background: url(units-arrow.png) no-repeat;
}

#unit-navigation ul.navigation {
	width: 100%;
	font-size: 1em;
}

#unit-navigation .navigation li {
	position: relative;
	margin: 0 0 1px;
	overflow: hidden;
	padding-left: 16px;
	background: #F7F7F7 url(unit-selected-bg.gif) 16px 0.8em no-repeat;
}

#unit-navigation .navigation li.initial-selected {
	height: 145px;
}

#unit-navigation .navigation li.initial-selected {
	background-position: 5px 0.8em;
}

#unit-navigation li div {
	padding: 0.3em 0.5em 0.3em 0;
	font-weight: bold;
	background: #F7F7F7;
}

#unit-navigation a {
	text-decoration: none;
}

#unit-navigation a.selected {
	cursor: text;
	font-weight: bold;
}

#unit-navigation .icon {
	position: absolute;
	left: 50%;
	margin-left: -117px;
	width: 225px;
	height: 109px;
	background: url(global/icon-units.jpg) 0 0 no-repeat;
	padding: 0;
}

.more {
	font-size: 0.85em;
}


/* ufo animation */

#ufo-animation {
	position: absolute;
	left: -2000px;
	top: 70px;
	width: 100px;
	height: 100px;
	overflow: hidden;
	z-index: 2;
}

#ufo-animation div {
	position: absolute;
	left: 0;
	top: 0;
	width: 1200px;
	height: 100px;
	background: url(ufo.png);
}