@charset "UTF-8";
	/*HTML{
	background-color: #252525;
	background-image:url(../images/bkgrnd-trans.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-attachment: fixed;
	margin-top:0px;
	}*/
body
{
	background-color: #252525;
	background-image: url(../images/bkgrnd.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-attachment: fixed;
	font-size: 0.9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	line-height: 1.2em;
	color: #cbcbcb;
	padding: 0;
	margin: 0;
}
#wrapper
{
	width: 1000px;
	padding: 0;
	margin-top: 0;
}
#header
{
	width: 850px;
	margin-left: 150px;
	margin-top: 10px;
	background-repeat:repeat-x;
	background-position:left bottom;
	height: 75px;
}
#logo
{
	width: 236px;
	margin-bottom: 10px;
	float: left;
	color: #FFFFFF;
}
#menu
{
	padding-bottom: 0.55em;
	float: right;
	text-align: right;
}

	#menu ul
	{
		margin-left: 0;
		padding-left: 0;
		display: inline;
	}
	
		#menu ul li
		{
			margin-left: 0;
			padding-right: 23px;
			list-style: none;
			display: inline;
		}
		
			#menu ul li.last
			{
				margin-left: 0;
				padding: 0;
				list-style: none;
				display: inline;
			}
			
				#menu ul li a
				{	
					color: #FFF;
					padding-bottom: 10px;
					text-decoration: none;
					font-size: .65em;
					letter-spacing: 1px;
				}
				
				#menu ul li a:hover
				{
					color: #3399FF;
					padding-bottom: 10px;
					text-decoration: none;
				}
				
				#menu ul li a.selected
				{	
					color: #FFF;
					padding-bottom: 10px;
					text-decoration: none;
					border-bottom: 1px solid #0066CC;
				}
#submenu
{
	padding-top: 4px;
	padding-bottom: 10px;
	text-align:right;
	float: right;
	width: 339px;
}

	#submenu ul
	{
		margin-left: 0;
		padding-left: 0;
		display: inline;
	}
	
		#submenu ul li
		{
			margin-left: 0;
			padding-right: 20px;
			list-style: none;
			display: inline;
		}
		
			#submenu ul li.last
			{
				margin-left: 0;
				padding: 0;
				list-style: none;
				display: inline;
			}
				
				#submenu ul li a
				{	
					color: #ccc;
					padding-bottom: 10px;
					text-decoration: none;
					font-size: .65em;;
					letter-spacing: 1px;
				}
				
				#submenu ul li a:hover
				{	
					color: #FFF;
					padding-bottom: 10px;
					text-decoration: none;
				}
				
				#submenu ul li a.selected
				{
					color: #3399FF;
					text-decoration: none;
				}
				
.clearer {
	clear: both;
	padding-bottom: 10px;
}
	
#main
{
	width: 1000px;
	padding-bottom: 10px;

}

	#main.home
	{
	width: 1000px;
	padding-bottom: 20px;
	padding-top: 55px;
	}
	
#image {
	text-align: left;
	width: 645px;
	float: left;
}
#table {
	float: right;
	vertical-align: top;
}
#table td {
	vertical-align: top;
}
.top {
	vertical-align:top;
}

#content
{
	width: 335px;
	height:345px;
	float: right;
	padding-right: 10px;
	overflow: auto;
	padding-top: 10px;
}

	#content ul
	{
		font-size: .65em;
		list-style-type: none;
		padding-left: 20px;
		line-height: 1.2em;
	}
	
		#content ul li
		{
			margin: 10px 0;
		}
		
#portcontent {
	width: 335px;
	height:450px;
	float: right;
	padding-right: 10px;
	overflow: auto;
	padding-top: 10px;
}

p
{
	font-size: 8pt;
	line-height: 14px;
	margin: 0;
}

a
{
	color: #FFF;
	text-decoration: none;
}

a:hover
{
	color: #FFF;
	text-decoration: underline;
}
h1
{
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border-bottom: 1px solid #393939;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	line-height: 9px;
	letter-spacing: normal;
}

h2
{
	color: #6f6f6f;
	font-size: 9pt;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

h3
{
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	border-bottom: 1px solid #393939;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	line-height: 9px;
	letter-spacing: -1px;
}

#sections
{
	width: 1000px;
	padding: 0;
}

	#sections p
	{
		color: #777777;
	}
	
		#sections a
		{
			color: #cbcbcb;
			text-decoration:none
		}
		
		#sections a:hover
		{
			color: #cbcbcb;
			text-decoration:underline;
		}
		
		#sections .sectionslist a
		{
			color: #666666;
			text-decoration:none
		}
		
		#sections .sectionslist a:hover
		{
			color: #cbcbcb;
			text-decoration:none;
		}

.sectionslist ul
{
	margin: 5px 0 0 5px;
	padding: 0;
}

	.sectionslist ul li
	{
		list-style-type:none;
		border-left: 1px solid #d43b3b;
		padding: 0 0 0 5px;
		margin-bottom: 5px;
		color: #777;
		font-size: .65em;
		line-height: 1em;
	}
	
		.sectionslist a
		{
			color:#666666;
		}


#branding
{
	float: left;
	width: 190px;
	margin-left: 10px;
}

#print
{
	float: left;
	width: 190px;
	margin-left: 10px;
}

#apparel
{
	float: left;
	width: 190px;
	margin-left: 10px;
}
#creative {
	float: left;
	width: 190px;
	margin-left: 10px;
}

#web
{
	float: left;
	width: 190px;
	margin-left: 10px;
}

#sections img
{
	margin: 10px auto;
}

#footer
{
	font-size: 0.65em;
	color: #777777;
	bottom: 100%;
	text-align: center;
	width: 1000px;
	background-position: bottom;
	clear: both;
}
.contact {
	font-weight: bold;
	color: #999999;
}
.description {
	width: 180px;
	float: right;
}

/*LIGHTBOX*/
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; 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: 10; }
#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/lightbox_images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

