﻿@media screen,projection 
{
    #footer-container
    {
        margin: 15px 30px 0;
        text-align: left;
      
    }
	#footer
    {
        clear: both;        
        padding: 10px 0px 0px 0px;
        margin: 0px 0px;
        text-align: center;
        background:transparent url(../../images/body/bg-footer.png) no-repeat;
        
    }
    #footer span
    {
        text-align: center;
        font-size: 10px;
       
     
    }

	#footer li {
		float: left;
		list-style: none;
	}

	#footer .footer_item {
		border-right: 1px solid #ccc;
		margin-right: 10px;
		padding-right: 10px;		
	}

	
	#footer a
    {
        color: #336699;
        font-size: 10px;
    }

	#footer p {
		color: #999;
	}	
}

@media print {
	#footer {
		display: none;
	}
}


