* {
	background-repeat:none;
}

body {
	font-family:"Courier New", Courier, Arial, monospace;
	font-size:11px;	
	padding:0;
	margin: 0;
}

#container {
	background:#62634D url('../images/bg_page.gif');
	width:1016px;
	height: 740px;
	margin: 20px auto 0 auto;
	position:relative;
}

h1, h2, #gallery span {
	text-indent:-9000px;
	margin:0;
	padding:0;
	display:block;
}

h1 {
	background:url('../images/header.gif');
	width:484px;
	height:103px;
	position:absolute;
	left:25px;
	top:25px;
}

h3 {
	display:none;
}

ul {
	list-style:none;
	margin:0;
	padding:0;
}

a {
	outline:none;
	color:white;
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing:2px;
	text-align:center;
	display:block;
	position:absolute;
}

/* Splashpage */

#splashpage #container {
	margin-top:30px;
}

#flashcontent {
	position:absolute;
	top:16	5px;
	left:272px;
	z-index:0;
}

#splashpage #enter {
	position:absolute;
	left:198px;
	top:465px;
	z-index:3;
	display:block;
	border:1px solid white;
	padding:4px;
	text-align:center;
}

/* Homepage */

/*#homepage #container {
	background: url('../images/content_home2.png');
}*/

#homepage #content {
	position:absolute;
	top: 124px;
	left:82px;	
}

#homepage h1 {
	background:url('../images/header.gif');
	width:484px;
	height:69px;
	position:absolute;
	left:25px;
	top:25px;
}

#home_nav a {
	vertical-align:middle;
	height:18px;
	padding-top:4px;
	text-indent: -9000px;
}

#home_nav a:hover {
	background:none;
}

#home_link a {
	top: 1px;
	left: 342px;
	width:63px;
}

#abt_link a {
	top: 198px;
	left: 683px;
	width:112px;
	padding-top:3px;
}
#cap_link a {	
	top: 350px;
	left: 565px;
	width:162px;
}
#mark_link a {
	top: 525px;
	left: 322px;
	width:105px;
}
#cont_link a {
	top: 402px;
	left: 116px;
	width:141px;
}
#gal_link a {
	top: 122px;
	left: 0px;
	width:104px;
}

/*  All content pages */

.contentpage #content {
	width:966px;
	height:390px;
	position:absolute;
	top: 129px;
	left:25px;
	background-repeat: no-repeat;
}

#main_nav {
	width: 482px;
	height: 103px;
	position: absolute;
	top: 25px;
	left: 509px;
}

#main_nav a {
	display:block;
	width:207px;
	height:34px;
	text-indent:-9000px;
}

.ie #main_nav a {
	background-image:url('../images/spacer.gif');
}

#home a, #abt a, #cap a {
	left:68px;
}

#mark a, #cont a, #gal a {
	left:276px;
}

#abtpage #abt a, #cappage #cap a, #markpage #mark a, #contpage #cont a, #galpage #gal a {
	cursor:default;
} 

#home a, #mark a {
	top:0;
}

#abt a, #cont a {
	top:33px;
}

#cap a, #gal a {
	top:68px;
}

#main_nav a:hover {
	_filter: alpha(opacity=100);
}

#home a:hover {
	_filter: alpha(opacity=0);	
}

#abt a:hover {
	background:transparent url('../images/nav_about_us.gif') -68px -33px;	
}

#cap a:hover {
	background:transparent url('../images/nav_capabilities.gif') -68px -68px;
}

#mark a:hover {
	background:transparent url('../images/nav_markets.gif') -276px 0;
}

#cont a:hover {
	background:transparent url('../images/nav_contact_us.gif') -276px -33px;
}

#gal a:hover {
	background:transparent url('../images/nav_gallery.gif') -276px -68px;
}

#footer {
	position:absolute;
	top:519px;
	left:25px;
	width:966px;
	height:196px;
}

/* About Page */

#abtpage #main_nav {
	background: url('../images/nav_about_us.gif');
}

#abtpage #content {
	background:url('../images/content_about_us.gif');
}

#abtpage p {
	display:none;
}

#abtpage #footer {
	background-image:url('../images/footer_about_us.jpg');
}

/* Capabilities Page */

#cappage #main_nav {
	background: url('../images/nav_capabilities.gif');
}

#cappage #content {
	background:url('../images/content_capabilities.gif');
}

#cappage #content ul {
	display:none;
}

#cappage #footer {
	background-image:url('../images/footer_capabilities.jpg');
}

/* Markets Page */

#markpage #main_nav {
	background: url('../images/nav_markets.gif');
}

#markpage #content {
	background:url('../images/content_markets.gif');
}

#markpage #content ul {
	display:none;
}

#markpage #footer {
	background-image:url('../images/footer_markets.jpg');
}

/* Contact Us Page */

#contpage #main_nav {
	background: url('../images/nav_contact_us.gif');
}

#contpage #content {
	background:url('../images/content_contact_us.gif');
}

#contpage #content ul li{
	display:none;
}

#contpage #footer {
	background-image:url('../images/footer_contact_us.jpg');
}

#contpage #content a#email {
	position:absolute;
	top:318px;
	left:20px;
	width:392px;
	height:20px;
	padding-top:2px;
	font-size:10px;
	text-indent:-9000px;
}

#contpage #content a#email:hover {
	background:none;
}

/* Gallery Page */

#galpage #main_nav {
	background: url('../images/nav_gallery.gif');
}

#galpage #content {
	top: 150px;
	width:966px;
	height:565px;
	background-image:url('../images/content_gallery.gif');
}

#galpage #footer {
	background-image:url('../images/footer_gallery.jpg');
}

#gallery {
	position:absolute;
	top:273px;
	left:3px;
}

#gallery img {
	position:absolute;
	top:53px;
	border:1px solid white;
}

#gallery_1 {
	left:26px;
}

#gallery_2 {
	left:269px;
}

#gallery_3 {
	left:509px;
}

#gallery_4 {
	left:753px;
}