html, body, div, span, object, iframe, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, fieldset, form, label, legend, table, caption
{
margin: 0;
padding: 0;
border: 0;
} 

body {
	text-align: center;
}

/* General Layout */

#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height: 1076px;
	background: url('../images/website-background-collection-sign-med.jpg') no-repeat;
}

#main_header {
	float: left;
	position: relative;
	padding: 0;
	margin: 0;
	width: 800px;
	height: 165px;
}

#main_body {
	float: left;
	position: relative;
	display:inline;
	padding: 0;
	margin: 0 0px 0 0px;
	width: 800px;
}

/* end general layout */

#nav_wrapper {
	width: 800px;
	background: transparent;
	position: absolute;
	bottom: 0px;
	left: 0px;
	border: none;
}

#nav_wrapper span {
	display: none;
}

#nav_wrapper a {
	display:block;
	margin-bottom: 40px;
	background: url('../images/nav_buttons_2.png');	
}


#nav_bar {
	float:left;
	display:inline;
	width:700px;
	height: 140px;
	border: none;
	margin: 0 0 0 60px;
	padding: 0;
}

#nav_wrapper #home{
	float: left;
	width: 70px;
	height: 46px;
	background: url('../images/nav_buttons_2.png');
	background-position: -288px 0;
	margin-top: 54px;	
}

#nav_wrapper #collection{
	float: left;
	width: 216px;
	height: 85px;
	background: url('../images/nav_buttons_2.png');
	background-position: 0 -144px;
	margin-top: 19px;	
	margin-left: 25px;	
	margin-bottom: 36px;
}

#nav_wrapper #press{
	float: left;
	width: 84px;
	height: 50px;
	background: url('../images/nav_buttons_2.png');
	background-position: -288px -288px;	
	margin-bottom: 10px;
	margin-top: 80px;
	margin-left: 5px;
}

#nav_wrapper #contact{
	float: left;
	width: 101px;
	height: 23px;
	background: url('../images/nav_buttons_2.png');
	background-position: -288px -432px;	
	margin-top: 77px;
	margin-left: 25px;
}

/* body */

#main_body #more_soon {
	width: 100%;
	height: 500px;
	background: url('../images/collection/more_soon.gif') no-repeat 200px center;
}

#main_body #collection {
	position:relative;
	width: 800px;
	height: 300px;
	background: url('../images/collection/outfits_group.jpg') no-repeat top left;
	border: none;
	margin-top:70px;
}

#collection a {
	position: absolute;
	border: none;
	height: 300px;
	top:0px;
	background: transparent;
}

#collection a:active {
	outline: none;
}
#collection a:focus {
	outline: none;
}

a#outfit_1 {
	width: 131px;
	left: 0px;
}

a#outfit_1:hover {
	background: url('../images/collection/outfits_group.jpg') no-repeat 0px -300px;
}

a#outfit_2 {
	width: 139px;
	left: 132px;
}
a#outfit_2:hover {
	background: url('../images/collection/outfits_group.jpg') no-repeat -132px -300px;
}

a#outfit_3 {
	width: 118px;
	left: 272px;
}
a#outfit_3:hover {
	background: url('../images/collection/outfits_group.jpg') no-repeat -272px -300px;
}

a#outfit_4 {
	width: 124px;
	left: 391px;
}
a#outfit_4:hover {
	background: url('../images/collection/outfits_group.jpg') no-repeat -391px -300px;
}

a#outfit_5 {
	width: 125px;
	left: 515px;
}
a#outfit_5:hover {
	background: url('../images/collection/outfits_group.jpg') no-repeat -515px -300px;
}

a#outfit_6 {
	width: 159px;
	left: 641px;
}
a#outfit_6:hover {
	background: url('../images/collection/outfits_group.jpg') no-repeat -641px -300px;
}

