/*//////////////////////////////////////////////////////////
	Global Stuff
//////////////////////////////////////////////////////////*/

	/* hacks */
	
	.clearfix:after {
	   content:".";
	   display:block;
	   height:0;
	   clear:both;
	   visibility:hidden;
	}
	.clearfix {display:inline-block;}
	/* Hide from IE Mac \*/
	.clearfix {display:block;}
	/* End hide from IE Mac */
	
	.hde { 
		width: 0; height: 0; 
		font: 1px/1px sans-serif; text-indent: -9999px;
		position: absolute; top:0; left: -9999px;
		overflow: hidden; background: transparent none;
	}
	* {
		padding:0;
		margin:0;
	}
	br.clear {
		height: 0.001em;
		font: 1px/1px sans-serif; /* stop IE from revealing unnecessary bg */
		text-decoration: none;
		margin: 0;
		padding: 0;
		clear: both;
	}

	/* text-indent:-9999px; line-height: 0.001em; font-size: 0.001em; */
	
	
/*/////////////////////////////////////////////////////////////////////
	Fontage
/////////////////////////////////////////////////////////////////////*/

	body, a, ul, li, p, h1, h2, h3, h4, input, select, textarea {
		font-family: Arial, Helvetica, sans-serif;
		text-decoration: none;
	}
	
	input, select, textarea, table {
		color: #576473;
		font-size: 1em;
	}
	

/*/////////////////////////////////////////////////////////////////////
	Shell
/////////////////////////////////////////////////////////////////////*/

	/*
		main
	*/
	
	html
	{
		background-color:#000000;
		height:100%;
	}
	
	body
	{
		background-color:#000000;
		background: url(../../images/bgTile2.gif) repeat-y;
		background-position:center;
		height:100%;
	}
	
	#mainHolder
	{
		width:850px;
		margin-left:auto;
		margin-right:auto;
		height:100%;
		/*background-position: top left;
		background: url(../../images/bgTile.gif);*/
	}
	
	/*body
	{
		background-position: top left;
		background: url(../../images/bgTile.gif);
	}
	
	#mainHolder
	{
		width:782px;
		margin-left:auto;
		margin-right:auto;
	}*/
	
	#leftColumn
	{
		width:282px;
		float:left;
	}
	
	#rightColumn
	{
		width:537px;
		background-color:#000000;
		float:left;
		height:100%;
	}


	/*
		header
	*/
	#header
	{
		background: url(../../images/goscience.jpg);
		width:500px;
		height:111px;
		display:block;
		float:left;
	}
	
	#bullets
	{
		color:#FFFFFF;
		display:block;
		float:left;
		font-size: 1.05em;
		width:230px;
		margin-left:10px;
		font-weight:bold;
	}
	
	#bullets li
	{
		margin-top:15px;
		list-style-type: none;
	}
	
	#bullets li p
	{
		margin-left:25px;
	}
	
	#bullet1
	{
		background: url(../../images/bullet1.gif) no-repeat;
	}
	
	#bullet2
	{
		background: url(../../images/bullet2.gif) no-repeat;
	}
	
	#bullet3
	{
		background: url(../../images/bullet3.gif) no-repeat;
	}
	
	#bullet4
	{
		background: url(../../images/bullet4.gif) no-repeat;
	}
	
	#videobox
	{
		background: url(../../images/videoPanel.jpg);
		width:223px;
		height:148px;
		display:block;
		float:left;
		margin-left:15px
	}
	
	#video
	{
		/*background: url(../../images/dummyVideo.jpg);*/
		width:199px;
		height:119px;
		margin-left:12px;
		margin-top:13px;
	}
	
	#threesteps
	{
		background: url(../../images/3steps.jpg);
		width:368px;
		height:65px;
		display:block;
		float:left;
		margin-top:15px;
		margin-left:10px;
	}
	
	#panels
	{
		background: url(../../images/panels.jpg) no-repeat;
		width:500px;
		height:175px;
		display:block;
		float:left;
		margin-left:10px;
	}
	
	#findoutmoreholder
	{
		width:483px;
		margin-top:15px;
		display:block;
		float:left;
	}
	#findoutmore
	{
		display:block;
		float:right;
		background: url(../../images/findoutmore.jpg);
		width:208px;
		height:50px;
	}
	#findoutmore:hover
	{
		background: url(../../images/findoutmore_over.jpg);
	}
	
	#footer
	{
		color:#FFFFFF;
		display:block;
		float:left;
		font-size: 0.72em;
		margin-left:85px;
		margin-top:15px;
		margin-bottom:10px;
		vertical-align:bottom;
	}
	
	#footer a
	{
		color:#FFFFFF;
	}
	
	
	
	
	#PanelBullets
	{
		color:#FFFFFF;
		display:block;
		float:left;
		font-size: 1.025em;
		font-weight:bold;
		width:400px;
		margin-left:20px;
	}
	
	#PanelBullets li
	{
		list-style-type: none;
		margin-left:35px;
		vertical-align:middle;
		line-height:1em;
	}
	
	#panel1
	{
		margin-top:15px;
	}
	
	#panel1 a
	{
		color:#FFFFFF;
		text-decoration:none;
	}
	
	#panel1 a:hover
	{
		color:#FFFFFF;
		text-decoration:underline;
	}
	
	#panel2
	{
		margin-top:30px;
	}
	
	#panel2 table
	{
		color:#FFFFFF;
		padding:0px;
	}
	
	#panel2 tr
	{
		color:#FFFFFF;
	}
	
	#panel2 table td
	{
		color:#FFFFFF;
	}
	
	#panel2 a
	{
		color:#FFFFFF;
		text-decoration:none;
	}
	
	#panel2 a:hover
	{
		color:#FFFFFF;
		text-decoration:underline;
	}
	
	#panel3
	{
		vertical-align:middle;
		height:300px;
		margin-top:18px;
	}
	
	#panel3 table
	{
		color:#FFFFFF;
		padding:0px;
		width:450px;
	}
	
	#panel3 tr
	{
		color:#FFFFFF;
	}
	
	#panel3 table td
	{
		color:#FFFFFF;
		/*background-color:#00FF00;*/
		height:27px;
	}
	
	#panel3 a
	{
		color:#FFFF00;
		text-decoration:none;
	}
	
	#panel3 a:hover
	{
		color:#FFFF00;
		text-decoration:underline;
	}
	
	#dot1
	{
		width:7px;
		height:14px;
		background: url(../../images/dot.png) no-repeat;
	}
	
	#dot2
	{
		width:7px;
		height:14px;
		background: url(../../images/dot.png) no-repeat;
	}
	
	#dot3
	{
		width:7px;
		height:14px;
		background: url(../../images/dot.png) no-repeat;
	}
	
	#arrow
	{
		width:15px;
		height:11px;
		background: url(../../images/arrow.png) no-repeat;
	}
	
	#subscribe
	{
		width:129px;
		height:27px;
		display:block;
		float:left;
		font: 1px/1px sans-serif; text-indent: -9999px;
		margin-left:7px;
		background:url(../../images/subscribe.png) no-repeat;
	}
	
	#subscribe:hover
	{
		background:url(../../images/subscribe_over.png) no-repeat;
	}
	
	#cell1
	{
		width:75px;
	}
	
	#cell2
	{
		width:10px;
	}
	
	#cell3
	{
		width:15px;
	}
	
	#cell4
	{
		width:10px;
	}
	
	#cell5
	{
		width:125px;
	}
	
	#cell6
	{
		width:auto;
	}
	
	
	
	
	
	
	
	
