/* Landing page only */

p {
	line-height: 1.4em;
}

#logo { width:111px; height:52px; }

div.homes div#header {
	background-image: url( /images/layout/header_background_universal.png);
	height:75px;
	margin-bottom:16px;
}

div.one_column_container_landing { 
	background:url(/images/landing/landing-container-bg.jpg) no-repeat;
	width:990px;
	clear:both;
	height:594px;
	padding:11px 0 0 14px;
}

#landing_men_div {
	width:484px; height:547px;
	float:left;	position:relative;
	background:url(/images/landing/men_landing_photo.jpg) left top no-repeat;
	color:#0a66b1;
}
#strip { 
	background:transparent url(/images/landing/center_strip.jpg) left top no-repeat; 
	height:547px;
	width:9px;
	float:left;
}
#landing_women_div {	
	width:484px; height:547px;
	left:-3px;
	position:relative;
	background:url(/images/landing/women_landing_photo.jpg) left top no-repeat;		
}
html>body #landing_women_div {	
	width:484px; height:547px;
	left:0;	margin-left:493px;
	position:relative; color:#c81765;
	background:url(/images/landing/women_landing_photo.jpg) left top no-repeat;		
}

.landing_copy_area {
	height:96px; 
	position:absolute;
	top:418px;
	left:0;
	padding:15px;
	width:240px;
}
html>body .landing_copy_area {
	top:411px;
}

#landing_women_div .landing_copy_area {
	color:#c81765;
}

#landing_men_div .landing_copy_area {
	text-align:right;
	margin-left:214px;
}

.landing_copy_area img {
	float:right;
	position:relative;
	top:-10px;
	margin-left:10px;	
}
html>body .landing_copy_area img {
	top:-40px;
}

.landing_copy_area h5 {
	text-transform:uppercase;
	margin-bottom:10px;
	font-size:1.8em;
}

.landing_copy_area p {
	margin:0;
}

#men-index-link, #women-index-link {
	width:484px;
	height:497px;
	top:50px;
	display:block;
	position:absolute;
}

#copyright { 
	width:990px; 
	text-align:center; 
	text-transform:uppercase;
	color:#999;
	font-size:0.9em;
}
#copyright ul.links {
	clear:both;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0 auto;
	width:700px;
}

#copyright ul.links li, #copyright ul.links li a {
	font-size:10px;
}

#copyright ul.links li {
	display:block;
	float:left;
	line-height:10px;
	padding:0 7px 0 6px;
	border-right:1px solid;
}

#copyright ul.links li a {	
	color:#999;
	padding:0;
	text-decoration:none;
	text-transform:uppercase;
}

#copyright ul.links li.last_footer_item {
	border:none;
}