@font-face {
    font-family: 'PFDinTextCompProRegular';
    src: url('../webfonts/pfdintextcomppro-regular-webfont.eot');
    src: url('../webfonts/pfdintextcomppro-regular-webfont.eot?#iefix') format('embedded-opentype'),
          url('../webfonts/pfdintextcomppro-regular-webfont.woff') format('woff'),
          url('../webfonts/pfdintextcomppro-regular-webfont.ttf') format('truetype'),
          url('../webfonts/pfdintextcomppro-regular-webfont.svg#PFDinTextCompProRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
html, body {
	height: 100%;
}
h1, h2, h3, h4, h5 {
	text-transform: uppercase;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: 'PFDinTextCompProRegular', Arial, sans-serif;
	background-image: url(../images/bg.png);
	background-repeat: repeat;
	background-position: center top;
	overflow-x: hidden;
	color: #2b2b2b;
}
* {
	margin: 0px;
	padding: 0px;
}
#container {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
	min-height: 100%;
}
#main {
	padding-bottom: 190px;
	width: 990px;
	padding-top: 50px;
	display: block;
	overflow-x: auto;
}

/*FOOTER*/

#footer {
	width: 100%;
	position: relative;
	margin-top: -190px;
	height: 190px;
	clear: both;
	display: block;
} 
#footer #foot {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding: 20px 40px;
	height: 150px;
	background-image: url(../images/bg-foot.png);
	background-repeat: repeat-y;
	background-position: center top;
	color: #79828B;
}

/*HEADER*/

#header {
	width: 990px;
	height: 150px;
}
#header h1 {
	float: left;
	height: 61px;
	width: 271px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#header h1 a {
	display: block;
	height: 61px;
	width: 271px;
}

/*MAIN MENU*/

#header #mainmenu {
	float: left;
	list-style-type: none;
	display: block;
	width: 990px;
	height: 60px;
	font-size: 24px;
	background-color: #deeffe;
	text-align: center;
	margin-top: 30px;
	text-transform: uppercase;
}
#header #mainmenu li {
	display: inline;
	text-align: center;
}
#header #mainmenu li a {
	color: #000;
	overflow: hidden;
	height: 60px;
	float: left;
	line-height: 60px;
	text-align: center;
	text-decoration: none;
	text-shadow: #FFF 0px 1px 0px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	padding-right: 30px;
	padding-left: 30px;
}
#header #mainmenu li a:hover {
	color: #B7050E;
}
#header #mainmenu li .active, #header #mainmenu li .active:hover {
	color: #830209;
}
#main #s01, #main #s02, #main #s03, #main #s04, #main #s05, #main #s06, #main #s07 {
	text-transform: uppercase;
}
#main #s01 {
	float: left;
	width: 540px;
	font-size: 85px;
	letter-spacing: -0.05em;
	height: 95px;
	line-height: 1em;
	margin-left: -4px;
}
#main #s02 {
	font-size: 40px;
	width: 540px;
	line-height: 0.85em;
	float: left;
	margin-bottom: 35px;
	height: 90px;
}
#main #s03 {
	float: right;
	font-size: 220px;
	width: 430px;
	margin-bottom: 0px;
	margin-top: -115px;
	line-height: 1em;
}
#main #s04 {
	float: left;
	width: 540px;
	font-size: 30px;
	margin-bottom: 28px;
	height: 180px;
	line-height: 1.2em;
	margin-top: 0px;
}
#main #s05 {
	float: right;
	width: 300px;
	padding: 30px 60px;
	background-color: #deeffe;
	font-size: 14px;
	height: 120px;
}
#main #s05 ul {
	list-style-position: inside;
	padding-top: 15px;
}
#main #s06 {
	float: left;
	width: 540px;
	font-size: 18px;
	margin-bottom: 60px;
	height: 120px;
	line-height: 1.4em;
}
#main #s07 {
	float: right;
	width: 420px;
	text-align: center;
	font-size: 28px;
	margin-top: -4px;
	margin-bottom: 60px;
}
#main #s07 p {
	white-space: nowrap;
	height: 35px;
}
#main #s07 a {
	width: 420px;
	line-height: 90px;
	display: block;
	height: 90px;
	color: #FFF;
	background-color: #B7050E;
	text-decoration: none;
	font-size: 42px;
}
#main #s07 a:hover {
	background-color: #830209;
}
#footer #foot .textblock {
	float: left;
	width: 285px;
	margin-right: 30px;
	margin-bottom: 30px;
}
#footer #foot .counters {
	clear: both;
	height: 31px;
}
#footer #foot .counters img {
	float: left;
	margin-right: 15px;
	background-color: #C5D3E1;
	height: 31px;
	width: 88px;
}
#main #leftcol {
	float: left;
	width: 270px;
	margin-top: -20px;
	margin-bottom: 30px;
}
#main #rightcol {
	float: right;
	width: 690px;
	margin-top: -20px;
	margin-bottom: 30px;
	font-size: 20px;
	line-height: 1.2em;
	text-transform: uppercase;
}
#main #leftcol ul {
	list-style-type: none;
	margin: 0px 0px 30px;
	padding: 0px;
	text-transform: uppercase;
}
#main #leftcol img {
	display: block;
	float: left;
	margin-bottom: 10px;
}
#main #rightcol p {
	margin-bottom: 1em;
}
#main #rightcol h2 {
	font-size: 48px;
	margin-bottom: 30px;
	margin-top: 6px;
}
#main #rightcol .img-left {
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
}
