@charset "utf-8";
/* CSS Document
<link href='http://fonts.googleapis.com/css?family=Indie+Flower|Shadows+Into+Light|Coming+Soon|Dancing+Script|Special+Elite|Rock+Salt|Shadows+Into+Light+Two|Architects+Daughter|Rancho|Unkempt|Love+Ya+Like+A+Sister|Fredericka+the+Great|IM+Fell+English|Open+Sans:400,600' rel='stylesheet' type='text/css'>
 */
html {
	background-color: #FCFAEA;
}
body {
	margin: 0;
	padding: 0;
	background-image: url(../images/body-bg.jpg);
	background-position: top center;
	min-width: 1000px;
	font-family: 'Rancho', cursive;
	/*font-family: 'IM Fell English', serif;
	font-family: 'Love Ya Like A Sister', cursive;
	
	font-family: 'Rancho', cursive;
	font-family: 'Architects Daughter', cursive;
font-family: 'Special Elite', cursive;*/
	font-size: 24px;
	color: #000;
	line-height: 1.5em;
	letter-spacing: 1.5px;
}
a{
	color:#B10424;
	text-decoration:none;
}
a:hover{
	color:#0368B5;
}
h1{
	text-transform:capitalize;
	}
 .header {
	background-image: url(../images/kids-header.png);
	background-position: bottom center;
	background-repeat: repeat-x;
	height: 200px;
	padding-top: 15px;
}
.logo a {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	display: block;
	width: 255px;
	height: 138px;
}
.contain {
	width: 100%;
	min-width: 1000px;
	overflow: hidden;
}
.left {
	float: left;
}
.right {
	float: right;
}
.margin-TB {
	margin: 10px 0;
}
.margin-LR {
	margin: 0 10px;
}
.padding-TB {
	padding: 10px 0;
}
.padding-LR {
	padding: 0 10px;
}
.col-1 {
	width: 20%;
	min-width: 250px;
}
.col-2 {
	width: 240px;
}
.col-3 {
	width: 300px;
}
.col-7 {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width:768px) {
.col-7 {
	width: 700px;
}
}
@media (min-width:992px) {
.col-7 {
	width: 700px;
}
}
 @media (min-width:1200px) {
.col-7 {
	width: 77%;
}
}
.nav {
	width: 20%;
	min-width: 250px;
}
.nav .nav-menu {
	background-image: url(../images/nav-bg.png);
	background-position: top center;
	background-repeat: repeat-y;
	padding: 0 10px;
	float: left;
	min-width: 250px;
}
.nav-menu ul {
	padding: 0 30px;
	margin-top: 20px;
}
.nav-menu ul li {
	list-style: none;
	display: block;
	margin-bottom: 10px;
	background-image: url(../images/icon-mn.png);
	background-repeat: no-repeat;
	padding-left: 20px;
}
.nav-menu ul li a {
	color: #AA081E;
	text-decoration: none;
	display: block;
	font-size: 22px !important;
	padding: 5px 15px;
	font-weight: normal;
	letter-spacing: normal !important;
	font-family: 'Unkempt', cursive;/*font-family: 'IM Fell English', serif;
	font-family: 'Love Ya Like A Sister', cursive;
	
	font-family: 'Rancho', cursive;
	font-family: 'Architects Daughter', cursive;
font-family: 'Special Elite', cursive;*/
}
.nav-menu ul li a:hover {
	color: #000;
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5NzBhMTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(151,10,25,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(151,10,25,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(151,10,25,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(151,10,25,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(151,10,25,1) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(151,10,25,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#970a19', GradientType=1 ); /* IE6-8 */
}

.nav-menu ul li .active {
	color: #000;
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5NzBhMTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(151,10,25,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(151,10,25,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(151,10,25,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(151,10,25,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(151,10,25,1) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(151,10,25,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#970a19', GradientType=1 ); /* IE6-8 */
}
.nav .nav-left {
	background-image: url(../images/nav-left.png);
	background-repeat: repeat-y;
	width: 18px;
	float: left;
	display: block;
	padding: 5px;
}
.nav .nav-right {
	background-image: url(../images/nav-right.png);
	background-repeat: repeat-y;
	width: 18px;
	display: block;
	float: right;
}
.img-box {
	background-image: url(../images/box-bg.png);
	width: 302px;
	padding:22px 17px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	text-align:center;
	text-transform:capitalize;
	min-height:250px;
 }
 .img-box h1{
	 font-size:24px;
	 margin:0;
	 padding:0;
	 font-weight:normal;
	 }
	 .img-box h2{
		font-size:24px;
		margin:0;
		padding:0;
		font-weight:normal;
		}
 .img-box img{
	 width:300px;
	 height:210px;
	 background-color:#fff;
	}
	.home-img-box {
	background-image: url(../images/box-bg.png);
	width: 302px;
	padding:17px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	text-align:center;
	text-transform:capitalize;
 }
  .home-img-box img{
	 width:300px;
	 height:220px;
	 background-color:#fff;
	}
.footer {
	background-image: url(../images/footer-bg.png);
	background-repeat: repeat-x;
	background-position: top center;
	padding: 15px;
	height:30px;
	padding-top: 30px;
	font-size: 18px;
}
.print-header {
	background-image: url(../images/print-header-bg.png);
	background-position: bottom center;
	background-repeat: repeat-x;
	height: 135px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	position: fixed;
	font-weight: normal;
	font-size: 14px;
	padding: 10px 0;
	min-width:1000px;
	width: 100%;
	z-index: 9999;
}
.print-header p{ margin:0; padding:0;}
.print-top {
	width: 1000px;
	height: 120px;
	margin: 0 auto;
	overflow: scroll;
}
.print {
	width: 1000px;
	margin: 120px auto 50px;
 
	text-align: center;
	background-color: #fff;
	padding: 50px 0;
	box-shadow: 0 2px 8px #666;
}
.print img {
	width: 700px;
}
.print-button {
 	border: 1px solid #72021c;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 14px;
	font-family: arial, helvetica, sans-serif;
	padding: 8px 20px;
	text-decoration: none;
	display: inline-block;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	font-weight: bold;
	color: #FFFFFF;
 	background-color: #a90329;
 	background-image:url(../images/print.png), -webkit-gradient(linear, left top, left bottom, from(#a90329), to(#6d0019));
	background-image:url(../images/print.png), -webkit-linear-gradient(top, #a90329, #6d0019);
	background-image:url(../images/print.png), -moz-linear-gradient(top, #a90329, #6d0019);
	background-image:url(../images/print.png), -ms-linear-gradient(top, #a90329, #6d0019);
	background-image:url(../images/print.png), -o-linear-gradient(top, #a90329, #6d0019);
	background-image:url(../images/print.png), linear-gradient(to bottom, #a90329, #6d0019);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#a90329, endColorstr=#6d0019);
	cursor: pointer;
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:40px;
 
}
.print-button:hover {
	border: 1px solid #450111;
	background-color: #77021d;
	background-image:url(../images/print.png), -webkit-gradient(linear, left top, left bottom, from(#77021d), to(#3a000d));
	background-image:url(../images/print.png), -webkit-linear-gradient(top, #77021d, #3a000d);
	background-image:url(../images/print.png), -moz-linear-gradient(top, #77021d, #3a000d);
	background-image:url(../images/print.png), -ms-linear-gradient(top, #77021d, #3a000d);
	background-image:url(../images/print.png), -o-linear-gradient(top, #77021d, #3a000d);
	background-image:url(../images/print.png), linear-gradient(to bottom, #77021d, #3a000d);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#77021d, endColorstr=#3a000d);
}


.back-button {
 	border: 1px solid #bee1fa;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 14px;
	font-family: arial, helvetica, sans-serif;
	padding: 8px 20px;
	text-decoration: none;
	display: inline-block;
 
	font-weight: bold;
	color: #000;
 	background-color: #f2f9fe;
 	background-image:url(../images/back.png), -webkit-gradient(linear, left top, left bottom, from(#f2f9fe), to(#d6f0fd));
	background-image:url(../images/back.png), -webkit-linear-gradient(top, #f2f9fe, #d6f0fd);
	background-image:url(../images/back.png), -moz-linear-gradient(top, #f2f9fe, #d6f0fd);
	background-image:url(../images/back.png), -ms-linear-gradient(top, #f2f9fe, #d6f0fd);
	background-image:url(../images/back.png), -o-linear-gradient(top, #f2f9fe, #d6f0fd);
	background-image:url(../images/back.png), linear-gradient(to bottom, #f2f9fe, #d6f0fd);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#f2f9fe, endColorstr=#d6f0fd);
	cursor: pointer;
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:40px;
 
}
.back-button:hover {
	border: 1px solid #93cdf7;
	background-color: #c3e3fa;
	background-image:url(../images/back.png), -webkit-gradient(linear, left top, left bottom, from(#c3e3fa), to(#a5defb));
	background-image:url(../images/back.png), -webkit-linear-gradient(top, #c3e3fa, #a5defb);
	background-image:url(../images/back.png), -moz-linear-gradient(top, #c3e3fa, #a5defb);
	background-image:url(../images/back.png), -ms-linear-gradient(top, #c3e3fa, #a5defb);
	background-image:url(../images/back.png), -o-linear-gradient(top, #c3e3fa, #a5defb);
	background-image:url(../images/back.png), linear-gradient(to bottom, #c3e3fa, #a5defb);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#c3e3fa, endColorstr=#a5defb);
}


.title{
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk2MDcxMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ1JSIgc3RvcC1jb2xvcj0iI2M1Nzc3YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left,  rgba(150,7,17,1) 0%, rgba(197,119,124,1) 45%, rgba(255,255,255,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(150,7,17,1)), color-stop(45%,rgba(197,119,124,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(150,7,17,1) 0%,rgba(197,119,124,1) 45%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(150,7,17,1) 0%,rgba(197,119,124,1) 45%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(150,7,17,1) 0%,rgba(197,119,124,1) 45%,rgba(255,255,255,0) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(150,7,17,1) 0%,rgba(197,119,124,1) 45%,rgba(255,255,255,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#960711', endColorstr='#00ffffff',GradientType=1 ); /* IE6-8 */
color:#fff;
padding:3px 15px;
border-radius:5px;	
}
 
.page-title{
	border-top:1px solid#970A14;
	border-bottom:1px solid#970A14;
 color:#0367B4;
 font-size:32px;
 margin:10px 0;
 padding:5px 0 ;
text-align:center;
}
.page-title h1{
	margin:0;
	padding:0;
 color:#0367B4;
 font-size:32px;
 }
 .download-btn{
	background: #000;
	color: #fff;
	padding: 0px 10px;
	font-size: 14px;
	border-radius: 3px;
	display: inline-block;
	letter-spacing: normal;
	font-family: Arial, Helvetica, sans-serif;
 }