html,body{
	margin:0;padding:0;
	background-color:#000;
	font-family:Gill Sans, sans-serif;
	font-size:1em;
	color:#fff;
	overflow-x: hidden;
	}
	
	a{
		color:#ffffff;
		text-decoration:underline;
	}
	a:hover{ color:#b7b5b5; }
	a:focus{ outline:none; }
	
	h4{
		font-weight:normal;
		font-size:1.1em;
		text-transform:uppercase;
	}
	h6{
		margin:16px 0 0 0;
		font-weight:normal;
		font-size:1em;
	}
	p{
		margin-bottom:1.7em;
		line-height:1.4em;
		font-size:.9em;
		color:#a0a0a0;
	}
	
	.clearfix:after{
		content:".";
		display:block;
		height:0;
		clear:both;
		visibility:hidden;
	}
	
	/*----------------------------*
	 -	LAYOUT
	 -----------------------------*/
	#header{
		position:relative;
		margin-left:50%;left:-460px;
		margin-top:78px; /*includes contactUsBar.height*/
		width:920px;height:264px;
		background:transparent url('../images/header.png') no-repeat top left;
		}
		h1,h2{
			display:none;
		}
	
	#upperContentSection{
		padding-bottom:60px;
		}
		#upperColumnGroup{
			position:relative;
			margin-left:50%;left:-440px;
			width:920px;
			}
	
	#lowerContentSection{
		padding:32px 0;
		width:100%;
		background-color:#1a1a1a;
		}
		#lowerColumnGroup{
			position:relative;
			margin-left:50%;left:-452px;
			width:920px;
			}
	
		.column, .columnNoHeader{
			padding-right:38px;
			width:266px;
			float:left;
		}
		.columnNoHeader h4{
			visibility:hidden;
		}
		.columnDemo{
			padding-right:30px;
			width:282px;
			float:left;
			}
			.columnDemo h4,
			.columnDemo h6,
			.columnDemo p{
				padding:0;
				margin-left:12px;
			}
		.groupHighlight{
			position:relative;left:-20px;
			padding:3px 20px;
			background-color:#1a1a1a;
		}
	
	#footer{
		position:relative;
		margin-left:50%;left:-440px;
		width:920px;
	}
	
	
	/*----------------------------*
	 -	OBJECTS
	 -----------------------------*/
	.getButton{
		display:block;
		text-indent:-9999px;
		width:100%;height:70px;
		background:transparent url('../images/getHydraButton.png') no-repeat 10px top;
	}
	
	.demoPreview{
		width:255px;height:168px;
	}
	
	#contactUsBar{
		position:absolute;top:0;
		display:block;
		width:100%;height:28px;
		background:#1a1a1a url('../images/contactBarBackground.png') repeat-y top center;
		font-size:.9em;
		line-height:28px;
		}
		#contactUsBar a{
			position:relative;
			display:block;
			margin-left:50%;left:-415px;
			width:830px;height:28px;
			line-height:28px;
			text-align:right;
		}
		
	#simplemodal-overlay {
	  background-color:#000;
	  cursor:wait;
	}

	#simplemodal-container {
	  height:400px;
	  width:600px;
	  background-color:#fff;
	  border:3px solid #ccc;
	}

	#simplemodal-container a.modalCloseImg {
	  background:url(../img/x.png) no-repeat;
	  width:25px;
	  height:29px;
	  display:inline;
	  z-index:3200;
	  position:absolute;
	  top:-14px;
	  right:-18px;
	  cursor:pointer;
	}
	
	