@charset "UTF-8";
/* CSS Document */

/*  ----------  Page Structure  ---------  */

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	background: #a93332;
	margin: 0px;
	padding: 20px 0px;
	line-height: 20px;
}
#pageWrapper {
	width: 876px;
	margin: auto;
}
#masthead {
	margin: 0px;
	padding: 0px;
	height: 314px;
	width: 876px;
}
#mastLogo {
	float: left;
	height: 314px;
	width: 240px;
	background-image: url(../_images/_interface/masthead_logo.jpg);
	background-repeat: no-repeat;
}
#mastNav {
	float: right;
	height: 314px;
	width: 636px;
	position: relative;
}
#bodyBG {
	background-image: url(../_images/_interface/content_bg.gif);
	background-repeat: repeat-y;
	width: 876px;
	padding: 10px 0px 0px;
}
#colWrapper {
	width: 786px;
	padding: 0px 46px;
}
#colFull {
	width: 560px;
	padding: 0px 0px 0px 40px;
	float: left;
}
#colRight {
	float: right;
	width: 184px;
	margin: 0px;
	padding: 0px;
}
#colLeft {
	float: left;
	width: 184px;
	margin: 0px;
	padding: 0px;
}
#colMid {
	width: 336px;
	padding: 0px 40px 0px 40px;
	float: left;
}
#footer {
	font-size: 10px;
	background-image: url(../_images/_interface/footer_bg.gif);
	background-repeat: no-repeat;
	height: 80px;
	width: 876px;
	padding: 36px 0px 0px;
	color: #999999;
	clear: both;
	text-align: center;
	line-height: 18px;
}

/*  ----------  Nav Boxes  ---------  */

#navAbout {
	padding: 0px;
	height: 32px;
	width: 70px;
	position: absolute;
	z-index: 10;
	left: 32px;
	top: 173px;
}
#navFeatured {
	padding: 0px;
	height: 35px;
	width: 94px;
	position: absolute;
	z-index: 10;
	left: 106px;
	top: 174px;
}
#navTips {
	padding: 0px;
	height: 29px;
	width: 91px;
	position: absolute;
	z-index: 10;
	left: 213px;
	top: 177px;
}
#navContact {
	padding: 0px;
	height: 51px;
	width: 57px;
	position: absolute;
	z-index: 10;
	left: 410px;
	top: 137px;
}
#navTool {
	padding: 0px;
	height: 58px;
	width: 509px;
	position: absolute;
	z-index: 10;
	left: 17px;
	top: 223px;
}

/*  ----------  Sidebars  ---------  */

.sidebarFooter {
	background: url(../_images/_interface/sidebar_footer.gif) no-repeat top;
	text-align: right;
	height: 34px;
	width: 184px;
	padding: 0px 0px 20px;
}
.sidebarTitle {
	height: 35px;
	width: 184px;
}
.sidebarSub {
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 4px;
}
.sidebarHeader {
	background-image: url(../_images/_interface/sidebar_header.gif);
	height: 16px;
	width: 184px;
}
.sidebarBody {
	font-size: 11px;
	color: #006db7;
	line-height: 15px;
	background: #cce2f1;
	width: 158px;
	padding: 5px 5px 5px 21px;
}
.sidebarFacebook {
	background: #cce2f1 url(../_images/_interface/sidebar_footer.gif) no-repeat bottom;
	width: 176px;
	padding: 4px 4px 30px 4px;
}
.sidebarComment {
	font-size: 11px;
	color: #006db7;
	font-weight: bold;
	line-height: 18px;
	background: url(../_images/_interface/sidebar_comment_bg.gif) no-repeat top #cce2f1;
	width: 128px;
	padding: 5px 28px 0px 28px;
}

/*  ----------  News  ---------  */

.newsItem {
	background: url(../_images/_interface/sidebar_news_bg.gif) no-repeat bottom #cce2f1;
	width: 158px;
	border-bottom: 1px solid #e0eef7;
	padding: 5px 5px 5px 21px;
}
.newsDate {
	font-size: 10px;
	color: #529cce;
	line-height: 15px;
	padding-bottom: 2px;
}
.newsTitle {
	font-size: 12px;
	font-weight: bold;
	color: #a93332;
	padding-bottom: 5px;
	line-height: 15px;
}
.newsDescrip {
	font-size: 11px;
	line-height: 15px;
	color: #006db7;
}

/*  ----------  Featured Toys  ---------  */

.listFeatured {
	padding: 10px 0px 0px 0px;
	border-bottom: 1px solid #cce2f1;
	margin: 0px;
}
ul.listFeatured li {
	width: 560px;
	border-top: 1px solid #cce2f1;
	display: block;
	list-style-type: none;
	padding: 15px 0px 0px 0px;
	margin: 0px;
	clear: both;
}
.featuredPic {
	display: block;
	float: left;
	padding: 2px 0px;
	margin-bottom: 15px;
	width: 320px;
}
.featuredDescrip {
	float: left;
	padding-left: 10px;
	width: 230px;
	margin-bottom: 15px;
}
.featuredTitle {
	font-size: 14px;
	font-weight: bold;
	color: #006db7;
	padding-bottom: 8px;
}
.sidebarFeaturedBody {
	font-size: 11px;
	color: #006db7;
	line-height: 15px;
	background: #cce2f1;
	width: 168px;
	padding: 5px 5px 5px 10px;
}
.sidebarFeaturedTitle {
	font-size: 12px;
	font-weight: bold;
}
.listToys {
	padding: 5px 0px 5px 0px;
	margin: 0px;
}
ul.listToys li {
	background: url(../_images/_interface/bullet_checkbox.gif) no-repeat left top;
	display: block;
	list-style-type: none;
	padding: 4px 0px 5px 23px;
}

/*  ----------  Forms  ---------  */

form {
	padding: 0px;
	margin: 0px;
}
input.signup {
	font-size: 11px;
	background-color: #ffffff;
	height: 19px;
	padding: 3px 4px 0px 4px;
	margin: 5px 0px 5px 0px;
	border: 1px solid #66a7d4;
	color: #666666;
	width: 136px;
}


/*  ----------  Misc & Copy  ---------  */

.blockClear {
	clear: both;
	line-height: 0px;
	font-size: 0px;
	padding: 0px;
	margin: 0px;
}
.blockLeft {
	float: left;
}
.blockRight {
	float: right;
}
.alignLeft, .standardTable td.alignLeft {
	text-align: left;
}
.alignRight .standardTable td.alignRight {
	text-align: right;
}
.alignCenter {
	text-align: center;
}
.strong {
	font-weight: bold;
}
.emphasis {
	font-style: italic;
}
form {
	padding: 0px;
	margin: 0px;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #006db7;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #006db7;
	padding: 0px 0px 3px 0px;
	margin: 0px;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #006db7;
	padding-bottom: 2px;
	margin: 0px;
	padding-top: 10px;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: #666666;
	padding: 0px 0px 2px 0px;
}

.listStandard {
	padding: 8px 0px 8px 20px;
	margin: 0px;
}
ul.listStandard li {
	background: url(../_images/_interface/bullet_list.gif) no-repeat left 6px;
	display: block;
	list-style-type: none;
	padding-left: 15px;
	padding-bottom: 3px;
}
.listRecord {
	padding: 0px 0px 0px 0px;
	margin: 0px;
}
ul.listRecord li {
	border-bottom: 1px solid #cce2f1;
	border-top: none;
	display: block;
	list-style-type: none;
	padding: 15px 0px 15px 0px;
	margin: 0px;
	clear: both;
}
.listTitle {
	font-size: 14px;
	font-weight: bold;
	color: #006db7;
	float: left;
}
.listDate {
	font-style: italic;
	color: #006db7;
	float: right;
}
.listEntry {
	clear: both;
	padding-top: 5px;
}
.listImage {
	padding: 0px 0px 0px 0px;
	margin: 0px;
}
ul.listImage li {
	display: block;
	list-style-type: none;
	width: 256px;
	padding: 15px 12px 0px 12px;
	margin: 0px;
	float: left;
	clear: none;
	border: none;
}
ul.listImage li img {
	border: solid 2px #990000;
}
.postTitle {
	font-size: 14px;
	font-weight: bold;
	color: #006db7;
	padding: 0px 0px 2px 0px;
	margin: 0px;
}
.postSub {
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	color: #006db7;
	padding: 0px 0px 2px 0px;
}
.note {
	font-size: 10px;
	font-style: italic;
}
.btt {
	text-align: right;
	padding: 15px 0px 0px;
	clear: both;
}
.picWrapperRight {
	float: right;
	padding: 0px 0px 14px 14px;
	background: url(../_images/_interface/pic_bg.gif) no-repeat left bottom;
	margin: 0px 0px 5px 10px;
}
.picWrapper {
	padding: 0px 0px 14px 14px;
	background: url(../_images/_interface/pic_bg.gif) no-repeat left bottom;
	margin: 0px;
	float: left;
}
.picWrapperRight img, .picWrapper img {
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}
.title {
	padding-bottom: 15px;
}

/*  ----------  Secondary Nav  ---------  */

.secNav {
	padding: 10px 0px 0px 0px;
	margin: 0px;
}
ul.secNav li {
	display: block;
	width: auto;
	float: left;
	list-style-type: none;
	border-bottom: 1px solid #cce2f1;
	padding: 0px 27px 0px 0px;
	margin: 0px 0px 20px 0px;
}
ul.secNav li.last {
	display: block;
	width: auto;
	float: left;
	list-style-type: none;
	border-bottom: 1px solid #cce2f1;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
}

/*  ----------  Standard Links  ---------  */

a {
	color: #a93332;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: none;
}
#footer a {
	color: #006db7;
	text-decoration: none;
}

#footer a:hover {
	color: #006db7;
	text-decoration: underline;
}
.newsItem a, .sidebarBody a {
	font-size: 11px;
	display: block;
	width: auto;
	float: left;
	background: url(../_images/_interface/arrow_news.gif) no-repeat right 9px;
	padding: 2px 8px 0px 0px;
}

.newsItem a:hover, .sidebarBody a:hover {
	font-size: 11px;
	display: block;
	width: auto;
	float: left;
	background: url(../_images/_interface/arrow_news.gif) no-repeat right 9px;
	padding: 2px 8px 0px 0px;
}
a.tipsLink {
	font-size: 11px;
	display: block;
	width: auto;
	float: right;
	background: url(../_images/_interface/arrow_news.gif) no-repeat right 9px;
	padding: 2px 8px 0px 0px;
}

a.tipsLink:hover {
	font-size: 11px;
	display: block;
	width: auto;
	float: right;
	background: url(../_images/_interface/arrow_news.gif) no-repeat right 9px;
	padding: 2px 8px 0px 0px;
}
a.nolink, a:link.nolink, a:hover.nolink {
	display: inline;
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	float: none;
}
