@charset "utf-8";
/* CSS Document */

*, html, body {
	background-color: #008C35; color: #444; font-family: "Lucida Grande",Helvetica,Arial,sans-serif; line-height: 1.4em;
}

a { color: #E2001A; text-decoration: none; }

h1 { font-size: 160%; margin: 1em 0; }
h2 { font-size: 145%; margin: 0.5em 0; }
h3 { font-size: 130%; margin: 0.5em 0; }


img.float-left {
	float: left;
	margin: 0 8px 8px 0;
}
	img.float-left:after {
		content: '';
		clear: both;
		display: block;
	}

img.float-right {
	float: right;
	margin: 0 0 8px 8px;
}
	img.float-right:after {
		content: '';
		clear: both;
		display: block;
	}

.chinese h1,
.chinese h2,
.chinese h3 { font-family: SimSun, NSimSun, SimHei, "Lucida Grande",Helvetica,Arial,sans-serif; }

p, blockquote { line-height: 190%; margin-bottom: 1em; }

header, section { background-color: #FFF; padding: 1em 0 0; }
header > nav { background-color: #008C35; border-top: 1px solid #00792C; border-bottom: 1px solid #00792C; clear: both; height: 3.4em; margin: 0.5em 0 0; }
header > nav ul { display: block; list-style: none; margin: 0; padding: 0; }
header > nav ul li { display: inline-block; float: left; margin: 0; padding: 0; }
header > nav ul li a { color: #fff; display: inline-block; font-size: 1em; padding: 1em 1.1em; }
header > nav ul li a:hover { background: #00792C; }
section { padding: 1em 0 1em; }
section a { text-decoration: underline; }
section ol,
section ul { margin-left: 20px; }

section .side-bar { float: right; margin: 0 0 0 20px; width: 300px; }
section .side-bar .image-wrap { margin: 0 0 20px; }
section .side-bar .image-wrap .image-title { display: block; text-align: center; width: 300px; }

footer { border-top: 1px solid #00792C; font-size: 90%; padding-top: 1.5em; }
	footer p { color: #fff; }

#logo { float: left; margin: 0.5em 0 1.5em; }
#lang { float: right; }
#lang a:hover { text-decoration: underline; }


#front-page-top { background: #D9D9D9; margin-top: -1em; padding: 1.5em 0 0; text-align: center; width: 100%; }
#front-page-top .inner-wrap { background: url('images/smiling-man.png') center -4px no-repeat; min-height: 295px; }
#front-page-top .inner-wrap-alt { background: url('images/main-visual.jpg') center -4px no-repeat; min-height: 600px; margin-top: -1.5em; }
#front-page-top .threecol > img { border-radius: 100%; height: 70%; margin-top: 12px; width: 70%; }


.threecol { float: left; margin: 0 1.9%; min-height: 1px; width: 30.75%; }
.first { margin-left: 0; }
.last { margin-right: 0; }

header,
section,
footer { margin: 0 auto; min-width: 1140px; width: 100%; }
.inner-wrap { margin: 0 auto; width: 1140px; }
.inner-wrap-alt { margin: 0 auto; width: 2000px; max-width:100%; }
.clear { clear: both; }



#contact-table { width: 100%; }
#contact-table td { width: 49%; }
#contact-table td:nth-child(2) { width: 2%; }
#contact-table p { line-height: 140%; }


.required { color: #ed1d24; }
label { font-size: 90%; font-weight: bold; margin-top: 10px; padding: 2px; width: 175px; }
input[type='email'], input[type='tel'], input[type='text'], select, textarea { background: none repeat scroll 0 0 #FFFFFF; border: 1px solid #B6B6B6; border-radius: 3px; font: inherit; padding: 8px 1%; margin: 4px 0; width: 97%; }
input[type="submit"] {
	background: #E2001A;
	border: none;
	border-radius: 3px;
	color: #FFF;
	display: inline-block;
	float: none;
	font: inherit;
	margin: 8px;
	padding: 8px 12px;
	text-decoration: none;
}
select { width: 99%; }
textarea { resize: none; }
input.error, select.error { background: #FFBABA; color: #D8000C; border-color: #D8000C; }



table.product-table td {
	vertical-align: top;
	width: 25%;
}


#info-centre {
    margin-top: 10px;
    margin-bottom: 10px;
	width: 100%;
}
	#info-centre .title {
		font-weight: bold;
		font-size: 110%;
	}
	
	#info-centre .error, #info-centre .success {
		border: 1px solid;
		margin: 8px 0px;
		padding: 12px;
		background-repeat: no-repeat;
		background-position: 10px center;
	}
		#info-centre .error,
		#info-centre .error .title {
			color: #D8000C;
			background-color: #FFBABA;
		}
		#info-centre .success,
		#info-centre .success .title {
			color: #4F8A10;
			background-color: #DFF2BF;
		}

table th,
table td {
	padding: 8px;
}

table th {
	background-color: #f9fafb;
	text-align: left;
}

.text-center {
	text-align: center;
}

.no-background {
	background-color: transparent;
}