#content {
	padding-top: 0;
	background: #fff;
}

#main-feature {
	margin-top: 0;
}

#main-feature .feature-contents { height: 220px; }
body>#main-feature .feature-contents { height: auto; min-height: 220px; }

#main-feature p {
	margin: -5px 290px 10px 0;
	color: #515F78;
	font: 130% sans-serif;
	line-height: 150%;
}

#main-feature-graphic, #main-feature-screen {
	position: absolute;
	bottom: -100px;
	right: 70px;
}

#breadcrumbs {
	display: none;
}

h1, h2, h3, h4, h5, h6 {
	border: none;
	margin: none;
}

.sub-features img {
	float: right;
	display: none;
}

.sub-features h3 {
	font-size: 110%;
	font-weight: normal;	
}

.sub-features h3 a {
	position: relative;
	top: -40px;
	z-index: +1;
	display: block;
	float: left;
	clear: left;
	min-height: 37px;
	padding: 10px 0 8px 50px;
	margin: 0 0 0 0;
	text-decoration: none;
	color: #777;
}  * html .sub-features h3 a { height: 24px; }

#feature-store a { background: url(/images/home/feature-store.png) no-repeat; }
#feature-thunderbird a { background: url(/images/home/feature-thunderbird.png) no-repeat; }
#feature-stories a { background: url(/images/home/feature-stories.png) no-repeat; }

.sub-features h3 a span {
	font-weight: bold;
	text-decoration: underline;
	color: #039;
	padding-right: 0.2em;
}
.sub-features h3 a:hover { color: #333; }
.sub-features h3 a:hover span { color: #333; }
.sub-features h3 a:visited span { color: #636; }

.site-notice {
	margin-top: 2em;
	padding: 0.7em;
	background: #D64203;
	color: #FFF;
	-moz-border-radius: 8px;
}

#footer {
	position: relative;
	top: -30px; /*TEMP*/
}

