/* css reset end */
/*button style start*/

.content-wrap {
	padding-bottom: 30px;
	width: 100%;
	background: #fff;
}
.content-wrap a {
	color: #039;
}
.content-wrap a:hover {
	color: #e71;
}

#content .leftcontact {
    padding: 10px 0;
}
#wel, #content {
	margin: 0 auto;
	max-width: 1230px;
	min-width: 990px;
	padding: 5px 0 0;
}
#wel {
	margin-bottom: 5px;
}
/*brand zone*/
.letterWrap {
}
.letterWrap li {
	float:left;
	margin-right:5px;
	margin-top:12px;
}
.letterWrap li a {
	background-color:#eee;
	border:1px solid #aaa;
	display:inline-block;
	height:30px;
	width: 30px;
	font-size: 1em;
	text-align: center;
	line-height:30px;
	border-radius: 5px;
	-webkit-transition : all 0.2s ease-in-out;
	-moz-transition : all 0.2s ease-in-out;
	transition : all 0.2s ease-in-out;
}
.letterWrap li a.current {
	border:1px solid #F60;
}
.letterWrap li a:hover {
	border:1px solid #F60;
	-webkit-transform: scale(1.1);
	   -moz-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	     -o-transform: scale(1.1);
	        transform: scale(1.1);
}
.brand_List dt {
	display:block;
	clear:both;
	padding:12px 0;
	font:700 20px/22px arial;
	height:24px;
}
.brand_List dt .gotop {
	font:9px/24px Verdana;
	color:#999;
}
.brand_List dd a {
}
.brand_List dd a img{
	-webkit-transition : all 0.2s ease-in-out;
	-moz-transition : all 0.2s ease-in-out;
	transition : all 0.2s ease-in-out;
	opacity:0.8;
	filter:alpha(opacity=80);	
}
.brand_List dd a:hover img{
	opacity:1;
	filter:alpha(opacity=100);	
}
.brand_List dd {
	float:left;
	margin:5px 30px 0 0;
	height:55px;
}
.brand_List dd li {
	float:left;
}