@charset "utf-8";
/* CSS Document */

body
{
	margin:0 auto;
	padding:0;
	background:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#171717;
}
#wrapper
{
	width:1000px;
	height:680px;
	margin:0 auto;
	background:#FFFFFF;
}
.header_wrapper
{
	width:1000px;
	height:331px;
	float:left;
	background:url(../images/banner.jpg);
}
.menu_wrapper
{
	width:1000px;
	height:48px;
	float:left;
	background:#FFFFFF;
}
.menu_side
{
	width:12px;
	height:48px;
	float:left;
}
.menu
{
	width:976px;
	float:left;
	background:url(../images/menu_bg.jpg) repeat-x;
	height:48px;
}
.menu ul
{
	width:976px;
	height:48px;
	float:left;
	/*border:red 1px solid;*/
	margin:0;
	padding:0;
	list-style:none;
}
.menu ul li
{
	list-style:none;
	/*border:red 1px solid;*/
	float:left;
	padding:16px 33px;
	display:block;
	cursor:pointer;
}
.menu ul li:hover
{
	background:url(../images/menu_bg_hover.jpg) repeat-x;
}
.menu ul li.active
{
	background:url(../images/menu_bg_hover.jpg) repeat-x;
}
.menu ul li a
{
	color:#f8c100;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	color:#f8c100;
	display:block;
}
.menu ul li a:hover
{
	color:#FFFFFF;
}
.menu ul li a.active
{
	color:#FFFFFF;
}

.content_wrapper
{
	width:1000px;
	height:auto;
	float:left;
	background:#FFFFFF;
	padding-top:8px;
}
.homepage_contentbox_wrapper
{
	width:391px;
	height:286px;
	float:left;
	background:url(../images/content_first_box.jpg) no-repeat;
}
.homepage_contentbox_wrapper_main
{
	width:370px;
	margin:0 auto;
	/*border:red 1px solid;*/
	height:266px;
	margin-top:10px;
}
.heading
{
	color:#000000;
	text-shadow: 2px 2px 2px #CCC;
	font-size:18px;
	font-weight:bold;
}
.box_image
{
	width:auto;
}
.box_text
{
	float:left;
	padding-top:8px;
	font-size:11px;
	line-height:18px;
}
.box_text img
{
	border:#d1d1d1 2px solid;
}
.more_icon
{
	width:121px;
	height:31px;
	float:right;
	background:url(../images/more_btn.png) no-repeat;
	cursor:pointer;
	margin-top:25px;
	margin-right:15px;
}
.more_icon:hover
{
	background:url(../images/more_btn_hvr.png) no-repeat;
}

.homepage_scnd_contentbox_wrapper
{
	width:306px;
	height:284px;
	float:left;
	background:url(../images/content_scnd_box.jpg) no-repeat;
	margin-left:8px;
}
.homepage_scndcontentbox_wrapper_main
{
	width:286px;
	margin:0 auto;
	/*border:red 1px solid;*/
	height:264px;
	margin-top:10px;
}


.homepage_third_contentbox_wrapper
{
	width:287px;
	height:284px;
	float:left;
	background:url(../images/content_thrd_box.jpg) no-repeat;
	margin-left:8px;
}
.homepage_third_contentbox_wrapper_main
{
	width:267px;
	margin:0 auto;
	height:264px;
	margin-top:10px;
}
.rightside_box_bg
{
	width:267px;
	float:left;
	height:64px;
	margin-bottom:3px;
}
.rightside_box_bg_text
{
	color:#000000;
	text-shadow: 2px 2px 2px #CCC;
	font-weight:bold;
	font-size:15px;
	text-indent:73px;
	line-height:64px;
}
.rightside_box_bg_text a
{
		color:#000000;
	text-shadow: 2px 2px 2px #CCC;
	text-decoration:none;
}
.rightside_box_bg_text a:hover
{
	color:#f08e00;
}


.footer_wrapper
{
	width:1000px;
	height:75px;
	float:left;
	background-color:#FFFFFF;
	background-image:url(../images/footer_bg.jpg);
	background-repeat:repeat-x;
}
.footer_text
{
	width:auto;
	height:auto;
	float:right;
	padding-right:10px;
	padding-top:55px;
	font-size:10px;
	color:#999999;
}
.footer_text a
{
	color:#FF9900;
	text-decoration:none;
}
.footer_text a:hover
{
	color:#009999;
	text-decoration:none;
}


.subpage_contentbox_wrapper
{
	width:700px;
	height:auto;
	float:left;
	/*background:#CCCCCC;*/
}
.subpage_contentbox_wrapper_main
{
	width:680px;
	margin:0 auto;
	/*border:red 1px solid;*/
	height:auto;
	margin-top:10px;
}