/*========================================================

Global CSS file for 

Created by 2theedge.co.uk

=========================================================*/


body {
	margin:0;
	color:#fff;
}
	#wrapper_header {
		height:300px;
		margin:0 auto;
		width:300px;
		position: relative;
	}
	#wrapper_footer {
		height:300px;
		margin:0 auto;
		width:300px;
		position: relative;
	}
	#header {
		height:300px;
		border-bottom:1px solid #ccc;
		
	}
	#footer {
		height:300px;
	}
	
	#logo {
		height: 300px;
		display: block;
		position:relative;
		left:0;
	}
	
	#logo img {
		top: -247px;
	}
	
	#shadow {
		height: 300px;
		display: block;
		position:relative;
		left:0;
		overflow: hidden;
	}
	
	#shadow img {
		position: absolute;
		top: 600px;
	}

	h1 {
		position: absolute;
		z-index: 99;
		display: none;
		bottom:40px;
		left:90px;
		cursor: pointer;
	}
	h2 {
		display: none;
		left:54px;
		position:absolute;
		top:-30px;
		z-index:99;
	}
	#contact_form_container{
		left:68px;
		position:absolute;
		width:176px;
		color:#fff;
		background:#000;
		top:0;
		padding:20px 0 0 0;
	}
	
	 dd, dt {
		margin:0;
	}
	input, textarea {
		border:medium none;
		margin:5px 15px;
		padding:3px;
		width:145px;
		
	}
	label {
		font-family:helvetica,arial,verdana;
		font-size:0.7em;
		letter-spacing:0.3em;
		margin:5px 15px;
	}
	#NHsubmit {
		margin:5px 0px;
	}
	p {
		font-family:helvetica,arial,verdana;
		font-size:0.7em;
		letter-spacing:0.3em;
		margin:5px 20px;
		text-align:center;
	}