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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
body {
	background-image: url('bg.gif');
	text-size-adjust: 100%; 
    -ms-text-size-adjust: 100%; 
    -moz-text-size-adjust: 100%; 
    -webkit-text-size-adjust: 100%;
}
#wrapper {
	width: 100%;
	margin: 0 auto;
}
#header {
	width: 850px;
	margin: 20px auto 0;
	padding: 0;
}
#header img {
	margin: 15px 0 -25px 0;
	border: 0;
}
#holder {
	margin: 60px auto;
	width: 860px;
	min-height: 400px;
	font-family: Helvetica, Arial, sans-serif;
	background-color: white;
	-webkit-box-shadow: 0 0 50px 0 #aaa;
	box-shadow: 0 0 50px 0 #aaa;
	-webkit-border-radius: 7px 7px 0 0 ;
	border-radius: 7px 7px 0 0 ;
}
#nav {
	height: 540px;
	width: 860px;
	padding: 0;
	-webkit-border-radius: 3px 3px 0 0 ;
	border-radius: 3px 3px 0 0 ;
}
#slides {
	position: absolute;
	z-index: 1;
	width: 860px;
	height: 540px;
}
.slidesjs-navigation, .slidesjs-pagination {
	display: none!important;
}
#nav a {
	display: inline-block;
	float: right;
	position: relative;
	z-index: 99;
	text-align: center;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 50px;
	color: #ff6400;
	width: 430px;
	height: 50px;
	background-color: rgb(45 130 204 / 88%);
	/* background-color: rgba(255, 255, 255, 0.5); */
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.home {
	border-right: 1px solid #ff6400;
	width: 429px!important;
	float: left!important;
}
.lang {
	width: 50px!important;
	top: 440px;
	-webkit-border-radius: 14px 0 0 0;
	border-radius: 14px 0 0 0;
	line-height: 55px!important;
}
#nav a:hover {
	background-color: rgba(255, 100, 0, 0.9);
	color: white;
}
#content {
	background: #ffffff;
	width: 782px;
	padding: 32px 39px;
	font-family: Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 200;
	font-size: 16px;
	-webkit-box-shadow:inset 20px 0 100px 0 #9ac9de;
	box-shadow:inset 20px 0 100px 0 #9ac9de;
}
#slogan {
	float: right;
	width: 266px;
	padding: 40px;
	margin: 4px -38px 0 20px;
	text-align: left;
	font-weight: 500;
	font-size: 17px;
	background: #2d82cc;
	color: white;
}
#slogan i {
	float: right;
	font-style: italic;
}
h1 {
	font-size: 23px;
	line-height: 36px;
	margin: 0 0 32px 0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 0;
	color: #2d82cc;
	text-transform: uppercase;
}
h3 {
	font-size: 18px;
	font-weight: bold;
	margin: 30px 0 9px 0;
	color: #2d82cc;
	text-transform:uppercase;
}
p {
	font-size: 16px;
	text-align: justify;
	margin: 0 0 7px 0;
	line-height: 22px;
}
ul {
	font-size: 16px;
	text-align: justify;
	margin: 0 0 9px 0;
	list-style-image:url('list.gif');
	list-style-position: outside;
	padding: 0 22px;
}
li {
	padding: 6px 0 0 1px;
	line-height: 20px;
}
.company {
	float: left;
	width: 300px;
}
.office {
	margin-left: 350px;
}
.company p, .office p {
	font-family: Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 200;
	font-size: 16px!important;
	line-height: 20px;
}
#social {
	position: relative;
	width: 230px;
	height: 150px;
	float: right;
	top:-43px;
}
#social a {
	position: relative;
	top: 36px;
	margin: 0 9px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
#social a:hover {
	top: 10px;
}
#footer {
	background: #ff6400;
	text-align: center;
	color: white;
	padding: 20px;
	position: absolute;
	width: 820px;
	z-index: 2;
	-webkit-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}
#footer p {
	margin: 0;
	font-size: 14px;
	text-align: center;
	font-weight: 200;
}
.l_content{
	margin-top:55px;
}