* { 
	empty-cells:show;
   -webkit-box-sizing: border-box; /* Safari/WebKit */ 
   -moz-box-sizing: border-box; /* Firefox */
   -ms-box-sizing: border-box; /* IE8 */
	box-sizing: border-box; /* W3C Property */
	padding:0;
	margin:0;
}

body {
	text-align:center;
}

ul { padding-left:30px;}

/* Layout */
div.thWrapper {
	width:1100px;
	position:relative;
	margin:13px auto 0;
	text-align:left;
}

div.thHeader {
	width:1100px;
	height:81px;
	background:url(../pix/headerBg.png) repeat-x;
}

.logolink{
	width:363px;
	height:81px;
	display:block;
}

div.thCompanyLogo {
	float:left;
	width:363px;
	height:82px;
	background-color:#ce1739;
}

div.thCompanyLogo a {
	font-size: 36px;
	padding-top:30px;
	padding-left:20px;
	color: #FFF;
}

div.thTopNavigator {
	float:left;
	width:700px;
	height:30px;
	margin-top:52px;
}

/* Content */
div.thContent {
	padding:20px 12px 44px;
	/*position:relative;
	display:inline-block;*/
	background:#efeded;
	border-bottom:solid 1px #a8a3a3;
}

div.thTopImage {
	width:1076px;	
	#width:1052px;
	/*height:347px;
	#height:323px;*/
	padding:12px;
	/*position:relative;*/
	display:table;
	background:url(../pix/zigzagBg.png);
}

div.thLeftTopImage {
	float:left;
	width:548px; /*629*/
 	height:323px;
}

div.thLeftTopImage  img{
	width:548px;
	height:323px;
}

div.thWhoWeAre {
	float:left;
	width:546px; /*422*/
	/*height:323px;*/
	#width:546px; /*348*/
	/*#height:174px;*/
	/*padding:115px 37px 34px;*/
	padding:15px 10px 10px;
	background:#f6f5f5;
	overflow:visible;
	margin-top: 15px;
	margin-right: 15px;
	/*display:table;*/
	/*background:#f6f5f5 url(../pix/whoWheAre.png) no-repeat center 34px;*/
}
div.thMain {
	float:left;
	width:476px; /*422*/
	/*height:323px;*/
	#width:476px; /*348*/
	/*#height:174px;*/
	/*padding:115px 37px 34px;*/
	padding:15px 10px 10px;
	background:#f6f5f5;
	overflow:visible;
	margin-top: 15px;
	margin-right: 15px;
	/*display:table;*/
	/*background:#f6f5f5 url(../pix/whoWheAre.png) no-repeat center 34px;*/
}
div.thWhoWeArez {
	float:right;
	width:488px; /*422*/
	height:323px;
	/*padding:115px 37px 34px;*/	
	display:compact; 
	background:#f6f5f5;
	/*background:#f6f5f5 url(../pix/whoWheAre.png) no-repeat center 34px;*/
}

div.thWhoWeAre {
	font-family:arial;
	font-size:13px;
}

/* Content Bottom */

div.thMainContent {
	float:left;
	width:560px;
	#width:540px;
	padding:10px;
	min-height:320px;
	margin-top:20px;
	background:#FFF;
}

div.thTabContent {
	float:left;
	width:560px;
	height:460px;
	#width:540px;
	#height:440px;
	padding:10px;
	margin-top:20px;
	background:#FFF;
}

div.thForsideBanner {
	float:right;
	width:500px;
	height:100px;
	margin-top:20px;
	background:#f6f5f5;
}

/* Footer */
div.thFooter {
	width:1100px;
	height:83px;
	background:#efeded;
}

/* News */
span.thNewsDate a {
	color:#FC9D08;
	font-family:Verdana;
	font-size:11px;
}

span.thNewsHeader a {
	color:#FC9D08;
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	line-height:17px;
}

span.thNewsText a {
	color:#000000;
	font-family:Verdana;
	font-size:11px;
}

/* Address */
div.thAddress {
	padding-top:20px;
	text-align:center;
	font-family:Verdana;
	font-size:12px;
	color:#706e6e;
}

div.thAddress strong {
	color:#ce1739;
}

div.thHide {
	display:none;
}
