html, body {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	color: #444;
	height: 100%;
}

#content {
	padding-bottom: 159px;
	overflow: auto;
}

#wrapper {
   min-height: 100%;
   position: relative;
}

#header {
	width: 100%;
	height: 146px;
	margin: 0 auto;
	text-align: center;
	background: #fff url(../img/header_bg.gif) bottom center no-repeat;
}

#navBar {
	height: 44px;
	width: 100%;
	background-repeat: repeat-x;
}

ul#nav{
	width: 715px;
	height: 44px;
	margin: 0 auto;
}

ul#nav li a {
	height: 44px;
}

#navBar.orange {
	background-image: url(../img/nav-orange-bg.jpg);
}

#navBar.orange ul#nav li a {
	background-image: url(../img/nav-orange.jpg);
}

#navBar.orange ul#nav li ul.subNav li {
	background-image: url(../img/nav-orange-sub.gif);
}

#navBar.orange ul#nav li ul.subNav li a {
	background-image: url(../img/spacer-subnav-orange.gif);
}

#navBar.green {
	background-image: url(../img/nav-green-bg.jpg);
}

#navBar.green ul#nav li a {
	background-image: url(../img/nav-green.jpg);
}

#navBar.green ul#nav li ul.subNav li {
	background-image: url(../img/nav-green-sub.gif);
}

#navBar.green ul#nav li ul.subNav li a {
	background-image: url(../img/spacer-subnav-green.gif);
}

#navBar.purple {
	background-image: url(../img/nav-purple-bg.jpg);
}

#navBar.purple ul#nav li a {
	background-image: url(../img/nav-purple.jpg);
}

#navBar.purple ul#nav li ul.subNav li {
	background-image: url(../img/nav-purple-sub.gif);
}

#navBar.purple ul#nav li ul.subNav li a {
	background-image: url(../img/spacer-subnav-purple.gif);
}

#navBar.red {
	background-image: url(../img/nav-red-bg.jpg);
}

#navBar.red ul#nav li a {
	background-image: url(../img/nav-red.jpg);
}

#navBar.red ul#nav li ul.subNav li {
	background-image: url(../img/nav-red-sub.gif);
}

#navBar.red ul#nav li ul.subNav li a {
	background-image: url(../img/spacer-subnav-red.gif);
}

#navBar.pink {
	background-image: url(../img/nav-pink-bg.jpg);
}

#navBar.pink ul#nav li a {
	background-image: url(../img/nav-pink.jpg);
}

#navBar.pink ul#nav li ul.subNav li {
	background-image: url(../img/nav-pink-sub.gif);
}

#navBar.pink ul#nav li ul.subNav li a {
	background-image: url(../img/spacer-subnav-pink.gif);
}

#navBar.darkpurple {
	background-image: url(../img/nav-darkpurple-bg.jpg);
}

#navBar.darkpurple ul#nav li a {
	background-image: url(../img/nav-darkpurple.jpg);
}

#navBar.darkpurple ul#nav li ul.subNav li {
	background-image: url(../img/nav-darkpurple-sub.gif);
}

#navBar.darkpurple ul#nav li ul.subNav li a {
	background-image: url(../img/spacer-subnav-darkpurple.gif);
}

ul#nav li a#home {
	width: 91px;
	background-position: 0 0;
}

ul#nav li a#home:hover, ul#nav li a#home.selected {	
	background-position: 0 -44px;
}

ul#nav li a#company {
	width: 106px;
	background-position: -91px 0;
}

ul#nav li a#company:hover, ul#nav li a#company.selected {	
	background-position: -91px -44px;
}

ul#nav li a#products {
	width: 103px;
	background-position: -197px 0;
}

ul#nav li a#products:hover, ul#nav li a#products.selected {	
	background-position: -197px -44px;
}

ul#nav li a#tvAds {
	width: 105px;
	background-position: -300px 0;
}

ul#nav li a#tvAds:hover, ul#nav li a#tvAds.selected {	
	background-position: -300px -44px;
}

ul#nav li a#promotions {
	width: 104px;
	background-position: -405px 0;
}

ul#nav li a#promotions:hover, ul#nav li a#promotions.selected {	
	background-position: -405px -44px;
}

ul#nav li a#toyFair {
	width: 106px;
	background-position: -509px 0;
}

ul#nav li a#toyFair:hover, ul#nav li a#toyFair.selected {	
	background-position: -509px -44px;
}

ul#nav li a#contact {
	width: 100px;
	background-position: -615px 0;
}

ul#nav li a#contact:hover, ul#nav li a#contact.selected {	
	background-position: -615px -44px;
}

#navBar ul#nav li ul.subNav li {
	margin-top: -4px;
}

#navBar ul#nav li ul.subNav li a.firstSub {
	background-position: -10px 10px;
}

#navBar ul#nav li ul.subNav li a {
	display: block;
	font-family: "rockwell", arial;
	font-size: 10px;
	text-transform: uppercase;
	float: left;
	height: 20px;
	padding: 10px 12px 0;
	color: #fff; 
	text-decoration: none;
	background-repeat: no-repeat;
}

#navBar ul#nav li ul.subNav li a:hover {
	color: #415008;
}

/* SUCKER FISH DROP DOWNS */

#nav a {
	display: block;
}

#nav li {
	float: left;
}

#nav li ul {
	position: absolute;
	left: -999em;
}

#nav li:hover ul {
	left: auto;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}


/* HOME PAGE */

#flashIntro {
	width: 800px;
	height: 551px;
	margin: 20px auto;
}

/* COMPANY */

#content {
	width: 795px;
	margin: 30px auto;
}

.company ul {
	width: 482px;
	margin: 16px 0;
}

.company ul li {
	float: left;
	width: 150px;
	list-style: disc;
	margin-left: 16px;
	line-height: 1.8em;
}

.company ul li.right {
	width: 300px;
}

p {
	line-height: 1.5em;
}

.newsItem {
	width: 400px;
	margin-bottom: 40px;
}

h1 {
	font-size: 28px;
	margin: 10px 0;
}

h2 {
	font-size: 18px;
	margin: 10px 0;
	line-height: 1.6em;
}

h3 {
	font-size: 15px;
	margin: 10px 0 2px;
	line-height: 1.2em;
	font-weight: 700;
}

p.breadcrumb {
	font-family: arial;
	margin-bottom: 14px;
}

p.breadcrumb a {
	font-family: arial;
	font-weight: 700;
}

/* TVADS */

.tvads {
	overflow: hidden;
}

.tvAd, .tvAdMuseum {
	float: left;
	width: 195px;
	height: 250px;
}

.tvAdMuseum {
	width: 250px;
}

.moreinfo {
	clear: both;
}

.moreinfo a {
	color: #1a3ce9; 
	font-size: 13px;
}

img.inframe {
	width: 110px;
	height: 80px;
	padding: 20px 25px 23px;
	background: #fff url(../img/logo_border.gif) no-repeat;
	border: none;
}

ul.videos {
	height: 29px;
	padding: 6px 0 2px;
}

.videos li {
	display: block;
	list-style: none;
	float: left;
	height: 28px;
	width: 28px;
}

.videos li a {
	display: block;
	height: 28px;
	width: 28px;
}

a.video1 {
	background: #fff url(../img/video_buttons.gif) 0 0 no-repeat;
}

a.video2 {
	background: #fff url(../img/video_buttons.gif) -28px 0 no-repeat;
}

a.video3 {
	background: #fff url(../img/video_buttons.gif) -56px 0 no-repeat;
}

a.video4 {
	background: #fff url(../img/video_buttons.gif) -84px 0 no-repeat;
}

a.video5 {
	background: #fff url(../img/video_buttons.gif) -112px 0 no-repeat;
}






#footer {
	clear: both; 
	position: absolute; 
	width: 100%;
	bottom: -39px;
	height: 159px;
	background-image: url(../img/footer-bg.jpg);
	background-position: bottom left;
	background-repeat: repeat-x;
}

#footerImages {
	height: 123px;
	width: 100%;
}

#footerLeft {
	float: left;
	height: 123px;
	width: 187px;
	background-image: url(../img/footer-left.png);
	background-repeat: no-repeat;
}

#footerRight {
	float: right;
	height: 123px;
	width: 146px;
	background-image: url(../img/footer-right.png);
	background-position: 0 49px;
	background-repeat: no-repeat;
}

#footerContent {
	height: 36px;
	width: 860px;
	margin: 0 auto;
}

#footerContent p {
	float: left;
	font-size: 11px;
	margin-top: 13px;
	color: #360;
}

#footerContent ul {
	float: right;
}

#footerContent ul li {
	float: left;
	margin: 15px 7px 0;
}

#footerContent a {
	font-size: 11px;
	color: #360;
	text-decoration: none;
}

#footerContent a:hover {
	text-decoration: underline;
}




/* SimpleModal Container */
#simplemodal-container {height:100px; width:100px; color:#fff; background-color:#6A2D5E; border:4px solid #000; padding:0;}
#simplemodal-container a {color:#fff;}
#simplemodal-container a.modalCloseImg {
	background:url(../img/x.png) no-repeat; /* adjust url as required */
	width:25px;
	height:29px;
	display:inline;
	z-index:3200;
	position:absolute;
	top:-15px;
	right:-18px;
	cursor:pointer;
}


.fairVideo {
	float: left;
	width: 265px;
	text-align: center;
	margin-top: 20px;
}

.fairVideo p {
	margin-top: 10px;
	font-weight: 700;	
}


	
dl {
	float: left;
	width: 140px; 
	margin-right: 30px; 
	padding: 0; 
	background-color: #8b3c7c;
}

dt {
	margin: 0; 
	padding: 10px; 
	font-size: 16px; 
	font-weight:bold; 
	color: #fff; 
	border-bottom:1px solid #6a2d5e; 
	background: #8b3c7c url(../img/top.gif) no-repeat left top;
}

dd {
	margin: 0; 
	padding: 0; 
	color: #fff; 
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: 700; 
	border-bottom: #2b79c5 1px solid; 
	border-top: 1px solid #52a8fe; 
	background-color: #52c7f1;
}

dl a, dl a:visited {
	color: #fff; 
	text-decoration: none; 
	display: block; 
	padding: 6px 5px 6px 10px;
	background: #3385d6 url(../img/arrow.gif) no-repeat 10px 10px; 
	width: 125px;
}

dl a:hover, dl a.selected {
	background: #52c7f1 url(arrowr.gif) no-repeat 11px 10px; 
	color:#ffffff;
}

dl a:active {
	background: #286eb2 url(arrowr.gif) no-repeat 11px 10px; 
	color:#ffffff;
}



#bigButtons {
	float: right;
	width: 250px;
	margin-left: 40px;
	display: block;
}

a.partners{
	background-image: url(../img/boxes-company-partners.gif);
	background-repeat: no-repeat;
	display: block;
	width: 249px;
	height: 109px;
}

a.agents{
	background-image: url(../img/boxes-company-agents.gif);
	background-repeat: no-repeat;
	display: block;
	width: 249px;
	height: 109px;
}

a.licenses{
	background-image: url(../img/boxes-company-licenses.gif);
	background-repeat: no-repeat;
	display: block;
	width: 249px;
	height: 109px;
}

a.partners:hover{
	background-image:url(../img/boxes-company-partners-ro.gif);
	background-repeat:no-repeat;
	width: 249px;
	height: 109px;
}

a.agents:hover{
	background-image:url(../img/boxes-company-agents-ro.gif);
	background-repeat:no-repeat;
	width: 249px;
	height: 109px;
}

a.licenses:hover{
	background-image:url(../img/boxes-company-licenses-ro.gif);
	background-repeat:no-repeat;
	width: 249px;
	height: 109px;
}

ul#stores {
	list-style: disc;
	width: 400px;
	margin-left: 20px;
}

ul#stores li {
	float: left;
	width: 200px;
	line-height: 1.6em;
}

#mainContent {
	float: left;
}
#mainContent2 {
	float: left;
	display: block;
	width: 505px;
}
table.main-content-table tr td {
	padding: 10px;
}



/* Product Page */

a.toys{
	background-image:url(../img/boxes-products-toys.gif);
	background-repeat:no-repeat;
	display: block;
	width: 249px;
	height: 109px;
}
a.toys:hover{
	background-image:url(../img/boxes-products-toys-ro.gif);
	background-repeat:no-repeat;
	width: 249px;
	height: 109px;
}
a.air-beds{
	background-image:url(../img/boxes-products-airbeds.gif);
	background-repeat:no-repeat;
	display: block;
	width: 249px;
	height: 109px;
}
a.air-beds:hover{
	background-image:url(../img/boxes-products-airbeds-ro.gif);
	background-repeat:no-repeat;
	width: 249px;
	height: 109px;
}
a.aquatics{
	background-image:url(../img/boxes-products-aquatic.gif);
	background-repeat:no-repeat;
	display: block;
	width: 249px;
	height: 109px;
}
a.aquatics:hover{
	background-image:url(../img/boxes-products-aquatic-ro.gif);
	background-repeat:no-repeat;
	width: 249px;
	height: 109px;
}
a.toy-museum{
	background-image:url(../img/boxes-products-toy-museum.gif);
	background-repeat:no-repeat;
	display: block;
	width: 249px;
	height: 109px;
}
a.toy-museum:hover{
	background-image:url(../img/boxes-products-toy-museum-ro.gif);
	background-repeat:no-repeat;
	width: 249px;
	height: 109px;
}
a.licensed{
	background-image:url(../img/boxes-products-licensed.gif);
	background-repeat:no-repeat;
	display: block;
	width: 249px;
	height: 109px;
}
a.licensed:hover{
	background-image:url(../img/boxes-products-licensed-ro.gif);
	background-repeat:no-repeat;
	width: 249px;
	height: 109px;
}
a.spare-parts{
	background-image:url(../img/boxes-products-spare-parts.gif);
	background-repeat:no-repeat;
	display: block;
	width: 249px;
	height: 109px;
}
a.spare-parts:hover{
	background-image:url(../img/boxes-products-spare-parts-ro.gif);
	background-repeat:no-repeat;
	width: 249px;
	height: 109px;
}
a.fitness{
	background-image:url(../img/boxes-products-fitness.gif);
	background-repeat:no-repeat;
	display: block;
	width: 249px;
	height: 109px;
}
a.fitness:hover{
	background-image:url(../img/boxes-products-fitness-ro.gif);
	background-repeat:no-repeat;
	width: 249px;
	height: 109px;
}

#left-content {
	float: left;
}

#right-content {
	float: right;
}

/* Toys */

#toyContent {
	float: left;
	width: 620px;
}

#left-side {
	float: left;
	width: 280px;
}

#right-side {
	float: right;
	width: 300px;
}

.clear {
	clear: both;
}




#videos {
	clear: both;
	padding-top: 50px;
	overflow: hidden;
}

.video {
	float: left;
	width: 198px;
	height: 200px;
}

.video a {
	display: block; 
	width: 158px;
	margin: 0 auto;
}

.video h3 {
	width: 154px;
	margin: 0 auto;
} 









/* Contact Form */ 

form {margin-top:0;}
form, td, th, li { font-size: 100%;}
form div {margin-bottom:0;}
fieldset div {
	margin-bottom:0.5em;
	margin-left:1em;
}
fieldset div div {
	margin-top:0.5em;
	margin-left:1em
}
fieldset {
	margin-bottom:1em;
	border:1px solid #CCC;
	padding:0.5em
}
fieldset label {
	width:auto;
}
legend {
	color:#FFF;
	background:#F60;
	font-style:italic;
	font-size:1.2em;
	margin-bottom:0.5em;
	padding:0.2em;
	width:auto;
	border:1px solid #CCC;
}
textarea {
	margin: 0.5em 0;
	width: 13.5em;
	height: 6em
}

/* Apply this class to text/select input fields with shorter labels
	to help alignment */
.short-label label {float:left; width:10em;}
.short-label fieldset div input,
.short-label fieldset div select {width:16em;}

/* Pretty up your Captcha image output */
.captcha {
	margin:0.5em 0;
	width:200px;
	text-align:center
}
.captcha img {border:1px solid #ccc; margin-bottom:0.5em;}
.captcha input {width:196px; margin-top:0.5em;}

/* Just a bit more room for the Submit button */
.submit {margin-top:0; background-color:#999;}

/* Sample FormBuilder CSS base */
form {margin-top:0;}
form, td, th, li { font-size: 100%;}
form div {margin-bottom:0;}
fieldset div {
	margin-bottom:0.5em;
	margin-left:1em;
}
fieldset div div {
	margin-top:0.5em;
	margin-left:1em
}
fieldset {
	margin-bottom:1em;
	border:1px solid #ccc;
	padding:0.5em
}
fieldset label {
	width:auto;
}
legend {
	color:#FFF;
	background:#F60;
	font-style:italic;
	font-size:1.2em;
	margin-bottom:0.5em;
	padding:0.2em;
	width:auto;
	border:1px solid #CCC
}
textarea {
	margin: 0.5em 0;
	width: 13.5em;
	height: 6em
}

#contactBg{
	background-image:url(../img/contact-photo-1.jpg);
	background-position:right bottom;
	background-repeat:no-repeat;
	padding-right: 10px;
}

.contactform input {border: 1px solid #ccc; margin: 0px 5px 10px 5px; padding: 5px;}
.contactform input.checkbox {border: none;}
.contactform label {
	display: block;
	float: left;
	width: 150px;
}
.contactform label.label {
	display: inline;
	float: none;
	width: 50px;
	font-size: 10px;
}
.contactform textarea {
	background-color: #fafafa;
	border: 1px solid #ccc;
	margin: 2px 5px 10px 5px;
	padding: 5px;
}



.jcarousel-control {
	padding: 10px 0 0 20px;
}

#messageLabel {
	vertical-align: middle;
}
 
