html{
	margin: 0 auto;
	padding: 0;
}
body{
	background: #faf6ef;
}
#main{
	background: #faf6ef;
	width: 904px;
	margin: 0 auto;
	padding: 0;
}
#main #top{
	color: #8b8f92;
}
#main #top .left{
	width: 128px;
	border: 1px #f3cea5 solid;
	float: left;
	height: 119px;
	margin-top: 53px;
	text-align: center;
	font: 10px Arial;
}
#main #top .right{
	width: 118px;
	border: 1px #f3cea5 solid;
	float: left;
	height: 79px;
	margin-top: 53px;
	text-align: right;
	padding-right: 10px;
	padding-top: 40px;
	font: 9px Arial;
	color: #3c4041;
}
#main #top .center{
	width: 644px;
	height: 173px;
	background: url('../images/home/tit_head.jpg') no-repeat;
	float: left;
	border-bottom: 1px #f3cea5 solid;
}
#main #list, #main #list2{
	color: #000;
}
#main #list a{
	padding-top: 108px;
	height: 25px;
	display: block;
	width: 128px;
	border: 1px #f3cea5 solid;
	border-left: 0;
	border-top: 0;
	float: left;
	font: normal 9px Arial;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	color: #000;
}
#main #list .item3 a{
	border-left: 1px #f3cea5 solid;
	background: url('../images/home/3.jpg') no-repeat;
}
#main #list .item4 a{
	background: url('../images/home/4.jpg') no-repeat;
}
#main #list .item5 a{
	background: url('../images/home/5.jpg') no-repeat;
}
#main #list .item6 a{
	background: url('../images/home/6.jpg') no-repeat;
}
#main #list .item7 a{
	background: url('../images/home/7.jpg') no-repeat;
}
#main #list .item29 a{
	background: url('../images/home/29.jpg') no-repeat;
}
#main #list .item8 a{
	background: url('../images/home/8.jpg') no-repeat;
}
#main #list a:hover{
	font: bold 9px Arial;
}
#main #list .item3 a:hover{
	background: url('../images/home/3on.jpg') no-repeat;
}
#main #list .item4 a:hover{
	background: url('../images/home/4on.jpg') no-repeat;
}
#main #list .item5 a:hover{
	background: url('../images/home/5on.jpg') no-repeat;
}
#main #list .item6 a:hover{
	background: url('../images/home/6on.jpg') no-repeat;
	background-color: #fff;
}
#main #list .item7 a:hover{
	background: url('../images/home/7on.jpg') no-repeat;
}
#main #list .item29 a:hover{
	background: url('../images/home/29on.jpg') no-repeat;
}
#main #list .item8 a:hover{
	background: url('../images/home/8on.jpg') no-repeat;
}
#main #list2 .langs {
	float: left;
	width: 65px;
	margin-top: 25px;
	color: #f2c695;
	font: bold 10px Verdana;
}
#main #list2 .langs a{
	font: bold 10px Verdana;
	color: #f2c695;
	text-decoration: none;
}
#main #list2 .langs a:hover{
	font: bold 10px Verdana;
	color: #ba4341;
	text-decoration: none;
}
#main #list2 .item1{
	margin-top: 25px;
	width: 300px;
	float: left;
	height: 15px;
	margin-bottom: 45px;
	padding-right: 10px;
	text-align: right;
	font: 11px Arial;
	text-decoration: none;
}
#main #list2 .item2{
	margin-top: 25px;
	float: left;
	height: 15px;
	margin-bottom: 45px;
	text-align: left;
	font: 11px Arial;
	border-left: 1px #f3cea5 solid;
	border-right: 1px #f3cea5 solid;
	text-decoration: none;
	width: 70px;
	text-align: center;
}
#main #list2 .item3{
	margin-top: 25px;
	width: 375px;
	float: left;
	height: 15px;
	margin-bottom: 45px;
	padding-left: 10px;
	text-align: left;
	font: 11px Arial;
	text-decoration: none;
}
#main #list2 #menu2{
	width: 773px;
	float: left;
	text-align: center;
	margin-top: 25px;
}
#main #list2 #menu2 .item4{
	margin-top: 25px;
	display: inline;
	height: 15px;
	margin-bottom: 45px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	font: 11px Arial;
	text-decoration: none;
	border-left: 1px #f3cea5 solid;
}
#main #list2 .mail {
	float: left;
	width: 65px;
	margin-top: 25px;
	color: #f2c695;
	display: block;
	text-align: right;
}
#main #list2 a{
	text-decoration: none;
	color: #3c4041;
}
#main #list2 #menu2 .item4:hover{
	font-weight: bold;
}
#main #banners{
	float: left;
	text-align: center;
	width: 904px;
	margin-top: 20px;
}
#footer{
	font: normal 10px Arial;
	color: #8b8f92;
	float: left;
	margin-bottom: 10px;
}
span.select {
   position: absolute;
   width: 158px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
   height: 21px;
   padding: 0 24px 0 8px;
   color: #fff;
   font: 12px/21px arial,sans-serif;
   background: red;
   overflow: hidden;
}

