@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #A88C94;
	background-image: url(../images/body-bg.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.wrapper {
	width: 1060px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#lang-switch {
	position: absolute;
	left: 0px;
	top: 0px;
	padding-top: 20px;
	padding-left: 20px;
}

.logo {
	display: block;
	padding-top: 66px;
	float: left;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
	clear: both;
}
.logo img {
	float: left;
}
#content {
	clear: both;
	padding-top: 390px;
	margin-bottom: 40px;
}
#content .m1 {
	padding-left: 35px;
	padding-top: 15px;
	margin-bottom: 20px;
}
#content .m1 h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 21px;
	line-height: 26px;
	font-weight: normal;
	color: #7D3149;
	padding-bottom: 20px;
}
#content .m1 h1 span {
	font-weight: bold;
}
#content .m2 {
	float: left;
	width: 300px;
	text-align: center;
	padding-left: 10px;
}
#content .m3 {
	float: left;
	width: 385px;
	padding-top: 15px;
}
#content .zp {
	padding: 0 35px;
}
#content .zp h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 21px;
	line-height: 26px;
	font-weight: normal;
	color: #7D3149;
	padding-bottom: 2px;
	padding-top:14px;
	float: left !important;
	width: 100%;
	clear: both;
	display: block;
}
#content .zp img {
	
}
#phone {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFF;
	line-height: 24px;
	padding-top: 18px;
	padding-bottom: 15px;
	text-align: center;
	background-color: #8D3753;
	margin-bottom: 16px;
}
#phone a {
	color: #FFF;
	text-decoration: none;
}
#phone strong {
	font-size: 18px;
	font-weight: normal;
}
.made {
	float: right;
	padding-right: 20px;
	padding-bottom: 10px;
}
.made a {
	color: #B39AA0;
	text-decoration: none;
}
.made a:hover {
	color: #533E43;
	text-decoration: underline;
}
.copy {
	padding-left: 20px;
	padding-bottom: 10px;
}
