@charset "UTF-8";
/* CSS Document */

html {
	font-size: 13px;
	overflow-y : scroll;
}
body {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	background-color: #000;
	background-image: url(images/background.jpg);
}
a:link {
	color: #C42027;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #BF242A;
}
a:hover {
	text-decoration: underline;
	color: #BF242A;
}
a:active {
	text-decoration: none;
	color: #BA272D;
}
h1 {
	padding: 0px;
	color: #c42027;
	font-size: 14px;
	margin: 0px;
	font-weight: lighter;
}
h2 {
	padding: 0px;
	color: #FFF;
	font-size: 13px;
	margin: 0px;
}
h3 {
	margin: 0px;
	padding: 0px;
	font-size: 130%;	
}
.notext {
	position: absolute;
	left: -8888px;
}
.container {
	text-align: left;
	width: 1200px;
	margin: auto;
	background-image: url(images/container-bg.jpg);
	background-repeat: no-repeat;
	color: #FFF;
	font-family: Arial;
	font-size: 12px;
}
.navigation {
	width: 200px;
	float: right;
	clear: right;
	margin-top: 5px;
	margin-right: 160px;
	text-align: right;
}
.logo {
	width: 330px;
	float: left;
	margin-top: 30px;
	margin-left: 165px;
}
.slogan {
	width: 520px;
	height: 60px;
	float: left;
	margin-left: 10px;
	margin-top: 45px;
	font-size:18px;
}
.slogan2 {
	width: 130px;
	height: 40px;
	float: left;
	font-size:18px;
}
.numbers {
	width: 300px;
	height: 40px;
	float: right;
	font-size:18px;
	text-align:right;
}
.services-list {
	width: 460px;
	height: 219px;
	float: left;
	margin-top: 30px;
	margin-left: 165px;
	background-image:url(images/list-box.png);
	background-repeat:repeat-y;
	font-size:14px;
	color:#FFF;
}
.services-list li {
	list-style-image: url(images/tick.png);
}
.headpic {
	width: 411px;
	height: 270px;
	float:right;
	background-image: url(images/headpic-bg.png);
	margin-right: 160px;
}
.headpic-inner {
	width: 347px;
	height: 187px;
	float: left;
	margin-top: 42px; 
	margin-left: 39px;
}
.content1 {
	width: 380px;
	float: left;
	margin-top: 30px;
	margin-left: 165px;
	clear: left;
}
.content2 {
	width: 455px;
	float: left;
	margin-top: 8px;
	margin-left: 40px;
}
.footer {
	width: 875px;
	height: 50px;
	float: left;
	margin-top: 50px;
	margin-left: 165px;
	background-image: url(images/footer.png);
	color: d6d5d5;
}
.copyright {
	width: 300px;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
}
.contacts {
	width: 450px;
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	text-align:right;
}
.footer2 {
	width: 875px;
	height: 100px;
	float: left;
	margin-top: 10px;
	margin-left: 165px;
	color: d6d5d5;
}
.footer-logo {
	width: 65px;
	height: 100px;
	float: left;
	color: d6d5d5;
}
.footer-logo2 {
	width: 79px;
	height: 100px;
	float: left;
	margin-left: 5px;
	color: d6d5d5;
}
