/* STYLES FOR WWW.NAUTILUS3D.COM */

/* COLORS: #00000a (blueblack - background), #2e4155 (slate blue), #6089b1 (lt blue), #2e4155 (dk slate blue - page title), #999865 (khaki - page title), #c1c48c (lt yellow - footer text), #c5c9cb (gray - nav link text) */

* {	margin: 0px; padding: 0px; }

p {	margin-bottom:12px; }
img { border:0; }
ul { list-style-position:outside; }
ol { list-style-position:outside; }

a:link { color: #6089b1; text-decoration: none; }
a:visited { color: #6089b1; text-decoration: none; }
a:hover { color:#999865; text-decoration: underline; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 12px;
	letter-spacing: .02em;
	word-spacing: .04em;
	line-height: 1.25;
	color: #2e4155;
	text-align: center;
	background-color: #000000;
	min-width: 810px; /* needed for the page centering to work in Netscape... something... like four maybe */
}

#wrapper  { 
	text-align:left;
	background-image: url(images/bkgrd_repeater.gif);
	background-repeat: repeat-y;
	margin: 0px auto 0px auto;
	width: 800px;
	position: relative;
}

#header  { background-image:url(images/bkgrd_header.jpg);  height: 129px; z-index: 1; }
	#header img { margin: 68px 0px 0px 306px; }
	
#branding  { width:212px; height:178px; position:absolute; z-index:10; }

#nav  { background-color: #2e4155; padding:0px 6px 0px 350px; height:28px; }
	#nav ul { list-style-type:none; height:28px; }
	#nav ul li { float:left; }  /*  floating the line items forces the nav menu to display horizontally.  CSS Mastery p.91 */
	#nav a { margin: 6px 34px 0px 0px; }
	
	.linkhome a { display:block; width:35px; height:15px; text-decoration:none;  background-image: url(images/btn_home_hover.gif); background-repeat:no-repeat; }
	.linkhome a:link  { background-image: url(images/btn_home_passive.gif); background-repeat:no-repeat; }
	.linkhome a:visited { background-image: url(images/btn_home_passive.gif); background-repeat:no-repeat; }
	.linkhome a:hover { background-image: url(images/btn_home_hover.gif); background-repeat:no-repeat; }
	
	.linkvis a { display:block; width:75px; height:15px; text-decoration:none; background-image: url(images/btn_vis_hover.gif); background-repeat:no-repeat; }
	.linkvis a:link  { background-image: url(images/btn_vis_passive.gif); background-repeat:no-repeat; }
	.linkvis a:visited  { background-image: url(images/btn_vis_passive.gif); background-repeat:no-repeat; }
	.linkvis a:hover  { background-image: url(images/btn_vis_hover.gif); background-repeat:no-repeat; }

	.linkdesign a { display:block; width:41px; height:15px; text-decoration:none; background-image: url(images/btn_design_hover.gif); background-repeat:no-repeat; }
	.linkdesign a:link  { background-image: url(images/btn_design_passive.gif); background-repeat:no-repeat; }
	.linkdesign a:visited  { background-image: url(images/btn_design_passive.gif); background-repeat:no-repeat; }
	.linkdesign a:hover  { background-image: url(images/btn_design_hover.gif); background-repeat:no-repeat; }

	.linkrenderings a { display:block; width:68px; height:15px; text-decoration:none; background-image: url(images/btn_renderings_hover.gif); background-repeat:no-repeat; }
	.linkrenderings a:link  { background-image: url(images/btn_renderings_passive.gif); background-repeat:no-repeat; }
	.linkrenderings a:visited  { background-image: url(images/btn_renderings_passive.gif); background-repeat:no-repeat; }
	.linkrenderings a:hover  { background-image: url(images/btn_renderings_hover.gif); background-repeat:no-repeat; }	
	
	.linkcontact a { display:block; width:45px; height:15px; text-decoration:none; background-image: url(images/btn_contact_hover.gif); background-repeat:no-repeat; }
	.linkcontact a:link  { background-image: url(images/btn_contact_passive.gif); background-repeat:no-repeat; }
	.linkcontact a:visited  { background-image: url(images/btn_contact_passive.gif); background-repeat:no-repeat; }
	.linkcontact a:hover  { background-image: url(images/btn_contact_hover.gif); background-repeat:no-repeat; }	
	

#content  { 
	background-image: url(images/bkgrd_subnav.jpg);
	background-repeat: no-repeat;
	padding-top: 70px; 
	min-height: 360px;  /* This style and the two below it are a hack that makes IE6 pretend it supports min-height.  http://www.dustindiaz.com/min-height-fast-hack/  */
	height: auto !important;
	height: 360px;
}
	#content p { word-spacing: .3em; line-height: 1.3; margin: 0px 50px 12px 40px;  }



#bottom  { background-image: url(images/bkgrd_bottom.gif); height:16px; }

#footer  { font-size:10px; color:#c1c48c; text-align:center; word-spacing: .75em; letter-spacing: .2em; margin-top: 36px; margin-bottom:36px; }
	#footer ul { list-style-type:none; }
	#footer ul li { display:inline; }
	#footer a:link { color:#d6d8b4; text-decoration:none; }
	#footer a:visited { color:#d6d8b4; text-decoration:none; }
	#footer a:hover { color:#6089b1; text-decoration:none; }
	
#topline  {  }
	#topline img  { margin: 62px 0px 40px 0px; }
	
#bottomline  { clear:both; }
	#bottomline img  { margin: 46px 0px 0px 0px; }
	
#visbar { padding: 0px 0px 30px 6px; height:220px;  }  /* For visualisation.php */

#contactinfo  { margin: 40px 0px 0px 64px; }  /* For contact.php */
	#contactinfo p { line-height: 1.6; margin-bottom:30px; }
	
#collage  { position:absolute; top: 230px; left: 353px; }  /* For design.php */
	

/* ----- LIGHTBOX STYLES -------------------------------------------------------------------- */

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	padding-top: 60px;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
	
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}

	
#imageContainer>#hoverNav{ left: 0;}

#hoverNav a {outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../lightbox/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../lightbox/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../lightbox/images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	
#lightboxtable { margin: 0px auto 20px auto; }




/* ------------------------------------------------------------------------------------------ */
