#footer {
	width: 940px;
	height: 214px;
	margin: 0 auto;
	background-image: url(../../images/footer.png);
	background-repeat: no-repeat;
}

#footer #copyright {
	clear: both;
	text-align: center;
	line-height: 30px;
	color: #333;
}

/*******************************************************************************
	
	LINKS
	
*******************************************************************************/

#footer #links {
	width: 620px;
	height: 214px;
	float: left;
	color: #82d5ae;
}

#footer #links a {
	color: #fff;
}

#footer #links #tico,
#footer #links #main-navigation,
#other-stuff {
	float: left;
	margin: 0 30px;
	padding-top: 30px;
}

#footer #links #tico {
	width: 220px;
	font-size: 14px;
	line-height: 20px;
}

#footer #links #tico p {
	margin-bottom: 20px;
}

#footer #links #main-navigation,
#footer #links #other-stuff {
	width: 110px;
}

#footer #links #main-navigation h3,
#footer #links #other-stuff h3 {
	font-size: 14px;
	line-height: 20px;
	color: #82d5ae;
	margin-bottom: 3px;
}

#footer #links #main-navigation li,
#footer #links #other-stuff li {
	line-height: 20px;
}

/*******************************************************************************
	
	NEWSLETTER
	
*******************************************************************************/

#footer #newsletter {
	width: 300px;
	height: 214px;
	float: right;
}

#footer #newsletter form .form-item {
	height: 36px;
	line-height: 30px;
	padding-right: 30px;
}

#footer #newsletter form label {
	float: left;
	width: 76px;
	text-align: right;
	color: #e3e3e3;
	font-size: 14px;
}

#footer #newsletter form input.text {
	float: right;
	border: 1px solid #ebebeb;
	height: 28px;
	line-height: 30px;
	width: 182px;
}

#footer #newsletter form input.image {
	margin: 6px 0 0 80px; 
}