@charset "utf-8";
/* CSS Document */
html{margin:0; padding:0; color:#646464; font-size:13px;}
body,p{margin:0; padding:0;}
img{border:none;}
a{text-decoration:none; color:#fff;}
.ContentContainer{
	width:100%;
	height:100%;
	max-width: 2000px;
	margin: 0 auto;
}
.ContentWarp{
	width:920px;
	margin:0 auto;
}
.Header{
	width:100%;
	height:35px;
	position: relative;
	z-index: 2;
}
.Header .ContentWarp{
	position:relative;
	height:100%;
}
.Header .logo{
	position:absolute;
	top:0;
	left:0;
	z-index:2;
}
.Header .lang{
	position:absolute;
	right:0;
	height:35px;
	line-height:35px;
	padding-top:5px;
}
.Header .lang span{
	color:#DCBE9A;
	margin:0 7px;
}
.Header .lang a{
	color:#DCBE9A;
	margin:0 3px;
}
.Content{
	height:auto;
	width:100%;
	position: relative;
	z-index: 1;
}
.Content .Menu{
	height:25px;
	line-height:25px;
	background:#83CECD;
	border-bottom: 2px solid #dcbe9a;
}
.Content .Menu .ContentWarp{
	width: 720px;
	padding: 0 0 0 200px;
}
.Content .Menu a{
	font-family: 'DellaRespira-Regular', sans-serif;
	text-transform:uppercase;
	color:#fff;
	margin:0 5px;
	font-size: 10px;
}
.Content .Menu a:hover{
	text-decoration: underline;
}
.Content .Menu span{
	color:#fff;
	margin:0 10px;
}
.Content .Banner{
	height:460px;
	width:100%;
	position: relative;
	overflow: hidden;
}
.Content .Banner .imgWarp{
	width: 920px;
	height: 460px;
	text-align: center;
	white-space: nowrap;
	margin: 0 auto;
	position: relative;
}
.Content .Banner .imgWarp img{
	text-align: center;
	display: block;
	position: absolute;
	top: 0;
}
.Content .Banner .bannerContent{
	position: absolute;
	width: 100%;
	height: 460px;
	left: 0;
	top: 0;
}
.Content .Banner .ContentWarp{
	height:460px;
	position:relative;
	z-index: 2;
}
.Content .Banner .txtcontent{
	position:absolute;
	bottom:0;
	right:0;
	height:310px;
	max-width:150px;
	background: #83CECD;
	padding:30px 50px 20px 50px;
	text-align:center;
	font-family: 'DellaRespira-Regular';
	font-size:9px;
	color:#fff;
	overflow: hidden;
}
.Content .Banner .txtcontent span{
	font-size:18px;
	text-transform:uppercase;
}
.Content .Banner .txtcontent .txt{
	margin:20px 0;
}
.Content .Banner .txtcontent a:hover{
	text-decoration: underline;
}
.Footer{
	width:100%;
	height:20px;
	color:#fff;
	background:#83CECD;
	text-align:center;
	padding:10px 0;
}
.Footer p{
	margin:5px 0;
}
.Footer a {font-family:arial;}
.Footer span{
	text-transform:uppercase;font-family:arial;
}

.Content .Banner .txtcontent span{
	font-size:18px;
	text-transform:uppercase;
}


.Content{
	width:100%;
	height:auto;
	position:relative;
}
.Content .ContentBanner{
	position:relative;
	width:100%;
	height:290px;
}
.ContentBanner .imgWarp{
	position:absolute;
	top:0;
	width:100%;
	height:290px;
	overflow:hidden;
}
.ContentBanner .bannerContent{
	position: absolute;
	width: 100%;
	height: 290px;
	left: 0;
	top: 0;
}
.ContentBanner .ContentWarp{
	height:290px;
	position:relative;
	z-index: 1;
}
.ContentBanner .ContentWarp .bannerLogo{
	position:absolute;
	top:50px;
	left:210px;
	width:390px;
	height:200px;
	line-height:200px;
	overflow:hidden;
}
.ContentBanner .ContentWarp .txtcontent{
	position:absolute;
	top:60px;
	right:0;
	width:250px;
	height:300px;
	overflow:hidden;
}
.ContentBanner .ContentWarp .txtcontent .content1{
	width:100%;
	height:50px;
	background:#83CECD;
	margin-bottom:10px;
	padding:5px;
}
.ContentBanner .ContentWarp .txtcontent .content1 .title-border{
	width:238px;
	height:48px;
	border:1px solid #fff;
}
.ContentBanner .ContentWarp .txtcontent .content1 .title{
	font-family:Della Respira,WebFont,sans-serif;
	font-size:12px;
	color:#fff;
	height:42px;
	line-height:42px;
	margin:2px;
	border:1px solid #fff;
	text-align:center;
	text-transform:uppercase;
}
.ContentBanner .ContentWarp .txtcontent .content2{
	width:100%;
	background:#83CECD;
	padding: 20px 0;
}
.ContentBanner .ContentWarp .txtcontent .content2 a{
	font-size:12px;
	display:block;
	padding:5px 0;
	margin:0 25px;
	font-family:arial;
}
.ContentBanner .ContentWarp .txtcontent .content2 a:hover{
	text-decoration:underline;
}
.ContentWarp{
	margin:0 auto;
	width:920px;
}
.ContentWarp .container{
	width:100%;
	height:auto;
	position:relative;
}
.ContentWarp .container .title{
	margin:30px 0;
	font-family:Della Respira,WebFont,sans-serif;
	font-size:20px;
	color:#83CECD;
}
.ContentWarp .container h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#83CECD;
	font-style:italic;
}
.ContentWarp .container h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#DCBE9A;
	font-style:italic;
}
.ContentWarp .container .txt{
	width:100%;
	height:auto;
	min-height:350px;
}
.ContentWarp .container .img1{
	position:absolute;
	bottom:0;
	right:270px;
}
.ContentWarp .container .img2{
	position:absolute;
	bottom:0;
	right:0;
}
.ContentWarp .container .txt .detail{
	line-height:2em;
	padding-bottom:20px;
	width:660px;
}
.ContentWarp .container .txt p{
	margin:5px;
	padding:0;
}
.ContentWarp .container .txt a{
	color:#646464
}
.ContentWarp .container .txt h1{
	color:#83CECD;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	display:inline-block;
	width:55px;
}
.ContentWarp .container .txt h1{
	*display:inline;
}
.ContentWarp .container .txt span{
	color:#83CECD;
	font-weight:bold;
	margin-right:5px;
	display:inline-block;
}

.ContentWarp .container .column1{
	float:left;
	width:435px;
	height:auto;
	line-height:2em;
}
.ContentWarp .container .column1 p{
	margin-bottom:20px;
}
.ContentWarp .container .column2{
	float:right;
	width:450px;
	height:auto;
	border:1px solid #83CECD;
	padding:2px;
	position:relative;
}
.ContentWarp .container .column2 .border-1{
	border:1px solid #83CECD;
	width:448px;
	height:100%;
	padding:15px 0;
	overflow:hidden;
}
.ContentWarp .container .border-1 .section1{
	float:right;
	width:150px;
	height:100%;
	font-size:13px;
	font-weight:bold;
	text-transform:capitalize;
	padding:25px 35px;
	border-left:1px solid #DCBE9A;
}
.ContentWarp .container .border-1 .section1 span{
	color:#DCBE9A;
	display:block;
	padding:3px;
}
.ContentWarp .container .border-1 .section1 .center{
	width:100%;
	height:100%;
	text-align:center;
}
.ContentWarp .container .border-1 .section2{
	float:right;
	width:120px;
	height:100%;
	font-size:13px;
	font-weight:bold;
	text-transform:capitalize;
	padding:25px 15px;
	border-left:1px solid #DCBE9A;
}
.ContentWarp .container .border-1 .width1{
	width:80px;
}
.ContentWarp .container .border-1 .width2{
	width:140px;
}
.ContentWarp .container .border-1 .width3{
	width:100px;
}
.ContentWarp .container .border-1 .width4{
	width:170px;
}
.ContentWarp .container .border-1 .section2 span{
	color:#DCBE9A;
	display:block;
	line-height:2em;
}
.ContentWarp .container .border-1 .border{
	border:0;
	margin:0;
}
.ContentWarp .container .column2 .border-2{
	border:1px solid #83CECD;
	width:418px;
	height:100%;
	padding:15px;
	overflow:hidden;
}
.ContentWarp .container .border-2 .imgWarp{
	width:415px;
	height:290px;
	overflow:hidden;
	position:relative;
}
.ContentWarp .container .border-2 .txt{
	text-align:center;
	height:290px;
	line-height:290px;
	position:absolute;
	top:0;
	left:0;
	color:#fff;
	font-size:18px;
}
.ContentWarp .container .column3{
	float:right;
	width:450px;
	height:auto;
	border:1px solid #83CECD;
	padding:0 2px;
}
.ContentWarp .container .borderleft{
	border-left:1px solid #83CECD;
	width:448px;
	height:auto;
	overflow:hidden;
}
.ContentWarp .container .border{
	border:0;
	margin:0;
	border-left:1px solid #83CECD;
}
.ContentWarp .container .column3 .imgWarp{
	width:100%;
	height:230px;
	overflow:hidden;
	margin:2px 0 2px 10px;
}
