/*Footer Layout*************************/

#super_footer {
	width: 100%;
	background: black;
	margin: -21px 0 0 auto;
}

footer {
	width: 988px;
	height: 400px;
	background: black;
	margin: auto;
	padding: 0 0 20px 0;
}

footer section {
	width: 300px;
	height: 389px;
	margin-top: 1px;
	padding: 20px 10px 10px 10px;
}

.footer_one {
	float: right;
	position: relative;
	border-left: 1px solid #333;
	text-align: center;
}

.footer_two {
	float: right;
	width: 150px;
	position: relative;
	border-left: 1px solid #333;
}

.footer_three {
	float: right;
	width: 150px;
	position: relative;
	border-left: 1px solid #333;
}

.footer_four {
	float: right;
	position: relative;
}

/*Style for the Footer*************************/

.textfield {
	border: 4px solid white;
}

.button{
	border: 4px solid black;
	background: black;
	font: 0.875em "BebasNeueRegular", sans-serif; letter-spacing: 1px;
	color: #CC0;
	cursor: pointer;
}

footer h1 {
	color: #CC0;
	font: 0.813em "BebasNeueRegular", sans-serif; font-style: italic; letter-spacing: 1px; word-spacing: 2px;
	/*font: 0.813em "Open Sans", sans-serif; font-style: italic; letter-spacing: 1px;*/
	display: inline;
}

footer h2 {
	font: 0.875em "BebasNeueRegular", sans-serif; letter-spacing: 1px;
	color: white;
	display: inline;
}

footer h3 {
	margin-top: -15px;
	font: 4.500em "BebasNeueRegular", sans-serif; letter-spacing: 1px; word-spacing: 2px;
	color: white;
}

footer p {
	color: gray;
}

footer ul {
	padding-top: 10px;
}

footer li {
	list-style-type: none;
	font: 0.813em "Helvetica", sans-serif; letter-spacing: 0px;
	line-height: 160%;
	padding-top: 5px;
}