@charset "UTF-8";
/* CSS Document */

/* home styles */

/* header */

#subheader {
	height: 500px;
	margin-top: -500px;
}

#header {
	padding-bottom: 500px;
}

#supersized {
	position: absolute;
	top: 110px;
	height: 500px;
	width: 100%;
	left: 0;
	overflow: auto;
}


#header_todays_woman {
	margin-top: -425px;
	margin-bottom: 270px;
	position: relative;
	font-size: 23px;
	line-height: 27px;
	color: #58595b;
	z-index: 500;
}

#header_todays_woman img {
	margin-bottom: 20px;
}

#nav_bar {
	z-index: 60;
	margin-top: -234px;
}

/* content */

#home_content {
	padding-top: 25px;
	float: left;
	padding-bottom: 25px;
}

.range_links {
	height: 45px;
	margin-left: -52px;
}

.range_links a {
	float: left;
	width: 255px;
	padding-left: 27px;
	margin-left: 52px;
	height: 45px;
	line-height: 42px;
	background-image: url('/images/home_range_link_bg_sprite.png');
	background-repeat: no-repeat;
	font-size: 18px;
}

.range_links .intimate {
	background-position: top left;
	color: #83192d;
}

.range_links .shapewear {
	background-position: top center;
	color: #788386;
}

.range_links .maternity {
	background-position: top right;
	color: #7769af;
}

.range_links .intimate:hover {
	background-position: bottom left;
}

.range_links .shapewear:hover {
	background-position: bottom center;
}

.range_links .maternity:hover {
	background-position: bottom right;
}

.home_left {
	float: left;
	width: 600px;
	padding-right: 68px;
}

.blurb {
	font-size: 18px;
	margin-top: 40px;
}

.quote {
	margin-top: 40px;
	background: transparent url('/images/home_quote_open.png') top left no-repeat;
	font-size: 15px;
	font-style: italic;
	padding-left: 25px;
	padding-top: 3px;
}

.quote div {
	background: transparent url('/images/home_quote_close.png') top right no-repeat;
	font-size: 12px;
	width: 500px;
	text-align: right;
	padding-top: 7px;
	padding-right: 23px;
}

.home_right {
	float: left;
	width: 282px;
	padding-top: 45px;
}

.home_right a {
	float: left;
	width: 252px;
	padding-left: 30px;
	height: 52px;
	padding-top: 11px;
	font-size: 13px;
	line-height: 20px;
	background-image: url('/images/home_right_link_bg_sprite.jpg');
	background-repeat: no-repeat;
	margin-bottom: 15px;
	color: #414245;
}

.home_right a span {
	color: #83192d;
	font-size: 18px;
}

.join_us {
	background-position: top left;
}

.fitting_guide {
	background-position: top right;
}

.join_us:hover {
	background-position: bottom left;
}

.fitting_guide:hover {
	background-position: bottom right;
}


/* left */

#left {
	width: 380px;
	padding-right: 60px;
}

#left p {
	margin-top: 0;
	line-height: 18px;
}

#left .mission {
	font-size: 15px;
}

/* center */

#center {
	width: 180px;
	padding-right: 80px;
}

#center .quote {
	font-size: 10px;
	line-height: 30px;
	margin-top: -5px;
}

#center .quote div {
	font-size: 25px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #A3A08F;
}

/* slider */

#slider {
	height: 209px;
	width: 1050px;
}
#slider img {
	width: 1050px; /* opera hack */
	height: 209px; /* opera hack */
}