@charset "utf-8";
@import url('base.css');
@import url('other.css');
#center_container {
	width:100%;
	height:auto;
	overflow:hidden;
	border-left:1px #ccc solid;
	border-bottom:1px #999 solid;
}
/*leftside*/
#center_leftside {
	float: left;
	width: 175px;
	height:auto;
	overflow:hidden;
}
#leftside_title {
	width:100%;
	height:24px;
	font-size:13px;
	color:#fff;
	padding-top:5px;
	font-weight:bold;
	text-align:center;
	background:#357580;
	margin-bottom:13px;
}
#leftside_list {
	width:100%;
	border-top:1px #999 solid;
}
.leftside_list_main_bg {
	position :absolute;
	z-index:-1;
	left:-15px;
	top:6px;
	width:11px;
	height:10px;
	background:url(../images/huise.jpg) no-repeat;
}

.leftside_list_main {
    background:#bbb;
	width:100%;
	
	border-bottom:1px #999 solid;
}
.leftside_list_main a {
	height:auto;
	padding:4px 10px;
	display:block;
}
.leftside_list_main a:hover {
	/*font-weight:bold;*/
	/*background:#357580;*/
	background:url(../images/menu_bg.jpg) repeat-x;
	color:#fff;
}
.leftside_list_sub {
	font-size:11px;
	float:right;
	display:none;
    width:100%;
	height:auto;
}
.leftside_list_sub ul {
	border-bottom:1px #efefef dashed;
	background:#F6f6f6;
	height:22px;
}
.leftside_list_sub ul a {
	display:block;
	padding-left:15px;
	height:18px;
	padding-top:4px;
}
.leftside_list_sub ul a:hover {
    font-weight:bold;
	text-decoration:none;
}
#leftside_contactmethod {
	margin-top:35px;
	width:auto;
	margin-left:3%;
	margin-right:3%;
	height:auto;
	padding:10px 0px;
	background:#f3f3f3;
}
#leftside_contactmethod ul {
	height:24px;

}
#leftside_contactmethod ul a {
	height:22px;
	padding-left:20px;
}
#leftside_contactmethod ul a:hover{
text-decoration:line-through;
}
.mail{
background:url(../images/mail.gif) no-repeat left top;}
.msn{
background:url(../images/msn.gif) no-repeat left top;}
.skyp{
background:url(../images/skyp.gif) no-repeat left top;}
.yahoo{
background:url(../images/yahoo.gif) no-repeat left top;}
/*leftside*/
#center_rightside {
	float: right;
	width: 150px;
	height:400px;
	background:url(../images/centerrightbg.jpg) repeat-x;
}
/*mainside*/
#center_maincontent {
	background:#357580;
	margin:0px 154px 0px 175px !important;
	margin:0px 151px 0px 175px;
	padding-top:4px;
	height:auto !important;
	height:1px;
}
.center_main {
	width:100%;
	height:auto;
	/*width:555px;
	height:auto !important;
	height:570px;
	/*overflow:hidden;*/
	height:570px;
	min-height:570px;
	background:#fff;
	padding:10px 15px;
	border-left:1px #999 solid;
}
.table_center_td{
padding-bottom:10px;
text-align:center;}
.box {
	min-height:1px;
	_height:1px;
}
.box:after {
	content:".";
	display:block;
	line-height:0px;
	font-size:0px;
	visibility:hidden;
	clear:both;
}
#center_title {
	width:auto;
	font-size:13px;
}
#center_title a {
}
#center_title a:hover {
	text-decoration:underline;
}
#center_adv {
	width:auto;
	height:75px;
	overflow:hidden;
	margin:15px 0px 20px 0px;
	text-align:center;
}
.center_main span {
	font-size:15px;
	margin-bottom:10px;
	display:block;
}

.center_main span a {
	color:#357580;
}
.center_main span a:hover {
	text-decoration:underline;
	background:#ebebeb;
}
#center_productbg {
	width:100%;
	height:19px;
	font-weight:bold;
	font-size:13px;
	padding-top:6px;
	margin-top:15px;
	background:url(../images/centerbg.jpg) repeat-x;
}

/*footcontainer*/
#foot_container {
	text-align:center;
	background:#2B5E66;
	color:#fff;

	width:100%;
	height:auto;
	padding:10px 0px;
}
#foot_container a:hover{
text-decoration:line-through;}
/*footcontainer*/
