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

body {
	font-size: 14px;
	color: #000;
	font-family: DIN-REG, sans-serif;
	line-height: 19px;
	width: 100%;
	overflow-x: hidden;
	margin: 0;
	padding: 0;
	z-index: 0;
}

.clear {
	float: none;
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

a {
	text-decoration: none;
	color: #666666;
	border: 0;
}

ul {
	padding: 0 0 10px 0;
	margin: 0;
}

ul li {
	margin: 0 0 8px 16px;
}

/* FONTS */
@font-face {
    font-family: 'DIN-BOLD';
    src: url('../fonts/DIN-BOLD.eot');
    src: url('../fonts/DIN-BOLD.eot?#iefix') format('embedded-opentype'),
         url('../fonts/DIN-BOLD.woff') format('woff'),
         url('../fonts/DIN-BOLD.ttf') format('truetype'),
         url('../fonts/DIN-BOLD.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'DIN-REG';
    src: url('../fonts/DIN-REG.eot');
    src: url('../fonts/DIN-REG.eot?#iefix') format('embedded-opentype'),
         url('../fonts/DIN-REG.woff') format('woff'),
         url('../fonts/DIN-REG.ttf') format('truetype'),
         url('../fonts/DIN-REG.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'DIN-BLACK';
    src: url('../fonts/DIN-BLACK.eot');
    src: url('../fonts/DIN-BLACK.eot?#iefix') format('embedded-opentype'),
         url('../fonts/DIN-BLACK.woff') format('woff'),
         url('../fonts/DIN-BLACK.ttf') format('truetype'),
         url('../fonts/DIN-BLACK.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

h1 {
	font-size: 26px;
	color: #003366;
	font-family: DIN-BLACK, sans-serif;
	margin: 5px 0 30px 0;
	line-height: 0;
	padding: 0;
	font-weight: normal;
	text-transform: uppercase;
}

h2 {
	font-size: 18px;
	color: #999999;
	font-family: DIN-BOLD, sans-serif;
	margin: 10px 0 20px 0;
	line-height: 21px;
	padding: 10px 0 0 0;
	font-weight: normal;
}

h3 {
	font-size: 14px;
	color: #003366;
	font-family: DIN-BOLD, sans-serif;
	margin: 25px 0 15px 0;
	line-height: 19px;
	padding: 0;
	font-weight: normal;
}

h4 {
	font-size: 24px;
	color: #dadada;
	font-family: DIN-BOLD, sans-serif;
	margin: 13px 0 0 0;
	line-height: 28px;
	padding: 0;
	font-weight: normal;
}

h5 {
	font-size: 18px;
	color: #003366;
	font-family: DIN-BOLD, sans-serif;
	margin: 15px 0 48px 0;
	line-height: 21px;
	padding: 0;
	font-weight: normal;
}

h6 {
	font-size: 14px;
	color: #000;
	font-family: DIN-BOLD, sans-serif;
	margin: 25px 0 0 0;
	line-height: 19px;
	padding: 0;
	font-weight: normal;
}

h7 {
	font-size: 14px;
	color: #666666;
	font-family: DIN-BOLD, sans-serif;
	width: 100px;
	text-align: left;
	float: left;
	margin: 0;
	display: block;
}

h8 {
	font-size: 14px;
	color: #666666;
	font-family: DIN-BOLD, sans-serif;
	text-align: left;
	margin: 0;
}

/**/

#all_wrapper {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

/* HEAD */

#head {
	height: 75px;
	background-color: #fff;
	width: 100%;
	z-index: 1;
	padding-top: 25px;
	margin: 0 auto;
	text-align: center;
}

.logo {
	float: left;
	width: 226px;
	height: 51px;
}

#head_nav_all {
	width: 850px;
	margin: 0 auto;
}

#head_nav {
	float: right;
	width: 535px;
	padding-top: 27px;
	text-align: right;
}

.head_nav a{
	float: right;
	display: block;
	font-size: 13px;
	font-family: DIN-BOLD, sans-serif;
	color: #999999;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0 0 0 14px;
	height: 20px;
	text-align: right;
}

#head_banner {
	width: 100%;
	height: 250px;
	background-color: #eee;
	background-image: url('head_banner.jpg');
	background-repeat: none;
	background-position: center center;
}

/* CONTENT STYLES */

#content_wrapper {
	width: 850px;
	margin: 0 auto;
	margin-top: 60px;
}

.content_divider {
	width: 850px;
	height: 47px;
	margin-top: 60px;
}

.content_left {
	float: left;
	width: 380px;
	margin-right: 90px;
}
.content_three {
	float: left;
	width: 250px;
	margin-right: 31px;
}

.content_right {
	float: right;
	width: 380px;
}

#content_about {
	width: 850px;
	margin-top: 50px;
	height: 355px;
}
#content_management {
	width: 850px;
	margin-top: 50px;
	height: 600px;
}

#content_products {
	width: 850px;
	height: 590px;
}
#content_services {
	width: 850px;
	height: 950px;
}

#content_projects {
	width: 850px;
	height: 300px;
}

.content_lang {
	background-color: #dadada;
	width: 80px;
	height: 25px;
	color: #666;
	position: absolute;
	font-size: 12px;
	text-align: center;
	padding-top: 7px;
	float: right;
	margin: -25px 0 0 770px;
}

.content_lang a {
	color: #666;
}

#content_contact {
	display: none;
	height: 155px;
	background-color: #dadada;
	width: 100%;
	padding-top: 15px;
}

.content_contact {
	width: 850px;
	margin: 0 auto;
	color: #666666;
}

.contact_close {
	width: 40px;
	height: 40px;
	float: right;
	margin-top: -16px;
	position: relative;
	right: -40px;
}

.copyright_close {
	width: 40px;
	height: 40px;
	float: right;
	margin-top: -35px;
	position: relative;
	left: 40px;
}

#content_copyright {
	display: none;
	height: 210px;
	background-color: #dadada;
	width: 100%;
	padding-top: 35px;
}

.content_copyright {
	width: 850px;
	margin: 0 auto;
	color: #666666;
}

#content_disclaimer {
	display: none;
	height: 590px;
	background-color: #dadada;
	width: 100%;
	padding-top: 35px;
}


.content_disclaimer {
	width: 850px;
	margin: 0 auto;
	color: #666666;
}

.content_right img {
	margin: 35px 0 15px 0;
}

/* FOOTER */

#footer {
	width: 100%;
	height: 60px;
	background-image: url('footer_bg.png');
	background-repeat: repeat-x;
	display: block;
}

#footer a {
	float:right;
	color: #dadada;
	text-transform: uppercase;
	margin-left: 20px;
	display:block;
}

#footer p {
	font-size: 12px;
	font-family: DIN-BOLD, sans-serif;
	color: #fff;
	padding-top: 23px;
	width: 850px;
	margin: 0 auto;
}

#backtop {
	width: 40px;
	height: 40px;
	display:block;
	position: absolute;
	margin-left: 850px;
	margin-top: 10px;
}

p{
 text-align: justify;}

