#welcome {
	background: transparent url(/images/designer/bg/welcome.gif) no-repeat top left;
	width: 459px;
	height: 408px;
	margin: 0 0 20px 20px;
	padding: 36px 0 0 190px;
}

#welcome h1 {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dashed #adadad;
	width: 145px;
}

#welcome p {
	width: 400px;
	position: absolute;
	font-size: 1.1em;
	line-height: 1.4em;
}

#featured-designer {
	position: relative;
	top: 40px;
}

#featured-designer div.portrait {
	position: absolute;
	top: 50px;
}

#featured-designer h2 {
	font-family: Courier New, Courier, monospace;
	font-size: 3em;
	margin: 0;
	padding: 0;
}

#featured-designer h2 img {
	display: block;
}

#featured-designer h3 {
	color: #a52f2e;
	font-size: 1.3em;
	padding-bottom: 8px;
	text-transform: capitalize;
}

#featured-designer div.copy {
	padding: 80px 0 0 210px;
	width: 210px;
}

#featured-designer div.copy p {
	width: auto;
	padding-bottom: 5px;
	position: static;
}

#featured-designer div.copy a.readMore {
	text-transform: uppercase;
	font-weight: bold;
	color: #4b4b4b;
	padding-right: 23px;
	background: transparent url(/images/landing/videos/arrow.gif) no-repeat right center;
}

#featured-designer div.copy a.readMore:hover {
	color: #951d1f;
}

#designers {
	width: 637px;
	height: 461px;
	background: transparent url(/images/designer/bg/designer-list.gif) no-repeat top left;
	position: relative;
	margin-left: 30px;
}
#designers[id] {
	background: transparent url(/images/designer/bg/designer-list.png) no-repeat top left;
	padding: 0;
}

#designers div.home {
	position: absolute;
	width: 285px;
	left: 16px;
	top: 25px;
}

#designers div.apparel {
	position: absolute;
	width: 285px;
	left: 321px;
	top: 25px;
}

#designers div.home h2,
#designers div.apparel h2 {
	margin-bottom: 14px;
}

#designers div.home h2 img,
#designers div.apparel h2 img {
	display: block;
	margin: 0;
	padding: 0;
}

#designers ul {
	width: 100%;
	overflow: auto;
	height: 386px;
}

#designers ul li {
	padding: 10px;
	clear: both;
}

#designers ul li a.thumbnail {
	float: left;
	display: inline;
}

#designers ul li a.thumbnail img {
	border: 5px solid #fff;
	display: block;
}

#designers ul li div.copy {
	padding: 10px 0 0 10px;
	float: left;
	display: inline;
	width: 163px;
	color: #4b4b4b;
}

#designers ul li div.copy a {
	text-transform: uppercase;
	font-weight: bold;
	color: #4b4b4b;
	padding-right: 23px;
	background: transparent url(/images/landing/videos/arrow.gif) no-repeat right center;
}

#designers ul li div.copy a:hover {
	color: #951d1f;
}

#designers ul li h3 {
	font-size: 1.8em;
}

#designers ul li p {
	text-transform: capitalize;
}

#sidebar {
	z-index: 1;
	position: absolute;
	right: 23px;
	top: 164px;
	width: 280px;
	float: left;
	display: inline;
	margin: 0 0 0 677px;
	background: transparent url(../images/landing/bg/sidebar.gif) no-repeat 8px bottom;
}
#sidebar[id] {
	background: transparent url(../images/landing/bg/sidebar.png) no-repeat 8px bottom;
}

#sidebar div.share {
	background: transparent url(../images/landing/bg/sidebar-share.jpg) no-repeat top left;
	height: 53px;
	width: 279px;
	position: absolute;
}

#sidebar div.share div.buttons {
	padding: 18px 0 0 150px;
}

#sidebar div.share div.buttons a {
	margin-right: 10px;
}

#sidebar div.newsletter-signup {
	background: transparent url(../images/landing/bg/newsletter-signup.jpg) no-repeat 5px bottom;
	height: 138px;
	width: 228px;
	padding: 8px 15px 0 20px;	
}

#sidebar div.newsletter-signup a {
	float: left;
	display: inline;
}

#sidebar div.newsletter-signup img {
	margin: 0;
	padding: 0;
	display: block;
}

#sidebar div.follow-us-on-twitter {
	color: #4b4b4b;
	width: 202px;
	padding: 68px 0 10px 30px;
}

#sidebar div.follow-us-on-twitter h2 {
	padding: 0 0 2px 0;
	margin: 0 0 5px 0;
	border-bottom: 1px dashed #adadad;
}

#sidebar div.follow-us-on-twitter div.tweet,
#sidebar div.follow-us-on-twitter ul li {
	margin-bottom: 10px;
}

#sidebar div.follow-us-on-twitter a {
	color: #23a8dc;
}

#sidebar div.ny-design-blog {
	position: relative;
	z-index: 5;
	top: 5px;
}

#sidebar div.spring-promo {
	position: relative;
	left: 8px;
	height: 270px;
}

#sidebar div.halloween {
	position: relative;
	height: 224px;
}

#sidebar div.halloween a {
	position: absolute;
	left: -8px;
}

/* Seasonal/Holiday Updates */
html#winter_holiday #sidebar div.share {
	background: transparent url(../images/landing/bg/landing-sidebar-share.jpg) no-repeat top left;
}