body {
	margin:0; 
	padding:0; 
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	background-image:url(images/background.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#EFA72F;
}
a {
	color:#F7941D;
	text-decoration:none;
}
.left{float:left;}

.right{float:right;}

.orange{color:#F6931C;}
.orangeLetters{font-size:120%;font-weight:bold;color:#F6931C;}
.spacey{line-height:25px; text-align:justify;}

h1 {
	font-size:120%;
	font-weight:bold;
	color:#F6931C;
}
h2 {
	font-size:100%;
	color:#F7941D;
}
.button{
	background-color:#efcf2e;
	color:#663300;
}

#container{
	width:881px;
	margin:0 auto; /*centers the main part of the page. 0px top and bottom, left and right equal */
	padding:0;
	position:relative;
}

#mainNav{
	background-image:url(images/nav-background.png);
	background-position:top left;
	background-repeat:repeat-x;
	height:32px;
	padding:8px 0 0 17px;
}
#mainNav a:link{
	font-family:tahoma;
	font-size:13px;
	color:#FFFFFF;
	text-transform:uppercase;
	margin:0 48px;
}
#mainNav a:visited{
	font-family:tahoma;
	font-size:13px;
	color:#FFFFFF;
	text-transform:uppercase;
	margin:0 48px;
}
#mainNav a:hover{
	font-family:tahoma;
	font-size:13px;
	color:#F7941D;
	text-transform:uppercase;
	margin:0 48px;
}
/*********main table**************/
#table881{
	text-align:left;
	width:881px;
 	background-color:#FFFFFF;
	padding:0;
}
/*********end main table**************/

#contentDiv{
	padding:35px 35px 85px 35px;
	min-height:400px;
	position:relative;
}
#contentDiv2{
	padding:35px 35px 85px 85px;
	min-height:400px;
	position:relative;
}
#cartDiv{
	position:absolute;
	top:0px;
	left:765px;
	color:#FFFFFF;
	font-size:90%;
}
#cartDiv a{
	color:#FFFFFF;
	text-decoration:none;
}
.categoryDiv{
	float:left; 
	width:237px; 
	background-image:url(images/categories_background.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	margin:0 30px 25px 0; 
	padding:1px 0 0 0;
	text-align:center; 
	cursor:pointer; 
	font-weight:bold;
	position:relative;
}

.itemDiv{
	float:left; 
	width:196px; 
	background-image:url(images/item_background.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	margin:0 6px 25px 0; 
	padding:2px 0 0 0;
	text-align:center; 
	cursor:pointer; 
	font-weight:bold;
	position:relative;
}

.markAsNew{
	position:absolute;
	top:-7px;
	left:-9px;
	z-index:999;
}
.markAsNew2{
	position:absolute;
	top:-6px;
	left:-9px;
	z-index:999;
}
.retailerDiv{
	width:210px; 
	float:left; 
	text-align:center; 
	margin:0 0 25px 45px; 
	vertical-align:bottom; 
	font-weight:bold;
}
#kidsForm input[type="text"]{
	width:230px;
}

#bottom{
	width:881px;
	background-image:url(images/bottom.png);
	background-position:bottom;
	background-repeat:no-repeat;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	line-height:20px;
	padding:10px 0;
	vertical-align:bottom;
}
#bottom span{
	color:#F7941D;
	line-height:25px;
}
/***************footer links*****************/

#footer{
	font-size:11px;
	text-align:right;
	width:100%;
	color:#FFFFFF;
	margin:5px 0 0 0;
}

#footer a:link{
	color:#FFFFFF;
	text-decoration:none;
}
#footer a:visited{
	color:#FFFFFF;
	text-decoration:none;
}
#footer a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}
/***************end footer links*****************/

.doit {
	background-color:#cccccc;
}
.didit {
	background-color:#ffffff;
}
/* [ PNG Fix ] */
img { behavior: url("media/iepngfix.htc") }