/* --------------------------------------------
|  GLOBAL STYLES											
--------------------------------------------- */

html { border: none; }
body {
	margin: 0;
	padding: 0;
	line-height: 13px; 
	background: #000000;
}
body, td {
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
img { border: 0; }
p { margin: 0 0 15px 0; }
a {
	text-decoration: underline;
	font-weight: bold;
}

h1, h2, h3, h4, h5, form { margin: 0; }

h1#companyName { margin: 0; padding: 0; text-indent: -9999px; }
h2#slogan { margin: 0; padding: 0; background: url("graphics/slogan.gif"); width:671px; height:45px; text-indent: -9999px; }
h2#tagline { margin: 0; padding: 0; text-indent: -9999px; }
h3#launchDate { margin: 0; padding: 0; text-indent: -9999px; }


/* --------------------------------------------
|  NAVIGATION												
--------------------------------------------- */

/* -- PRIMARY NAVIGATION -- */
#nav {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 40px;
	background-color: lightgoldenrodyellow;
}
#nav li {
	float: left;
	border: 1px solid gray;
}
#nav li a {
	outline: none;
	display: block;
	padding: 0;
	height: 40px;
	line-height: 40px;
	float: left;
	/*text-indent: -9999px;*/
	text-decoration: none;
	background-color: navajowhite;
	background-image: url("graphics/nav/matrix.gif");
}
#nav li a:hover {background-color: gray;}
#bOne {background-position: 0 0; width: 100px;}#bOne:hover {background-position: 0 -40px;}#nav li.current #bOne {background-position: 0 -80px;}
#bTwo {background-position: -130px 0; width: 200px;}#bTwo:hover {background-position: -130px -40px;}#nav li.current #bTwo {background-position: -130px -80px;}
#bThree {background-position: -260px 0; width: 220px;}#bThree:hover {background-position: -260px -40px;}#nav li.current #bThree {background-position: -260px -80px;}
#bFour {background-position: -260px 0; width: 130px;}#bFour:hover {background-position: -260px -40px;}#nav li.current #bFour {background-position: -260px -80px;}

/* -- SECONDARY NAVIGATION -- */
#subNav {}

/* --------------------------------------------
|  STRUCTURE												
--------------------------------------------- */

#siteContainer {
	margin: 20px auto 0 auto;
	padding: 0;
	width: 960px;
}

/* -- HEADER -- */
#header {
	margin: 0;
	padding: 0;
	width: 671px;
	height: 196px;
}

#tagline {
	margin: 0;
	padding: 0;
	width: 671px;
	height: 40px;
}

#launchDate {
	margin: 0;
	padding: 0;
	width: 671px;
	height: 255px;
}

/* -- BODY -- */
#contentArea {
	margin: 0 auto;
	width: 671px;
}
#colLeft {}
#colRight {}

/* -- FOOTER -- */
#footer { clear: both; }

/* --------------------------------------------
|  SITE MAP													
--------------------------------------------- */

.siteMapList { margin-top: 15px }
.siteMapList dt {
	background:url(graphics/ico_folder.gif) 0 4px no-repeat;
	padding-left:20px;
	line-height:20px;
}
.siteMapList dd {	
	padding-left:10px;
	margin-left:25px;
	line-height:16px;
	background:url(graphics/sitemap_2nd.gif) no-repeat;
}
.siteMapList dd a {	
	color: #666;
	text-decoration:none;
}
.siteMapList .bottom { background:url(graphics/sitemap_2nd_bottom.gif) no-repeat; }

/* --------------------------------------------
|  CONTENT SPECIFIC										
--------------------------------------------- */

.floatLeft { float: left; }
.floatRight { float: right; }
.clearBoth { clear: both }

/* --------------------------------------------
|  PAGE SPECIFIC											
--------------------------------------------- */