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

.footer {
	margin: 0px auto;
	width: 1000px;
	height: 163px;
	font-family: Arial, Helvetica, sans-serif;
}

.footer_top {
	/*width: 100%;*/
	height: 12px;
	background: url(../images/bgr_footer_top.png) right no-repeat #FFFFFF;
}

.footer_top_index {
	width: 100%;
	height: 12px;
	background: url(../images/index_infobox_bg.png);
}


.footer_middle {
/*	height: 163px;*/
	background: url(../images/footer_bg.png);
	padding: 5px;
}

.footer_middle .link_box {
	width: 550px;
	color: #000000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 10px 0 10px 10px;
}

.footer_middle .link_box ul {
	margin: 0px 10px 0px 0px;
}

.footer_middle .link_box li {
	list-style: none;
	padding-top: 5px;
}

.footer_middle .link_box a {
	color: #1a5a99;
}

.footer_middle .link_box a:hover {
	color: #497EB3;
	text-decoration:none;
}

.footer_middle .menu_box {
	float: right;
	color: #000000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 5px;
}

.footer_middle .menu_box a {
	color: #0d59a3;
	padding-right:5px;
	padding-left:5px;
}

.footer_middle .menu_box a:hover {
	color: #78A2CC;
	text-decoration:none;
}

.footer_middle .search_box {
	float: right;
	background: url(../images/bgr_footer_right-pattern.png) no-repeat;
	width: 363px;
	height: 88px;
}

.footer_bottom {
	height: 34px;
	background: url(../images/bgr_footer_bottom.png) top right no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px 10px 0px 0px;
}

.footer_bottom span {
/*	display: block;*/
}

#skype_btn {
	height: 16px;
	width:16px;
	background:url(../images/ico_skypeme.png) no-repeat;
/*	float:left;*/
}

#skype_btn:hover {
	height: 16px;
	width:16px;
	background:url(../images/ico_skypeme_h.png) no-repeat;
}

#mailto_btn {
	height: 16px;
	width:17px;
	background:url(../images/ico_mailto.png) no-repeat;
	margin-top:2px;
/*	float:left;*/
}

#mailto_btn:hover {
	height: 16px;
	width:17px;
	background:url(../images/ico_mailto_h.png) no-repeat;
}


#phone_num_bgr_l {
	background: url(../images/phone_bar_left.png);
	width: 2px;
	height:16px;
	float:left;
}
#phone_num_bgr_c {
	background: url(../images/phone_bar_centr.png);
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	height:16px;
	padding-left:3px;
	padding-right:3px;
	float:left;
}
#phone_num_bgr_r {
	background: url(../images/phone_bar_right.png);
	width: 2px;
	height:16px;
	float:left;
}