@import url(jquery.vegas.css);
html, body{
	background: white;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

.container{
	width: 924px;
	margin: 0 auto;
	position: relative;
	padding: 0 28px;
}

.clear{clear: both;}

#wrapper{
	position: relative;
	z-index: 2;
	height: 100%;
	width: 100%;
}

	#masthead{
		background: white;
		top:100%;
		margin-top: -175px;
		left: 0;
		width: 100%;
	}
	
		#masthead.sticky{position: fixed;height: 175px;}
		
		#masthead .container{padding: 28px 0;}
		
		#masthead #nav{
			width: 548px;
			height: 16px;
			background: url('../images/design-mast-nav.png') no-repeat;
			position: relative;
			overflow: hidden;
			text-indent: -999px;	
			float: left;
			
		}
		
		.home #nav{
			cursor: pointer;
		}
		
		#masthead #logo{
			width: 105px;
			height: 75px;
			background: url('../images/design-mast-logo.png') no-repeat;
			position: relative;
			overflow: hidden;
			text-indent: -999px;
			float: right;	
		}
		
		.interior #logo{
			cursor: pointer;
		}
	
		.interior #footer{
			clear: both;
			margin: 0 auto;
			width: 924px;
			padding-bottom: 56px;
		}
	
		#copyright{
			width: 258px;
			height: 14px;
			background: url('../images/design-footer-copyright.png') no-repeat;
			position: relative;
			overflow: hidden;
			text-indent: -999px;	
			float: left;
		}
		
		#tagline{
			width: 144px;
			height: 16px;
			background: url('../images/design-footer-tagline.png') no-repeat;
			position: relative;
			overflow: hidden;
			text-indent: -999px;
			float: right;	
		}	
	
	#intro{
		width: 399px;
		height: 174px;
		background: url('../images/design-home-intro.png') no-repeat;
		position: absolute;
		overflow: hidden;
		text-indent: -999px;	
		margin-top: -150px;
		top: 50%;
		left: 50%;
		margin-left: -465px;	
	}
	
	#portfolio{
		width: 986px;
		height: 795px;
		margin-top: 28px;
		position: relative;
		overflow: hidden;
		text-indent: -999px;
		display: none;		
	}
	
		#portfolio.landing{
			cursor: pointer;
			background: url('../images/design-portfolio-01.png') no-repeat;
		}
		
		#portfolio.filter{
			background: url('../images/design-portfolio-02.png') no-repeat;
		}