@charset "utf-8";
/* CSS Document */

@media (min-width: 1200px) 
{
	#footer {
		width:100%;
		background-color:#303030;
	}
	
	#footer #footer1 {
		width:1200px;
		margin:0% auto;
		padding:2% 0% 0%;
		height:inherit;
		border-bottom:#FFFFFF 1px solid;
	}
	#footer #footer1 a {
		color:#FFFFFF;
	}
	#footer #footer1 ul {
		width:100%;
		float:left;
		margin:0% auto;
		height:inherit;
	}
	#footer #footer1 ul li {
		width:14.2%;
		float:left;
		margin:0% auto;
		height:inherit;
		text-align:center;
		font-size:20px;
		color:#FFFFFF;
	}
	
	#footer #footer2 {
		width:1200px;
		margin:2% auto;
		height:inherit;
		
	}
	#footer #footer2 p {
		color:#FFFFFF;
		margin:0% 0% 3%;
	}
}

@media (max-width:1199px)
{
	#footer {
		width:100%;
		background-color:#303030;
	}
	
	#footer #footer1 {
		width:98%;
		margin:0% 1%;
		height:inherit;
		float:left;
		border-bottom:#FFFFFF 1px solid;
	}
	#footer #footer1 a {
		color:#FFFFFF;
	}
	#footer #footer1 ul {
		width:100%;
		float:left;
		margin:0% auto;
		height:inherit;
	}
	#footer #footer1 ul li {
		width:33.3%;
		float:left;
		margin:3% auto;
		height:inherit;
		text-align:center;
		font-size:1.667em;
		color:#FFFFFF;
	}
	
	#footer #footer2 {
		width:98%;
		margin:0% auto;
		height:inherit;
	}
	#footer #footer2 p {
		color:#FFFFFF;
		margin:0% 0% 3%;
	}
}





