@charset "utf-8";
/* CSS Document */

body{
	background-image: url(../images/layout/background.gif);
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	margin: 0;
}

h3{
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a{
	text-decoration: none;
	border: none;
}

a img{
	text-decoration: none;
	border: none;
}

#pagecell{
	top: 0px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	z-index: 20;
	background-color: #F00;
}

#topcell{
	position: absolute;
	top: -70px;
	width: 800px;
	height: 204px;
	z-index: 20;
}

#planet-top{
	position: relative;
	top: 0px;
	left: -80px;
	width: 359px;
	height: 152px;
	background-image: url(../images/layout/planet_top.jpg);
	z-index: 20;
}

#logo{
	position: absolute;
	top: 110px;
	left: 90px;	
}

#menu-refract{
	position: relative;
	top: 0px;
	left: -80px;
	width: 359px;
	height: 52px;
	background-image: url(../images/layout/menu_refract.jpg);
	z-index: 20;
}

#menu-tile{
	height: 52px;
	margin-top: 82px;
	margin-left: 0px;
	margin-right: 0px;
	background-image: url(../images/layout/menu_tile.jpg);
	z-index: -10;
}

#mribbon{
	position: absolute;
	top: 157px;
	left: 90px;
	height: 52px;
	font-size: 18px;
	font-weight: bold;
	z-index: 30;
}

#mribbon ul{
	display: inline;
	list-style: none;
}

#mribbon li{
	padding-right: 80px;
	display: inline;
	list-style: none;
}

a.menu:link{
	text-decoration: none;
	color: #FFF;
}

a.menu:visited{
	text-decoration: none;
	color: #FFF;
}

a.menu:hover{
	text-decoration: none;
	color: #F00;
}

#contact_icons{
	position: absolute;
	left: 680px;
	top: 155px;
	z-index: 30;
	width: 130px;
	font-size: 18px;
	font-weight: bold;
}

#contact_icons a{
	padding-left: 2px;
}

#sribbon{
	position: absolute;
	top: 183px;
	left: 10px;
	height: 42px;
	width: 500px;
	font-size: 15px;
	font-weight: 700;
	text-align: center;
	z-index: 50;
}

#about, #design, #inventions{
	display: none;
	position: static;
	top: 0px;
	z-index: 50;
}

#midcell{
	position: absolute;
	top: 134px;
}

#planet-bottom{
	position: relative;
	top: 0px;
	left: -80px;
	width: 359px;
	height: 133px;
	background-image: url(../images/layout/planet_bottom.jpg);
	z-index: -10;
}

#contentwrapper{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#cbgtop{
	position: relative;
	top: 0px;
	width: 800px;
	height: 133px;
	background-image: url(../images/layout/content_top.png);
	background-repeat: no-repeat;
	background-position: top left;
}


#cbgbottom{
	position: relative;
	width: 825px;
	height: 92px;
	top: -180px;
	background-image:url(../images/layout/content_bottom.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}

#content{
	position: relative;
	top: -120px;
	left: 12px;
	width: 750px;
	min-height: 200px;
	margin: auto;
	z-index: 30;
}

#preload{
	visibility: hidden;
	top: -5000px;
	position: absolute;
}

#textbox{
	position: relative;
	top: 0px;
	background-color: #000;
	border: 2px solid #FFF;
	min-width: 250px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 14px;
}
#pointer{
	position: relative;
	top: -2px;
	left: 45%;
	width: 16px;
	height: 13px;
	background-image:url(../images/layout/pointer.gif);
}

#bubble{
	display: none;
	position: absolute;
	bottom: 33px;
	font-weight: bold;
	overflow: visible;
	text-align: center;
	z-index: 30;
}
	
#mlink, #ldnlink, #twlink, #fblink{
	display: none;
	width: 100%;
}


	
