/**********************************************/
/*                                                                                        */
/*                            Footer Area                                       */
/*                                                                                        */
/**********************************************/
.foot_glob{
	position:relative;
	width:1024px;
	height:46px;
}

.foot_iphone{
	position:absolute;
	width:60px;
	height:40px;
	top:3px;
	left:950px;
	background-image:url('/images/site/logo_iphone.png');
}

.foot_iphone a{
	display:block;
	width:60px;
	height:40px;
}

.copyright{
	text-align:left;
	padding-left:20px;
	padding-top:7px;
	font-size:10px;
	color:#000000;
}

.copyright a{
	color:#3399CC;
	text-decoration:none;
}

.foot_menu{
	position:absolute;
	width:470px;
	height:20px;
	top:14px;
	left:410px;
	font-size:11px;
}

.foot_menu a{
	color:#000000;
	text-decoration:none;
}

.foot_menu a:visited{
	color:#000000;
	text-decoration:none;
}