/*
Copyright 2011. planetcue.com All Rights reserved.
footer styles
Version1.0
*/
/*--------------------------------------
		footer Layout Styles
--------------------------------------*/
div#footer{
	width: 1000px;height: 18px;
	text-align: right;line-height: 18px;color: #727171;font-size: 10px;font-weight: normal;
	margin-top: 12px;margin-left: auto;margin-right: auto;
	background-color: #ffffff;/* fee6f9 */
	background-image: url(../image/footer/footergradation.png);
	background-repeat: repeat-x;
	border: solid 1px #727171;
	/* Shadow */
	-moz-box-shadow: 0px 0px 4px #696969;
	-webkit-box-shadow: 0px 0px 4px #696969;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color=#a8a8a8,direction=135,strength=3)";
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#a8a8a8,direction=135,strength=3);
}

#footer a:link,#footer a:visited,#footer a:active{font-size: 10px;text-decoration: none;font-weight: normal;color: #727171;}
#footer a:hover{font-size: 10px;text-decoration: underline;font-weight: normal;color: #727171;}
span.footer_text{margin-right: 10px;}
