/*--------CSS Reset----------*/
*{ margin:0; padding:0;}

@font-face {
	font-family: 'Proxima Nova Cn Lt';
	src: url('/fonts/proximanovacond-light-webfont.eot');
	src: local('Proxima Nova Cn Lt'), url('/fonts/ProximaNovaCond-Light.otf') format("opentype") , url('/fonts/proximanovacond-light-webfont.woff') format('woff'), url('/fonts/proximanovacond-light-webfont.ttf') format('truetype'), url('/fonts/proximanovacond-light-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Proxima Nova Bl';
	src: url('/fonts/proximanova-black-webfont.eot');
	src: local('Proxima Nova Bl'), url('/fonts/ProximaNova-black.otf') format("opentype") , url('/fonts/proximanova-black-webfont.woff') format('woff'), url('/fonts/proximanova-black-webfont.ttf') format('truetype'), url('/fonts/proximanova-black-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
body{
	font-size:16px;
	color:#FFFFFF;
	font-family:"Proxima Nova Cn Lt"
}

img{border:none;}

.main-wrapper{
	width:100%;
	min-height:565px;
	overflow:hidden;
	display:block;
	margin:0 auto;
	font-family:"Proxima Nova Cn Lt"
}

.logo {
	width:75px;
	}
.header {
	font-size:13px;
	font-weight: bold;
}
#change-content {
	padding-top:40px;
font-family:"Arial";
}
.main-wrapper .logo {float:left;width:250px;max-height:120px;}
.main-wrapper .top-menu{
	font-family:"Proxima Nova Cn Lt";
	padding-top:30px;
	font-size:14px;
	float:right;
	width:250px;
	max-height:120px;
	font-weight: normal;
	 }
.main-wrapper .top-menu a{outline:none; text-decoration:none; float:left; color:#000; margin-right:10px;}
.main-wrapper .top-menu a:hover{ color:#CCC;outline:none; text-decoration:none}
H3 {
	font-family: "Proxima Nova Bl";
	font-size:22px;
	line-height:35px;
}
.contact-info {
	font-family: "Proxima Nova Cn Lt";
	font-size:16px;
	margin:0px auto;
	width:200px;
	height:400px;
	padding-left:28px;
	line-height:26px;
	
}