* { 
	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;
	background:url(../pix/bg.jpg) repeat-x top center;
}



/* Layout */
/* Layout*/
div.thWrapper {
	width:1025px;
	position: relative;
	margin:0 auto;
	text-align:left;
}

div.thHeaderWrapper {
	width:1025px;
	height:147px;
	position:relative;
	text-align:left;
}

.PixLogo{
	height:142px;
	text-align:left;
}

.Pix{
	height:403px;
	float:left;
}

.BoxRight{
	height:428px;
	margin-top:-25px;
	float:left;
	width:323px;
}

.Menus{
	height:35px;
	background:url(../pix/bgmenu.jpg) repeat-x top;
}


.Menus ul li{
	list-style:none;
	float:left;
	border-right:#FFF 1px solid;
	margin-top:2px;
}

.Menus ul li.Right{
	list-style:none;
	float:left;
	border:none;
	margin-top:2px;
}

.Menus ul li a{
	font-family:Arial;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	padding:0 10px;
	display:block;
	margin-top:2px;
	line-height:31px;
}

.Menus ul li a:hover{	
	font-family:Arial;
	font-size:12px;
	color:#ff6c00;
	display:block;
	font-weight:bold;
}


.TextBox{
	background:url(../pix/bgright.jpg) repeat-x top;
	height:393px;
}

.Flag{
	height:25px;
}

.PixFlag{
	float:right;
	margin-right:6px;
}

.Text{
	margin:38px 13px 0 18px;
	font-family:Arial;
	font-size:12px;
	color:#000;
}

.TextHead{
	font-size:18px;
	font-weight:bold;
}

.TextHead2{
	font-style:italic;
	color:#797979;
	margin-top:7px;
}

.TextDetail{
	font-weight:bold;
	margin-top:20px;
}

div.thContentWrapper {
	width:1025px;
	position:relative;
	display:inline-block;
	background:#000;
}

div.thContentLeft {
	width:250px;
	float:left;
	position:relative;
}

div.thContentCenter {
	width:702px;
	float:left;
	position:relative;
	background:#262a2e;
}

.TopCenter,.ButtomCenter{
	background:#3b3d3e;
	height:38px;
}

.TopCenter{
	margin-bottom:39px;
	font-family:Arial;
	font-size:12px;
	color:#787878;
	font-weight:400;
	line-height:38px;
	text-align:center;
	font-style:italic;
}

.ButtomCenter{
	padding-left:112px;
}


.Center{
	padding:0 170px 0 150px;
	margin-bottom:100px;
	font-family:Arial;
	font-size:12px;
	color:#FFF;
	font-weight:400;
}

.LinkButtom{
	height:30px;
	margin-left:66px;
}

.Box{
	height:30px;
	font-family:Arial;
	font-size:12px;
	color:#FFF;
	font-weight:400;
	float:left;
	margin-right:60px;
}

.Box a{
	color:#66ff00;
	text-decoration:none;
}

.Box a:hover{
	color:#66ff00;
}

a.linkss{
	color:#FFF;
	text-decoration:none;
}

a.linkss:hover{
	color:#FFF;
	text-decoration:underline;
}

.SiteMap{
	height:18px;
	margin-left:66px;
	margin-top:17px;
	font-family:Arial;
	font-size:12px;
	margin-bottom:38px;
}

.SiteMap a{
		color:#66ff00;
		text-decoration:none;
		font-family:Arial;
		font-size:12px;
}

.BoxButtom{
	float:left;
	margin-right:40px;
	line-height:38px;
	font-family:Arial;
	font-size:12px;
	color:#FFF;
}

.BoxButtom span{
	color:#66ff00;
	font-family:Arial;
	font-size:12px;
}

.BoxButtom a{
	color:#FFF;
	text-decoration:none;
	font-family:Arial;
	font-size:12px;
}
	
div.thContentRight {
	width:323px;
	float:left;
	margin-top:65px;
	padding:0 49px 0 40px;
}

.MenuRight ul li{
	font-family:Arial;
	font-size:12px;
	color:#FFFFFF;
	list-style:none;
	height:30px;
	line-height:30px;
	border-bottom:#662b00 1px solid;
	width:216px;
}

.MenuRight ul li a{
	color:#FFFFFF;
	text-decoration:none;
	padding-left:5px;
	font-family:Arial;
	font-size:12px;
}

.MenuRight ul li a:hover{
		color:#ff6c00;
}

div.thFooterWrapper {
	width:1025px;
}

div.thClearHide {
	clear:both;
}
/* End layout */
