body{
	font-family: verdana, arial, sans-serif;
	color: #5A5A5A;
	background-color: #E0D9D3;
	font-size:9px
}
.body{
	font-family: verdana, arial, sans-serif;
	color: #5A5A5A;
	font-size: 9px;
}
.body a{
	font-family: verdana, arial, sans-serif;
	color: #46B2D6;
	font-size: 12px;
	text-decoration: underline;
}
.body a:hover{
	font-family: verdana, arial, sans-serif;
	color: #F26522;
	font-size: 12px;
	text-decoration: underline;
}
.body1 a{
	font-family: verdana, arial, sans-serif;
	color: #666666;
	font-size: 9px;
	text-decoration: underline;
}
.body1 a:hover{
	font-family: verdana, arial, sans-serif;
	color: #F26522;
	font-size: 9px;
	text-decoration: underline;
}
.body-small{
	font-family: verdana, arial, sans-serif;
	color: #5A5A5A;
	font-size: 9px;
}
.above_nav_orange{
	background: url(../images/baby_care.jpg) no-repeat;
	width: 223px;
	height: 15px;	
	text-align: center;
	color: #FF9900;
	font-size: 12px;
}
.large_orange_text {
	font-size: 12px;
	font-weight: bold;
	color: #ff9900;
}
.baby-pic-main{
	width: 524px;
	height: 250px;
	background-image: url(../images/baby_main_pic.jpg);
	background-repeat: no-repeat;
}
.bluetitle{
	color: #60AACD;
	font-size: 22px;
}
#top_nav{
	width: 535px;
	height: 45px;
	color: #ff9900;
	font-size: 11px;
	vertical-align: bottom;
	padding-right: 10px;
	padding-bottom: 5px;
}
#top_nav a{
	text-decoration: none;
	color: #8A8B8C;
}
#top_nav a:hover{
	color: #3EA5C7;
	text-decoration: underline;
}
#left-nav, #left-nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 32px;
	background: url(../images/menu_bg.jpg);
	width: 223px;
	height: automatic;
	border-bottom: 1px solid #3db1fc;
	font-size: 12px;
}

#left-nav a {
	display: block;
	color: #ffffff;
	width: 10em;
	text-decoration: none;
	width: 96px;
	border-bottom: 0;
}

#left-nav a:hover {
	background: #3fb2ff;
	color: #ffffff; 
}

#left-nav li { /* all list items */
	float: left;
	text-align: center;
	border-bottom: 0px solid #3db1fc;
	width: 223px; /* width needed or else Opera goes nuts */
}

#left-nav li ul { /* second-level lists */
	position: absolute;
	background: #333333;
	border: 1px solid #3db1fc;
	border-bottom: 0;
	width: 96px;
	color: #333333;
	height: auto;
	line-height: 22px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#left-nav li ul ul { /* third-and-above-level lists */
	margin: -23px 0 0 96px;
	background: #555555;
	border: 1px solid #3db1fc;
	border-bottom: 0;
	color: #333333;
	height: auto;
	line-height: 22px;
}

#left-nav li:hover ul ul, #left-nav li:hover ul ul ul, #left-nav li.sfhover ul ul, #left-nav li.sfhover ul ul ul {
	left: -999em;
}

#left-nav li:hover ul, #left-nav li li:hover ul, #left-nav li li li:hover ul, #left-nav li.sfhover ul, #left-nav li li.sfhover ul, #left-nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#footer{
	background-color: #E6E6E6;
	height: 25px;
	color: #8A8B8C;
	font-size: 11px;
	text-align: center;
}
#footer a{
	text-decoration: none;
	color: #8A8B8C;
}
#footer a:hover{
	color: #3EA5C7;
	text-decoration: underline;
}
