/* =Reset default browser CSS.
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
video {
  width: 100%    !important;
  height: auto   !important;
}
body {
	background: #fff;
	line-height: 1.3em;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}


a:hover, a:selected; a:active {
	border:0; color: #000000;
}
a {
	color: #232529;
	text-decoration:none;
}

/* FONTS _________________________ */

@font-face {
	font-family: Open;
	src: url('OpenSans-Regular.ttf');
}
@font-face {
	font-family: OpenItalic;
	src: url('OpenSans-Italic.ttf');
}
@font-face {
	font-family: OpenBold;
	src: url('OpenSans-Bold.ttf');
}
@font-face {
	font-family: OpenBoldItalic;
	src: url('OpenSans-BoldItalic.ttf');
}

em {
	font-family: OpenItalic;
}
strong {
	font-family: OpenBold;
}
em strong, strong em {
	font-family: OpenBoldItalic;
}

	body {
		width: 1200px;
		max-width: 1200px;
		font-size: 16px;
		font-family: Open, serif;
		color: #232529;
		margin: 0 auto;
		padding: 0;
		line-height: normal;
		background-color: #FFFFFF;
		position: relative;
		display: block;
		float: none;
	}
	#header {
		width: 100%;
		display: block;
		margin: 0 auto;
		padding: 0;
		height: 120px;
		background: #FFFFFF url("images/menu_bg.png") repeat-x left top;
		text-align: center;
		float: left;
	}
	#header_logo {
		width: 255px;
		background-color: none;
		display: block;
		margin: 0px 0px 0px 100px;
		padding: 0;
		height: 120px;
		float: left;
	}
	#header_menu {
		width: auto;
		height: 120px;
		margin: 0px 100px 0px 0px;
		padding: 0;
		border: none;
		float: right;
	}
	#header_menu_top {
		height: 70px;
		width: 100%;
		border: none;
		margin:0;
		padding: 0;
		float: left;
	}
	#header_menu_bottom {
		height: 48px;
		margin: 0px;
		color: #FFFFFF;
		width: 100%;
		float: right;
	}
	#header_menu_bottom ul {
		height: 16px;
		margin: 12px 0px;
		background-color: none;
		width: auto;
		float: left;
		font-size: 16px;
		font-weight: bold;
	}
	#header_menu_bottom ul li {
		height: 48px;
		margin: 0px 12px 0px 0px;
		background-color: none;
		width: auto;
		float: left;
	}
	#header_menu_bottom ul li a, #header_menu_bottom ul li a:visited {
		color: #EEEEEE;
	}
	#header_menu_bottom ul li a:hover {
		color: #CCCCCC;
	}
	#header_menu_bottom ul li a:active {
		color: #999999;
	}
	#header_menu_language {
		width: 72px;
		height: 48px;
		float: right;
		margin: 0;
		padding: 0;
	}
	#main_container {
		padding: 0px;
		margin: 0px;
		width: 100%;
		float: left;
		color: #192B68;
		max-width: 1200px;
	}
	#main_container_top_image {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		float:left;
		background-color: #FFFFFF;
	}
	#main_container_top_image img {
		width: 100%;
		height: auto;
		border: 0;
		margin: 0;
		padding: 0;
	}
	#main_container_text {
		padding: 50px 20%;
		margin: 0px;
		width: 60%;
		float: left;
		color: #192B68;
		background-color: #FFFFFF;
	}
	#main_container_text_left {
		padding: 30px 5% 30px 10%;
		margin: 0px;
		width: 35%;
		float: left;
		color: #192B68;
		background-color: #FFFFFF;
	}
	#main_container_image_right {
		padding: 30px 10% 30px 5%;
		margin: 0px;
		width: 35%;
		float: right;
		color: #192B68;
		background-color: #FFFFFF;
	}
	#main_container_image_right img {
		width: 100%;
		height: auto;
		border: 0;
		margin: 0;
		padding: 0;
	}
	#main_container img {
		width: 100%;
		height: auto;
		padding: 0;
		margin: 0;
	}
	#footer {
		background-color: #192B68;
		width: 80%;
		text-align: center;
		margin: 0px auto;
		padding: 50px 10%;
		color: #FFFFFF;
		float: left;
	}
	#footer a {
		color: #ffffff;
	}
	#footer a:hover {
		color: #eeeeee;
	}
	#footer img {
		width: 40px;
		height: auto;
	}

@media all and (max-width: 1199px) {
	body {
		width: 100%;
		min-width: 640px;
	}
	#header_logo {
		margin: 0px;
	}
	#header_menu {
		margin: 0px;
	}
	#header_menu_bottom ul li {
		margin: 0px 8px 0px 0px;
	}
	#main_container_text {
		padding: 40px 10%;
		width: 80%;
	}
	#main_container_text_left {
		padding: 20px 10%;
		width: 80%;
		margin: 0;
		float: left;
	}
	#main_container_image_right {
		padding: 20px 10%;
		width: 80%;
		margin: 0;
		float: right;
	}
}