/* global styles */
body {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
:focus {
	outline:0;
}

#wrapper {
	width:977px;
	margin:6px auto;
	position:relative;
}
/* header styles */
#header {
	width:100%;
	height:90px;
}
#logo {
	width:143px;
	height:79px;
	margin:0;
	padding:0;
	text-indent:-5000px;
	background:url(images/logo.jpg) 0 0 no-repeat;
	position:absolute;
	left:18px;
	top: 3px;
}

#tagline {
	width:800px;
	height:63px;
	text-indent:-5000px;
	position:absolute;
	right:0;
	top:0;
	background:url(images/bg_tagline.jpg) right top;
	margin:0;
	padding:0;
}
#topNav {
	width:800px;
	height:26px;
	overflow:hidden;
	background:url(images/bg_nav.jpg) repeat-x;
	position:absolute;
	right:0;
	top:64px;
}
#topNav ul {
	margin:0;
	padding:0;
	width:100%;
	list-style:none;
}
#topNav li {
	float:left;
	margin:0;
	padding:0;
}
#topNav ul li a{
	margin:0;
	padding:0 27px;
	float:left;
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	height:26px;
	line-height:26px;
	text-decoration:none;
	border-left:1px solid #C2EBCD;

}
#topNav ul li a:hover {
	background:url(images/bg_nav_hover.jpg);
}
#topNav ul li a span{
	background:url(images/bg_nav_round.gif) 0 0 no-repeat;
	width:44px;
	height:26px;
	display:block;
	padding:0 36px;
	
}
#topNav ul li a#nav1 {
	padding:0;
	border: none;
}


body#home #topNav ul li a#nav1{
	background:url(images/bg_nav_current.jpg);
}
body#about #topNav ul li a#nav2{
	background:url(images/bg_nav_current.jpg);
}
body#dendrites #topNav ul li a#nav3{
	background:url(images/bg_nav_current.jpg);
}
body#chart #topNav ul li a#nav4{
	background:url(images/bg_nav_current.jpg);
}
body#awards #topNav ul li a#nav5{
	background:url(images/bg_nav_current.jpg);
}
body#research #topNav ul li a#nav6{
	background:url(images/bg_nav_current.jpg);
}

/* midsection styles */
#midSection {
	width:976px;
	border-right:1px solid #027F23;
	border-bottom:1px solid #FFF;
	float:left;
	background:#FFF url(images/bg_midSection.gif) top left repeat-y;
}
/* leftColumn */
#leftColumn {
	width:177px;
	padding:0;
	margin:0;
	background:#027F23;
	float:left;
	display:block;
	overflow:hidden;
}
#USA {
	width:177px;
	height:50px;
	display:block;
	text-indent:-5000px;
	background:url(images/bg_USA.jpg) 0 0 no-repeat;
}
#search {
	width:100%;
	height:20px;
	display:block;
	background:url(images/search_glass.jpg) 3px 0 no-repeat;
	margin:19px 0 0 0;
}
#search form {
	margin:0 0 0 26px;
	padding:0;
}
#searchButton {
	width:28px;
	height:20px;
	display:block;
	background:url(images/go.jpg);;
	border:none;
	text-indent:-5000px;
	margin:0;
	padding:0;
}
#searchField {
	width:108px;
	height:16px;
	display:block;
	line-height:16px;
	border:1px solid #809DB9;
	margin:0 4px 0 0;
	padding-left:4px;
	float:left;
	font-weight:bold;
}
/* leftnav styles */

#leftNav ul {
	margin:31px 0 0 7px;
	padding:0;
	list-style:none;
}
#leftNav li {
	margin:0;
	padding:0;
	width:176px;
	height:70px;
	display:block;
}
#leftNav li a{
	width:165px;
	height:50px;
	line-height:50px;
	display:block;
	font-size:18px;
	font-weight:bold;
	color:#000;
	text-decoration:none;
	text-align:center;
	margin:0;
	padding:0;
	float:left;
}
#leftNav li a:hover {
	margin:2px 0 0 2px;
	font-size:20px;
}
#leftNav li a#leftNav1 {
	background:url(images/bg_left_nav_1.gif) 0 0 no-repeat;
}
#leftNav li a#leftNav2 {
	background:url(images/bg_left_nav_2.gif) 0 0 no-repeat;
}
#leftNav li a#leftNav3 {
	background:url(images/bg_left_nav_3.gif) 0 0 no-repeat;
}
#leftNav li a#leftNav4 {
	background:url(images/bg_left_nav_4.gif) 0 0 no-repeat;
}
#leftNav li a#leftNav5 {
	background:url(images/bg_left_nav_5.gif) 0 0 no-repeat;
}
/* subscribe form */
#subscribe span {
	display:block;
	padding:0 10px;
	color:#FFF;
	font-weight:bold;
	font-size:10px;
}
#subscribe form {
	margin:8px 0 0 0;
	padding:0;
}
#joinButton {
	width:42px;
	height:20px;
	display:block;
	background:url(images/join.jpg);;
	border:none;
	text-indent:-5000px;
	margin:0;
	padding:0;
}
#subscribeField {
	width:118px;
	height:16px;
	display:block;
	line-height:16px;
	border:1px solid #809DB9;
	margin:0 4px;
	padding-left:4px;
	float:left;
	font-weight:bold;
}
*html #subscribeField {
	margin:0 2px;
}
#bbb a{
	display:block;
	margin:20px auto 20px auto;
	text-align:center;
}
/* content styles */
#content {
	width:759px;
	display:block;
	padding:20px;
	float:left;
}
#content span {
	display:block;
	margin:0 10px 20px 10px;
	font-family:Arial, Helvetica, sans-serif !important ;
	font-size:13px;
	text-align:justify;
}
#content h1 {
	background:url(images/bg_h1_left.jpg) 0 0 no-repeat;
	color:#FFF;
	display:block;
	padding:0 10px;
	margin:0 0 20px 0;
	height:26px;
	line-height:26px;
	font-size:18px;
}

/* footer styles */
#footer {
	width:100%;
	height:35px;
	display:block;
	background:#027F23 url(images/corner_bl.jpg) 0 0 no-repeat;
	float:left;
	margin:0 auto 10px auto;
}
#footer span {
	background:url(images/corner_br.jpg) 100% 0 no-repeat;
	width:100%;
	height:35px;
	display:block;
	text-align:center;
	line-height:35px;
}
#footer {
	font-size:12px;
	font-weight:bold;
	color:#FFF;

}
#footer a {
	text-decoration:none;
	color:#FFF;
}
#footer a:hover {
	text-decoration:underline;
}
/* sub footer */
#subFooter{
	margin:10px auto;
	text-align:center;
	font-size:10px;
	clear:both;
	width:960px;
}
#subFooter a {
	list-style:none;
	padding:0 2px 0 6px;
	background:url(images/pipe.gif) 0 3px no-repeat;
	color:#027F23;
	line-height:12px;
}
#subFooter a.first {
	background:none;
}
#subFooter a:hover{
	text-decoration:none;
}
/* Styles specific to specific pages */
#freeCatalogTable {
	font-weight:bold;
	border: 2px dotted rgb(1, 126, 32);
}
#freeCatalogTable form, #freeCatalogTable ol, #freeCatalogTable ul {
	margin: 0px;
	padding: 0px;
}
#freeCatalogTable li {
	list-style-position: inside;
	margin: 0px;
	padding: 0px;
}
#freeCatalogTable .star {
	font: bold 150% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #0066CC; 
}
#content span span {
	display:inline;
	margin:0;
}
#featuredContainer {
	width:759px;
	height:240px;
	display:block;
}
a.featured {
	width:236px;
	height:210px;
	display:block;
	border:3px solid #027F23;
	float:left;
	margin:6px 4px 0 4px;
	text-decoration:none;
	position:relative;
	

}
*html a.featured {
	width:236px;
}
#content a.featured span {
	display:block;
	width:100%;
	text-align:center;
	text-decoration:none !important;
	font-weight:bold;
	font-size:18px !important;
	color:#030359;
	position:absolute;
	vertical-align:bottom;
	margin:0 auto;
	bottom:5px;
}
a#featured1 {
	background:url(images/featured_product_1.jpg) 0 0 no-repeat;
}
a#featured2 {
	background:url(images/featured_product_2.jpg) 0 0 no-repeat;
}
a#featured3 {
	background:url(images/featured_product_3.jpg) 0 0 no-repeat;
}
a#featured4 {
	background:url(images/featured_product_4.jpg) 0 0 no-repeat;
}
a#featured5 {
	background:url(images/featured_product_5.jpg) 0 0 no-repeat;
}
a#featured6 {
	background:url(images/featured_product_6.jpg) 0 0 no-repeat;
}
a#featured7 {
	background:url(images/featured_product_7.jpg) 0 0 no-repeat;
}
a#featured8 {
	background:url(images/featured_product_8.jpg) 0 0 no-repeat;
}
a#featured9 {
	background:url(images/featured_product_9.jpg) 0 0 no-repeat;
}
a#featured11 {
	background:url(images/featured_product_11.jpg) 0 0 no-repeat;
}
a#featured12 {
	background:url(images/featured_product_12.jpg) 0 0 no-repeat;
}
a#featured13 {
	background:url(images/featured_product_13.jpg) 0 0 no-repeat;
}
#content h1.green {
	background:url(images/cat_banner_green.jpg) no-repeat;
	margin-top:130px;	
}
#content h1.green2 {
	background:url(images/cat_banner_green_2.jpg) 100% 0 no-repeat;
	text-align:right;
	clear:both;
	font-size:16px;
}
#content h1.green3 {
	background:url(images/cat_banner_green_3.jpg) no-repeat;
	clear:both;
	font-size:16px;
}
a.featured:hover {
	border-color:#FF0000;
}

/* landing page styles */

body.landing h1 a {
	color:#FFF;
	text-decoration:none;
}
body.landing #content span a {
	text-decoration:none;
	color:#000;
}
ul#landingThumbs {
	position:relative;
	height:480px;
}
ul#landingThumbs li {
	position:absolute;
}
ul#landingThumbs, ul#landingThumbs li {
	margin:0;
	padding:0;
	list-style:none;
}
ul#landingThumbs a {
	width:230px;
	height:230px;
	display:block;
	background:url(images/bg_thumb.jpg) 0 0 no-repeat;
	text-decoration:none;
	color:#04035B;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
ul#landingThumbs a:hover{
	background-position:0 -230px;
	color:#027F23;	
}
li.thumb1 {
	left:0;
	top:0;
}
li.thumb2 {
	left:240px;
	top:0;
}
li.thumb3 {
	left:480px;
	top:0;
}
li.thumb4 {
	left:115px;
	top:240px;
}
li.thumb5 {
	left:355px;
	top:240px;
}
ul#landingThumbs li a span {
	width:220px;
	text-align:center;
	margin:0;
	padding:0;
	padding-top:165px;
	display:block;
	background:url(images/blocks_thumb_1.jpg) 50% 8px no-repeat;
}
ul#landingThumbs li.thumb1 a span {
	background-image:url(images/blocks_thumb_1.jpg);
}
ul#landingThumbs li.thumb2 a span {
	background-image:url(images/blocks_thumb_2.jpg);
}
ul#landingThumbs li.thumb3 a span {
	background-image:url(images/blocks_thumb_3.jpg);
}
ul#landingThumbs li.thumb4 a span {
	background-image:url(images/blocks_thumb_4.jpg);
}
ul#landingThumbs li.thumb5 a span {
	background-image:url(images/blocks_thumb_5.jpg);
	padding-top:155px;
}
/* Second Wooden Toy Blocks Page styles */
#pageBlocks2 #content {
	font-size:12px;
	color:#04035B;
}
#pageBlocks2 #content p{
	padding:0 7px 10px 7px;
	margin:0;
}
#pageBlocks2 .woodBlocksImage1,
#pageBlocks2 .woodBlocksImage3,
#pageBlocks2 .woodBlocksImage5 {
	float:right;
	margin:4px 0 4px 8px;
}
#pageBlocks2 .woodBlocksImage2,
#pageBlocks2 .woodBlocksImage4{
	float:left;
	margin:4px 8px 4px 0;
}
#pageBlocks2 #content h1 a {
	color:#FFF;
	text-decoration:none;
}
#pageBlocks2 #content h1 a:hover{
	font-style:italic;
	text-decoration:underline;
}

#pageBlocks2 #content a img {
	border:2px solid #FFF;
}
#pageBlocks2 #content a:hover img{
	border:2px solid #027F23;
}
#pageBlocks2 #content a {
	color:#04035B;
	text-decoration:underline;
}
#pageBlocks2 #content a:hover {
	text-decoration:none;
}
.buyLeft {
	float:left;
	margin:0 10px 10px;
	border:none !important;
}
.buyRight {
	float:right;
	margin:0 10px 10px 0;
	border:none !important;
}
.redItalics {
	color:red;
	font-style:italic;
}
#awards #content a {
	color:#027F23;
}
/* Name puzzles Landing page styles */
ul#landingThumbs.namePuzzles li.thumb1 a span {
	background-image:url(images/name_puzzle_thumb_1.jpg);
}
ul#landingThumbs.namePuzzles li.thumb2 a span {
	background-image:url(images/name_puzzle_thumb_2.jpg);
}
ul#landingThumbs.namePuzzles li.thumb3 a span {
	background-image:url(images/name_puzzle_thumb_3.jpg);
}

/* Doll House Landing page styles */
ul#landingThumbs.dollHouse li a span {
	padding-top:180px;
}
ul#landingThumbs.dollHouse li.thumb1 a span {
	background-image:url(images/doll_house_thumb_1.jpg);
}
ul#landingThumbs.dollHouse li.thumb2 a span {
	background-image:url(images/doll_house_thumb_2.jpg);
}
ul#landingThumbs.dollHouse li.thumb3 a span {
	background-image:url(images/doll_house_thumb_3.jpg);
}

/* Doll House Landing page styles */
ul#landingThumbs.toddlerTable {
	margin-left:115px;
}
ul#landingThumbs.toddlerTable li a span {
	padding-top:180px;
}
ul#landingThumbs.toddlerTable li.thumb1 a span {
	background-image:url(images/toddler_table_and_chair_thumb_1.jpg);
}
ul#landingThumbs.toddlerTable li.thumb2 a span {
	background-image:url(images/toddler_table_and_chair_thumb_2.jpg);
}

