#popupbox {
	width: 600px;
	height: 400px;
	display: block;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -300px;
	margin-top: -200px;
	background: #c2ce49;
	color: #000;
	border: 1px solid #000;
	text-align: center;
	z-index: 85;
}

#popupbox p {
	width: 450px;
	margin-left: 75px;
	text-align: left;
}

#popupbox h2 {
	margin-top: 30px;
}

#popupbox h3 {
	color: #EB2326;
}

#popupbg {
	width: 100%;
	height: 100%;
	display: block;
	position: fixed;
	background: #fff;
	z-index: 80;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  /* IE 5-7 */
  filter: alpha(opacity=50);
  /* Netscape */
  -moz-opacity: 0.5;
  /* Safari 1.x */
  -khtml-opacity: 0.5;
  /* Good browsers */
  opacity: 0.5;
}

/* SITE LAYOUT */
html, body {
	margin: 0;
	padding: 0;
	background-image: url("../images/new/background.png");
	background-repeat: repeat;
	font-family: Verdana, Tahoma, Times, serif;
	font-size: 13px;
	color: #333333;
}

#page-container {
	margin: auto;
	width: 980px;
	padding-left: 1px;
}

#header {
	height: 250px;
	width: 100%;
	background-image: url("../images/new/header.jpg");
}

#headertest {
	height: 248px;
	width: 100%;
	background-image: url("../images/header2.jpg");
}

#content-border {
	width: 976px;
	background-color: #ffffff;
	border-left: 2px solid #b5b5b5;
	border-right: 2px solid #b5b5b5;
}

p.newtitle {
	font-size: 15px;
	font-weight: bold;
	font-family: Verdana;
	text-align: center;}

#navborder {
	display: block;
	background: #000 url("../images/new/menuborder-bottom.jpg") repeat-x 0px 0px;
	position: absolute;
	top: 291px;
	left: 50%;
	width: 980px;
	height: 6px;
	margin-left: -489px;
}

#navigation {
	height: 41px;
	width: 980px;
	margin-left: -2px;
	background-color: #ce4f1c;
	border-top: solid 1px #f8e300;
/*	background-image: url("../images/logo-bottom.gif");*/
	background-repeat: no-repeat;
	background-position: 30px top;
	margin-bottom: 15px;
}

#navigation table {
	width: 980px;
	height: 47px;
	padding: 0px 40px;
	margin-top: -2px;
	margin-left: 0px;
}

#navigation td {
	text-align: center;
}

#navigation td:hover {
	background: #00999e;
}

#navigation a {
	display: block;
	height: 41px;
	margin: 0 auto;
}

#navigation a.home {
	width: 76px;
	background: url("../images/new/menu-home.png") no-repeat 50% 7px;
}

#navigation a.about-us {
	width: 114px;
	background: url("../images/new/menu-aboutus.png") no-repeat 50% 7px;
}

#navigation a.toys-and-goodies {
	width: 159px;
	background: url("../images/new/menu-toysandgames.png") no-repeat 50% 7px;
}

#navigation a.fun-things-to-do {
	width: 182px;
	background: url("../images/new/menu-funthingstodo.png") no-repeat 50% 7px;
}

#navigation a.whats-new {
	width: 133px;
	background: url("../images/new/menu-whatsnew.png") no-repeat 50% 7px;
}

#navigation a.contact-us {
	width: 122px;
	background: url("../images/new/menu-contactus.png") no-repeat 50% 7px;
}

#navigation a.home:hover {
	background: #00999e url("../images/new/menu-homeo.png") no-repeat 50% 7px;
}

#navigation a.about-us:hover {
	background: #00999e url("../images/new/menu-aboutuso.png") no-repeat 50% 7px;
}

#navigation a.toys-and-goodies:hover {
	background: #00999e url("../images/new/menu-toysandgameso.png") no-repeat 50% 7px;
}

#navigation a.fun-things-to-do:hover {
	background: #00999e url("../images/new/menu-funthingstodoo.png") no-repeat 50% 7px;
}

#navigation a.whats-new:hover {
	background: #00999e url("../images/new/menu-whatsnewo.png") no-repeat 50% 7px;
}

#navigation a.contact-us:hover {
	background: #00999e url("../images/new/menu-contactuso.png") no-repeat 50% 7px;
}

#content {
	float: left;
	width: 598px;
	padding: 15px 30px 30px 30px;
}

#content label {
	display: block;
	font-weight: bold;
}

#content label.inline {
	display: inline;
}

#content input, #content textarea {
	border: solid 1px #ED8F5A;
	padding: 1px;
}

#sidebar {
	float: right;
	width: 314px;
	margin-right: -15px;
	padding: 15px 0px 0px 0px
}

#newsletter {
	width: 256px;
	border: solid 3px #f05f26;
	padding: 0px 0px 5px 0px;
}

#newsletter h5 {
	color: #ce4f1c;
	font-family: 'Verdana';
}

#newsletter p {
	text-align: center;
	font-family: 'Verdana', "Times New Roman", Times, serif;
	font-size: 13px;
	margin: 3px;
}

#newsletter input {
	border: solid 1px #c4d235;
	background: #f4f7db;
	width: 117px;
	height: 18px;
	padding: 1px;
}

#newsletter label {
	width: 100px;
}

#newsletter .subscribe {
	width: 81px;
	height: 18px;
	font-size: 10px;
	font-family: 'Verdana';
}

#fbtitle {
	font-family: 'Verdana';
	text-align: center;
	width: 260px;
	color: #CE4F1C;
	font-size: 14px;
	margin-bottom: 5px;
	font-weight: bold;
}

#get-started {
	margin: 15px 0px 0px 0px;
}

#facebook {
	margin: 30px 0px 0px 0px;
}

#testimonials {
	font-size: 11px;
	padding: 0px 25px 25px 25px;
}

#bottom-banners {
	clear: both;
	width: 100%;
	height: 111px;
	width: 976px;
	margin-left: -2px;
	background-image: url("../images/bottom-banner.jpg");
	border-top: solid 3px #009ea1;
	border-bottom: solid 3px #ce4f1c;
	border-left: 2px solid #b5b5b5;
	border-right: 2px solid #b5b5b5;
	background-color: #ffffff;
}

#slogan {
	height: 54px;
	width: 980px;
	margin-left: -2px;
	background-image: url("../images/new/footer.png");
	background-position: center;
	background-repeat: no-repeat;
	background-color: #009ea1;
}

#store-info {
	display: none;
	width: 950px;
	height: 30px;
	background-color: #EB2326;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 15px 0px 15px;
}

#bottom-nav {
	text-align: center;
	color: #333;
	font-family: 'Tahoma';
	font-size: 12px;
	padding: 10px 0px 0px 0px;
}

#bottom-nav a, #copyright a {
	color: #333;
}

#bottom-nav a:hover, #copyright a:hover {
	text-decoration: none;
}

#copyright {
	margin: 10px 0px 20px 0px;;
	text-align: center;
	font-family: 'Tahoma';
	font-size: 11px;
	color: #333;
}

/* MISC */
h1 {
	font-size: 20px;
	color: #522F81;
	font-weight: bold;
}

h2 {
	font-size: 18px;
	color: #EB2326;
	font-weight: bold;
}

h3 {
	font-size: 15px;
	color: #00999E;
	font-weight: bold;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
}

h5 {
	font-size: 15px;
	color: #522F81;
	font-weight: bold;
	text-align: center;
	margin: 0px 0px 2px 0px;
}

a {
	color: #333333;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.clear {
	clear: both;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

div.canadaFlag {
	margin-left: 15px;
	width: 30px;
	height: 16px;
	background-image: url("../images/canada-flag.gif");
}

/* HOME PAGE */
#left-content {
	float: left;
}

#whats-new {
	width: 198px;
	height: 260px;
	background-image: url("../images/new/whatsnew.png");
	padding: 35px 30px 30px 70px;
	overflow: hidden;
	margin-left: -25px;
}

#right-content {
	float: right;
}

#fbnew {
	display: block;
	width: 202px;
	height: 60px;
	margin-left: 35px;
	margin-top: 10px;
	margin-bottom: 25px;
	background-image: url("../images/new/facebook.png");
}

#feature-of-the-week {
	width: 195px;
	height: 259px;
	background: url("../images/new/featureoftheweek.png") no-repeat;
	text-align: left;
	padding: 40px 30px 30px 65px;
	overflow: hidden;
}
#news {
}
#news .heading{
	font-weight: bold; 
	text-align: center; 
	font-size: 14px;
}
#news .text{
	font-weight: normal; 
	text-align: left; 
	font-size: 12px;
}
#news .more{
	font-weight: normal; 
	text-align: left; 
	font-size: 12px;
}
#news .text img{
	max-width: 193px;
}
#left-content p, #right-content p  {
	height: 100px;
}

#whats-new p, #feature-of-the-week p {
	margin: 5px 0px 0px 0px;
	font-size: 12px;
	padding: 0px;
	height: auto;
}

.required {color: #FF0000;}
