/*

------------------------------------------------
Name:		AreaFiftyOne
Site:		http://www.areafiftyonedesign.co.uk
Author: 	Gareth Barker
Vesion:		1.0
------------------------------------------------

*/

/* Base Styles */

* { 
	margin:0;
	padding:0;
	font-size:12px;
}

ul, ol {
	list-style: none;
}
	
hr {
	border: 0;
	background: none;
	display: none;
}

fieldset {
	border-style:none;
	border-width:0;
}

.floatLeft {
	float:left;
}

.floatRight {
	float:right;
}

.clear-basic {
	clear: both;
}

.clear-left {
	clear: left;
}

.clear-right {
	clear: right;
}

.hide {
	display: none;
}

input, select, textarea { font-family:Arial, Helvetica, Geneva, sans-serif; }

input[type="text"], textarea { background:white; color:#333333 }


/* Warning Messages */

.errorMsg {
	color:red;
	font-weight:bold;
}

.successMsg {
	color:green;
	font-weight:bold;
}

/* ------------------------------------------------ */


body {
	font-family:Arial, Helvetica, Geneva, sans-serif;
	background:black;
	color:#bfbfbf;

}

#diamondAir {
	
}

a:link, a:active, a:visited { color:#6089AA; }

a:hover, a:visited:hover { color:red; }

input, textarea { padding:0px;
				margin-left:10px;
				margin-right:10px;
				margin-top:5px;
				margin-bottom:5px;
		}
		
		#Address { color:black; }

select { margin-left:10px;
		margin-right:10px;
		margin-top:5px;
		margin-bottom:5px; }

.note {
	font-style:italic;
	color:#7f7f7f;
	text-transform:uppercase;
	font-weight:bold;
}

#prepage {
	position:absolute;
	font-family:arial;
	font-size:16;
	left:0px;
	top:0px;
	background-color:white;
	layer-background-color:white;
	height:100%;
	width:100%;
}

h1 { font-size: 150%;
	color: #6089AA;}

h2 { font-size: 150%
	color:white; }

h3 { color:#6089AA; }
























