﻿/* 
Author  : Christopher Thrower
Project : EnLight Holding Page
Date    : Tuesday, 7th June 2011
*/

* { outline: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	color: #999;
	text-align:center;
	background:url('images/MainBG.jpg') top center no-repeat #BBB;
}

#container {
	width: 1024px;
	height: 800px;
	margin: 0 auto ;
	text-align:center;

}

#Header {
	height:245px;
	background:url('images/HoldingHeaderBG.jpg') top left no-repeat;	
}
#text {
	font-size: 1.0em;
}

#contact {
	position: relative;
	width: 440px;
	height:237px;
	padding: 10px;
	margin: 0 auto ;
	font-size: 1.0em;

}		.contactRow { float: left; width: 440px; margin: 0 0 10px 0; }
		label { width: 100px; padding: 5px 0 0 0; float: left; }
		input, textarea { width: 320px; float: left; background: #fff; padding: 5px; margin: 0; color: #666; font-family: Arial, Helvetica, sans-serif; font-size:0.9em; }
		textarea { height: 80px; }
		#submit { position: absolute; bottom: -11px; right: 20px; }
			#submit a { background: url('../images/submit.png') no-repeat left top; width: 62px; height: 22px; display: block; }
				#submit a span { float: left; text-indent: -9999px; }
				#submit a:hover { background: url('../images/submit.png') no-repeat left bottom; }
				
				

#abovecontact {
	width: 440px;
	height: 20px;
	text-align:center;
	margin: 400px auto 30px auto;
	position: relative;
	color:#000;
}
		