* {
	margin:0px;
	padding:0px;
}
html {
	background-image:url(../images/bg.gif);
	background-color: #171717;
	background-repeat: repeat-x;
}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	height:100%;
	padding-bottom:20px;
	color: #FFFFFF;
	font-size: .75em;
}
img {
	border-style:none;
}
h1 {
	color: #0078C1;
	margin-bottom: 20px;
	font-size: 2em;
}
h2 {
	color: #0078C1;
	font-size: 1.5em;
	margin-bottom: 10px;
}
h3 {
	color: #0078C1;
	font-size: 1.25em;
	margin-bottom: 5px;
}

p {
	margin-bottom: 10px;
	font-size: 1.25em;
}
blockquote {
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 40px;
}

ol {
	margin-bottom: 10px;
	margin-left: 40px;
	font-size: 1.25em;
}

div#theVCard {
display:none;
}
a:link {
	text-decoration:none;
	color: #FFFFFF;
}
a:visited {
	text-decoration:none;
	color: #FFFFFF;
}
a:hover {
	text-decoration:none;
	color:#0078C1;
}
a:active, a:focus {
	outline-color:invert;
	outline-style:none;
	outline-width:medium;
}
.makeBold {
	font-weight: bold;
}
.padBottom {
	margin-bottom: 20px;
}


div#pageWrapper {
	margin-left:auto;
	margin-right:auto;
	position:relative;
	width:975px;
	padding: 0px;
}
div#pageContainer {
	width:100%;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
}

div#topHeader {
	background-color: #000000;
	height: 215px;
	width: 100%;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-image: url(../images/headerBG.jpg);
	background-repeat: no-repeat;
}
div#earthHeader {
	background-color: #000000;
	height: 215px;
	width: 100%;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-image: url(../images/headerBGFaceOfEarth.jpg);
	background-repeat: no-repeat;
}
div#danceHeader {
	background-color: #000000;
	height: 215px;
	width: 100%;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-image: url(../images/headerBGDanceOfPlanets.jpg);
	background-repeat: no-repeat;
}
div#globeSpin {
	position: absolute;
	left: 451px;
	top: 35px;
	height: 114px;
	width: 114px;
}

div#mainContent {
	background-color: #000000;
	padding-top: 20px;
}
div#fullWindow {
	padding: 20px;
}

div#contentRight {
	width: 714px;
	padding-right: 20px;
	float: right;
}
div#contentLeft {
	width: 200px;
	float: left;
	padding-left:20px;
	text-align: right;
}

div#siteInfo {
	height: 20px;
	width: 100%;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
}

#mainNav {
	position: absolute;
	bottom: 0;
	left: 0;
}

#mainNav > ul {
	margin: 0 0 0 0;
	padding: 5px 0 5px 0;
	text-align: center;
	width: 975px;
	font-weight: bold;
}

#mainNav > ul > li {
	position: relative;
	display: inline;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#mainNav > ul > li > a {
	margin: 0 0 0 0;
	padding: 5px 20px 5px 20px;
}


#mainNav > ul > li > ul {
	display: none;
	background: #333;
	list-style: none;
	text-align: left;
	font-weight: normal;
	border-top: 1px solid #FFF;
}

#mainNav > ul > li > ul > li > a {
	display: block;
	padding: 5px 20px 5px 20px;
}

#mainNav > ul > li > ul > li > a:hover {
	background: #0078C1;
	color: #FFF;
}

#mainNav ul > li:hover > ul {
	display: block;
	position: absolute;
	top: 19px;
	left: 0;
}

#galleryNav a {
	width: 90px;
}

#systemNav a {
	width: 170px;
}

#contactNav a {
	width: 115px;
}

#productNav a {
	width: 140px;
}

#aboutNav a {
	width: 140px;
}
