@charset "utf-8";
/* CSS Document */
body {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}
a {
outline:none;
}
.wrapper {
	width:1002px;
	margin:0 auto;
}
.body {
	padding-bottom: 50px;
	margin-bottom:35px;
}
.clr {
	clear:both;
}
h1 {
	font-size:16px;
	font-family:"Times New Roman", Times, serif;
	display:block;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
}
h2 {
	color:#464646;
	font-size:12px;
	font-weight:bold;
	padding-left:12px;
	padding-bottom:10px;
}
.index {
	border-left:1px solid #B2B2B2;
	border-right:1px solid #B2B2B2;
	border-bottom:1px solid #B2B2B2;
}
.index h1 {
	color:#464646;
}
.about {
	border-left:1px solid #e12a2a;
	border-right:1px solid #e12a2a;
	border-bottom:1px solid #e12a2a;
}
.about h1 {
	color:#e12a2a;
}
.our {
	border-left:1px solid #0aa0db;
	border-right:1px solid #0aa0db;
	border-bottom:1px solid #0aa0db;
}
.our h1 {
	color:#0aa0db;
}
.contact {
	border-left:1px solid #dfca22;
	border-right:1px solid #dfca22;
	border-bottom:1px solid #dfca22;
}
.contact h1 {
	color:#dfca22;
}


/* sub_menu */
.menu {
	padding-top:68px;
	padding-left:100px;
	width:200px;
}
.menu a, .menu a:link, .menu a:visited,.menu a:active{
	font-size:16px;
	font-family:"Times New Roman", Times, serif;
	padding-left:15px;
	display:block;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
}
.menu a {
	padding-bottom:25px;
}
.menu .a a:hover {
	background:url(../images/a.jpg) top left no-repeat;
	color:#464646;
}
.menu .a .selected {
	background:url(../images/a.jpg) top left no-repeat;
	padding-bottom:0px;
}
.menu a .about_us {
	color:#e12a2a;
}
.menu .b a:hover {
	background:url(../images/b.jpg) top left no-repeat;
	color:#464646;
}
.menu .b .selected {
	background:url(../images/b.jpg) top left no-repeat;
	padding-bottom:0px;
}
.menu .b .our_daycare {
	color:#0aa0db;
}
.menu .c a:hover {
	background:url(../images/c.jpg) top left no-repeat;
	color:#464646;
}
.menu .c .selected {
	background:url(../images/c.jpg) top left no-repeat;
	padding-bottom:0px;
}
.menu a .cont {
	color:#dfca22;
}
.menu d .cont {
	color:#dfca22;
}

/* SUB MENU */
.sub_menu_about, .sub_menu_our, sub_menu_cont {
	padding-left:30px;
	padding-top:8px;
	padding-bottom:10px;
}
.sub_menu_about a, .sub_menu_about a:link, .sub_menu_about a:visited,.sub_menu_about a:active{
	font-size:12px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	padding-left:15px;
	display:block;
	font-weight:normal;
	text-decoration:none;
	color:#e12a2a;
	padding-bottom:4px;
}
.sub_menu_about a:hover {
	background:url(../images/a_2.jpg) top left no-repeat;
}
.menu .sub_menu_about .selected {
	background:url(../images/a_2.jpg) top left no-repeat;
}

.sub_menu_our a, .sub_menu_our a:link, .sub_menu_our a:visited,.sub_menu_our a:active{
	font-size:12px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	padding-left:15px;
	display:block;
	font-weight:normal;
	text-decoration:none;
	color:#0aa0db;
	padding-bottom:4px;
}
.sub_menu_our a:hover {
	background:url(../images/b_2.jpg) top left no-repeat;
}
.menu .sub_menu_our .selected {
	background:url(../images/b_2.jpg) top left no-repeat;
}

/*.sub_menu .a, .sub_menu .b, .sub_menu .c {
	margin-top:-20px;
}

.sub_menu .a .selected {
	background:url(../images/a.jpg) top left no-repeat;
}
.sub_menu a .about_us {
	color:#e12a2a;
}
.sub_menu .b a:hover {
	background:url(../images/b.jpg) top left no-repeat;
	color:#464646;
}
.sub_menu .b .selected {
	background:url(../images/b.jpg) top left no-repeat;
}
.sub_menu .b .our_daycare {
	color:#0aa0db;
}
.sub_menu .c a:hover {
	background:url(../images/c.jpg) top left no-repeat;
	color:#464646;
}
.sub_menu .c .selected {
	background:url(../images/c.jpg) top left no-repeat;
}
.sub_menu a .cont {
	color:#dfca22;
}

*//* CONTENT */
.content {
	float:right;
	width:590px;
	padding-top: 68px;
	padding-right:92px;
}
.index h1 {
	color:#464646;
}
.text {
	padding-top:25px;
	padding-bottom:15px;
	font-color: #000000;
}
.text h1 {
	font-size:14px;
	padding-left:10px;
}
.text p {
	padding-left:15px;
	line-height:16px;
	font-color: #000000;
}
