body {
	margin: 0;
	background: url('../images/bg.23x23.png');
}

img {
	border: 0px;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	background-color: #FFF;
}

#header {
	width: 960px;
	height: auto;
	padding: 30px 0;
	text-align: center;
	background: linear-gradient(135deg, #0888C1 0%, #055a80 100%);
	box-sizing: border-box;
}

#header h1 {
	margin: 0;
	font-size: 42px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

#header p {
	margin: 10px 0 0 0;
	font-size: 16px;
	color: #E0F0FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}

#manuBar {
	width: 960px;
}
#menuBar #langs {
	height: 32px;
	float: left;
}
#langs img {
	margin: 0 6px;
}
#menuBar #items {
	height: 32px;
	float: right;
}
#menuBar #items td {
	text-align: center;
}

#content {
	width: 960px;
	min-height: 400px;
}
#content #leftColumn {
	width: 210px;
	float: left;
}
#content #leftColumn #cats {
	margin-top: 135px;
	margin-left: 60px;
	width: 150px;
	background-color: #F1F8FC;
}
.catItem {
	font-size: 12px;
	width: 120px;
	margin: 0 10px;
	padding: 5px;
	border-bottom: 1px dotted #666;
	cursor: pointer;
}
.catItem:hover {
	background-color: #EFEFEF;
}

#content #rightColumn {
	width: 750px;
	float: right;
}
.titleBar {
	width: 746px;
	height: 84px;
	background-position: 8px top;
	background-repeat: no-repeat;
}
.aboutus {
	background-image: url('../images/cht/title.aboutus.cht.png');
}
.news {
	background-image: url('../images/cht/title.news.cht.png');
}
.products {
	background-image: url('../images/cht/title.products.cht.png');
}
.brands {
	background-image: url('../images/cht/title.brands.cht.png');
}
.contact {
	background-image: url('../images/cht/title.contact.cht.png');
}
.joinus {
	background-image: url('../images/en/title.common.en.png');
}
.activity {
	background-image: url('../images/en/title.common.en.png');
}
.bar-title {
	float: left;
	width: 40%;
	margin-left: 60px;
	font-size: 22px;
	color: #0888c1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 84px;
}
.bar-menu {
	float: right;
	width: 40%;
	margin-right: 5%;
	text-align: right;
}
.bar-menu a {
	display: inline-block;
	font-size: 18px;
	color: #0888c1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 84px;
	padding: 0 10px;
	text-decoration: none;
}

#aboutusContainer {
	width: 640px;
	margin: 10px auto;
	line-height: 180%;
	word-spacing: 1px;
	text-align: justify;
}

#newsContainer {
	width: 710px;
	margin: 10px auto;
}
#stocksTable td {
	border-bottom: 1px dotted #CCC;
}

#contactContainer {
	width: 640px;
	margin: 10px auto;
	line-height: 180%;
}

#brandsContainer {
	width: 710px;
	margin: 10px auto;
}
.brandsItem {
	float: left;
	width: 140px;
	height: 90px;
}

#productsTable {
	width: 710px;
	margin: 0 auto;
}
#productsTable td {
	font-size: 12px;
	border-bottom: 1px dotted #666;
}
#productsTable td.tdh {
	font-size: 13px;
	font-weight: bold;
	padding: 5px;
	background-color: #B5DBF0;
}
.catTitle {
	font-size: 24px;
	font-weight: bold;
	color: #0888C1;
	margin: 20px 0 0 20px;
}

#appendix {
	width: 700px;
	margin: 10px auto 10px 30px;
}
#appendix td {
	font-size: 12px;
	border: 1px dotted #666;
}
#appendix td.tdh {
	font-size: 13px;
	background-color: #B5DBF0;
}

#footer {
	width: 960px;
	padding: 50px 0 20px;
	text-align: center;
	font-size: 12px;
}
