body {
	margin: 0px;
	padding: 0px;
	background-image: url(kidsImages/kidsBK.gif);
	background-repeat: repeat;
	background-color: #FFC;
}
#wrapper {
	height: auto;
	width: 960px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	display: block;
	float: left;
	background-color: #FFF;
}

#historyWrapper {
	height: auto;
	width: 960px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	display: block;

	float: left;
}

#pay {
	display: block;
	height: auto;
	width: 140px;
	border: 3px solid #F00;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	text-align: left;
	float: left;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.PaypalText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #F00;
	text-decoration: none;
}

#pay a,
 #pay a:link,
#pay a:visited
 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#ff0000;
	font-weight:bold;
	
	text-decoration:none;
	font-style:italic;
}


 #pay a:hover,
 #pay a:active{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#3300ff;
	font-weight:bold;
	
	text-decoration:none;
	font-style:italic;
}
#wrapper #NavLeft #pay .PaypalText a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #F00;
	text-decoration: none;
}
#Header {
	display: block;
	height: 150px;
	width: 960px;
	margin: 0px;
	background-repeat: no-repeat;
	padding: 0px;
	background-color: #090;
}

#HeaderStore {
	display: block;
	height: auto;
	width: 960px;
	margin: 0px;
	background-repeat: no-repeat;
	padding: 0px;
	background-color: #090;
}

#Fish {
	height: 150px;
	width: 150px;
	margin: 0px;
	padding: 0px;
	float: right;
}

#KidsHeadText {
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	text-align: left;
	float: left;
	margin-left: 30px;
	width: 700px;
	padding-bottom: 10px;
}
#HeadDesc {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	color: #FFC;
	text-decoration: none;
	clear: both;
	float: left;
	margin-left: 30px;
	font-weight: bold;
}
#Flash {
	color: #FFF;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	clear: both;
	float: left;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}


/* BEGIN Mark Pure CSS Tabs */

#navcontainer
{
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 250px;
}



#navcontainer ul
{
	display: block;
	list-style: none outside;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background-color: #000;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-top: 17px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#navcontainer li
{
	border-top: 1px solid #cecbc6;
	border-right: 1px solid #cecbc6;
	border-left: 1px solid #cecbc6;
	background-color: #000066;
	color: #ffffff;
	font-weight: bold;
	/* the next 4 lines are magic */
display: block;
	float: left;
	position: relative;
	top: -1.32em;
	margin-top: 0;
	margin-right: 1px;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0;
}

#navcontainer a:link,
#navcontainer a:visited
{
	background-color: #000066;
	color: #ffffff;
	text-decoration: none;
	padding-left: 1em;
	padding-right: 1em;
	
	padding-top: 3px;
    padding-bottom:3px;
}

#navcontainer a:hover
{
	background-color: #CF0;
	color: #000066;
}


#navcontainer li.selected a:link,
#navcontainer li.selected a:visited{
	color:#FFF;
	background-color: #F00;
	background-position: center;
}



 #navcontainerclear
{
display: block;
clear: both;
}

#wideNavContainer
{
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}



#wideNavContainer ul
{
	display: block;
	list-style: none outside;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background-color: #000;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-top: 17px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#wideNavContainer li
{
	border-top: 1px solid #cecbc6;
	border-right: 1px solid #cecbc6;
	border-left: 1px solid #cecbc6;
	background-color: #000066;
	color: #ffffff;
	font-weight: bold;
	/* the next 4 lines are magic */
display: block;
	float: left;
	position: relative;
	top: -1.32em;
	margin-top: 0;
	margin-right: 1px;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0;
}

#wideNavContainer a:link,
#wideNavContainer a:visited
{
	background-color: #000066;
	color: #ffffff;
	text-decoration: none;
	padding-left: 1em;
	padding-right: 1em;
	
}

#wideNavContainer a:hover
{
	background-color: #CF0;
	color: #000066;
}


#wideNavContainer li.selected a:link,
#wideNavContainer li.selected a:visited{
	color:#FFF;
	background-color: #F00;
	background-position: center;
}
#wideNavContainer li.size,
#wideNavContainer li.size a:link,
#wideNavContainer li.size a:visited{
	color:#000;
	background-color: #FFC;
	background-position: center;
	font-style: italic;
	padding-right: 15px;
	padding-left: 15px;
	
}


 #navcontainerclear
{
display: block;
clear: both;
}



/* END Mark Pure CSS Tabs */


#TitleBar {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	background-color: #000;
	text-align: center;
	display: block;
	height: auto;
	width: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}


#StoreTitleBar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000;
	background-color: #FFF;
	text-align: left;
	display: block;
	height: auto;
	width: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 40px;
	padding-left: 40px;
	line-height: 16px;
}





#Copy {
	padding: 5px;
	float: left;
	clear:both;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	vertical-align: bottom;
	display: block;
	margin-right: 0px;
	margin-bottom: 3px;
	font-weight: bold;
	color: #000;
	width: 500px;
}
#Ads {
	background-color: #FFF;
	clear: none;
	float: left;
	height: 200px;
	width: 500px;
	margin: 0px;
	padding: 0px;
}


#ContentWrap {
	background-color: #FFF;
}
#MainContentDesc {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
	width: 540px;
	text-align: left;
	display: block;
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

#TileContent {
	display: block;
	float: left;
	background-color: #FFF;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	clear: none;
	font-size: 14px;
	margin: 0px;
	width: 590px;
	height: auto;
}

#TileContent img{
	color: #FFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#WorldTileContent {
	display: block;
	float: left;
	background-color: #FFF;
	list-style-type: none;
	width: 720px;
	height: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 35px;
	clear: none;
	font-size: 14px;
	margin: 0px;
}

#WorldTileContent img{
	color: #FFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#content {
	display: block;
	float: left;
	background-color: #FFF;
	list-style-type: none;
	width: 601px;
	height: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 35px;
	clear: none;
	font-size: 14px;
}

#content img{
	color: #FFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#content ul {
	display: block;
	height: auto;
	width: 560px;
	list-style-type: none;
	top: 0px;
	right: 0px;
	float: left;
	background-color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#content ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #090;
	text-decoration: none;
	display: block;
	clear: both;
	float: left;
	width: 150px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#content ul li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F00;
	text-decoration: none;
	display: block;
	clear: both;
	float: left;
	width: 150px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#content ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	height: 350px;
	width: 248px;
	list-style-type: none;
	display: inline;
	vertical-align: top;
	float: left;
	margin-top: 30px;
	margin-right: 5px;
	margin-bottom: 20px;
	margin-left: 5px;
	padding-right: 2px;
	padding-left: 2px;
}

#designButtons {
	background-color: #FFF;
	list-style-type: none;
	width: 720px;
	height: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #000;
	vertical-align: top;
	float: left;
	clear: left;
	border: 1px solid #F00;
	display: block;
	text-align: left;
	margin-right: 0px;
	padding: 0px;
}

#StoreContent {
	background-color: #FFF;
	list-style-type: none;
	width: 750px;
	height: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #000;
	vertical-align: top;
	margin-left: 160px;
	display: block;
	text-align: left;
	margin-right: 0px;
	position: relative;
	padding: 0px;
}

#StoreContent img{
	color: #FFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#StoreContent ul {
	display: block;
	height: auto;
	width: 750px;
	list-style-type: none;
	top: 0px;
	right: 0px;
	float: left;
	background-color: #FFF;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin: 0px;
	clear: none;
}
#StoreContent ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #090;
	text-decoration: none;
	display: inline;
	width: 165px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	font-weight: bold;
	background-color: #FFF;
	height: 310px;
}
#StoreContent ul li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #F00;
	text-decoration: none;
	display: inline;
	width: 165px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	font-weight: bold;
	background-color: #FFF;
	height: 310px;
}
#StoreContent ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	height: 310px;
	width: 165px;
	list-style-type: none;
	vertical-align: top;
	float: left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-right: 2px;
	padding-left: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	background-color: #FFF;
}

#PuzzleDesc{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #000;
	text-align: center;
	width: 500px;
	padding-left: 30px;
}
#Nav {
	background-color: #fff;
	float: left;
	width: 960px;
	clear: both;
	display: inline-block;
	margin: 0px;
	padding: 0px;
	background-image: url(BlueWhiteBut.jpg);
	background-repeat: repeat-x;
	height: 30px;
}


#Nav ul {
	display: inline-block;
	width: 650px;
	font-size: 15px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	padding: 0px;
	background-image: url(BlueWhiteBut.jpg);
	background-repeat: repeat-x;
	vertical-align: middle;
	height: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 175px;
	float: left;
	
}
#Nav ul li {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	background-color: #FFF;
	text-align: center;
	display: block;
	float: left;
	list-style-type: none;
	width: auto;
	background-image: url(BlueWhiteBut.jpg);
	background-repeat: repeat;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	height: 30px;
}
#Nav ul li a {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
	background-color: #FFF;
	text-align: center;
	display: block;
	float: left;
	list-style-type: none;
	height: 30px;
	width: auto;
	background-image: url(BlueWhiteBut.jpg);
	background-repeat: repeat-x;
	padding: 10px;
}

#Nav ul li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
	color: #FFF;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
	text-align: center;
	display: block;
	float: left;
	list-style-type: none;
	height: 30px;
	width: auto;
	background-image: url(BlueBlackBut.jpg);
	background-repeat: repeat-x;
	padding: 10px;
}


#Nav li.selected a:link,
#Nav li.selected a:visited{
	color:#FFF;
	background-color: #F00;
	background-repeat: repeat-x;
	background-position: center;
}


#Google {
	height: 60px;
	width: 468px;
	padding-left: 30px;
}



#FooterDesc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CAFFCA;
	text-decoration: none;
	display: inline;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
	clear: both;
	float: left;
	text-align: center;
	vertical-align: top;
	height: 100px;
	width: 960px;
	background-color: #090;
}
#Center {
	float: left;
	height: auto;
	width: 590px;
	border: 3px solid #F00;
}




#Footer {
	background-color: #090;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0;
	text-decoration: none;
	display: inline;
	margin-right: 0px;
	margin-left: 0px;
	clear: both;
	float: left;
	text-align: center;
	vertical-align: top;
	background-image: none;
	background-repeat: no-repeat;
	width: 960px;

}

#Footer ul {
	display: inline;
	float: left;
	height: auto;
	padding-right: 0px;
	padding-left: 0px;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 5px;
	width: 960px;
}
#Footer ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #090;
	text-decoration: none;
	display: inline;
	float: none;
	list-style-type: none;
	text-align: left;
	vertical-align: middle;
	margin: 5px;
	padding: 2px;
}





#Footer a{
font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
}

#Footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #00FF00;
	text-decoration: none;
}


#StoreFooter {
display: block;
	float: left;
	background-color: #FFF;
	list-style-type: none;
	width: 960px;
	height: auto;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	color: #000;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #009900;
}

#StoreFooter img{
	color: #FFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}



#StoreFooter ul {
	display: block;
	height: auto;
	width: 960px;
	list-style-type: none;
	top: 0px;
	right: 0px;
	float: left;
	background-color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#StoreFooter ul li a {
font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #090;
	text-decoration: none;
	display: block;
	clear: both;
	float: left;
	width: 150px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	font-weight: bold;
}
#StoreFooter ul li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #F00;
	text-decoration: none;
	display: block;
	clear: both;
	float: left;
	width: 150px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	font-weight: bold;
}
#StoreFooter ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	height: 310px;
	width: 165px;
	list-style-type: none;
	display: inline;
	vertical-align: top;
	float: left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-right: 2px;
	padding-left: 2px;
	clear: none;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}


#FootTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000;
	text-align: center;
	vertical-align: top;
	background-color: #FFF;
	width:960px;
	margin-top: 5px;
	margin-bottom: 5px;
	clear: both;
	float: left;
	background-image: url(BlueWhiteBut.jpg);
	background-repeat: repeat-x;
}





#Email {
	border: 1.5px solid #000;
	height: auto;
	width: 149px;
	background-image: none;
	float: left;
	margin-top: 10px;
	clear: both;
}
#DesignSites {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000;
	text-decoration: none;
	float: left;
	height: 20px;
	width: 150px;
	margin-left: 0px;
	list-style-type: none;
	padding: 0px;
	text-align: center;
	vertical-align: top;
	margin-bottom: 18px;
	clear: both;
	margin-top: 5px;
	margin-right: 0px;
}


#NavLeft {
	display: block;
	padding: 0px;
	float: left;
	clear: both;
	margin: 0px;
	height: auto;
	width: 152px;
}

#NavLeft ul {
	display: block;
	clear: both;
	float: left;
	height: auto;
	margin-top: 0px;
	padding: 0px;
	width: 150px;
	left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	text-align: left;
}
#NavLeft ul li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	background-color: #FFC;
	text-align: left;
	display: block;
	float: left;
	clear:both;
	list-style-type: none;
	height: auto;
	width: 150px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

#NavLeft ul li a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
	background-color: #FFC;
	text-align: center;
	display: block;
	float: left;
	clear:both;
	list-style-type: none;
	margin: 0px;
	height: auto;
	width: 150px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	border: 1px solid #CCC;
}

#NavLeft ul li a:hover {
	font-family: Verdana, Geneva, sans-serif;
	background-color: #090;
	font-size: 12px;
	color: #ffc;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
	text-align: center;
	display: block;
	float: left;
	list-style-type: none;
	margin: 0px;
	height: auto;
	width: 150px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	clear: both;
}


#NavLeft li.selected a:link,
#NavLeft li.selected a:visited{
	color:#FFF;
	background-color: #F00;
	background-repeat: repeat-x;
	background-position: center;
}

#PODS {
	background-color: #FFf;
	vertical-align: top;
	display: block;
	height: auto;
	width: 150px;
	padding: 4px;
	float: left;
	margin: 0px;
}

#StorePODS {
	background-color: #FFf;
	vertical-align: top;
	display: block;
	height: auto;
	width: 150px;
	padding: 4px;
	float: left;
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

#NavRight {
	background-color: #fff;
	float: right;
	vertical-align: top;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	display: block;
	width: 150px;
	text-decoration: none;
	list-style-type: none;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 10px;
	margin: 0px;
	clear: none;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #090;
}


#NavRight img{
	color: #FFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#NavRight ul {
	display: block;
	height: auto;
	width: 150px;
	list-style-type: none;
	top: 0px;
	right: 0px;
	float: left;
	background-color: #FFF;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin: 0px;
}
#NavRight ul li a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	display: block;
	clear: both;
	float: left;
	width: 150px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: bold;
}
#NavRight ul li a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #F00;
	text-decoration: none;
	display: block;
	clear: both;
	float: left;
	width: 150px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: bold;
}
#NavRight ul li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	height: auto;
	width: 150px;
	list-style-type: none;
	display: inline;
	vertical-align: top;
	float: left;
	
}



#ProductButtons {
	background-color: #FFf;
	vertical-align: top;
	display: block;
	float: left;
	height: auto;
	width: 150px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#ProductButtons img{
	color: #FFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#ProductButtons ul {
	display: block;
	height: auto;
	width: 150px;
	list-style-type: none;
	top: 0px;
	right: 0px;
	float: left;
	background-color: #FFF;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin: 0px;
}
#ProductButtons ul li a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	display: block;
	clear: both;
	float: left;
	width: 150px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: bold;
}
#ProductButtons ul li a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #F00;
	text-decoration: none;
	display: block;
	clear: both;
	float: left;
	width: 150px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: bold;
}
#ProductButtons ul li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	height: auto;
	width: 150px;
	list-style-type: none;
	display: inline;
	vertical-align: top;
	float: left;
	
}




#Icons {
	border:0;
	padding: 0px;
	text-decoration: none;
	width: 150px;
	height: auto;
	vertical-align: top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
}
#Icons ul {
	display: inline;
	text-decoration: none;
}


#Icons ul li {
	text-decoration: none;
	display: inline;
	height: 35px;
	width: 35px;
	border:0;
	margin: 0px;
	padding: 0px;
}

#FlashWarn {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 7px;
}

#HeadText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	clear: left;
	float: left;
	padding: 5px;
	width: 400px;
}


#mobile {
	text-align: center;
	color: #000;
	margin: 3px;
	float: left;
	width: 130px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-top-color: #CCC;
	background-color: #FFF;
	display: block;
	padding-top: 10px;
	padding-right: 2px;
	padding-bottom: 10px;
	padding-left: 2px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	border-left-style: solid;
}


#Coupon {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	vertical-align: top;
	background-color: #000;
	width:150px;
	clear: left;
	float: left;
	border-right-width: 1.5px;
	border-right-style: solid;
	border-right-color: #000;
	border-left-width: 1.5px;
	border-left-style: solid;
	border-left-color: #000;
}

#Coupon a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	vertical-align: top;
	margin-top: 5px;
	margin-bottom: 5px;
	clear: both;
	float: left;
	text-decoration: none;
	width: 150px;
}

#Coupon a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFCC00;
	text-align: center;
	vertical-align: top;
	margin-top: 5px;
	margin-bottom: 5px;
	clear: both;
	float: left;
	text-decoration: none;
	width: 150px;
}
#Counter {
	float: left;
	width: 150px;
}



#shop {
	width: 145px;
	display: block;
	float: right;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
	text-align: left;
	margin-top: 0px;
	margin-right: 22px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 22px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#shop ul {
	width: 145px;
	list-style-type: none;
	float: left;
	display: block;
}

#shop ul li{
	height: auto;
	width: 145px;
	font-family: Verdana, Geneva, sans-serif;
	float: left;
	color: #000;
	text-align: left;
	display: block;
}

#shop ul li a{
	text-decoration: none;
	color: #000;
	height: auto;
	width: 145px;
	font-family: Verdana, Geneva, sans-serif;
	display: block;
	float: left;
	text-align: left;

}
#shop ul li a:hover{
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	color: #F00;
	display: block;
	height: auto;
	width: 145px;
	float: left;
	text-align: left;

}




#AboutUs ul{
	font-family: Verdana, Geneva, sans-serif;
	float: left;
	color: #000;
	display: block;
	background-color: #FFF;
	
}

#AboutUs li{
	font-family: Verdana, Geneva, sans-serif;
	float: left;
	color: #000;
	display: block;
	background-color: #FFF;
}

#AboutUs ul li a{
	text-decoration: none;
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	display: block;
	float: left;
	background-color: #FFF;
	border: 2px;
	border: solid;
	border: 2px solid #F00;
	height: auto;
	width: 145px;
}
#about ul li a:hover{
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFC;
	display: block;
	float: left;
	background-color: #090;
	border: 2px;
	border: solid;
	border: 2px solid #F00;
	height: auto;
	width: 145px;
}
#History {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
	text-align: left;
	width: 500px;
	font-weight: normal;
	margin-left: 230px;
	border: 1px double #000;
	background-color: #FFF;
	vertical-align: top;
	text-indent: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 20px;
	margin-right: 0px;
}
.paragraph {
	margin: 10px;
	padding: 0px;
	text-align: left;
	display: block;
}



.AmazonVert {
	float: left;

	width: 160px;
	padding-top: 30px;
	height: auto;
	background-color: #FFF;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #FFF;
	margin-top: 10px;
}

.AmazonRight {
	float: right;
	width: 160px;
	padding-top: 30px;
	height: auto;
	background-color: #FFF;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #FFF;
	margin-top: 10px;
	margin-bottom: 10px;
}

.IndexdesignDesc {
	float: left;
	height: auto;
	width: 145px;
}

.kidsBigTxt{
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 40px;
	font-weight: bold;
	
}
.bold{
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	display: block;
	margin-left: 40px;
	font-style: normal;
	
}
.PuzzleName{
	font-weight: bolder;
	font-size: 25px;
	color: #090;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	display: block;
	
}

.StorePuzzleName{
	font-weight: bolder;
	font-size: 20px;
	color: #090;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	background-color: #FFC;
	height: auto;
	width: 60%;
	margin-right: 20%;
	margin-left: 20%;
	
}

.designDesc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	text-align: left;
	display: block;
	float: left;
	height: auto;
	width: 100px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 4px;
}

.StoreDesignDesc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	text-align: left;
	display: block;
	float: left;
	height: auto;
	width: 150px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 4px;
}

.line {
	width: auto;
	border-top-width: 3px;
	border-top-style: groove;
	border-top-color: #999;
	margin-top: 5px;
	margin-bottom: 5px;
}

.PodCircles {
	text-align: left;
	margin: 0px;
	padding: 0px;
	width: 37px;
	vertical-align: top;
	float: left;
}

.IndexPodCircles {
	text-align: left;
	margin: 0px;
	padding: 0px;
	width: 37px;
	vertical-align: bottom;
	float: left;
}


.PODtitle
{
	color: #000;
	font-weight: 
bold;
	font-size: 
14px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 1px;
	width: 150px;
	margin-right: 1px;
	margin-left: 1px;
}
.italic {
	font-style: italic;
	font-weight: normal;
	margin-top: 3px;
}

.sectionTitle {
	font-style: normal;
	font-weight: bold;
	margin-top: 0px;
	font-size: large;
	color: #FFC;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: middle;
	display: block;
	background-color: #090;
	width: 150px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #090;
}

.BGlink {
	color: #F00;
}

.line {
	width: auto;
	border-top-width: 3px;
	border-top-style: groove;
	border-top-color: #999;
	margin-top: 5px;
	margin-bottom: 5px;
}
.yellow {
	color: #FF0;
}

.cyan{
	color: #0FF;
}
.AddThis {
	padding-top: 0px;
	float: left;
	padding-left: 200px;
	margin-top: 60px;
}

.StoreAddThis {
	margin-top: 30px;
	padding-top: 50px;
	margin-left: 200px;
	float: left;
}

.SideDesc {
	height: auto;
	width: 140px;
	font-size: 10px;
}
#ArithmAttack {
	height: auto;
	width: 500px;
	margin-left: 5px;
	display: block;
	padding-left: 5px;
	float: left;
}
#Blank {
	float: left;
	height: 800px;
	width: 50px;
}
#BlankHorz {
	clear: both;
	float: left;
	height: 100px;
	width: 960px;
	display: block;
}
