/* Reset the whole shebang */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, img, ins, kbd, q, s, samp, small, strike, strong, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, iframe {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
	font-style: normal;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* All reset now, thank you */
/* remove the dotted borders on links in firefox */
*:focus { outline: none; }
*::-moz-focus-inner { border: none; }
/* dotted border outta there */

html {
	height: 100%;
}
body {
	background: white;
	font: bold 14pt/1.25 "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	color: #42488d;
}
#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#content {
	width: 600px;
	float: right;
}
#footer {
	width: 960px;
	text-align: center;
	font-size: 8pt;
	font-weight: bold;
	color: #7478b5;
	clear: both;
	padding: 10px 0;
}

#banner {
	width: 320px;
	margin-top: 50px;
	float: left;
	padding-bottom: 25px;
}
h1 {
	background: url(../images/logo.png) no-repeat;
	width: 320px;
	height: 190px;
	text-indent: -9999px;
}
h1:hover {
	background: url(../images/logo.png) no-repeat 0 -190px;	
}
h2 {
	text-align: right;
	font-size: 36pt;
	font-weight: bold;
	font-style: italic;
	color: #f1c939;
	margin-top: 25px;
}
h3 {
	color: #f78f24;
	font-weight: bold;
	font-style: italic;
	font-size: 21pt;
	line-height: 1;
	padding-left: 5px;
	padding-bottom: 5px;
}
h4 {
	color: #f78f24;
	font-weight: bold;
	font-style: italic;
	font-size: 14pt;
	line-height: 1;
	padding: 5px 0 0 2px;
}

/* Begin Nav */
ul.nav {
	width: 320px;
	clear: left;
	margin-top: 20px;
	font-size: 18pt;
}
ul.nav li {
	margin: 0 0 -15px;
	padding: 0 0 10px;
	display: block;
	width: 320px;
}
ul.nav a {
	text-decoration: none;
	font-weight: bold;
	color: #7478b5;
}
ul.nav a:hover {
	color: #1fb56f;
}
ul.nav a:active {
	color: #f78f24;
}
.navon {
	color: #42488d;
	font-weight: bold;
	font-style: italic;
}
li.image {
	width: 320px;
	height: 330px;
	background: url(../images/office.jpg) no-repeat 0 10px;
}

ul.subnav {
	margin-bottom: 20px;
	font-size: 14pt;
	font-weight: bold;
	margin-top: -5px;
}
ul.subnav li {
	margin: 0;
	padding: 5px 0 0 10px;
	display: block;
	font-weight: bold;
	font-style: italic;
	line-height: .9;
}
ul.subnav a {
	text-decoration: none;
	font-weight: bold;
	color: #42488d;
	font-style: italic;
}
ul.subnav a:hover {
	color: #1fb56f;
}
ul.subnav a:active {
	color: #f78f24;
}
.subnavon {
	color: #f78f24;
	font-weight: bold;
	font-style: italic;
}
/* End Nav */

a {
	text-decoration: none;
	font-weight: bold;
	color: #1fb56f;
}
a:hover {
	color: #f78f24;
}
a:active {
	color: #7478b5;
}
p {
	font-weight: bold;
	margin-bottom: 15px;
}
p.homepage {
	margin-bottom: 10px;
}
address {
	font-weight: bold;
	margin-bottom: 20px;
	font-size: 13pt;
}
em {
	color: #f78f24;	
}
small {
	font-size: 9pt;
	font-weight: bold;
	float: right;
	margin-top: -30px;
	display: inline;
	z-index: 1;
}
.rightcolumn {
	width: 300px;
	float: right;
}
.leftcolumn {
	width: 300px;
}
.shadowed {
	border: 5px solid #fff;
	-moz-box-shadow: 0px 0px 20px #999;
	-webkit-box-shadow: 0px 0px 20px #999;
	box-shadow: 0px 0px 20px #999;
	margin-top: 10px;
	margin-bottom: 30px;
}

.toysandgames {
	width: 600px;
	height: 430px;
}
.ontheright {
	float: right;
	margin-left: 10px;
	clear: both;
}
.atthebottom {
	position: absolute;
	bottom: 50px;
	padding-left: 50px;
}
.bottomright {
	position: absolute;
	bottom: 40px;
	right: 0;
}
.stackedright {
	float: right;
	clear: both;
	position: relative;
	margin-top: -100px;
}
.stackedright img {
	padding-bottom: 40px;
	float: right;
}
.toysandgames p {
	font-size: 12pt;
}
.totheright {
	margin-left: 290px;
}
.totheleft {
	width: 240px;
}
.award {
	text-align: right;
	font-weight: bold;
	font-style: italic;
	color: #f78f24;
	margin-top: -10px;
}
.awards {
	margin-top: 20px;
}
/* scroll panels */
#slider {
    width: 600px;
    margin: 0 auto;
    position: relative;
}
.scroll {
    width: 600px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
}
.scrollContainer div.panel {
    width: 600px;
}
.scrollButtons {
    position: absolute;
    top: -10px;
    cursor: pointer;
}
/* Add size and image to these two for back/next arrows */
.scrollButtons.left {
	left: -20px;
	width: 20px;
	height: 20px;
}
.scrollButtons.right {
	right: -50px;
	width: 50px;
	height: 50px;
}
/* scroll panels */
