#cellContent {
	padding:			0;
}

header {
	position:			relative;
	height:				auto;
	
	margin:				0;
}

header h1 {
	width:				100%;
}

header .inner {
	padding-top:		65px;	
}

header .home-link {
	margin:				0 auto;	
}

#cellPage img {
	max-width:			100%;
	height:				auto;
}

article,
article.lhs,
article.rhs {
	margin:				0 10px;
	float:				none;
	
	width:				auto;
}

article #neonh1 {
	margin:				0 0 20px 0;
}

article.lhs .hero {
	display:			block;
	margin:				0 auto;
}


#thanks-window {
	margin:				80px 10px;
	padding:			0;
	
	width:				auto;
	height:				auto;
	
	text-align:			center;	
	text-transform:		uppercase;
	color:				#41BAEB;	
	font-size:			13px;
	
	background-image:	none;
}

#thanks-window h2 {
	height:				auto;
	overflow:			hidden;

	text-indent: 		0;
	text-align:			center;
	color:				#FFF68D;
	text-shadow:		0 0 20px #FFCD05;		
	line-height:		normal;	
}

select,
input[type='text'],
input[type='email'],
textarea {
	height:				38px;
	line-height:		38px;
}

select {
	height:				42px;
}

label {
	height:				38px;
	
	line-height:		38px;
}

footer {
	position:			relative;	
	height:				auto;
	margin:				20px 0 0 0;
	
	border: 			1px solid transparent;
}

footer .inner {
	height:				auto;
}

footer li {
	display:			block;
	padding:			0 0 10px 0;
	
	float:				none;
	
	text-align:			center;
}

footer li a,
footer li a:link,
footer li a:visited {
	border:				none;	
}

footer img {
	display:			block;
	margin:				10px auto;
	
	position:			relative;
	bottom:				auto;
	right:				auto;
}

