@charset "utf-8";
/* CSS Document ENG*/
*:focus {
    outline: 0;
}
a:link {
    color: #fff;
}


a:visited {
    color: #fff;
}
body {
    background-color: #e7e1d3;
	background-image:url(../images/bgpattern.png);
	background-repeat:repeat;
}
#main{
	position:relative;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}
#lang{
	font-family:Arial, Helvetica, sans-serif;
	position:absolute;
	left:0px;
	top:0px;
}
#menu{
	position:relative;
	height:100px;
}
#logo{
	position:absolute;
	left:0px;
	top:28px;`																																																																																																							
}
#bar{
	position:absolute;
	right:0px;
	top:40px;
	background-image:url("../images/menubg.png");
	width:580px;
	height:42px;
	padding:0px;
}
.menuitem{
	float:right;
	color:#FFF;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	width:145px;
	height:42px;
	font-weight:bold;
}
.menuitem:hover{
	background-color:#29658d;
}
.menuitem_selected{
	float:right;
	color:#FFF;
	background-color:#29658d;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	width:145px;
	height:42px;
	font-weight:bold;
}
.menutext{
	text-align:center;
	margin-top:10px;	
}
#content{
	position:relative;
	
	background-color:#FFF;
	width:1000px;
	//height:843px;
	
	-webkit-box-shadow: 0px 4px 11px 0px rgba(50, 50, 50, 0.38);
	-moz-box-shadow:    0px 4px 11px 0px rgba(50, 50, 50, 0.38);
	box-shadow:         0px 4px 11px 0px rgba(50, 50, 50, 0.38);	
}
#title1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	margin-top:20px;
	margin-right:40px;
	margin-left:40px;
}
#title2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	margin-top:15px;
	margin-right:40px;
	margin-left:40px;
}

/*bullets*/

#bulletsA{
	direction:ltr;
	display:inline-block;
	width:410px;
	margin-top:2px;
	margin-right:40px;
	margin-left:40px;
}
.bullet{
	display:inline-block;
	width:415px;
	padding:0px;
	margin-top:20px;
}
.bulleticon{
	float:left;
	background-image:url(../images/bulleticon.png);
	width:23px;
	height:23px;
}
.bullettext{
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	top:0px;
	right:27px;
	margin-left: 4px;
	margin-top:3px;
}
#footer{
	position:relative;
	width: 960px;
	height:140px;
	background-color:#0b476f;
	//top:800px;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:20px;
	padding-right:20px;
	padding-left:20px;
}

.pagetitle{
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #29658d;
	top: 15px;
	left: 27px;
}
.newsbox{
	position:relative;
	width:950px;
	height:263px;
	background-image:url(../images/newsbgENG.png);
	left:20px;
	margin-top:20px;
	
	-webkit-box-shadow: 0px 4px 11px 0px rgba(50, 50, 50, 0.38);
	-moz-box-shadow:    0px 4px 11px 0px rgba(50, 50, 50, 0.38);
	box-shadow:         0px 4px 11px 0px rgba(50, 50, 50, 0.38);
	
}

.newstitle{
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #000;
	margin-left: 30px;
	top: 20px;
	max-width: 500px;
}
.newstext{
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000;
	margin-left: 30px;
	top: 20px;
	max-width: 500px;
	margin-top: 10px;
}
.newsimage{
	position:absolute;
	right:10px;
	top:10px;
}

.teambox{
	position: relative;
	width: 950px;
	height: 310px;
	background-image: url(../images/teambgEng.png);
	background-size: cover;
	margin-top: 20px;
	-webkit-box-shadow: 0px 4px 11px 0px rgba(50, 50, 50, 0.38);
	-moz-box-shadow: 0px 4px 11px 0px rgba(50, 50, 50, 0.38);
	box-shadow: 0px 4px 11px 0px rgba(50, 50, 50, 0.38);
	left: 24px;
	
}
.teamtitle{
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #000;
	top: 30px;
	margin-left: 281px;
}
.teamtext{
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	top: 65px;
	width: 610px;
	margin-left: 310px;
}
.teamimage{
	position:relative;
	left:0px;
	top:20px;
}
#form{
	position: absolute;
	width: 300px;
	height: 350px;
	margin-top: 30px;
	padding-top: 10px;
	margin-left: 148px;
}
.formRaw{
	position:relative;
	
	margin-top:10px;
}
.formText{
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	color: #275f85;
	font-weight: bold;
	width: 130px;
	height: 30px;
	text-align: right;
	padding-top: 7px;
}

.inputText{
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #f4f4f4;
	width: 260px;
	height: 26px;
	padding-top: 7px;
	padding-right: 4px;
	-webkit-box-shadow: inset 0px 2px 7px 0px rgba(158,158,158,1);
	-moz-box-shadow: inset 0px 2px 7px 0px rgba(158,158,158,1);
	box-shadow: inset 0px 2px 7px 0px rgba(158,158,158,1);
	left: 135px;
}

.inputMessage{
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #f4f4f4;
	width: 260px;
	height: 80px;
	padding-top: 7px;
	padding-right: 4px;
	-webkit-box-shadow: inset 0px 2px 7px 0px rgba(158,158,158,1);
	-moz-box-shadow: inset 0px 2px 7px 0px rgba(158,158,158,1);
	box-shadow: inset 0px 2px 7px 0px rgba(158,158,158,1);
	left: 135px;
}
.sendButton{
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
	background-color: #276087;
	width: 260px;
	height: 26px;
	padding-top: 7px;
	padding-right: 4px;
	text-align: center;
	cursor: pointer;
	background: rgba(48,113,156,1);
	background: -moz-linear-gradient(top, rgba(48,113,156,1) 0%, rgba(19,69,102,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(48,113,156,1)), color-stop(100%, rgba(19,69,102,1)));
	background: -webkit-linear-gradient(top, rgba(48,113,156,1) 0%, rgba(19,69,102,1) 100%);
	background: -o-linear-gradient(top, rgba(48,113,156,1) 0%, rgba(19,69,102,1) 100%);
	background: -ms-linear-gradient(top, rgba(48,113,156,1) 0%, rgba(19,69,102,1) 100%);
	background: linear-gradient(to bottom, rgba(48,113,156,1) 0%, rgba(19,69,102,1) 100%);




filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#30719c', endColorstr='#134566', GradientType=0 );
	left: 135px;
}

#conImg{
	position:relative;
	left:600px;
	top:0px;
	padding-bottom:50px;
}
#content #form .formRaw {
}
#content .text {
	left: 29px;
	margin-top: 18px;
	width: 939px;
	position: relative;
}
