* {
	margin: 0;
	padding: 0;
	}
	
html, body {
	height: 100%;
}

body {
	background-color: #000000;
	text-align:center;
	margin:0;
}

#everything{
	background: url(/img/hdr_bg_tile.jpg) repeat-x;
}

#hbg, #home_cbg, #admira_cbg, #hypergate_cbg, #apollo_cbg, #reveal_cbg, #generic_cbg, #fbg{text-align:left; }

#hbg{
	height:71px;
	background-image:url(/img/hdr_bg.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:top center;
}

#hbg_tile {	height:71px;}

#fbg {
	height: 200px;
	position: relative;
	background:url(/img/ftr_bg_tile.jpg) repeat-x #121212;
	}

#header, #footer{width:960px; margin:0 auto;}


#header_border{ 
	height:10px; 
	width:100%; 
	background:#000; 
	position:absolute; 
	top:70px;
	}

#header #header_box{ 
	height: 70px; 
	position: relative; 
	width: 960px; 
	}
	
#header #header_box #logo { 
	position: absolute; 
	left: 10; 
	top: 0; 
	width: 150px; 
	}
	
	
#home_cbg, #admira_cbg, #hypergate_cbg, #apollo_cbg, #reveal_cbg, #generic_cbg{
	position: relative;
	}

/* content area */

#home_cbg{
	height:590px;
	background:url(/img/barkers/navic_barker_bg.jpg) repeat-x #000;
}

#admira_cbg, #hypergate_cbg, #apollo_cbg, #reveal_cbg {
	}

#admira_cbg{
	background:url(/img/page_headers/admira_header_bg.jpg) repeat-x #FFF;
	}
	
#hypergate_cbg{
	background:url(/img/page_headers/hypergate_header_bg.jpg) repeat-x #FFF;
	}
	
#apollo_cbg{
	background:url(/img/page_headers/apollo_header_bg.jpg) repeat-x #FFF;
	}
	
#reveal_cbg{
	background:url(/img/page_headers/reveal_header_bg.jpg) repeat-x #FFF;
	}
	
#generic_cbg{
	background:url(/img/page_headers/generic_header_bg.jpg) repeat-x #FFF;
}


/* home */
	
#home_cbg #content{
	background-color:#000; 
	width:960px; 
	margin:0 auto; 
	text-align:left;
	}
	
#navic_barker, #admira_barker, #apollo_barker, #reveal_barker {
	width:960px;
	position:relative;
}

#admira_barker, #apollo_barker, #reveal_barker {
	display:none;
}

#home_nav{
	width:960px;
	position:relative;
	}

#admira_logo, #apollo_logo, #reveal_logo{position:absolute; top:30px;}

#admira_logo{
	left:50px;
}

#apollo_logo{
	left:280px;
}

#reveal_logo{
	left:510px;
}

#admira_blurb, #apollo_blurb, #reveal_blurb{display:none; position:absolute; top:115px; width: 190px;}

#admira_blurb{
	left:50px;
}

#apollo_blurb{
	left:280px;
}

#reveal_blurb{
	left:510px;
}


/* product pages */

#admira_cbg #content, #hypergate_cbg #content, #apollo_cbg #content, #reveal_cbg #content {
	width:960px; 
	margin:0 auto; 
	text-align:left; 
	position: relative;
	min-height: 590px;
	}

#admira_cbg #page_header, #hypergate_cbg #page_header, #apollo_cbg #page_header, #reveal_cbg #page_header {
	position:relative;
	width: 960px;
}

#admira_cbg #column_1, #hypergate_cbg #column_1, #apollo_cbg #column_1, #reveal_cbg #column_1 {
	position:relative;
	width:530px;
	padding-top:20px;
	padding-left:30px;
	padding-bottom: 30px
}

#admira_cbg #column_2, #hypergate_cbg #column_2, #apollo_cbg #column_2, #reveal_cbg #column_2 {
	position:absolute;
	width:340px;
	top:120px;
	left:600px;
}

/* generic page */

#generic_cbg #content {
	width:960px; 
	margin:0 auto; 
	text-align:left; 
	position:relative;
	min-height: 590px;
	}

#generic_cbg #page_header{
	position:relative;
	padding-left:30px;
	width:550px;
	padding-top: 20px;
	height: 110px;
}

#generic_cbg #column_1 {
	position:relative;
	width:630px;
	padding-top:20px;
	padding-left:30px;
	padding-bottom: 30px
}

#generic_cbg #column_2 {
	position:absolute;
	width:220px;
	top:100px;
	left:700px;
	border: 1px solid #999;
	padding: 10px;
	background-color: #c0ced3;
}

/* Nav */

#logo {
	padding-left: 10px;
	}
	
#nav dl, #nav ul, #nav li {
	list-style-type: none;
	margin: 0;
	}
	
#nav {
	float: right;
	position: relative;
	height: 20px;
	padding: 43px 10px 0px 0px;
	}
	
#nav dl {
	padding-left: 35px;
	display: block;
	float: left;
	}

#nav dd {
	position: absolute;
	margin-top: 2px;
	white-space: nowrap;
	display: none;
	}
		
#nav li {
	display: block;
	margin-top: 1px;
	}
	
/* IE7 Z-index Fix */

#hbg, #header, #header_box, #nav, #products, #company{
	z-index: 100;
	}

#products_menu, #company_menu{
	z-index: 105;
	}

/* Footer */

#footer{
/*	background:url(/img/ftr_bg.jpg) no-repeat;
*/	height:200px;
	}

#footer_content {
	margin: auto;
	position: relative;
	width: 960px;
}

#footer_column1 {
	position:absolute;
	width:380px;
	left:10px;
	top:10px;
	height:180px;
	background:url(/img/footer_container_1.png) no-repeat;
}

#footer_column2 {
	position:absolute;
	top:10px;
	left:410px;
	width:300px;
	height:180px;
	background:url(/img/footer_container_2.png) no-repeat;

}

#footer_column3 {
	position:absolute;
	padding-top: 10px;
	top:0px;
	width:230px;
	right: 0px;
}

#tech_column{
	position:absolute;
	left:20px;
	padding-top:10px;
	width:120px;
}

#company_column{
	position:absolute;
	left:140px;
	padding-top:10px;
	width:120px;

}

#support_column{
	position:absolute;
	left:270px;
	padding-top:10px;
	width:110px;

}

#press_column{
	position:absolute;
	padding-top:10px;
	width:260px;
	left:20px;
}

.headshot {
	position: absolute;
	left: 700px;
	border: 1px solid #121212;
	margin-top: 5px;
}