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

img#dog{
z-index:100;
position:absolute;
float:left;
margin-top:50px;
margin-left:-100px;}

img#duck{
position:absolute;
z-index:100;
float:right;
margin-left:200px;
margin-top:-50px;}

#content{
padding-top:20px;}

/* sidenav styles */
.pacifiers h2{
background:url(../images/products/Pacifiers.gif) no-repeat;
height:33px;
width:116px;
text-indent:-999em;
}



/* Product Photo Styles */
.productlarge{
width:395px;
height:340px;
}
img.largeproduct{
width:395px;
}
ul.productthumbs{
list-style:none;
}
ul.productthumbs li{
	float:left;
	width:100px;
	height:73px;
	padding:0;
	border:1px solid #ccc;
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 15px;
}
ul.productthumbs img{
	width:100px;
	margin:0;
	padding:0;
}

/* Product Copy Styles */
.productcopy h2{}

.productcopy p{
color:#684f40;
margin:5px 0 10px 5px;
line-height:1.6em;
font-size:14px;}
p.itemNo{
font-weight:bold;
color:#000;}

p.findButton a{
	height:28px;
	width:150px;
	display:block;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	font-size:13px;
	background-image: url(../images/findButton.png);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
}


/* Product Features Styles */
.productfeatures h2{
background:url(../images/products/ProductFeatures.gif) no-repeat;
width:160px;
height:23px;
text-indent:-999em;
margin-bottom:10px;
}

ul.features{
list-style:none;
font-size:14px;
color:#684f40;
width:345px;
float:left;
margin-left:10px;
}
ul.features li{
background:url(../images/reddotbullet.gif) no-repeat;
background-position:0 5px;
padding-left:12px;
padding-bottom:10px;
line-height:1.4em;}
