/*

Footer for ADD Creative
Built by James Morrison

*/

#footer {
	background: url(images/footer-background.jpg) no-repeat center;
	width: 100%;
	height: 250px;
	margin: 0;
	padding: 0;
}

#footer-wrap {
	margin: 0 auto;
	width: 875px;
	height: 250px;
}

.column {
	margin: 0 10px 0 0;
	padding: 80px 0 0 0;	
	width: 150px;
	float: left;
	position: relative;
}

#footer-wrap h3 {
	color: #99cc33;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin:	0 0 3px 0;
}

#footer-wrap li {
	background: url(images/li-trans.png) no-repeat;	
	padding: 0 0 0 16px;
}

#footer-wrap li, #footer-wrap li a {
	color: #ffffff;
	font-size: 12px;
}

#container {
	position: absolute;
	margin: 0 auto;
}
	
#tagline {
	background: url(images/tagline-trans.png) no-repeat;
	width: 225px;
	height: 25px;
	position:relative;
	top: 195px;
	left: 480px;
}

#tagline p {
	text-indent: -9999px;
}

#copyright {
	width: 190px;
	height: 25px;
	position:relative;
	top: 195px;
	left: 485px;
}

#copyright p, #copyright p a {
	color: #ffffff;
	font-size: 13px;
}

#footer-logo, #footer-logo a {
	display:block;
	height:55px;
	margin:-5px 0 0 245px;
	width:100px;
}

#footer-logo a {
	margin: 0;	
}

#footer-logo p {
	text-indent: -9999px;	
}