/*-------------------------------------------
Layout
-------------------------------------------*/

#outer-wrapper{
	width:100%;
}

#wrapper{
	width:480px;	
	margin:0 auto 0 auto;
	font-size:1.1em;
}

/*--------------------------------------------
Content
---------------------------------------------*/
#content{
	width:480px;
	clear:both;
	
}

/*--------------------------------------------
Home
---------------------------------------------*/

.home-wrapper{
    width:100%;
	height:100%;
}
.home-wrapper #wrapper {
	background: #FFF url(../images/bg-home-iphone.jpg) no-repeat top left;
	width:100%;
	height:100%;
  }  
/*
.home-wrapper #wrapper #content {
	margin: 0 auto;
	width: 625px;
	position: relative;
  } 
*/
.home-wrapper h1#ttl-home-matthew {
	background: url(../images/logo-white-iphone.png) no-repeat;
	text-indent: -9999px;
	width: 406px;
	height: 67px;
	position: absolute; 
	top: 206px;
	left: 184px;
}
  
.home-wrapper #links {
  	list-style-type: none;
	overflow: hidden; 
	_zoom: 1;
	position: absolute; 
	top: 250px; 
	left: 268px;
	width: 380px;
}
  
.home-wrapper #links li {
  	float: left;
	margin: 0 8px 0 0;
}
  
.home-wrapper #links li.last {
  	margin: 0;
}
  
#home #links li a {
  	color: #FFF;
	font-size: 1.3em;
	font-weight: bold;
	text-transform: uppercase;		
}

.home-wrapper a#nav-shop-online,
.home-wrapper a#nav-view-lookbook {
  	background-repeat: no-repeat;
	display: block;
	height: 24px;
	text-indent: -9999px;
}

.home-wrapper a#nav-view-lookbook {background-image: url(../images/nav_view-lookbook-iphone.png); width: 180px; border-right: 1px solid #e0e0e0;}
.home-wrapper a#nav-shop-online {background-image: url(../images/nav_shop-online-iphone.png); width: 134px; margin-left: 6px}


.home-wrapper a#nav-view-lookbook:hover, 
.home-wrapper a#nav-view-lookbook.active,
.home-wrapper a#nav-shop-online:hover, 
.home-wrapper a#nav-shop-online.active {
	background-position:0 -24px;
}
 