@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
}
a{outline:none;text-decoration:none;}
a img{border:none;}
body{
	margin:16px 0;
	text-align:center;
	font-family:Arial,Helvetica,sans-serif;
	font-size:76%;
	background:#CFE1ED url(../images/bg-top.gif) repeat-x;
}

#container{
	margin:0 auto;
	width:960px;
	text-align:left;
}

#top{
	padding:10px 0 0 0;
	background:url(../images/top_top.png) no-repeat;
}
#top .banner{
	height:80px;
	background:#FFF;
}


#main{
	padding:0 15px 16px 15px;
	width:930px;
	background:#FFF url(../images/panel_foot.png) no-repeat bottom;
}
#main .hr{
	height:0px;
	border-bottom:#E4E4E4 solid 1px;
}
#main h1{
	margin-top:15px;
	height:25px;
	background:url(../images/heading-homepage.png) no-repeat;
	text-indent:-9999em;
	overflow:hidden;
}
#main h2{
	height:18px;
	background:url(../images/heading-homepage-sub.gif) no-repeat;
	text-indent:-9999em;
	overflow:hidden;
}
#main .content{
	margin-top:15px;
	margin-bottom:10px;
	padding:12px 0 0 12px;
	height:856px;/*(226-12)x4*/
	background:#9EC630;
	overflow:hidden;
}
#main .content ul{
	list-style:none;
}
#main .content ul li{
	margin-right:6px;
	margin-bottom:12px;
	padding:20px 20px 0 20px;
	width:182px;/*222-20-20*/
	height:182px;/*202-20*/
	background:url(../images/thumb_panel.png) no-repeat;
	float:left;
}
#main .content ul li img{
	width:180px;
	height:135px;
}
#main .content ul li em{
	margin-top:5px;
	font-style:normal;
	display:block;
	text-align:center;
	font-weight:bold;
	line-height:1.4;
	color:#B0B0B0;
	overflow:hidden;
}
#main .btns{text-align:right}
#main .btns button{
	margin:5px 5px 0 0;
}

.panel{clear:both;margin-top:15px;}
.panel .top{
	height:10px;
	background:url(../images/panel_top.png) no-repeat;
}
.panel .content{
	padding:10px 15px;
	background:#FFF;
	color:#404040;
	line-height:1.4;
}
.panel .foot{
	height:16px;
	background:url(../images/panel_foot.png) no-repeat;
}

#panel3 p{
	color:#868686;
	font-size:1em;
	font-weight:normal;
	text-align:left;
}
#panel3 a{
	color:#404040;
	font-size:0.9em;
}

#footer p{
	color:#6D93AB;
	font-size:9px;
	padding:5px 0 15px;
	text-align:center;
}
#footer a{
	color:#6D93AB;
	font-size:0.9em;
	padding:0 5px;
	text-decoration:none;
	font-weight:bold;
	text-transform:uppercase;
	line-height:4;
}
