
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */
* { padding: 0; margin: 0; outline: 0; }

body {
	margin: 10px 0 0 0; 	padding: 0;
	font: normal 13px/1.6em  verdana, tahoma, sans-serif;	 
	text-align: center;
	background: #FFF ;
	color: #000080; 	
}

/* links */
a {
	color: blue;		
	background-color: inherit;
	text-decoration: none;			
}
a:hover {	
	color: #FF8B04;
	background-color: inherit;	
	text-decoration: underline;	
}

/* headers */
h1, h2, h3, h4 {
	font: normal 1em 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	color: #eee;
}
h1 { font-size: 3em; color: #84A5DA; letter-spacing: -2px;	} 
h2 { font-size: 2.5em; }
h3 { font-size: 1.8em; }
h4 { font-size: 1.5em; }

p, h1, h2, h3, h4 {
	margin: 0;
	padding: 10px 15px;
}

ul, ol {
	margin: 10px 30px;
	padding: 0 15px;	
}

/* images */
img {
	background: transparent;
}
img.float-right {
   margin: .5em 0 1em 1em;   
}
img.float-left {
   margin: .5em 1em 1em 0;
}

code {
  margin: .5em 0;
  display: block;
  padding: 20px;
  text-align: left; 
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'Courier New', monospace ;
  /* white-space: pre; */
  background: transparent;
  border: 1px solid #211E20;   
}
acronym {
  cursor: help;
  border-bottom: 1px dotted #8F8F8E;
}
blockquote {
	margin: 10px 15px;
 	padding: 10px 0 10px 30px;  
   background: transparent;
	border: 1px solid #211E20;   
  	font: normal 1.6em/1.5em Georgia, "Times New Roman", Times, serif;
}


/* form elements */
form {
	margin: 10px 15px; 
	padding: 10px;
	background: transparent;
	border: 1px solid #211E20;  
}
fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
label {
	display:block;
	font-weight:bold;
	margin: .4em 0;	
}
input {
	padding: .3em;
	border: 1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width: 55%;
	padding: .3em;
	font: normal 1em/1.5em Verdana, sans-serif;
	border: 1px solid #eee;
	height: 10em;
	display:block;
	color:#777;
}
input.button { 
	font: bold 1em Arial, Tahoma, Sans-serif; 
	margin: 0;
	padding: .25em .3em;
	color: #fff;
	background: #000;
	border: 2px solid #211E20; 
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0 0 0 10px; padding: 0 0 1.5em 0;	
	width: 20em;	
}
.searchform p { margin: 0; padding: 0; }
.searchform input.textbox { 
	width: 11em;
	color: #777; 
	padding: .4em; 
	border: 1px solid #E5E5E5;
	vertical-align: top;
}
.searchform input.button { 
	width: 80px;
	vertical-align: top;
}

/***********************
	  LAYOUT
************************/

/* bottom menu*/
#bottomMenu{
	position: absolute;
	bottom: 40px;
	left: 10px;
}

#bottomMenu ul.sidemenu {
	width: 300px;
	margin: 0 0 0 10px;
	padding: .1em 0 1em 0;		
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;		
	border-top: 1px solid #BBB;
	text-transform: uppercase;
}
#bottomMenu ul.sidemenu li {
	padding: 0; 
	background: url(images/displayImages/bullet.jpg) no-repeat .5em .6em;		
	border-bottom: 1px solid #BBB; 
	list-style:none;
}

#bottomMenu ul.sidemenu li a {
	display: block;
	font-weight: bold;
	color: #a5a5a5;
	text-decoration: none;
	padding: .2em 0 .2em 30px;
	line-height: 1.5em;
	font-size: 1.25em;
}
#bottomMenu ul.sidemenu li a:hover {
	color: #000080;				
}
#bottomMenu ul.sidemenu ul { margin: 0 0 0 15px; }
#bottomMenu ul.sidemenu ul li { border: none; }
#bottomMenu ul.sidemenu li#current2 a {	
	color: #FF8B04;	
}

#contactInfo {
	margin-left: 12px;
	padding: 10px 15px;
}

/* content */
#content-wrap {
	clear: both;
	float: left;
	width: 100%;
	background: #FFF url(images/displayImages/gradient.jpg) repeat-x;
}
#content {
	text-align: left;	
	padding: 0; 
	margin: 0 auto;
	border-left: 3px solid #1C4280;
	border-right: 3px solid #1C4280;
	background: #FFF;
	min-height: 905px;
}

/* footer */
#footer-wrap {	
	clear: both;
	padding: 0;	margin: 0 auto; 
	width: 910px;
	border-width: 2px 3px 3px 3px;
	border-style: solid;
	border-color: #1C4280;
}

#footer-bottom {
	clear: both;
	margin: 0 auto; 
	padding: 1em 0 1.5em 0;
	text-align: center;
	font-size: .85em;
	background: url(images/displayImages/footerBg.jpg) no-repeat;
}

#footer-bottom a {
	color: blue;		
	background-color: inherit;
	text-decoration: underline;	
			
}
#footer-bottom a:hover {	
	color: red;
	background-color: inherit;	
}

#header, #nav, #content, #footer-wrap {
	width: 910px;
}

/* header */
#header {
	clear: both;
	position: relative;
	margin: 0 auto; padding: 0;
	background: url(images/displayImages/bg.jpg) repeat-x;
	height: 384px;
	width:  100%;
	text-align: left;	
}
#headerContent {
	clear: both;
	position: relative;
	margin: 0 auto; padding: 0;
	height: 384px;
	width:  900px;
	text-align: left;	
}
#headerContent #clouds {
	position: absolute;
	background: transparent url(images/displayImages/clouds.gif) no-repeat;
	top: 150px;
	left: 45px;
	width: 309px;
	height: 163px;
}
#headerContent #banner {
	position: absolute;
	z-index: 100;
	top: 50px;
}

#headerContent h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	font-weight: bold; 
	font-size: 40pt; 
	font-family: helvaitca;
	letter-spacing: -3px;
	color: #FFF;
	text-decoration: none;
	z-index: 9998;
	background: transparent;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 33px; left: 10px;	
}
#headerContent p#slogan {
	position: absolute;	
	font: normal 19px 'Trebuchet Ms', Sans-serif;
	text-transform: none;
	color: #fff;
	margin: 0; padding: 0;
	z-index: 9999;
	
	/* change the values of left and top to adjust the position of the slogan */
	top: 95px; left: 25px;
}

#headerContent #rainbowImage{
	float:right;
	position: absolute;
	right: 0;
	top: 5px;	
}

/* main */
#main {
	margin: 0 26em 0 0; 
	padding: 10px 0 0 0;
	background: #FFF;
	position: relative;
}

#main h2 a{
	color: #84A5DA;		
	background-color: inherit;
	text-decoration: none;			
}

#main h2 a:hover {	
	color: #9172EC;
	background-color: inherit;	
	text-decoration: underline;	
}

#main .contactlink a{
	color: #9172EC;
	font: bold 16px/40px "Trebuchet MS", Helvetica, Arial, sans-serif;
	text-decoration: none;	
	letter-spacing: 1px;
	margin: 0 15px 0 0 ;
}
#main .contactlink a:hover{
	color: #000080;	
}

#main h2 { 
	font: normal 2.1em 'Trebuchet MS', Arial, Sans-serif;
	color: #84A5DA;	
	letter-spacing: -2px;		
	padding-bottom: 0px;
	margin-bottom: 5px;
	/*border-bottom: 1px solid #211E20;*/ 	
}

#main h3{
	color: #84A5DA;
}

/* Navigation */
#nav {
	clear: both;	
	margin: 0 auto;
	padding: 0 0 0 0;		
}
#nav ul {
	float: left;
	list-style: none;
	text-transform: uppercase;
	margin: 0;	padding: 0;	
		
}
#nav ul li {
	float: left;
	margin: 0; padding: 0;

}
#nav ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0 20px;
	color: #a5a5a5;
	font: bold 16px/40px "Trebuchet MS", Helvetica, Arial, sans-serif;
	text-decoration: none;	
	letter-spacing: 1px;	
}
#nav ul li a:hover, 
#nav ul li a:active {
	color: #000080;		
}
#nav ul li#current a {	
	color: #FF8B04;	
}

/* prodcut line page */
#product-wrap{
	margin: 0 auto; 
	padding: 10px 0 0 0;
	background: #FFF;
	position: relative;
	height: 1100px;
}

#product-wrap h2 a{
	color: #84A5DA;		
	background-color: inherit;
	text-decoration: none;			
}

#product-wrap h2 a:hover {	
	color: #9172EC;
	background-color: inherit;	
	text-decoration: underline;	
}

#product-wrap #productPics{
	text-align:center;
	margin: 0 auto;
	width:880px;
}



/* sidebar */
#sidebar {
	float: right;
	width: 310px;
	margin: 0 0 0 -21em; 
	padding: 15px 0 0 0;
	background: /*url(images/displayImages/sidebar2.jpg) repeat-y;*/#FFF;
}
#sidebar a{
	font-size:8pt;
	float:right;
	color: #000080;
	margin-right: 20px;
}
#sidebar p{
	margin: 0;
	padding: 5px 15px;
}
#sidebar h3 {
	font: normal 1.6em 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	padding: .3em 0 0 10px; 
	color: #84A5DA;			
	text-transform: none;
	letter-spacing: -1px;	
}

#sidebar h4 {
	font: normal 1.3em 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	padding: .3em 0 0 10px; 
	margin-bottom: 10px;
	color: #84A5DA;			
	text-transform: none;
	letter-spacing: -1px;	
}

#sidebar .productLogo{
	margin: 20px auto;
	text-align: center;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  {	text-align: left; }
.align-right {	text-align: right; }

* html body #sidebar ul.sidemenu li { height: 1%; }

* html #banner{
    background: transparent none;
    width:  463px;
    height: 54px;
	border:0px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/displayImages/banner.png',sizingMethod='scale');
} 
* html #infant{
    background: transparent none;
    width:  182px;
    height: 91px;
	border:0px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/infantino.png',sizingMethod='scale');
}
* html #alex{
    background: transparent none;
    width:  107px;
    height: 109px;
	border:0px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/alex.png',sizingMethod='scale');
}
* html #toysmith{
    background: transparent none;
    width:  234px;
    height: 91px;
	border:0px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/toysmith.png',sizingMethod='scale');
}
* html #papo{
    background: transparent none;
    width:  200px;
    height: 117px;
	border:0px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/papo.png',sizingMethod='scale');
}
* html .innerImage{
	display: none;
}
 
