@import url('../css/reset.css');
@font-face {
    font-family: 'BebasNeueRegular';
    src: url('../fonts/BebasNeue-webfont.eot');
    src: url('../fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/BebasNeue-webfont.woff') format('woff'),
         url('../fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('../fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
a {
	-webkit-transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	transition: color 0.2s linear;
	-webkit-transition-property: background-color, color, border-color;
	-moz-transition-property: background-color, color, border-color;
	transition-property: background-color, color, border-color;
	color:#ed1c24;
}
html {
    font-size: 12px;
}
body {
    font-family:Arial, Helvetica, sans-serif;
	margin:0;
	background-image:url(../images2/header.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#eceff2;
}
a {
	text-decoration:none;
}
a:hover,
a:active {
	outline:none;
	background-color:#a9b3bb;
	color:#282f37;
}
ul, ol, p
{
	margin-bottom:18px;
	color:#3d3d3d;
	font-size:13px;
	line-height:22px;
	text-align:justify;
}
.container {
	width:1000px;
	margin:0 auto;
}
#header {
	height:340px;
}
#logo {
	margin:52px 0px 0px 5px;
}
#logo img {
	display:block;
}
#content {}
#content_left {
	width:370px;
	float:left;
	margin-bottom:30px;
}
#content_right {
	width:572px;
	float:right;
}
h1 {
	font-family: 'BebasNeueRegular';
	color:#282f37;
	font-size:50px;
	margin-bottom:20px;
}
h2 {
	font-family: 'BebasNeueRegular';
	color:#ed1c24;
	font-size:26px;
	margin-bottom:30px;
}
h2 span {
	font-size:34px;
}
h3 {
	color:#3d3d3d;
	line-height:22px;
	margin-bottom:20px;
}
h4 {
	font-family: 'BebasNeueRegular';
	color:#667078;
	font-size:30px;
	margin-bottom:35px;
	margin-top:-35px;
	text-align:center;
}
h5 {
	font-weight:bold;
	font-size:17px;
	line-height:22px;
	text-align:center;
	margin:30px 0;
	color:#ed1c24;
}
#footer {
	clear:both;
	background-color:#282f37;
	overflow:auto;
	padding:30px 0px 10px 0px;
}
#footer p {
	color:#a9b3bb;
}
.name {
	font-family: 'BebasNeueRegular';
	text-transform:uppercase;
	font-size:22px;
	color:#FFF;
}
em {
	font-style:italic;
	font-size:12px;
}
#footer .container div {
	width:250px;
	float:left;
}
#footer a {
	display:block;
	background-color:#39414a;
	border:solid 1px #525b66;
	line-height:35px;
	padding-left:40px;
	color:#8b97a5;
}
#footer a:hover {
	color:#FFF;
	background-color:#282f37;
	border:solid 1px #8894a2;	
}
.footer_logo img {}
.mail {
	margin-top:20px;
	background-image:url(../images2/icon_mail.png);
	background-repeat:no-repeat;
	background-position:10px 10px;
}
.facebook {
	display:block;
	width:170px;
	float:left;
	margin:10px 0px 20px 0px;
}
.old {
	font-family: 'BebasNeueRegular';
	float:right;
	display:block;
	width:150px;
	margin:10px 0px 20px 0px;
	background-color:#a4afba;
	border:solid 1px #6f7c89;
	line-height:43px;
	font-size:20px;
	text-align:center;
	color:#282f37;
}
.old:hover {
	color:#FFF;
	background-color:#282f37;
	border:solid 1px #8894a2;
}

strong {
	font-weight:bold;
}