div#category-header {
	margin-left: 10px;
	color: #fff;
	padding: 50px 0 0 50px;
	position: absolute;
	z-index: 5;
	width: 884px;
}

div.home_design {
	background: transparent url(../images/category/home_design/bg/header.gif) no-repeat top left;
	height: 107px;
}

div.apparel_design {
	background: transparent url(../images/category/apparel_design/bg/header.gif) no-repeat top left;
	height: 120px;
}

div.jaclyn_smith {
	background: transparent url(../images/category/jaclyn_smith/bg/header.gif) no-repeat top left;
	height: 120px;
	padding: 40px 0 0 50px;
}

div#category-header[id].home_design {
	background: transparent url(../images/category/home_design/bg/header.png) no-repeat top left;
}

div#category-header[id].apparel_design {
	background: transparent url(../images/category/apparel_design/bg/header.png) no-repeat top left;
}

div#category-header[id].jaclyn_smith {
	background: transparent url(../images/category/jaclyn_smith/bg/header.png) no-repeat top left;
}

div#category-header.apparel_design div.copy {
    width: 340px;
} 

div#category-header h1 { 
	float: left;
	display: inline;
	margin-right: 20px;
}

div#category-header p {
	font-size: 1.1em;
	line-height: 1.4em;
}

div#category-header div.copy {
	width: 405px;
	border-left: 1px dashed #fff;
	float: left;
	display: inline;
	padding-left: 30px;
}

div#video-player {
	background: transparent url(../images/video/bg/player.gif) no-repeat top left;
	height: 466px;
	width: 848px;
	color: #fff;
	padding: 20px;
	margin: 0 0 20px 40px;
	position: relative;
}

div#video-player div.get-flash {
	padding: 121px 0 0 204px;
}

div#share-this {
	background: transparent url(../images/video/bg/share-this.gif) no-repeat top left;
	width: 130px;
	height: 40px;
	padding: 15px 0 0 150px;
	position: absolute;
	margin: 0;
	bottom: 35px;
	right: 10px;
}

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

div#share-this div.buttons a.last {
	margin-right: 0px;
}

div.video-description {
	background: #5c5b5b;
	color: #fff;
	display: none;
	padding: 10px 20px;
	width: 492px;
	margin: 0 0 0 3px;
	font-size: 1.1em;
}

div.video-description h3 {
	font-weight: bold;
	padding-bottom: 5px;
}

div.video-description p {
	line-height: 1.4em;
}

div.video-description p a:link, div.video-description p a:visited {
	color: #fff;
	text-decoration: underline;
}

div.video-description p a:hover {
	text-decoration: none;
}

div#designers {
	width: 644px;
	height: 377px;
	background: transparent url(../images/category/bg/designers.gif) no-repeat top left;
	margin-left: 20px;
	position: relative;
}

div#designers.jaclyn_smith {
	width: 644px;
	height: 377px;
	background: transparent url(../images/category/jaclyn_smith/bg/meet-jaclyn.gif) no-repeat top left;
	margin-left: 20px;
	position: relative;
}

div#designers.jaclyn_smith[id] {
	background: transparent url(../images/category/jaclyn_smith/bg/meet-jaclyn.png) no-repeat top left;
}

div#designers div.copy {
	width: 230px;
	padding: 85px 0 0 50px;
}

div#designers.jaclyn_smith div.copy {
	width: 220px;
	padding: 125px 0 0 0px;
	margin: 0 0 0 -8px;
}


div#designers.jaclyn_smith div.copy h2 {
	position: absolute;
	text-indent: -5000px;
}

div#designers.jaclyn_smith div.copy p {
	padding: 7px 0 10px 0;
}

div#designers.jaclyn_smith 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;
}

div#designers.jaclyn_smith div.copy a.readMore:hover {
	color: #951d1f;
}

div#designers div.copy p {
	padding: 7px 0 0 13px;
	font-size: 1.1em;
	line-height: 1.4em;
}

div#designers div.designer-list {
	position: absolute;
	left: 324px;
	top: 33px;
	width: 296px;
	height: 304px;
}

#designers div.designer-list h2 {
	margin-bottom: 11px;
}

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

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

#designers ul li img.thumbnail {
	border: 5px solid #fff;
	float: left;
	display: inline;
}

#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 div.copy p {
	text-transform: capitalize;
	margin: 0;
	padding: 0;
}

#sidebar {
	z-index: 1;
	position: absolute;
	right: 23px;
	top: 164px;
	width: 280px;
	float: left;
	display: inline;
	margin: 680px 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.sidebar-jaclyn {
	background: transparent url(../images/category/jaclyn_smith/bg/twitter.gif) no-repeat 5px bottom;
	padding-bottom: 20px;
}

#sidebar img.spring {
	position: relative;
	left: 8px;
}

#footer {
	margin-top: 40px;
}

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

#footer {
	clear: both;
}

#sidebar div.jaclyn-promo {
	position: relative;
	margin: -10px 0 0 -5px;
}

#sidebar div.country-living {
	position: relative;
	margin: -10px 0 0 0px;
}

#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: 0px 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: 10px 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;
	margin-top: -10px;
}

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

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