/*----------------------------------------
     cascading style sheet for index.html
    created by benjam welker:  2005-07-13
                last updated:  2005-08-14
  ----------------------------------------*/


/************* HOME PAGE STUFFS ***********/

html { /* 0.0.0.1 */
	background: #000;
	}

body { /* 0.0.0.1 */
	font: 1em "Trebuchet MS",Verdana,sans-serif;
	color: #FFF;
	background: #000;
	margin: 0;
	overflow: hidden;
	}

h1 { /* 0.0.0.1 */
	text-indent: -1000em;
	background: url("../images/i_helix.png") no-repeat;
	position: absolute;
	z-index: 1;
	width: 760px;
	height: 200px;
	top: 50%;
	left: 50%;
	margin: -97px 0 0 -363px;
	}

ul { /* 0.0.0.1 */
	list-style: none;
	padding: 0;
	}

#hlinks { /* 0.1.0.0 */
	position: absolute;
	z-index: 2;
	right: 50%;
	bottom: 50%;
	margin: 0 -390px -95px 0;
	}

#hsolarobject { /* 0.1.0.0 */
	background: url(/images/solar/o.jpg);
	position: absolute;
	z-index: 0;
	width: 205px;
	height: 108px;
	top: 50%;
	left: 50%;
	margin: -63px 0 0 -379px;
	}

#hlinks a { /* 0.1.0.1 */
	text-decoration: none;
	color: #888;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	border: 2px solid #333;
	float: left;
	padding: 0 1em;
	margin: 0 1px;
	}

#hlinks a:hover { /* 0.1.1.1 */
	color: #000;
	background: #888;
	border: 2px solid #CCC;
	-moz-box-shadow: 0 0 4px #FFF;
	-webkit-box-shadow: 0 0 4px #FFF;
	box-shadow: 0 0 4px #FFF;
	text-shadow: 1px 1px 1px #333;
	}

a { /* 0.0.0.1 */
	outline: none;
	}


/*****  IE6- ONLY  *****/

* html h1 { /* 0.0.0.3 */
	background: url("../images/iohelix.jpg") no-repeat;
	}

* html #hsolarobject { /* 0.1.0.2 */
	display: none;
	}

/* show to all, and fix below, for IE7 */
#hlinks li { /* 0.1.0.1 */
	font-size: 0.8em;
	display: inline;
	}

/***** hide from all IE *****/
html[xmlns] #hlinks li { /* 0.1.1.2 */
	font-size: 1em;
	}