/**
 * Common Blocks
 */
#layout {
	max-width: 100%;
}

#main_content {
	float: none;
	margin: 0;
	width: 100%;
}

#footer_clear {
	height: 0;
	overflow: hidden;
}

#footer {
	height: 45px;
	margin-top: -45px;
}

#copyright p {
	background: #000;
	clear: left;
	color: #fff;
	float: left;
	padding: .1em .5em;
}

h1 {
	margin-left: 13.3em;
}


/**
 * Navigation
 */
#navigation {
	font-size: 1.077em;
	font-weight: bold;
	text-align: left;
}

#navigation a {
	border-bottom-color: #e0001a;
	text-decoration: none;
}

#navigation a:hover {
	border-bottom-color: #41c6d2;
	color: #41c6d2 !important;
}

#navigation li.under {
	font-size: .929em;
	font-weight: normal;
	margin-right: 105px;
	position: relative;
}

#navigation li.under a {
	border-bottom-color: #41c6d2;
}

#navigation li.under .arrow {
	display: block;
	left: 100%;
	margin-top: -.5em;
	top: 100%;
}

/**
 * Copyright
 */
#copyright a {
	color: #41c6d2;
}

#copyright a:hover {
	color: #fff !important;
}


/**
 * Common Section
 */
#content .common_section {
	color: #e0001a;
	font-size: 2em;
	line-height: 1.3em;
	margin: 0 0 1.3em;
	max-width: 1360px;
	position: relative;
	text-indent: -.6em;
	width: 85%;
}


/**
 * Info
 */
#content .info {
	max-width: 1440px;
	overflow: hidden;
	position: relative;
	width: 90%;
	z-index: 1;
}

#content .main_info,
#content .extra_info {
	float: left;
}

#content .main_info {
	width: 42%;
}

#content .extra_info {
	padding-left: 5%;
	width: 52%;
}


/**
 * Scheme
 */
#content .scheme {
	margin: 0 0 .5em;
	overflow: hidden;
	position: relative;
	width: 100%;
}

#content .scheme .note {
	bottom: 50px;
	color: #e0001a;
	display: block;
	font-size: 1.923em;
	left: 7%;
	letter-spacing: .15em;
	position: absolute;
	text-transform: uppercase;
}

#content .scheme .image {
	display: block;
	left: 20%;
	margin-left: -300px;
	position: relative;
	width: 1595px;
}

#content .scheme1 {
	height: 456px;
	margin-top: 20px;
}

#content .scheme2 {
	height: 330px;
	margin-bottom: 3em;
}

#content .scheme2 .image {
	margin-top: -456px;
}


/**
 * Scheme Description
 */
#content .scheme_description {
	list-style: none;
	margin: 0 0 0 7%;
	max-width: 1440px;
	position: relative;
	width: 90%;
}

#content .scheme_description .section {
	float: left;
	margin: 0;
	padding: 0 7% 0 0;
	position: relative;
	width: 26%;
}

#content .scheme_description h2 {
	height: 3.33em;
	font-size: 1.154em;
	font-weight: bold;
	margin: 0;
	position: relative;
	text-transform: uppercase;
}

#content .scheme_description h2 .number {
	background: url(numbers.png) no-repeat;
	display: block;
	height: 24px;
	left: -30px;
	position: absolute;
	top: -3px;
	width: 26px;
}

#content .scheme_description h2 .number2 {
	background-position: -26px 0;
}

#content .scheme_description h2 .number3 {
	background-position: -52px 0;
}

#content .scheme_description h2 .number4 {
	background-position: -78px 0;
}

#content .scheme_description h2 .number5 {
	background-position: -104px 0;
	left: -56px;
	width: 52px;
}

#content .scheme_description h2 .number6 {
	background-position: -158px 0;
}

#content .work {
	margin: 0;
	padding: 0;
}

#content .work dt {
	color: #e0001a;
	font-weight: normal;
	margin: 1em 0 .2em;
}

#content .work dd {
	font-size: .846em;
	font-style: italic;
}


/**
 * Gallery
 */
#content .gallery {
	height: 314px;
	margin: 8em 0 0;
	overflow: hidden;
	position: relative;
	width: 100%;
}

#content .gallery span {
	display: block;
	width: 1870px;
}

#content .gallery img {
	float: left;
	margin-right: 30px;
}


/**
 * Booklet
 */
#content .booklet {
	margin-top: 3em;
}

#content .booklet h3 {
	font-size: 1.23em;
	letter-spacing: .06em;
	text-transform: uppercase;
}


/**
 * Downloads
 */
#content .downloads {
	margin: 0;
	min-height: 35px;
	padding: 0 0 0 35px;
	position: relative;
	white-space: nowrap;
	zoom: 1;
}

#content .downloads .file_icon {
	left: 2px;
}

#content .downloads .size {
	color: #8c8c8c;
	display: block;
	font-size: .833em;
	font-style: italic;
	margin-left: 0;
}
