@charset "utf-8";
/* CSS Document */

/* footer start */
#footerSer{
	width:912px;
	margin:0 auto;
	color:#999;
	clear:both;
	overflow:hidden;
}
#footerSer .columns{
	/*background:#e6e6e6 url(../images/bg-columns.gif) no-repeat;*/
	height:1%;
}
/* columns start */
#footerSer .columns .frame{
	/*background:url(../images/bg-columns-c.gif) repeat-x 0 100%;*/
	height:1%;
	overflow:hidden;
	padding:5px 0 0px 7px;
}
#footerSer .column{
	float:left;
	width:177px;
	float:left;
	margin:0 0 0 11px;
}
#footerSer .column.last{
	width:122px;
}
.footerhead{
	margin:0 0 7px;
	color:#fe5214;
	font-size:15px;
	line-height:18px;
	text-decoration:none;
	font-weight:bold;
}
.footerhead a {color:#7ac142;}
#footerSer .column ul{
	margin:0;
	padding:0 0 17px;
	list-style:none;
	font-size:12px;
	line-height:18px;
}
#footerSer .column ul li{
	padding:0 0 0 0px;
	color:#242424;
}
#footerSer a{
	color:#242424;
}
#footerSer a.title{
	color:#fe5214;
}
.footerhead2{
	margin:0 0 2px;
	font-size:12px;
	line-height:14px;
	color:#fe5214;
}

a{
	color:#fff;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
a:focus{
	outline:none;
}
.more{
	background:url(../images/ico-more01.gif) no-repeat 100% 5px;
	padding:0 8px 0 0;
}
