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

*, html {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #570c2a;
text-align: justify;
line-height: 23px;
}

p {
	margin-bottom: 15px;
}


.clear {
	clear: both;
}

#header {
	width: 940px;
	height: 88px;
	padding-top: 20px;
	margin: 0 auto;
}
#header img {
	border: 0;
}
#header #nav {
	float: right;
	margin-top: 63px;
}

#content-wrapper {
border: 1px solid #ab8594;
border-left:0;
border-right:0;
background: #f8f6f6;
padding: 38px 0 30px 0;
line-height: 18px;
}

#content-wrapper a {
	color: #ab8594;
	text-decoration: none;
}

#content-wrapper a:hover {
	border-bottom: 1px solid #ab8594;
}


#content {
	width: 940px;
	margin: 0 auto;
}

#fp-content {
	width: 700px;
	padding-top: 45px;
	margin: 0 auto;
}

#fp-splash-1 {
	float: left;
margin-right: 18px;
}

#fp-splash-2 {
	margin-left: 18px;
}

#fp-splash-3 {
	float: right;
}

#nav ul li {
	float: left;
	list-style: none;
	margin-left: 26px;
	display: block;
	position: relative;
}

#header #nav ul li a {
	display: block;
	position: relative;
}

#nav ul li a img {
	border: 0;
}

#header #nav ul li#nav-home { position: relative; background: url(http://yasukoazuma.com/images/home-over.png) no-repeat top left; }
#header #nav ul li#nav-bio { position: relative; background: url(http://yasukoazuma.com/images/biography-over.png) no-repeat top left; }
#header #nav ul li#nav-collection { position: relative; background: url(http://yasukoazuma.com/images/collection-over.png) no-repeat top left; }
#header #nav ul li#nav-location { position: relative; background: url(http://yasukoazuma.com/images/locations-over.png) no-repeat top left; }
#header #nav ul li#nav-shop { position: relative; background: url(http://yasukoazuma.com/images/shop-over.png) no-repeat top left; }
#header #nav ul li#nav-press { position: relative; background: url(http://yasukoazuma.com/images/press-over.png) no-repeat top left; }
#header #nav ul li#nav-contact { position: relative; background: url(http://yasukoazuma.com/images/contact-over.png) no-repeat top left; }

#header #nav ul li a:hover img {
	visibility: hidden;
}

#int-content {
	float: right;
	width: 460px;
}

#ssp {
	background: #f8f6f6;
	height: 575px;
}

#locations-right {
	float: right;
	width: 340px;
}


#locations-left {
	margin-left: 60px;
}

.location-entry {
	margin-bottom: 15px;
	line-height: 20px;
}

#locations-right h2, #locations-left h2 {
	margin-bottom: 20px;
}

#locations-right h3, #locations-left h3 {
	font-size: 14px;
	font-weight: normal;
text-transform: uppercase;
}

#collection-ssp {
	float: right; 
	width: 580px;
}
#collection-content {
	float: left;
	width: 220px;
	text-align: justify;
}

#footer {
	margin: 0 auto;
	padding: 22px 0;
	width: 940px;
	color: #ab8594;
	font-size: 10px;
}

#footer a {
	color: #ab8594;
	text-decoration: none;
}