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

/* Layout global rules for all sizes) */

body { margin: 0; padding: 0; }
header a.logo { display: block; position: absolute; background-position: 0px 0px; background-repeat: no-repeat; }

nav {
	width: 100%;
	display: block;
	position: absolute;
	background-color: #660000;
}

/* Layout Large Screen (default for older browser) */

header {
	height: 387px;
	background-size: 960px 387px;
	border: 10px solid #660000;
	background-image: url(../images/contact_l.jpg);
	background-repeat: no-repeat;
	background-position: right 0px;
}
header a.logo {
	width: 300px;
	height: 170px;
	top: 5px;
	right: 5px;
	background-image: url(../images/logo_en_l.jpg);
	background-size: 300px 170px;
}
.page header p {
	font-size: 1.25em;
	font-weight: normal;
	color: #ffffcc;
	right: 5px;
	margin-left: 5px;
	line-height: 1em;
	text-align: left;
	display: block;
	margin-top: 5px;
}
article { padding: 60px 20px 10px 20px; }

.promo_container {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #660000;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.promo_container .promo { width: 33%; float: left; background-position: 0px 3px; }
.promo_container .promo .content { padding: 0px 30px 0px 70px; }

nav { top: 387px; }
nav a { margin: 12px 0px 10px 20px; }




