/* 
Project Stylesheet
Author: Nick Francis
Questions/Comments: nick@project83.com
*/

body {
	font-family: Arial, "Lucida Grande", sans-serif;
	background:#101418 url(../images/bg.jpg) repeat-x top left fixed;
}

/* header area */
#header {
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:99;
}

#header h1 {
	float:left;
	position:fixed;
	text-indent:-9000px;
	width:460px;
	height:126px;
	margin:0;
	background:url(../images/logo.gif) no-repeat top left;
}

#header h1 a {
	position:absolute;
	float:left;
	width:150px;
	height:126px;
	left:27px;
}

.headerShadow {
	position:fixed;
	top:126px;
	left:0;
	z-index:100;
	width:100%;
	height:20px;
	background:url(../images/shadow_top.png) repeat-x top left;
}

/* main navigation */
#mainNav {
	position:fixed;
	left:185px;
	top:72px;
	z-index:100;
}

#mainNav ul {
	width:348px;
	height:43px;
	background:url(../images/nav_bg.gif) no-repeat 0 0;
}

#mainNav li {
	float:left;
	display:block;
	margin:0;
	text-indent:-9000px;
}

#mainNav li a {
	display:block;
	overflow:hidden;
	height:43px;
	background:url(../images/nav_bg.gif) no-repeat;
}

li#navWeb a {
	width:60px;
	background-position:0 0;
}

li#navWeb a:hover {
	background-position:0 -43px;
}

body#web li#navWeb a {
	background-position:0 -86px;
}

li#navPrint a {
	width:75px;
	background-position:-60px 0;
}

li#navPrint a:hover {
	background-position:-60px -43px;
}

body#print li#navPrint a {
	background-position:-60px -86px;
}

li#navLogos a {
	width:86px;
	background-position:-135px 0;
}

li#navLogos a:hover {
	background-position:-135px -43px;
}

body#logos li#navLogos a {
	background-position:-135px -86px;
}

li#navPackaging a {
	width:127px;
	background-position:-221px 0;
}

li#navPackaging a:hover {
	background-position:-221px -43px;
}

body#packaging li#navPackaging a {
	background-position:-221px -86px;
}

/* secondary navigation */
#secNav {
	position:fixed;
	right:70px;
	top:7px;
}

#secNav li a {
	font-size:.9em;
	color:#C6E7FE;
}

#secNav li.contact {
	padding:.5em 0 .5em 1em;
	background:#6799CA url(../images/secnav_lt.gif) no-repeat bottom left;
}

#secNav li.contact a {
	padding-right:1em;
	border-right:1px solid;
}

#secNav li.about {
	padding:.5em 1em;
	background:#6799CA url(../images/secnav_rt.gif) no-repeat bottom right;
}

/* content area */
#content {
	position:relative;
	top:126px;
	height:361px;
	padding:0 14px;
}

.shadowLt {
	position:fixed;
	top:0;
	left:0;
	z-index:100;
	width:22px;
	height:100%;
	background:url(../images/shadow_lt.png) repeat-y top left;
}

.shadowRt {
	position:fixed;
	top:0;
	right:0;
	z-index:100;
	width:31px;
	height:100%;
	background:url(../images/shadow_rt.png) repeat-y top right;
}

.portfolioItem {
	float:left;
	width:325px;
	text-align:center;
	padding:32px 16px 0 16px;
}

.portfolioItem p.title {
	position:relative;
	bottom:20px;
	font-size:1.1em;
	margin:0;
}

.portfolioItem p.links {
	font-size:.95em;
	position:relative;
	bottom:10px;
	margin:0;
}

.portfolioItem p.links a {
	color:#9ECCF1;
}

.portfolioItem p.links a.launch {
	padding:0 10px 0 16px;
	margin-right:10px;
	background:url(../images/launch.gif) no-repeat top left;
	border-right:1px solid;
}

.portfolioItem p.links a.details {
	padding-left:18px;
	background:url(../images/details.gif) no-repeat top left;
}

ul#portNav {
	padding:1.5em 0 2.5em 1.5em;
}

ul#portNav a {
	color:#97D5F9;
}

ul#portNav a:hover {
	text-decoration:underline;
}

ul#portNav a.back {
	padding:0 30px 0 18px;
	background:url(../images/back.png) no-repeat top left;
}

ul#portNav a.launch {
	padding-left:18px;
	background:url(../images/launch2.png) no-repeat top left;
}

#info {
	float:left;
	height:244px;
	width:200px;
	padding:20px 1em;
	text-align:left;
	margin-right:.8em;
	border:1px solid #333638;
	background:#080F16 url(../images/info_bg.gif) repeat-x bottom left;
}

#info h3, .popUpBox h3 {
	font-weight:normal;
	color:#97D5F9;
	margin-bottom:.5em;
}

#info p {
	font-size:1.1em;
	line-height:1.2em;
	color:#A4A4A4;
	margin-bottom:2em;
}

#info p a {
	text-decoration:underline;
	color:#A4A4A4;
}

#info p a:hover {
	text-decoration:none;
}

img.portfolioImg {
	margin:1px 10px 0 10px;
	border:4px solid #7E7E7F;
}

a.goBack {
	position:absolute;
	top:192px;
	right:30px;
	color:#97D5F9;
	display:inline;
	padding:0 0 0 18px;
	background:url(../images/arrow_left.gif) no-repeat center left;
}

.popUpBox {
	position:fixed;
	width:30em;
	height:20em;
	top:50%;
	left:50%;
	margin:-10em 0 0 -15em;
	z-index:99;
	padding:2em;
	text-align:left;
	border:3px solid #88B6DA;
	background:#080F16 url(../images/info_bg.gif) repeat-x bottom left;
}

.popUpBox p {
	font-size:1em;
	line-height:1.5em;
	color:#A4A4A4;
	margin-bottom:2em;
}

.popUpBox a {
	color:#97D5F9;
}

.popUpBox a.close {
	position:absolute;
	top:1em;
	right:1em;
	font-size:.9em;
}

/* contact form */	
#contactForm ul {
	list-style:none;
	margin:0;
	padding:0;
}	
	
#contactForm label {
	float:left;
	clear:right;
	color:#fff;
	width:65px;
	text-align:left;
	font-weight:normal;
	margin:0;
	padding-top:4px;
}

#contactForm input, textarea {
	width:200px;
	margin:0 0 0 15px;
	padding:2px;
	font-size:.9em;
	color:#35371F;
}

#contactForm textarea {
	width:250px;
	height:100px;
	font-size:1em;
	font-family: Arial, "Lucida Grande", sans-serif;
}

#contactForm #error {
	color:#FF0000;
	margin-bottom:10px;
}
	
#contactForm #submit {
	width:auto;
	color:#000;
	font-size:1.1em;
	padding:0 .3em;
	margin:.5em 0 0 150px;
	}

/* footer */
#footer {
	position:relative;
	top:130px;
	height: 50px;
	font-size:.85em;
	margin:1em 0 0 25px;
	color:#4F80A6;
}

#footer ul.nav {
	clear:left;
	padding:.5em 0;
}

#footer a {
	color:#4F80A6;
}

#footer a:hover {
	text-decoration:underline;
}

#footer li.noBdr {
	border-right:0;
}

#footer li {
	padding:0 .6em;
	border-right:1px solid;
}

/* lightbox styles */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 900; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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: 900; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 800; width: 100%; height: 500px; background-color: #000; }
