/* kaleidoscopekid.com stylesheet v. 1 by lee fleming, infopulsellc.com, lee@infopulsellc.com
================================== */

/* Zero margin and padding on all elements */
* {
  margin: 0;
  padding: 0;
}

body {
  font: 62.5%/1.6 "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
  background-color:#fff;
  background-image: url(images/plaidbg.gif);
  padding: 15px 0;
}

h1 {
  font-size: 2.2em;
  font-weight: 900;
  color: #676dcb;
  line-height: 110%;
  margin: 0;
}

h2 {
  font-size: 1.6em;
  font-weight: 900;
  color: #676dcb;
  line-height: 110%;
}

p, li {
  font-size: 1.2em;
}

#mainNav p, #mainNav li {font-size: 1.1em;}

p {
  margin: 5px 0 1.5em 0;
}
.floatleft {float: left; width: 125px; margin: 2px 5px 2px 0;}
.girlfloat {float: left; width: 274px; margin: 5px 0 0 0;}
.babyfloat {float: left; width: 315px; margin: 5px 0 0 0;}
.specialfloat {float: right; width: 212px; margin: 2px 0 2px 5px; padding: 0;}
.boyfloat {float: right; width: 309px; margin: 2px 0 2px 5px; padding: 0;}
.contactfloat {float: left; width: 237px; margin: 0; padding: 0;}
.aboutfloat {float: right; width: 296px; margin: 0; padding: 0;}
#info {
	margin: 35px 0;
}
#info p  {
  font-size: 1em; margin: 5px 0 1.5em 0; color: #76a16c;
}

.infotitle {
	font-size: 1.1em; font-weight: 900; text-transform: uppercase; letter-spacing: 1pt; color: #dc348a;
}

span.infotag {
	font-size: .8em; font-style: italic; font-weight: 500; letter-spacing: 0; color: #000;
}




#branding h1 {
  margin: 0; display: none;
}

#wrapper {
  background-color: #fff;
  background-image: url(images/kaleidobg.gif);
  background-position: top right;
  background-repeat: no-repeat; border: 8px solid #97cf89;
 }

#branding {
  height: 140px;
   padding: 20px;
   background-image: url(images/kaleidoscope_logo.gif);
   background-position: 25px 15px;
   background-repeat: no-repeat;
}

.mainNav {
  list-style: none;
 
}

#footer {
  
  padding: 1px 20px;
}

.legal {
	width: 99%; float: left; font-size: 1.1em;
}

.colophon {
	font-size: .85em; text-align: right;
}


/* The Core Technique
================================= */

body {
  text-align: center; 
  min-width: 780px;
}

#wrapper {
  width: 760px; 
  margin: 0 auto; 
  text-align: left; 
}


#content {
	width: 560px;
	float: right;
	padding-right: 20px;
}

#content_prod {
	width: 560px;
	float: right;
	padding-right: 20px;
	line-height: normal;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

#mainNav { 
  width: 180px; 
  float: left; 
} 

#footer { 
  clear: both; 
} 

/* Add some padding 
================================== */

#mainNav {
  padding-top: 0px;
  padding-bottom: 0px;
}

#mainNav * {
  padding-left: 20px;
  padding-right: 10px;
}

#mainNav * * {
  padding-left: 0;
  padding-right: 0;
}

#content * {
  padding-right: 20px;
}

#content * * {
	padding: 5px;
}

/* links */
a:link, a:visited {
	color: #4e54c6;
}
a:hover {
	color: #dd74aa;
}

a:active {
	color: #960;
}
.first {text-transform: uppercase;}

#promo {margin: 34px 0 0 0;}
.personalfloat {
	float: right;
	margin: 10px 26px 0px 10px;
	padding: 0;
}

Main Menu Script 
<style type="text/css">
#info {height:400px;}

.menu {
	z-index:1000;
	font-size:90%; /* this page only */
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0px;
}

.twitter_div ul {
	padding:0;
	margin:0;
	list-style-type:none;
	width:145px;
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 12px;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
	width:145px;
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 12px;
}
/* hack for IE5.5 */
* html .menu ul {margin-left:-16px; ma\rgin-left:0;}
/* position relative so that you can position the sub levels */
.menu li {
position:relative;
background:#97CF89;
height:26px;
}

/* get rid of the table */
.menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* style the links */
.menu a, .menu a:visited {
display:block; 
text-decoration:none;
height:25px;
line-height:25px;
width:145px;
color:#000;
text-indent:5px;
border:1px solid #fff;
border-width:0 1px 1px 0;
}
/* hack for IE5.5 */
* html .menu a, * html .menu a:visited {background:#d4d8bd; width:150px; w\idth:149px;}
/* style the link hover */
* html .menu a:hover {color:#fff; background:#949e7c;}

.menu :hover > a {
color:#fff; 
background:#DD74AA;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
top:0;
left:146px; 
}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul {
visibility:visible;
}

/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
visibility:visible;
}
</style>
[if IE 7]>
<style type="text/css">
.menu li {float:left;}
</style>
<![endif]

Main Menu Script End 
.product_box {
	width: 450px;
}
