/* @group general */
html {
	height: 100%;
}
body {
	height: 100%;
	font-size: 62.5%;
	min-width: 960px;
	position: relative;
	line-height: 1.3em;
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	background: #00aeef;
}
h1 {
	margin-bottom: 85px;
}
/* @end */

/* @group structural */
#background {
	top: 0;
	left: 0;
	width: 100%;
	position: absolute;
}
#page-wrapper {
	overflow: hidden;
	min-height: 100%;
	position: relative;
}
#left-col {
	width: 248px;
	margin: 0 auto 180px;
	position: relative;
	padding: 100px 70px 65px;
	background: url(../images/general/left-col-shadow.png) no-repeat left bottom;
}
/* @end */

/* @group files-list */
#files-list {
	margin-bottom: 60px;
}
#files-list li a {
	color: #1d1604;
	display: block;
	font-size: 16px;
    font-family: 'TT-29L-400';
	padding: 15px 15px 10px 0;
	border-bottom: 1px solid #ced1d6;
	background: url(../images/files-list/arrow.png) no-repeat right 17px;
}
#files-list li a:hover {
	color: #00aeef;
	background-image: url(../images/files-list/arrow-hover.png);
}
#files-list > li > a > span{
	font-size: 10px;
}
/* @end */

/* @group footer */
footer {
	height: 150px;
	margin-top: -150px;
	position: relative;
	background: rgba(255,255,255,.7);
}
.no-rgba footer {
	background: url(../images/footer/background.png) repeat;
}
footer > div {
	width: 936px;
	margin: 0 auto;
}
footer .left {
	float: left;
	width: 274px;
	text-align: right;
	padding-top: 35px;
	margin-right: 18px;
}
footer .center {
	float: left;
	width: 303px;
	height: 150px;
	background: url(../images/footer/footer-25years.png) no-repeat;
}
footer .right {
	float: left;
	width: 300px;
	padding: 35px 0 0 41px;
}
footer p {
	color: #6d6e72;
	font-size: 13px;
	line-height: 16px;
    font-family: 'TT-29L-400';
}
footer p a,
footer p a:hover {
	color: #6d6e72;
}
/* @end */
