#site_header h1 {
	background: url('../images/ruby_enterprise_edition-trans.png') top left no-repeat;
	width: 368px;
	height: 36px;
}

.eyecatcher {
	margin-left: 23px;
	width: 944px;
	height: 393px;
	background: url('../images/eyecatcher.jpg') top left no-repeat;
}

.eyecatcher p {
	display: none;
}

.eyecatcher .download a {
	display: block;
	background: url('../images/download-trans.png') top left no-repeat;
	width: 253px;
	height: 75px;
	position: absolute;
	left: 180px;
	top: 278px;
	cursor: pointer;
}

.eyecatcher .download a span {
	display: none;
}

.eyecatcher .comparisons {
	display: block;
	position: absolute;
	left: 580px;
	top: 75px;
}

#site_body > .navigation .outer_container {
	width: 100px;
}

#site_body > .navigation li.comparisons .outer_container,
#site_body > .navigation li.development .outer_container,
#site_body > .navigation li.documentation .outer_container {
	width: 130px;
}

#site_body .content {
	line-height: 1.8em;
}

#site_body .first_column {
	float: left;
	width: 29%;
}

#site_body .second_column {
	float: right;
	width: 67%;
}

#site_body .clear {
	clear: both;
}


#site_body .tabs {
	list-style: none;
	margin: 0;
	padding: 0;
}

#site_body .tabs li {
	float: left;
	margin-right: 6px;
}

#site_body .tabs li a {
	display: block;
	padding: 6px;
	padding-left: 8px;
	padding-right: 8px;
	font-weight: bold;
	color: #afafaf;
}

#site_body .tabs li a.active {
	background: #444444;
	color: white;
}


#site_body .download_instructions {
	clear: left;
	border-top: #777777 solid 1px;
	padding: 12px;
}

#site_body .download_instructions.all_os .content {
	background: url('../images/ruby.jpg') top left no-repeat;
	padding-left: 80px;
}

#site_body .download_instructions.linux .content {
	background: url('../images/tux.jpg') top left no-repeat;
	padding-left: 80px;
}

#site_body .download_instructions.osx .content {
	background: url('../images/mac-os-x-logo.jpg') top left no-repeat;
	padding-left: 80px;
}

#site_body .download_instructions h3 {
	font-size: 16pt;
	color: white;
	border-bottom: solid 1px white;
	margin-top: 0;
}

#site_body .download_instructions h4 {
	margin-top: 0;
	margin-bottom: 0.2em;
	color: white;
}

#site_body .download_instructions .step {
	margin-bottom: 1.5em;
}


#site_body .open_source_sticker {
	position: relative;
	top: -30px;
	float: right;
	margin-left: 16px;
}
