@charset "utf-8";

/*============================================================

	A.SMITH 2011 Winter - Home

============================================================*/

div#content {
	position: relative;
	width: 840px;
	height: 520px;
	background: url(../shared/images/content_bg.jpg);
	padding-bottom: 0;
}

div#content img {
	display: block;
}

div#winter_2011 {
	position: relative;
	width: 830px;
	height: 510px;
	padding: 5px;
	background: #666 url(background.jpg) no-repeat 5px 5px;
}
* html div#winter_2011 {
	width: 840px;
	height: 520px;
}

div#winter_2011 h1 {
	overflow: hidden;
	text-indent: -9999px;
}

div#winter_2011 h2 {
	position: absolute;
	left: 5px;
	top: 100px;
	margin: 0;
}

div#winter_2011 h2.COAT_STYLE {
	left: 420px;
}

div#winter_2011 h2 a {
	display: block;
	outline: none;
	overflow: hidden;
	width: 415px;
	height: 330px;
	text-indent: -9999px;
}

div#winter_2011 h2.KNIT_STYLE a {
	background: url(KNIT_STYLE.jpg) no-repeat;
}

div#winter_2011 h2.COAT_STYLE a {
	background: url(COAT_STYLE.jpg) no-repeat;
}

div#winter_2011 h2 a:hover {
	background: none;
}

