﻿/*--------------------------------------------------------------------*/
/*----------------------------------------------->>>>>>>>>>>>>  FOOTER*/
/*--------------------------------------------------------------------*/
.footer_container{
	width: 100%;
    height: 75px;
	margin: 0 0 0 0;
	background: #333;
}

	.footer_container .footer{
		padding: 15px 10px 0 15px;
		margin: 0 auto 0 auto;
		height: 60px;
	}
		
		
		.footer_container .footer a#totop{
			width: 100px;
			height: 25px;
			padding: 17px 0 0 12px;
			display: block;
			background: url(../images/totop_btn.png) top no-repeat;
			float: right;
			margin: -30px 0 0 0;
			color: #4d4d4d;
			font-size: .9em;
		}
		
			.footer_container .footer a:hover#totop{
				background: url(../images/totop_btn.png) center no-repeat;
				color: #333;
			}
				
				.footer_container .footer a:active#totop{
					background: url(../images/totop_btn.png) bottom no-repeat;
				}
		
		
		.footer_container .footer .copyright
			{
				margin-right:55px;
				color: #d1d1d1;	
				font-size: .8em;
				margin: 0 0 0 0;
                text-shadow: none;
			}
			
		.footer_container .footer .footertag{
			float:right;

		}
        			
	    
			.footer_container .footer .footertag p
			{
				margin: -20px 20px 0 0;
				padding: 0 0 0 0;
				display: block;
				float: right;
				color: #fff;
				font-size: .9em;
				text-shadow: none;
			}


				.footer_container .footer .footertag p a,
				.footer_container .footer .footertag p a:visited
				{
					color: #d1d1d1;
					text-decoration: underline;
				}
						 
		.footer_container .footer ul.footernav{
			float: left;
			display: inline-block;
            margin: 5px 0 0 0;
            font-size: 16px;
            text-shadow: none;
            padding: 0;
		}

        .footer_container .footer .footernav ul{
			margin: 0 0 20px 17px;
		}
		   
		.footer_container .footer .footernav li{
			list-style-type: none;
			float: left;
			margin: 0 7px  0 0;
            font-size: .95em;
		}
		
			.footer_container .footer .footernav li a{
				display: block;
				color: #d1d1d1;
				font-size: .8em;
				padding: 0 13px 0 0;
				text-decoration: none;
			}
			
				.footer_container .footer .footernav li a:hover{
					text-decoration: underline;
				}
