/* CSS Document */

/* core styles */

html {
    overflow-y: scroll;
}

body {
	margin: 0;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #000;
	background-color: #fff;
}

h1 {
	margin: 0 0 0.5em 0;
	color: #0D2F86;
	font-size: 2.2em;
}

h2 {
	margin: 0 0 0.5em 0;
	color: #FE7E19;
	font-size: 1.4em;
}

h3 {
	font-size: 1.1em;
}

h3, h4, h5, h6 {
	margin: 0;
}

b, strong {
	font-weight: bold;
}

a {
	text-decoration: none;
}

h2 a {
	color: #FE7E19;
}

img {
	border: 0;
}

form {
	margin: 0;
	padding: 0;
}

.wrapper {
	float: left;
	width: 100%;
}

.right {
	float: right;
}

div#outerShell {
	clear: both;
	margin: 0 auto;
	width: 996px;
}

ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
}


/* top navigation */

div#top {
	height: 134px;
	background: transparent url("../_images/common/header_bg.gif") no-repeat left top;
	position: relative;
	z-index: 9;
}

div#top ul {
	margin: 15px 15px 0 15px;
	float: left;
}

div#top ul li {
	float: left;
	width: auto;
	position: relative;
	padding: 0 19px 0 0;
}

div#top ul li a {
	float: left;
	display: block;
	padding: 10px 0 0 38px;
	height: 30px;
	background: transparent url("../_images/common/wheat.png") no-repeat 18px 6px;
	color: #0D2F86;
	font-size: 1.3em;
	font-weight: bold;
	outline: none;
}

div#top ul li.active,
div#top ul li:hover {
	background: transparent url("../_images/common/navbutton_right.png") no-repeat right top;
}

div#top ul li.active a,
div#top ul li:hover a {
	color: #FFF;
	background: transparent url("../_images/common/navbutton_left.png") no-repeat left top;
}


/* right circle links */

div#rightNav {
	float: right;
	width: 160px;
	margin: 50px 0 0 0;
}

div#rightNav div.circleLink {
	height: 125px;
	margin: 3px 0;
}

div#rightNav div.circleLink a {
	float: left;
	padding: 75px 0 15px 0;
	margin: 0 11px;
	width: 120px;
	color: #0D2F86;
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
	line-height: 1em;
	outline: none;
}


/* default content */

div.mainPanel {
	background: transparent url("../_images/backgrounds/default.jpg") no-repeat left top;
	min-height: 520px;
	margin: -45px 0 0 0;
	position: relative;
	z-index: 1;
}

div.mainPanel div#content {
	float: left;
	margin: 50px 0 0 375px;
	display: inline;
	width: 420px;
	color: #0D2F86;
}

div.mainPanel div#content p,
div.mainPanel div#content ul {
	color: #000;
	line-height: 1.4em;
	margin: 1em 0;
}

div.mainPanel div#content p {
	font-size: 1.2em;
}

div.mainPanel div#content ul li {
	background: transparent url("../_images/common/bullet.gif") no-repeat 2px 50%;
	padding: 2px 0 2px 15px;
}

div.mainPanel div#content ul li.navLevel0  {
	background: transparent url("../_images/common/bullet_large.gif") no-repeat left top;
	padding: 5px 0 10px 35px;
	margin: 2em 0;
	font-size: 1.4em;
	font-weight: bold;
}

div.fullWidthPanel {
	min-height: 520px;
	margin: -45px 0 0 0;
	position: relative;
	z-index: 1;
}

div.fullWidthPanel div#content {
	float: left;
	margin: 30px 0 0 0;
	display: inline;
	width: 800px;
}

div.container {
	float: left;
	width: 800px;
}


/* home page */

div#homePanel {
	background: none;
	margin: -55px 0 0 0;
}

div#homePanel div#rightNav {
	margin: 60px 0 0 0;
}

div#homePanel object {
	float: left;
}


/* product / nutrition page */

div#productPanel {
	background: transparent url("../_images/backgrounds/product.jpg") no-repeat left top;
}

div#nutritionPanel {
	background: transparent url("../_images/backgrounds/nutrition.jpg") no-repeat left top;
}

div#productPanel div#content,
div#nutritionPanel div#content {
	margin: 420px 0 0 30px;
	width: 320px;
}

div#productPanel div#content ul li.navLevel0, 
div#nutritionPanel div#content ul li.navLevel0 {
	margin: 0;
}


/* product sub page */

div#productSubPanel {
	background: transparent url("../_images/backgrounds/subproduct.jpg") no-repeat left top;
}

div#productSubPanel div#content {
	margin: 315px 0 0 40px;
	width: 285px;
	font-size: 0.8em;
}

div#table {
	float: left;
	margin: 50px 25px 0 25px;
	width: 460px;
}

div#table table {
	border-collapse: collapse;
}

div#table table td {
	text-align: left;
	padding: 3px;
}

div#table table tr.red {
	background-color: #ED7218;
	font-weight: bold;
}

div#table table tr.lightRed {
	background-color: #FEECC4;
}

div#table table tr.blue {
	background-color: #6BC4E4;
	font-weight: bold;
}

div#table table tr.lightBlue {
	background-color: #DAEFF7;
}

div#table table tr.green {
	background-color: #9DC322;
	font-weight: bold;
}

div#table table tr.lightGreen {
	background-color: #E1EDCA;
}


/* splashes page */

div.splashes {
	background: url("../_images/backgrounds/splashes.jpg") no-repeat left top;
	height: 570px;
	width: 800px;
	position: relative;
}

div.splashes div {
	color: #000;
	text-align: center;
	position: absolute;
}

div.splashes strong{
	font-size: 1.1em;
}

div.splashes div#splash1 {
	top: 40px;
	left: 200px;
	width: 230px;
	height: 75px;
}

div.splashes div#splash2 {
	top: 185px;
	left: 110px;
	width: 180px;
	height: 100px;
}

div.splashes div#splash3 {
	top: 182px;
	left: 412px;
	width: 165px;
	height: 110px;
}

div.splashes div#splash4 {
	top: 365px;
	left: 75px;
	width: 210px;
	height: 70px;
}

div.splashes div#splash5 {
	top: 400px;
	left: 350px;
	width: 190px;
	height: 85px;
}

div#nutritionSplashes {
	font-size: 1.3em;
}


/* fun page */

div#funPanel {
	background: transparent url("../_images/backgrounds/fun.jpg") no-repeat left top;
}

div#funPanel div#content {
	margin: -10px 0 0 5px;
	width: 250px;
}

div#funPanel div#content p {
	margin: 0;
	width: 225px;
	color: #0D2F86;
	font-size: 1.8em;
	line-height: 1.2em;
}

div#funPanel div#content span {
	padding: 10px 0 0 10px;
	float: left;
}

div#funPanel div#content h1 {
	margin: 0 0 0 45px;
}

div#funPanel img.invisibleImage {
	margin: 190px 0 0 300px
}


/* games & experiments captions */	
div#captionImage {
	position: relative;
}

div.mainPanel div#captionImage div#caption {
	background: transparent url("../_images/common/caption_bg.gif") no-repeat left top;
	text-align: center;
	font-size: 1em;
	line-height: 1.2em;
	position: absolute;
	top: 0px;
	left: 250px;
	padding: 24px;
	height: 100px;
	width: 105px;
}

div.mainPanel div#captionImage div#smallCaption {
	background: transparent url("../_images/common/smallCaption_bg.gif") no-repeat left top;
	text-align: center;
	font-size: 1em;
	line-height: 1.2em;
	position: absolute;
	top: 320px;
	left: 0px;
	padding: 15px 5px;
	height: 67px;
	width: 88px;
}

div.mainPanel div#content h2,
div.mainPanel div#content h3 {
	margin: 1em 0 0 0;
	clear: both;
}

a.print {
	background: transparent url("../_images/common/print.gif") no-repeat left top;
	height: 63px;
	width: 63px;
	margin: 5px 5px 20px 5px;
	float: right;
	clear: both;
	text-indent: -9999px;
	outline: none;
}


/* facts page */

div#factPanel {
	background: none;
	margin: -25px 0 0 0;
}

div#factPanel div#titles {
	height: 350px;
	margin: -310px 0 0 0;
}

div#factPanel h1 {
	width: 375px;
	position: relative;
	top: 20px;
	left: 5px;
}

div#factPanel div#animals,
div#factPanel div#geography,
div#factPanel div#funfacts,
div#factPanel div#science {
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
	position: relative;
	width: 100px;
}

div#factPanel div#animals {
	color: #1a0760;
	top: 160px;
	left: 50px;
}

div#factPanel div#animals a,
div#factPanel div#animals a:visited {
	color: #1a0760;
}

div#factPanel div#geography {
	color: #2440a3;
	top: 250px;
	left: 210px;
}

div#factPanel div#geography a,
div#factPanel div#geography a:visited {
	color: #2440a3;
}

div#factPanel div#funfacts {
	color: #268811;
	top: 160px;
	left: 390px;
}

div#factPanel div#funfacts a,
div#factPanel div#funfacts a:visited {
	color: #268811;
}

div#factPanel div#science {
	color: #ba0818;
	top: 120px;
	left: 545px;
}

div#factPanel div#science a,
div#factPanel div#science a:visited {
	color: #ba0818;
}

div#factPanel div#content {
	margin: 0 0 0 30px;
	display: block;
	float: none;
	width: 100%;
}

div#factPanel div#rightNav {
	margin: 30px 0 0 0;
}

/* zoo page */

div#zooPanel {
	background: transparent url("../_images/backgrounds/zoo.jpg") no-repeat left top;
}

div#zooPanel div#content {
	margin: 365px 0 0 40px;
	width: 255px;
}

div#zooPanel div#content p {
	color: #0D2F86;
	font-size: 1.2em;
	line-height: 1.2em;
	margin: 1em 0 0 0;
}

div#zooPanel div#content h1 {
	font-size: 1.8em;
}


/* promotion page */

div#promotionPanel {
	background: transparent url("../_images/backgrounds/subproduct.jpg") no-repeat left top;
}

div#promotionPanel div#content p {
	color: #0D2F86;
	margin: 0;
}

div#promotionPanel div#yellow, 
div#promotionPanel div#orange {
	padding: 0.5em 1em;
	margin: 1em 0 0 0;
}

div#promotionPanel div#yellow {
	background-color: #ffff00;
}

div#promotionPanel div#orange {
	background-color: #ff9900;
}


/* footer */

div#footer {
	clear: both;
	height: 26px;
	margin: 20px 0 0 0;
}

div#footer ul {
	margin: 0 0 0 30px;
	float: left;
}

div#footer li {
	display: inline;
	background: url("../_images/common/footer_seperator.gif") center right no-repeat;
	float: left;
	padding: 0 10px 0 9px;
}

div#footer li.last {
	background: none;
}

div#footer, div#footer a {
	color: #808080;
	font-size: 1.1em;
}