@import "main.css";

	/* MENU */

li#menu-1 span {
	width: 70px;
	background: url(../img/home_btn.gif);
	background-position: 0 -35px;
}

	/* MAIN */

div#main  {
	height: 950px;
	padding: 14px 0 0 14px;
	margin-left: 320px;
	/* background: url(../img/main_back.jpg) repeat-y; */
}

* html div#main {
	height: auto;
	padding-bottom: 14px;
}

div#main a {
	color: #4E4E4E;
	text-decoration: underline;
}

div#main a:hover {
	text-decoration: none;
}

div#main h2 {
	display: block;
	width: 624px;
	height: 27px;
	margin-bottom: 10px;
	background: url(../img/welcome_title.gif) no-repeat;
}

div#features {
	padding-bottom: 20px;
	background: url(../img/features_back.jpg) bottom left no-repeat;
}

div#features p, div#features dl {
	color: #5D5D5D;
	line-height: 16px;
	padding-right: 20px;
}

div#features dl dt {
	color: #e02b6e;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 5px;
	padding-left: 20px;
	background: url(../img/bullet_2.jpg) no-repeat;
}

div#features dl dd {
	margin-left: 20px;
}

	/* SEARCH NANNY */

div#searchNanny,
div#registerNanny {
	width: 434px;
	height: 161px;
	margin-top: 15px;
}

div#searchNanny ul,
div#registerNanny ul {
	float: left;
	color: #646464;
	margin-top: 20px;
}

* html div#searchNanny ul,
* html div#registerNanny ul {
	float: none;
	clear: both;
}

* html div#searchNanny a,
* html div#registerNanny a {
	float: none;
}

div#searchNanny h3,
div#registerNanny h3 {
	display: block;
}

div#searchNanny ul li,
div#registerNanny ul li {
	padding-left: 15px;
	margin-bottom: 5px;
	background: url(../img/bullet_3.gif) 0 4px no-repeat;
}

div#searchNanny a:hover,
div#registerNanny a:hover {
	background-position: 0 -20px;
}

div#searchNanny {
	background: url(../img/searchNanny_back.jpg) no-repeat;
}

div#searchNanny ul {
	margin-left: 30px;
}

div#searchNanny a,
div#registerNanny a {
	display: none;
	text-indent: -100em;
	overflow: hidden;
}

div#searchNanny a {
	float: left;
	display: block;
	width: 191px;
	height: 20px;
	margin-top: 20px;
	margin-left: 20px;
	background: url(../img/searchNanny_btn.gif) no-repeat;
}

div#registerNanny {
	background: url(../img/registerNanny_back.jpg) no-repeat;
}

div#registerNanny ul {
	margin-left: 190px;
}

div#registerNanny a {
	float: left;
	display: block;
	width: 185px;
	height: 20px;
	margin: 20px 20px 0px 180px;
	background: url(../img/registerNanny_btn.gif) no-repeat;
}

	/* STATISTIC */

div#statistic {
	width: 186px;
	height: 175px;
	margin-left: 450px;
	margin-top: 10px;
	background: url(../img/baby.gif) bottom right no-repeat;
}

* html div#statistic {
	margin-left: 447px;
	height: 165px;
}

div#statistic h3 {
	display: block;
	width: 180px;
	height: 17px;
	background: url(../img/statistic.gif) no-repeat;
}

div#statistic ul {
	color: #646464;
	margin-top: 10px;
}

div#statistic ul li {
	margin-bottom: 5px;
}

p#quote {
	display: none;
	text-indent: -100em;
	overflow: hidden;
}

p#quote {
	float: left;
	display: block;
	width: 403px;
	height: 82px;
	margin-top: 40px;
	background: url(../img/quote.gif) no-repeat;
}