body{
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: 'Open Sans Condensed','Arial Narrow', serif;
	background: #ddd url(../images/fabric_plaid.png) repeat top left;
	font-weight: 400;
	color: #333;
	max-width: 1600px;
	min-width: 1550px;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	overflow: scroll;
}

a{
	text-decoration: none;
}

header{
	position: relative;
	width: 100%;
	height: 40px;
	margin: 0 auto;
}

/*container wrap up the body*/
#container{
	position: relative;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 80%;
	max-width: 1260px;
	min-width: 780px;
	background: #fff url(../images/product-content-bg.jpg) repeat;
	margin: 0 auto;
	margin-bottom: -15px;
	padding: 10px;
	padding-top: 30px;
	overflow: hidden;

	-webkit-box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.2), -2px 0px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.2), -2px 0px 10px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.2), -2px 0px 10px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.2), -2px 0px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.2), -2px 0px 10px rgba(0, 0, 0, 0.2);
}

a#main-title{
	position: absolute;
	display: block;
	clear: both;
	width: 100%;
	height: 165px;
	color: black;
	font-size: 5.5em;
	font-weight: bold;
	z-index: 4;
	top: 40px;
	left: 30px;
	font-family: 'ArizoniaRegular','AlexBrushRegular', 'CardoBold', Georgia;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	background: url(../images/title-left-1.png) no-repeat top left;
	-webkit-user-select: none;
	cursor: default;
}

body.chnVersion a#main-title{
	background: url(http://hanfenginc.com/images/title-left-chn-3.png) no-repeat top left;
}

a#main-title span:nth-child(1){
	position: absolute;
	top: 30px;
	left: 180px;
}

#contact-wrapper{
	display: block;
	background: rgba(187, 95, 122, 0.5);
	float: left;
	overflow: hidden;
	width: auto;
	height: auto;
	margin: 8%;
	margin-top: 18%;
	margin-bottom: 5%;
	padding: 3%;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
}

#contact-wrapper div{
	font-size: 1.1em;
	width: 45%;
	display: block;
}

#contact-wrapper div:first-child{
	float: left;
	margin-left: 5%;
}

#contact-wrapper div a{
	color: #fff;
}

#contact-wrapper div a:hover{
	color: #ffd200;
	text-decoration: underline;
}

#contact-wrapper div:nth-child(2){
	float: right;
	width: 40%;
}

#contact-wrapper iframe{
	width: 888px;
	height: 400px;
	margin-top: 35px;
	left: 50%;
	margin-left: -444px;
}

body.chnVersion #contact-wrapper div p{
	line-height: 1.5em;
}

/*navigation*/
#nav {
	position: absolute;
	color: white;
	background: #9EC394;

	top: -15px;
	left: 0;
	right: 0;
	height: 60px;

	z-index: 3;
	overflow: hidden;
}
#nav li {
	position: relative;
	float: left;
	display: block;
	list-style: none;
	width: 140px;
	height: 100%;
	margin: 0;
	padding: 0 10px;
}
#nav a {
	position:absolute;
	width: auto;
	left: 0;
	right: 0;
	font-size: 15px;
	color: white;
	text-decoration: none;
	text-align: center;
	line-height: 50px;
	padding: 5px 20px;
	padding-left: 40px;
	text-align: center;
	height: 100%;
	cursor: pointer;

	-webkit-transition: 0.5s;
	-moz-transition:    0.5s;
	-ms-transition:     0.5s;
	-o-transition:      0.5s;
	transition:         0.5s;
}

/*not using the dynamic pseudo class in order to let jQuery to
manipulate the hover effect*/
.nav-hover{
	background: rgba(255, 255, 255, 0.2);
	-webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, .8);
	-moz-box-shadow: 0px 0px 7px rgba(0, 0, 0, .8);
	-o-box-shadow: 0px 0px 7px rgba(0, 0, 0, .8);
	-ms-box-shadow: 0px 0px 7px rgba(0, 0, 0, .8);
	box-shadow: 0px 0px 7px rgba(0, 0, 0, .8);
	}

#nav a:active{
	background: rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, .4) inset;
	-moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, .4) inset;
	-o-box-shadow: 1px 1px 5px rgba(0, 0, 0, .4) inset;
	-ms-box-shadow: 1px 1px 5px rgba(0, 0, 0, .4) inset;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, .4) inset;
	}

.nav-click{
	background: rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, .6) inset;
	-moz-box-shadow: 0px 0px 7px rgba(0, 0, 0, .6) inset;
	-o-box-shadow: 0px 0px 7px rgba(0, 0, 0, .6) inset;
	-ms-box-shadow: 0px 0px 7px rgba(0, 0, 0, .6) inset;
	box-shadow: 0px 0px 7px rgba(0, 0, 0, .6) inset;
	}
	
#nav li a span{
	font-size: 22px;
	font-weight: bold;
	}

body.chnVersion #nav li a span{
	font-size: 20px;
	line-height: 55px;
}

/*navigation icon set*/
span.sb-icon{
	position: absolute;
	left: 15px;
	top:4px;
	}
	
span.sb-icon:before {
    font-family: 'hf-icon-set';
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3);
    line-height: 25px;
    width: 100%;
    font-size: 25px;
    color: #000;
    text-shadow: 0 0 1px #000;
    display: inline-block;
}

#nav span.icon-home{
	margin-left: 10px;
}

#nav span.icon-basket{
	margin-left: -8px;
}

body.chnVersion #nav span.icon-users{
	margin-left: -5px;
}

body.chnVersion #nav span.icon-basket{
	margin-left: -5px;
}

/*social icon set*/
#social-icon{
	position: absolute;
	width: 300px;
	height: 40px;
	top: 12px;
	right: 400px;
	z-index: 4;
}

#social-icon a{
	float: right;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	width: 100px;
	height: 40px;
	overflow: hidden;
	margin-right: 15px;
	text-align: center;
	line-height: 2.5em;
	text-indent: 2.5em;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}
a#cn{
	background: url(../images/social-icon/cn.png) no-repeat center left;
}

a#us{
	background: url(../images/social-icon/us.png) no-repeat center left;
}

/*
a#link{
	background: url(../images/social-icon/linkedin-40.png) no-repeat bottom left;
}

a#fb:hover{
	background: url(../images/social-icon/facebook-40.png) no-repeat top left;
}

a#twit:hover{
	background: url(../images/social-icon/twitter-40.png) no-repeat top left;
}

a#link:hover{
	background: url(../images/social-icon/linkedin-40.png) no-repeat top left;
}

a#fb:active, a#twit:active, a#link:active{
	margin-top: 5px;
}
*/

li#message{
	display: inline-block;
	list-style: none;
	width: auto;
	color: #fff;
	font-family: 'Open Sans Condensed','Arial Narrow',serif;
	font-size: 2.2em;
	margin-top: -27px;
	left: 340px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	cursor: default;
}

li#message span{
	font-weight: 700;
}

/*footer*/
footer{
	position: relative;
	background-color: #9EC394;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 155px;
}

/*company logo located in the right bottom corner
#footer-content img{
	position: absolute;
	right: 5px;
	top: 10px;
}*/

div#footer-content{
	font-size: 15px;
	width: 70%;
	margin: 0 auto;
}

div#footer-content section{
	float: left;
	display: inline-block;
	width: 21%;
	height: 150px;
	margin: 0 2%;
	/*
	border-left: 1px solid white;
	border-right: 1px solid white;
	*/
}

div#footer-content section p a{
	text-decoration: none;
	color: #333333;
}

div#footer-content section p a:hover{
	color: white;
}

div#footer-content section p{
	font-size: 17px;
	font-weight: bold;
	width: auto;
	margin: 10px auto -10px auto;
	display: block;
	text-align: center;
	clear: both;
	border-bottom: 2px solid rgba(0, 0, 0, 0.2);
}

div#footer-content section ul li{
	display: block;
	list-style: none;
	text-indent: -20%;
}

div#footer-content section ul li a{
	cursor: pointer;
	text-decoration: none;
	color: inherit;
}

div#footer-content section ul li a:hover{
	color: white;
}

#disclaimer{
	position: absolute;
	display: inline-block;
	clear: both;
	line-height: 13px;
	bottom: 0;
	width: 85%;
	left: 50%;
	margin-left: -42.5%;
}

#disclaimer p{
	font-size: 11px;
	color: inherit;
}