@charset "utf-8";
/* CSS Document */
@font-face {
  font-family:HelveticaNeueLTStd-Bd;
  src: local("Helvetica Neue LT Std Bd"), 
       local("Helvetica Neue LT Std"), 
       url(HelveticaNeueLTStd-Bd.otf);
}

@font-face {
  font-family:HelveticaNeueLTStd-ThCn;
  src: local("Helvetica Neue LT Std Th Cn"), 
       local("Helvetica Neue LT Std"),
	   src:url(../HelveticaNeueLTStd-ThCn.otf);
}

@font-face {
    font-family: "HelveticaNeueLTStd-Bd";
    src: url(../HelveticaNeueLTStd-Bd.otf) format("opentype");
}

@font-face {
    font-family: "HelveticaNeueLTStd-ThCn";
    src: url(../HelveticaNeueLTStd-ThCn.otf) format("opentype");
}
body{
	margin:0px;
	padding:0px;
}
img{
	border:none;
	background-repeat:no-repeat;
}
.clear{
	clear:both;
}
p{
	font-family:Arial;
	color:#494a4b;
}
a{
	font-family:Arial;
	color:#494a4b;
	text-decoration:none;
}
header{
	width:100%;
	background-color:#FFFFFF;
	/*padding-bottom:10px;*/
	border-bottom:#ff0000 2px solid;
	position:fixed;
	top:0;
}
.header-wrapper{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	top:0;
}
.logo-container{
	float:left;
	margin-top:14px;
}
nav{
	float:right;
	width:370px;
}
nav ul {
	margin: 0px;
	padding: 0px 0 0 0px;
	list-style-type: none;
}
nav ul li {
	float: left;
	position: relative;
	text-transform:uppercase;
}
nav ul li img{
	position:absolute;
}
nav ul li a {
	text-align: center;
	display:block;
	text-decoration:none;
	color:#313131;
	line-height: 90px;
	padding-left:15px;
	padding-right:15px;
	margin-left:10px;
	font-family:"HelveticaNeueLTStd-Bd";
	font-weight:normal;
	font-size:14px;
	right:0;
}
nav ul li ul {
     display: none;
	 padding-left:0px;
	 margin-top:0px;
	 padding-top:0px;
	 z-index:999999;
}
 
nav ul li a:hover{
	cursor: pointer;
	background-color:#fea530;
	color:#725c42;
}

nav ul li:hover a{
	cursor: pointer;
	background-color:#fa9108;
	color:#fff;
}

nav ul li:hover ul {
	 left:0px;
	 float:left;
}

nav ul li:hover ul {
     display: block;
     position: absolute;
}
 
nav ul li:hover ul li a {
     display:block;
     background:#0e9bd6;
     color:#ffffff;
     width: 180px;
     border-bottom: 1px solid #f2f2f2;
     border-left: 1px solid #f2f2f2;
     border-right: 1px solid #f2f2f2;
	 border-top-left-radius:0px;
	 border-top-right-radius:0px;
	 line-height:80px;
	 text-align:left;
	 float:left;
	 font-family:Arial, Helvetica, sans-serif;
	 font-size:14px;
	 text-transform:capitalize;
	 font-weight:normal;
}
 
nav ul li:hover ul li a:hover {
     background:#6dc7ec;
     color:#fff;
}
nav .service{
    color:#0e4776;
	font-family:"HelveticaNeueLTStd-Bd";
	font-size:14px;
}
nav .current a {
	background-color: #fea530;
	color:#725c42;
	font-family:"HelveticaNeueLTStd-Bd";
	font-size:14px;
}

nav .arrowdiv {
	position: absolute;
	right: 0px;
	margin-left: 0px;
	left: 0px;
}

section{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}
#content p { 
	color: #fff;
	font-family:"HelveticaNeueLTStd-ThCn";
	font-size:40px;
	padding: 5px 10px;
	letter-spacing:0.05em;
	line-height:50px;
	margin:0px;
}
#content p .orange{
	color:#fb9612;
}
#content {
	width: 400px;
	margin:200px 0px 0px 0px;
	background: #301012;
	opacity:0.8;
}

#sub-content {
	width: 400px;
	margin:10px 0px 0px 0px;
	background: #fff;
	opacity:0.8;
}
#sub-content p { 
	color:#333;
	font-family:"HelveticaNeueLTStd-ThCn";
	font-size:20px;
	padding: 20px;
	letter-spacing:0.05em;
	line-height:25px;
	text-align:justify;
	margin-top:0px;
}
footer{
	width:100%;
	bottom:0;
	position:fixed;
}
.footer-wrapper{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	background-color:#000000;
	opacity:0.8;
	padding:5px 10px;
	bottom:0;
}
.copyright{
	float:left;
}
.copyright p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	letter-spacing:0.05em;
}
.social-network{
	float:right;
	margin-top:5px;
	margin-right:5px;
}
.social-network a.skype{
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.social-network a.facebook:hover{
}
.social-network a.facebook{
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.social-network a.skype:hover{
}
.social-network a.twitter{
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.social-network a.twitter:hover{
}
