@charset "UTF-8";
/* CSS Document */

body
{
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	font-family: Helvetica,Arial sans-serif;
	background: #FFF url(../gfx/bg-horizontal.jpg) repeat-x center 100px;
}


#wrapper
{
	width: 980px;
	height: 494px;
	position: absolute;
	margin-top: 100px;
	left: 50%;
	margin-left: -490px;
	background: #FFf url(../gfx/bg.jpg) no-repeat center center;
/*	display:none;
*/}

#logo
{
	background:white url(../gfx/logo.jpg) no-repeat scroll center 50px;
	border-bottom:1px solid #999999;
	height:100px;
	left:9px;
	padding-bottom:3px;
	position:absolute;
	top:-103px;
	width:335px;
	z-index:10;
	
}

	#logo-invert
	{
		background:transparent url(../gfx/logo-invert.png) no-repeat center 50px;
		height:100px;
		left:9px;
		position:absolute;
		top:-103px;
		width:335px;
		z-index:2000;		/* booyah! */	
		display: none;
		
	}


#leftnav
{
	position: absolute;
	left: 10px;
	background: transparent url(../gfx/left-nav-bg.png) no-repeat bottom left;	
	margin-top:1px;
	padding-top:20px;
	width:335px;
	overflow: hidden;
	top: -400px;
	z-index:5;
}

	#textbox
	{
		color:#666666;
		font-size:1.2em;
		letter-spacing:0.02em;
		line-height:1.8em;
		width:265px;
		margin-left: 35px;
	}
	
	.contactus, .aboutus, .services{
		display: none;	
		height: 250px;
	}
	
		.aboutus{
		}
	
		input, textarea{
			margin: 10px;
		}
		
		input[type=text], textarea{
			color:#999999;
			font-family:Helvetica,arial;
			font-size:0.9em;
			padding:3px;	
		}
	
		#submit-button{
			text-transform:uppercase;
			color: #333;
			margin: 10px;
			padding: 4px 4px 3px;
			background:transparent none repeat scroll 0 0;
			border:1px solid gray;
			font-size:95%;
			cursor: pointer;
		}
	
	#linkbox
	{
		color: #666;
		position: relative;
		font-size: 1.2em;
		line-height: 1.8;
		text-transform: uppercase;
		letter-spacing: .03em;
		margin:15px 0 40px 35px;	
	}

		#linkbox span{
			cursor: pointer;	
		}
	
	#portfolio
	{
		position: absolute;
		top: 5px;
		right: 0px;
		width: 633px;
		display: none;
	}
	
	
	
		#portfolio a{
			display: inline-block;
			border: 1px solid #999;
			height: 105px;
			width: 195px;
			margin: 10px 10px 0 0;
			padding: 0;
			background-color: #FFF;
			overflow: hidden;
			position: relative;
		}
	
		#portfolio a img
		{
			display: none;
			border: none;
			left: -1px;
			position: absolute;
			top: -1px;			
		}
		
		#portfolio .secondary-thumb
		{
			display:none;	
		}
		
		
	body > .project-data{
		display: none;	
	}
		
	.project-data.top
	{
		background-color: #FFFFFF;
		border-bottom: 1px solid #999999;
		height: 388px;
		overflow: hidden;
		position: relative;
	}
	
		.project-data.top img
		{
			position: absolute;
			top: 0px;
			left: 0px;
			display: none;
		}
	
	.project-data.bottom
	{
		background-color:#FFFFFF;
		height:99px;
		margin:1px 0 0;
		padding:15px 30px;
		position:relative;
		font-size: 1.2em;
	}
	
		.project-data.bottom .title
		{
			text-transform: uppercase;
			color: #567bbc;
			font-weight: bold;
			display: block;
			margin-bottom: 5px;
		}
		
		.project-data.bottom .description
		{
			display: inline-block;
			width: 85%;
			line-height: 1.3em;
		}
		
		.project-data.bottom .link
		{
			color: #567bbc;
		}
	
	.project-data.bottom .imglinks
	{
		cursor: pointer;
		position: absolute;
		top: 10px;
		right: 10px;
	}
	
	.project-data.bottom .imglinks span
	{
		background-image: url(../gfx/image-icon-off.jpg);
		width: 19px;
		height: 12px;
		display: inline-block;
		margin-left: 5px;
	}
	
	.project-data.bottom .imglinks span.selected,
	.project-data.bottom .imglinks span.selector
	{
		background-image: url(../gfx/image-icon-on.jpg);
	}
