body { 
  background-color:#febf01;
  background-image:url(../images/kid/bg.jpg);
  background-position:top;
  background-repeat:repeat-x;
  margin:0px auto auto auto;
  color:#FFFFFF;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  }
/*------------------------------------------------------- Header ---------------------------------------------------*/
#header {
 width:90%;
 height:100px;
 margin:auto;
 }
#headerbarl {
 width:40%;
 height:40px;
 float:left;
 clear:none;
 margin:28px auto 32px 0px;
 background-image:url(../images/kid/headlbg.gif);
 background-position:right;
 background-repeat:no-repeat
 }
#logo {
 width:15%;
 height:100px;
 float:left;
 clear:none;
 margin:0px auto 0px auto;
 }
#headerbarr {
	width:40%;
	height:40px;
 background-image:url(../images/kid/headrbg.gif);
 background-position:left;
 background-repeat:no-repeat;
	float:right;
	clear:none;
	margin:28px 0px 32px auto;
  }
#leftcor {
 background-image:url(../images/kid/lcorl.gif);
 background-position:left;
 background-repeat:no-repeat;
 width:100%;
 height:100%;
 text-align:right;
 }
#righttcor {
 background-image:url(../images/kid/rcorr.gif);
 background-position:right;
 background-repeat:no-repeat;
 width:100%;
 height:100%;
 text-align:right;
 }
.headerlinks {
 padding-top:8px;
 }
#header a {
 margin:auto 20% auto auto;
 padding-top:50px;
 font-size: 0.9em;
 font-weight:bold;
 color:#FFFFFF;
 text-decoration:none;
 }
#header a:hover {
 margin:auto 20% auto auto;
 font-size: 0.9em;
  font-weight:bold;
 color:#f4f4f4;
 text-decoration:none;
 border-bottom: #FFFFFF dotted 1px;
 background-image:url(../images/home/linkbg.gif);
 background-position:bottom right;
 background-repeat:no-repeat;
 }
 
 /*------------------------------------------------------- Middle ---------------------------------------------------*/
#mid {
 width:90%;
 height:auto;
 margin:0px auto 0px auto;
}
#gallery {
 width:100%;
 height:auto;
  margin:0px auto 0px auto;
  padding:0px;
  background-image:url(../images/kid/galbg.jpg);
  background-position:bottom;
  background-repeat:repeat-x;
  background-color:#ff691d;
 border-left:#f2f26e 1px solid;
 border-right:#f2f26e 1px solid;
 border-top:#f2f26e 1px solid;
 }
#flashgallery{
 width:600px;
 height:400px;
 margin:0;
 float:left;
}
/*#galthumbs {
 width:auto;
 height:400px;
 margin:0;
 float:right;
 background-color:#000000;
}*/
.thumb {
 width:40px;
 height:70px;
 margin:5px;
 float:left;
 text-align:center;
 }
.thumbpic {
 width:40px;
 height:40px;
 margin:20px 0px 0px 0px;
 float:left;
 border:#8b4b25 solid thin;
}
.thumbno {
 width:25px;
 height:20px;
 margin:0;
 float:left;
 background-color:#ffdf46;
 color:#ffffb3;
 font-size:0.6em;
 border:#ffffb3 solid thin;
}
#brands {
 width:100%;
 height:100px;
  margin:0px auto 0px auto;
 background-color:#000000;
 background-image:url(../images/home/brandsbg.jpg);
 background-repeat:repeat-x;
 border-left:#f2f26e 1px solid;
 border-right:#f2f26e 1px solid;
 border-bottom:#f2f26e 1px solid;
}
.brandspic {
 width:25%;
 height:75px;
 float:left;
 clear:none;
 margin:0px auto auto auto;
 text-align:center;
} 

/*------------------------------------------------------- Extra ---------------------------------------------------*/
#extra {
 width:90%;
 height:100px;
 margin:10px auto 10px auto;
 clear:none;
 display:block;
}
.video {
 width:45%;
 height:100px;
 float:left;
 clear:none;
 margin:0 0 0 2%;
 text-align:right;
} 

/*------------------------------------------------------- Footer ---------------------------------------------------*/
#footer {
 width:90%;
 height:40px;
 margin:0 auto 0 auto;
 padding-top:12px;
 background-image:url(../images/kid/footerbg.jpg);
 border:#cf7200 2px solid;
 text-align:center;
 font-size:0.8em;
}
#footer a {
 text-decoration:none;
 color:#FFFFFF;
 font-style:italic;
 font-weight:bold;
 }
#footer a:hover {
 text-decoration:none;
 margin-top:10px;
 color:#cf7200;
 background-color:#FFFFFF;
 }