@charset "UTF-8";
/* CSS Document */

#nav {
	list-style-type: none;
	margin: 20px 0px 10px;
	padding: 0px;
}
#nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#nav li a {
	text-decoration: none;
	text-indent: -5000px;
	display: block;
	height: 29px;
	width: 178px;
	background-repeat: no-repeat;
	background-position: left top;
}
#nav li ul li a {
	height: 16px;
}
#about a {
	background-image: url(../images/about.jpg);
}
#products a {
	background-image: url(../images/products.jpg);
}
#babyShower a {
	background-image: url(../images/babyshower.jpg);
}
#birthblessing a {
	background-image: url(../images/birthBlesing.jpg);
}
#testimonials a {
	background-image: url(../images/testimonials.jpg);
}
#locations a {
	background-image: url(../images/locations.jpg);
}
#news a {
	background-image: url(../images/news.jpg);
}
#mommyrep a {
	background-image: url(../images/mommyrep.jpg);
}
#littleart a {
	background-image: url(../images/littleart.jpg);
}
#HandStudio a {
	background-image: url(../images/handStudio.jpg);
}
#contact a {
	background-image: url(../images/contact.jpg);
}
#nav a:hover {
	background-position: bottom;
}
#nav a:focus {
	border: none !important;
	-moz-outline: none !important;
}
p {
	color: 621b4b;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
