html {
	padding:0;
	margin:0;
}


body {
	text-align:center;
	margin:0px auto;
	padding:0px 0 0 0;
	width:100%;
	background: #fff url('../images/bg.gif') top left repeat;
	background-padding:5px 0 0 0;
}


a {
	color:#3399cc;
}


a:hover {
	color:#fff;
}


b {
	color:#3399cc;
}


h1 {
	color:#3399cc;
	font : 22px Arial, Verdana, Helvetica, sans-serif;
}


h2 {
	color:#ccc;
	font : 20px Arial, Verdana, Helvetica, sans-serif;
}


h3 {
	color:#ccc;
	font : 18px Arial, Verdana, Helvetica, sans-serif;
}


h4 {
	color:#ccc;
	font : 16px Arial, Verdana, Helvetica, sans-serif;
}


h5 {
	color:#ccc;
	font : 14px Arial, Verdana, Helvetica, sans-serif;
}


h6 {
	color:#ccc;
	font : 12px Arial, Verdana, Helvetica, sans-serif;
}


#home-button {
	color:#9a5600;
	font: bold 11px  Arial, Verdana, Helvetica, sans-serif;
	text-align: center;
	letter-spacing:0px;
	position: relative;
	top: 168px;
}

*html #home-button {
	position: relative;
	top: 180px;
}


#home-button a {
	color:#3399cc;
	text-decoration:none;
}


#home-button a:hover {
	color:#fff;
	text-decoration:none;
}


h7 a:hover {
	color:#fff;
	font : bold 11px  Arial, Verdana, Helvetica, sans-serif;
}


p {
	color:#fff;
	font : 11px Arial, Verdana, Helvetica, sans-serif;
	letter-spacing:1px;
	line-height:130%;
}


ul {
	color:#fff;
	font : 11px Arial, Verdana, Helvetica, sans-serif;
	letter-spacing:.5px;
	line-height:130%;
}


#header {
    background: url('../images/brown.jpg') top left repeat-x;
    width: 100%;
    height:227px;
}


#wrapper {
	width: 700px;
	margin: 0px auto;
}


#wrapper_img {
	float: left;
	display: block;
	margin: -70px 0 0 20px;
	background: url('../images/logo.gif') top left no-repeat;
	width: 155px;
	height: 42px;
	position:relative;
}


#nav{
	float: right;
	margin:-8px 0 15px 0px;
	position:relative;
}


#nav ul{
	list-style: none;
	margin: 0px;
}


#nav li{
	float: left;
	width: 90px;
	height: 28px;
	margin:0 0 0 10px;
	background: url('../images/tab.gif') bottom no-repeat;
}


#nav ul a{
	font : 9.5px Arial, Verdana, Helvetica, sans-serif;
	color: #ccc;
	text-decoration: none;
	display: block;
	height: 28px;
	padding:8px 0 0 3px;
}


#nav ul a:hover{
	color: #fff;
	height: 20px;
	padding:8px 0 0 3px;
	background: url('../images/tab.gif') top no-repeat;
}

*html #nav ul a:hover{
	height:28px;
}

#nav #current {
	color: #fff;
	height: 20px;
	padding:8px 0 0 3px;
	background: url('../images/tab.gif') top no-repeat;
}


*html #nav #current {
	height:28px;
}


#content {
	width: 659px;
	min-height:250px;
	margin: 0px;
	padding: 20px 20px 20px 20px;
	background-color: #152049;
	border: 1px solid #fff;
	text-align:left;
}


*html #content{
	height: 290px;
	width: 701px;
}


#portfolio{
	margin: 0px !important;
	list-style: none;
	padding: 0;
	position: relative;
}


#portfolio .box{
	height:250px;
	float:left;
	margin-right:48px;
	padding:0 0 0 0px;
	overflow: hidden;
	width: 93px;
	display: block;
	text-align: center;
}


#portfolio #brand 	{ background: url('../images/brand-main.jpg') top no-repeat; }
#portfolio #market 	{ background: url('../images/market-main.jpg') top no-repeat; }
#portfolio #illus			{ background: url('../images/illus-main.jpg') top no-repeat; }
#portfolio #web 		{ background: url('../images/web-main.jpg') top no-repeat; }
#portfolio #invite 		{ background: url('../images/invite-main.jpg') top no-repeat; }


body #portfolio .boxend{
	margin: 0;
}


#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: #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;}
#nextLink {
	width: 49%;
	height: 100%;
	background: transparent url(../images/nextlabel.gif) right 1% no-repeat; /* Trick IE into showing hover */
	display: block;
	}

#prevLink {
	width: 49%;
	height: 100%;
	background: transparent url(../images/prevlabel.gif) left 1% 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.gif) left 1% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 1% 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: #3399cc; }
#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: #fff;
	}


#footer{
	text-align:right;
	float:right;
	width: 659px;
	margin: 5px 0 13px 0;
	font: 10px Arial, Verdana, Helvetica, sans-serif;
	color:#000;
	display:block;
}


#footer a{
	color:#9a5600;
}


#footer a:hover {
	color:#777;
}