@charset "UTF-8";

body {
	background: #000 url(images/bg.jpg) repeat;
	color: #fff;
	text-align: center;
	font-family: arial, verdana, sans-serif;
	}
	
#table1 {
	text-align: left;
	margin: 0 auto;
	width: 760px;
	height: auto;
	}
	
#header1 {
	position: absolute;
	background: url(images/header.png);
	width: 760px;
	height: 100px;
	}
	
#logo1 {
	position: absolute;
	background: url(images/logo.png);
	width: 100px;
	height: 100px;
	top: 0px;
	left: 0px;
	}
		
#subhead {
	position: absolute;
	top: 345px;
	left: 10px;
	color: #fff;
	font-size: 4em;
	font-weight: bold; 
	font-family: arial, verdana, sans-serif;
	opacity: 0.2;
	filter: alpha(opacity=20);
	}
	
#contacttext {
	position: absolute;
	top: 135px;
	left: 10px;
	color: #fff;
	font-size: 2.5em;
	font-weight: bold; 
	font-family: arial, verdana, sans-serif;
	opacity: 0.2;
	filter: alpha(opacity=20);
	}
		
	.menu1 {
		padding:0 0 0 32px; 
		margin:0; 
		list-style:none; 
		height:35px; 
		background:#fff url(images/button1.gif); 
		position: absolute;
		top: 108px; 
		width: 728px;
		border:0px solid #000; 
		border-width:0 0px; 
		border-bottom:1px solid #444;
		}

	.menu1 li {
		float:left;
		}

	.menu1 li a {
		display:block; 
		float:left; 
		height:35px; 
		line-height:35px; 
		color:#aaa; 
		text-decoration:none; 
		font-size:0.95em; 
		font-family:arial, verdana, sans-serif; 
		font-weight:bold; 
		text-align:center; 
		padding:0 0 0 8px; 
		cursor:pointer;
		}

	.menu1 li a b {
		float:left;
		display:block; 
		padding:0 16px 0 8px;
		}

	.menu1 li.current a {
		color:#fff; 
		background:url(images/button3.gif);
		}

	.menu1 li.current a b {
		background:url(images/button3.gif) no-repeat right top;
		}

	.menu1 li a:hover {
		color:#fff; 
		background:#000 url(images/button4.gif);
		}

	.menu1 li a:hover b {
		background:url(images/button4.gif) no-repeat right top;
		}

	.menu1 li.current a:hover {
		color:#fff; 
		background:#000 url(images/button3.gif); 
		cursor:default;
		}

	.menu1 li.current a:hover b {
		background:url(images/button3.gif) no-repeat right top;
		}
				
	
#maincont {
	position: absolute;
	top: 142px;
	width: 760px;
	height: 450px;
	background: #000000;
	opacity: 0.5;
	filter: alpha(opacity=50);
	}
	
#content {
	color: #FFFFFF;
	position: absolute;
	background: none;
	opactiy: 1.0;
	filter: alpha(opacity=100);
	top: 150px;
	width: 740px;
	height: 420px;
	margin: 10px;
	overflow: auto;
	font-size: 0.9em;
	}
	
#footer {
	background: #000;
	position: absolute;
	top: 593px;
	height: 45px;
	width: 760px;
	text-align: right;
	font-size: 1em;
	opacity: 0.75;
	filter: alpha(opacity=75);
	}
	
#tipph1, #tipph2, #tipph3, #tipph4, #tipph5, #tipph6, #tipph7, #tipph8, #tipph9, #tipph10, #tipph11, #tipph12, #tipph13, #tipph14, #tipph15, #tipph16, #tipph17, #tipph18, #tipph19, #tipda1, #tipda2, #tipda3, #tipda4, #tipda5, #tipda6, #tiplo1, #tiplo2, #tiplo3, #tiplo4, #tiplo5, #tipwd1, #tipwd2, #tiplk1, #tiplk2, #tiplk3, #tiplk4 {
	background: none;
	color: #fff;
	position: absolute;
	border-left: 10px solid #4682b4;
	border-right: 0px solid #4682b4;
	border-top: 0px solid #4682b4;
	border-bottom: 1px solid #4682b4;
	top: 593px;
	height: 44px;
	width: 750px;
	visibility:hidden;
	text-align: left;
	font-size: 0.8em;
	font-family: arial, verdana, sans-serif;
	}

/*LIGHTBOX*/	
	
	#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ 
	border: none; 
	}

#outerImageContainer{
	position: relative;
	background-color: #000;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	border-top: 1px solid #9f8f84;
	border-left: 1px solid #9f8f84;
	border-bottom: 1px solid #9f8f84;
	border-right: 1px solid #9f8f84;
	}

#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(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(images/prevlabel.png) left 15% no-repeat; 
	filter: progid:DXImageTransform;
	}
	
#nextLink:hover, #nextLink:visited:hover { 
	background: url(images/nextlabel.png) right 15% no-repeat;
	filter: progid:DXImageTransform; 
	}


#imageDataContainer{
	color: #cccccc;
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #000;
	margin: 0 auto;
	line-height: 1.4em;
	border-top: 0px solid #9f8f84;
	border-left: 1px solid #9f8f84;
	border-bottom: 1px solid #9f8f84;
	border-right: 1px solid #9f8f84;
	}

#imageData{
	padding:0 10px;
	color: #CCCCCC;
	}

#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;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

.clearfix {
	display: inline-block;
	}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
	}
	
.clearfix {
	display: block;
	}
/* End hide from IE-mac */


/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.stunicholls.com/gallery/simple.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

/* The outer container with a relative position */
#gallery {
	width: 735px; 
	height: 410px; 
	position: relative; 
	background: #000 url(images/tbbg.png); 
	border: 1px solid #4682b4;
	}

/* Float the ul to the right with a width to give 3 thumbnail images per row */
#gallery ul {
	list-style: none; 
	padding: 0; 
	margin: 8px 0 0 0; 
	width: 180px; 
	float: right;
	}

/* Place the list items inline using display:inline for IE and float:left */
#gallery ul li {
	display: inline; 
	width: 50px; 
	height: 50px; 
	float: left; 
	margin: 0 0 5px 5px; 
	border: 1px solid #4682b4; 
	cursor: pointer;
	}

/* Set up the thumbnail images as the background images */
#gallery ul li.ph1 {background:url(images/work/photo-001-s.jpg) -120px -150px;}
#gallery ul li.ph2 {background:url(images/work/photo-002-s.jpg) -90px -75px;}
#gallery ul li.ph3 {background:url(images/work/photo-003-s.jpg) -125px -100px;}
#gallery ul li.ph4 {background:url(images/work/photo-004-s.jpg) -70px -70px;}
#gallery ul li.ph5 {background:url(images/work/photo-005-s.jpg) -0px -100px;}
#gallery ul li.ph6 {background:url(images/work/photo-006-s.jpg) -120px -260px;}
#gallery ul li.ph7 {background:url(images/work/photo-007-s.jpg) -132px -70px;}
#gallery ul li.ph8 {background:url(images/work/photo-008-s.jpg) -80px -90px;}
#gallery ul li.ph9 {background:url(images/work/photo-009-s.jpg) -120px -110px;}
#gallery ul li.ph10 {background:url(images/work/photo-010-s.jpg) -50px -140px;}
#gallery ul li.ph11 {background:url(images/work/photo-011-s.jpg) -60px -240px;}
#gallery ul li.ph12 {background:url(images/work/photo-012-s.jpg) -10px -140px;}
#gallery ul li.ph13 {background:url(images/work/photo-013-s.jpg) -240px -160px;}
#gallery ul li.ph14 {background:url(images/work/photo-014-s.jpg) -200px -40px;}
#gallery ul li.ph15 {background:url(images/work/photo-015-s.jpg) -80px -60px;}
#gallery ul li.ph16 {background:url(images/work/photo-016-s.jpg) -110px -20px;}
#gallery ul li.ph17 {background:url(images/work/photo-017-s.jpg) -100px -100px;}
#gallery ul li.ph18 {background:url(images/work/photo-018-s.jpg) -30px -110px;}
#gallery ul li.ph19 {background:url(images/work/photo-019-s.jpg) -30px -110px;}

#gallery ul li.da1 {background:url(images/work/digital-001-s.jpg) -140px -60px;}
#gallery ul li.da2 {background:url(images/work/digital-002-s.jpg) -180px -110px;}
#gallery ul li.da3 {background:url(images/work/digital-003-s.jpg) -10px -190px;}
#gallery ul li.da4 {background:url(images/work/digital-004-s.jpg) -170px -180px;}
#gallery ul li.da5 {background:url(images/work/digital-005-s.jpg) -60px -100px;}
#gallery ul li.da6 {background:url(images/work/digital-006-s.jpg) -60px -100px;}

#gallery ul li.lo1 {background:url(images/work/layout-001-s.jpg) -140px -60px;}
#gallery ul li.lo2 {background:url(images/work/layout-002-s.jpg) -180px -110px;}
#gallery ul li.lo3 {background:url(images/work/layout-003-s.jpg) -10px -190px;}
#gallery ul li.lo4 {background:url(images/work/layout-004-s.jpg) -10px -190px;}

#gallery ul li.wd1 {background:url(images/work/web-001-s.jpg) -10px -190px;}
#gallery ul li.wd2 {background:url(images/work/web-002-s.jpg) -10px -190px;}


/* Hide the full size images */
#gallery ul li span i img {
	display: none;
	}

/* set up the .click style which will be added using javascript */

/* Change the li border to white */
#gallery ul li.click {
	border-color: #9f8f84; 
	cursor: default;
	}

/* Position the span using an absolute position and specify the width and height */
#gallery ul li.click span {
	position: absolute; 
	left: 0; 
	top: 0; 
	width: 570px; 
	height: 355px;
	}

/* Set up the i so that it is the same size as the span BUT this has a static position so that the image can be both vertically and horizontally centered in all browsers except IE using display:table-cell */
#gallery ul li.click span i {
	width: 570px; 
	height: 355px; 
	display: table-cell; 
	vertical-align: middle; 
	text-align: center;
	} 

/* Make the image actual size using auto width and height */
#gallery ul li.click span i img {
	display: block; 
	width: auto; 
	height: auto; 
	border: 10px solid #000; 
	margin: 0 auto;
	}

/* set up the default image */
#gallery ul li.default {
	width: 0; 
	height: 0; 
	border: 0;
	}
	
#gallery ul li.default span {
	position: absolute; 
	left: 0; 
	top: 0; 
	width: 650px; 
	height: 355px;
	}
	
#gallery ul li.default span i {
	width: 570px; 
	height: 355px; 
	display: table-cell; 
	vertical-align: middle; 
	text-align: center;
	} 
	
/* specify the image width and height for IE6 */
#gallery ul li.default span i img {
	display: block; 
	width: 320px; 
	height: 240px; 
	border: 1px solid #9f8f84; 
	margin: 0 auto;
	}
	
#gallery ul li.off {
	display:none;
	}