html {
	background: #fff;
	height: 100%;
	padding: 0 20px;
	overflow-y: auto;
	margin: 0;
}

body {
	/* border: double #666;
	border-width: 3px; */
	padding: 0 auto;
	margin: 0 auto;
	max-width: 1250px;
	min-width: 850px;
	height: 100%;
	color: #666;
	position: relative;
	font: 62.5%/1.5 "Lucida Grande", Arial, sans-serif;
}

#header,
#subheader {
	position: absolute;
	font-size: 300%;
	top: .5em;
	padding: 0 10px;
	letter-spacing: -.05em;
	word-spacing: -.2em;
	margin: 0;
	font-weight: bold;
	background: #fff;
	z-index: 2;
}
#header a {
	text-decoration: none;
	color: #666;
}
#header em {
	color: #333;
	font-style: normal;
}
#header span {
	font-weight: normal;
	display: inline-block;
}
#subheader {
	font-size: 150%;
	top: 4em;
}
a img {
	border: 0;
}
/* @group Overview */
ul,li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#overview {
	padding: 120px 0 0;
	width: 100%;
}

#overview li {
	float: left;
	width: 23%;
	position: relative;
	margin: 0 1% 2%;
}
#overview li a {
	display: block;
	position: relative;
	margin: 0;
	height: 120px;
	overflow: hidden;
	text-decoration: none;
}

#overview a img {
	width: 100%;
	display: block;
}
#overview a:hover img {
	opacity: .4;
	position: absolute;
}
#overview a:hover span {
	font-size: 300%;
	text-decoration: none;
	position: absolute;
	color: #666;
	line-height: 1;
} 
#first-image {
	float: none;
	height: 100%;
	position: relative;
	width: 100%;
	display: block;
	margin: 0 0;
}

#first-image a {
}

#first-image img {
	max-height: 80%;
	position: absolute;
	display: block;
	margin: 120px 10px 0;
}

#first-image  a:hover img {
}
/* @end */

.nav {
	position: absolute;
	top: 2em;
	right: 0;
}
.nav li {
	display: block;
	float: left;
	font-size: 180%;
	margin: 0 0 0;
	border: solid #c5c5c5;
	border-width: 0 0 0 1px;
	padding: 0 .5em;
	background: #fff;
}
.nav li:first-child {
	border: 0;
}
.nav li a {
	color: #4b4a48;
	text-decoration: none;
	text-transform: lowercase;
}
.nav li.active {
	margin: 1px 0 0;
}
.nav li a:hover {
	color: #fff;
	background: #333;
}
.contact .nav li a[href*="contact"],
.home .nav li a[href$="styling/"],
.advertising .nav li a[href*="advertising"],
.lingerie .nav li a[href*="lingerie"],
.fashion .nav li a[href*="fashion"] {
	color: #7D26CD;
}

#the-image {
	position: relative;
	color: #000;
	height: 100%;
}
#the-image img {
	width:auto;
	float: left;
	max-height: 80%;
	max-width: 75%;
	margin: 110px 2% 0 10px;
}
#the-image .article {
	margin: 0 0 1em 0%;
	padding: 110px 0 0;
	width: 22%;
	float: left;
	color: #666;
}
#the-image .nav {
	position: absolute;
	top: 92%;
}
#the-image .nav li {
	font-size: 140%;
	margin: 0 5px 0 0;
	padding: 0;
	border: 0;
	background: none;
}
#the-image .nav li a,
#the-image .nav li span {
	color: #333;
	padding: 0 .5em 0 0;
	display: block;
	background: #fff;
}
#the-image .nav li span {
	background: none;
	color: #999;
}
#the-image .nav li a:hover {
	color: #fff;
	background: #333;
}
.article h1 {
	font-size: 2em;
	font-weight: normal;
	margin: 0 0 1em;
	line-height: 1;
}
.article p {
	font-size: 140%;
	margin: 0;
	padding: 0 1em 1em 0;
}

