@charset "utf-8";
/* CSS Document */
body, div, span, p, h1, h2, h3, h4, b, i, ul, li {
	padding:0;
	margin:0;
}
p {
	font-size:16px;
	color:#373e4c;
}
h1, h2, h3, h4 {
	font-family:"HelveticaNeueLT57CnBold", Tahoma, Geneva, sans-serif;
	font-weight:normal;
	color:#036;
}
body {	
	font-family:"HelveticaNeueLT67MdCnRegular", Tahoma, Arial, Helvetica, sans-serif;

}
img {
	border:none;
}
a:link, a:visited {
	color:#036;
	text-decoration:none;

}
a:hover, a:active {
	color:#FFF;
	text-decoration:none;

}
#zoom {
	opacity:0.8;
	filter:alpha(opacity=80); 
}
#zoom:hover {
	opacity:1;
	filter:alpha(opacity=100); 
}
.wrap {
	width:980px;
	margin:0 auto;
}
#nav, #nav li {
	list-style:none;
	text-align:center;
	font-size:16px;
}
#nav {
	width:140px;
	float:right;
	margin:0px 40px 0 0;
}
#nav li {
	padding:6px;
}
#index {
	height:250px;
	margin:420px 0 0 40px;
	overflow:hidden;
}
#inside {
	height:370px;
	margin:270px 0 30px 40px;
	overflow:hidden;
	overflow-y:scroll;
}
.main {
	width:720px;
	padding:4px;
	float:left;
}
.main p {
	padding-bottom:14px;
}
#phone {
	clear:both;
	padding:4px 0 0 120px;
}
#phone p {
	color:#bdc5d5;
	font-size:22px;	
}
.tel {
	font-family:"HelveticaNeueLT57CnBold", Tahoma, Geneva, sans-serif;
	color:#FFF;
	font-weight:normal;
}
#footer {
	margin:30px 0 20px 70px;
	color:#FFF;

}
#address {
	padding:20px 20px 40px 40px;
}
#address p {
	color:#FFF;
	font-size:15px;
}
.finput {
	background:url(images/input.jpg) no-repeat;
	width:170px;
	height:12px;
	border:none;
	padding:5px;
}
.ctarea {
	background: url(images/textarea.jpg) no-repeat;
	width:502px;
	height:40px;
	border:none;
	padding:5px;
}
.boton {
	background: url(images/send.jpg) no-repeat;
	width:50px;
	height:50px;
	border:none;
	cursor:pointer;
}
.boton:focus {
	border:none;
	outline:none;
}