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

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

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

#content-border {
	width: 972px;
	border-left: solid 4px #9B2138;
	border-right: solid 4px #9B2138;
	background-color: #ffffff;
}

#navigation {
	height: 41px;
	width: 100%;
	background-color: #9B2138;
	border-bottom: solid 4px #F5F28E;
	background-image: url("../images/logo-bottom.gif");
	background-repeat: no-repeat;
	background-position: 30px top;
}

#navigation a {
	display: block;
	float: left;
	height: 41px;
}

#navigation a.home {
	width: 75px;
	margin-left: 74px;
	background: url("../images/nav/nav-home.gif") no-repeat 0px 0px;
}

#navigation a.about-us {
	width: 133px;
	background: url("../images/nav/nav-about-us.gif") no-repeat 0px 0px;
}

#navigation a.toys-and-goodies {
	width: 173px;
	background: url("../images/nav/nav-toys-and-goodies.gif") no-repeat 0px 0px;
}

#navigation a.fun-things-to-do {
	width: 206px;
	background: url("../images/nav/nav-fun-things-to-do.gif") no-repeat 0px 0px;
}


#navigation a.whats-new {
	width: 149px;
	background: url("../images/nav/nav-what's-new.gif") no-repeat 0px 0px;
}


#navigation a.contact-us {
	width: 146px;
	background: url("../images/nav/nav-contact-us.gif") no-repeat 0px 0px;
}


#navigation a:hover {
	background-position: 0px -41px;
}

#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: left;
	width: 314px;
	padding: 15px 0px 0px 0px
}

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

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

#newsletter input {
	border: solid 1px #ED8F5A;
	padding: 1px;
}

#newsletter label {
	width: 100px;
}

#newsletter .subscribe {
	margin-left: -56px;
}

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

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

#bottom-banners {
	clear: both;
	width: 100%;
	height: 111px;
	width: 972px;
	background-image: url("../images/bottom-banner.jpg");
	border-top: solid 4px #7091BA;
	border-bottom: solid 4px #7091BA;
	background-color: #ffffff;
}

#slogan {
	height: 38px;
	width: 100%;
	background-image: url("../images/slogan.gif");
	background-position: center;
	background-repeat: no-repeat;
	background-color: #522F81;
	padding: 5px 0px 5px 0px;
}

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

#bottom-nav {
	text-align: center;
	color: #FFFFFF;
	padding: 10px 0px 0px 0px;
}

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

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

#copyright {
	margin: 10px 0px 20px 0px;;
	text-align: center;
	font-size: 11px;
	color: #FFFFFF;
}

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

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

h3 {
	font-size: 15px;
	color: #7091BB;
	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: 211px;
	height: 257px;
	background-image: url("../images/box-what's-new.gif");
	padding: 35px 30px 30px 30px;
	overflow: hidden;
}

#right-content {
	float: right;
}

#feature-of-the-week {
	width: 216px;
	height: 256px;
	background-image: url("../images/box-feature-of-the-week.gif");
	padding: 35px 30px 30px 30px;
	overflow: hidden;
}

#left-content p, #right-content p  {
	height: 100px;
}

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

.required {color: #FF0000;}