body {
	margin: 0 0 20px 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
h1, h2, h3, p {
	margin: 10px;
}
h1, h2, h3, .h2, .h3 {
	font-family: Comic Sans MS;
	font-weight: bold;
	line-height: 110%;
}
h1 {
	font-size: 18pt;
}
h2, .h2 {
	font-size: 14pt;
}
h2 b {
	font-size: 18pt;
}
h3, .h3 {
	font-size: 12pt;
}
p, li {
	font-size: 10pt;
	line-height: 150%;
}
.smalltext {
	font-size: 8pt;
}
li {
	margin-right: 10px;
}
a {
	color: #356DC1;
}
a:hover {
	color: #043277;
}
img {
	display: block;
	border: none;
}
.clear {
	clear: both;
}

.text_green { color: #3F842D; }
.text_red { color: #CC0000; }
.text_purple { color: #8A60B6; }
.text_orange { color: #FF9900; }
.text_pink { color: #c53169; }
.text_blue { color: #356DC1; }

.align_left { float: left; margin-right: 5px; }
.align_right { float: right; }

#home_page { background: #356DC1 url(images/background.gif) repeat-x top center; }
#home_page .header { background: #FFFFFF url(images/hdr_home.jpg) no-repeat top center; }
#products_page { background: #3F842D url(images/background.gif) repeat-x top center; }
#products_page .header { background: #FFFFFF url(images/hdr_products.jpg) no-repeat top center; }
#whatsnew_page { background: #CC0000 url(images/background.gif) repeat-x top center; }
#whatsnew_page .header { background: #FFFFFF url(images/hdr_whatsnew.jpg) no-repeat top center; }
#about_page { background: #8A60B6 url(images/background.gif) repeat-x top center; }
#about_page .header { background: #FFFFFF url(images/hdr_about.jpg) no-repeat top center; }
#locations_page { background: #FF9900 url(images/background.gif) repeat-x top center; }
#locations_page .header { background: #FFFFFF url(images/hdr_locations.jpg) no-repeat top center; }
#newsletters_page { background: #c53169 url(images/background.gif) repeat-x top center; }
#newsletters_page .header { background: #FFFFFF url(images/hdr_newsletters.jpg) no-repeat top center; }

.header {
	height: 200px;
	text-align: center;
}
.header img {
	margin: 0 auto;
}
#navigation {
	margin: 0 auto;
	width: 990px;
	height: 28px;
	font-family: Comic Sans MS;
	text-align: center;
}
#navigation table {
	width: 100%;
	border-left: 17px solid #FFFFFF;
	border-right: 15px solid #FFFFFF;
}
#navigation td {
	width: 160px;
}
#navigation a {
	display: block;
	height: 28px;
	font-size: 10pt;
	line-height: 22pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	border-right: 2px solid #FFFFFF;
}
#navigation a:hover {
	font-size: 12pt;
	font-weight: normal;
}
#nav_products { background: #3F842D url(images/corner_left_products.gif) no-repeat top left; }
#nav_whatsnew { background: #CC0000 url(images/corner_left_whatsnew.gif) no-repeat top left; }
#nav_about { background: #8A60B6 url(images/corner_left_about.gif) no-repeat top left; }
#nav_locations { background: #FF9900 url(images/corner_left_locations.gif) no-repeat top left; }
#nav_newsletters { background: #c53169 url(images/corner_left_newsletters.gif) no-repeat top left; }
#nav_home { background: #356DC1 url(images/corner_left_home.gif) no-repeat top left; }

#nav_products a { background: url(images/corner_right_products.gif) no-repeat top right; }
#nav_whatsnew a { background: url(images/corner_right_whatsnew.gif) no-repeat top right; }
#nav_about a { background: url(images/corner_right_about.gif) no-repeat top right; }
#nav_locations a { background: url(images/corner_right_locations.gif) no-repeat top right; }
#nav_newsletters a { background: url(images/corner_right_newsletters.gif) no-repeat top right; }
#nav_home a { background: url(images/corner_right_home.gif) no-repeat top right; }

.nav_not {
	border-bottom: 2px solid #FFFFFF;
}
#body {
	margin: 15px auto;
	width: 990px;
}

.slogan {
	padding: 10px 0 0 0;
}
.slogan img {
	margin: 0 auto;
}

.side_column {
	width: 220px;
}
.side_column img {
	margin-bottom: 15px;
}
#feature_boxes img {
	margin: 15px;
	margin-right: 0px;
}
.home_feature {
	margin: 0;
	padding: 10px;
	width: 200px;
	height: 550px;
	color: #000000;
}
#home_feature1 {
	background: #FFFFFF url(images/home_feature1.jpg) no-repeat center;
}
#home_feature1 h2 {
	margin-top: 280px;
}
#home_feature2 {
	background: #FFFFFF url(images/home_feature2.jpg) no-repeat center;
}
#home_feature2 h2 {
	margin-top: 120px;
}
#intro {
	margin: 0;
	width: 470px;
	height: 335px;
	padding: 10px;
	background: #FFFFFF url(images/intro.gif) no-repeat center;
	color: #000000;
}
#intro h1, #intro p {
	margin: 10px;
}

/* CSS CURVED BOXES */
.curved { margin-bottom: 15px; }
.b1, .b2, .b3, .b4, .b5, .b6, .b7, .b8, .b9 {
	display: block;
	overflow: hidden;
	background: #FFFFFF;
	height: 1px;
	font-size: 1px;
}
.curved .b1 { margin: 0 12px; }
.curved .b2  { margin: 0 9px; }
.curved .b3  { margin: 0 7px; }
.curved .b4  { margin: 0 6px; }
.curved .b5  { margin: 0 5px; }
.curved .b6  { margin: 0 4px; }
.curved .b7  { margin: 0 3px; }
.curved .b8  { margin: 0 2px; height: 2px; }
.curved .b9  { margin: 0 1px; height: 3px; }

.curved .boxcontent  {
	display: block;
	background:#FFFFFF;
	color: #000000;
	padding: 1px 10px;
}
.boxcontent a {
	color: #356DC1;
}
.boxcontent a:hover {
	color: #043277;
}

#contest { color: #FF9900; text-decoration: none; }
#contest:hover { color: #FF9900; text-decoration: underline; }
#eventsbox {
	width: 220px;
	background: #F7DE07 url(images/eventsboxftr.gif) no-repeat bottom center;
	color: #000000;
	border: 1px solid #356DC1;
	padding-bottom: 25px;
}


#newsletters_page #body {
	padding: 0 15px;
	width: 960px;
	background: url(images/bg-toystoretimes.gif) repeat-y center;
}
.hdr-toystoretimes {
	height: 80px;
	background: url(images/hdr-toystoretimes.gif) no-repeat center;
}
.ftr-toystoretimes {
	height: 15px;
	background: url(images/ftr-toystoretimes.gif) no-repeat center;
}
#newsletters_page .maincol {
	float: left;
	padding: 1px 0;
	width: 720px;
}
#newsletters_page .sidecol {
	float: left;
	padding: 0 0 0px 15px;
	width: 225px;
}
#newsletters_page .sidecol h1 {
	margin: 0 10px 10px 20px;
}
#newsletters_page .sidecol p {
	margin: 20px;
}
#newsletters_page .maincol, #newsletters_page .sidecol {
	color: #000000;
}


.location {
	float: left;
	margin: 0 15px 0 0;
	padding: 1px 0;
	width: 310px;
}
.location img {
	margin: 5px;
}
.location a {
	color: #356DC1;
}
.location a:hover {
	color: #043277;
	text-decoration: none;
}
.address {
	margin: 15px 0;
	padding: 1px 0;
	width: 310px;
	height: 578px;
	background: #FFFFFF url(images/bg-location.gif) no-repeat center;
	color: #000000;
}
.address div {
	padding: 10px;
}

#credit {
	clear: both;
	margin: 0px;
	font-size: 70%;
	text-align: center;
	color: #FFFFFF;
}
#credit a {
	color: #FFFFFF;
	text-decoration: none;
}
#credit a:hover {
	color: #F7DE07;
	text-decoration: underline;
}