/* CSS Document */

body,html { background-color;
	
	color: #000000; }

.td { font-family: verdana; font-size:10px; color:#000000; }
.tdblue1 { font-family: verdana; font-size:11px; color:#005AA9; }
.tdblack { font-family: verdana; font-size:11px; color:#000000; }
.tdred { font-family: verdana; font-size:12px; color:#00CC00; }

a:link {font-family: verdana; font-size: 10px; color: #FFFFFF; text-decoration:none}
a:visited { font-size: 10px; color: #FFFFFF; text-decoration:none}
a:hover { font-size: 10px; color:#00CCFF; text-decoration:none}
a:active {
	font-size: 10px;
	color: #0000FF;
	text-decoration:none
}

a.button_dwn:link {	font-family: verdana; font-size: 10px; color: #FFFFFF;	text-decoration:none}
a.button_dwn:visited { font-size: 10px; color: #FFFFFF;	text-decoration:none}
a.button_dwn:hover { font-size: 10px; color:#FF6600; text-decoration:none}
a.button_dwn:active { font-size: 10px; color:#FFFFFF; text-decoration:none}

a.blue_link:link {
	font-family: verdana;
	font-size: 10px;
	color: #0000FF;
	text-decoration:none
}
a.blue_link:visited {
	font-size: 10px;
	color: #0000FF;
	text-decoration:none
}
a.blue_link:hover { font-size: 10px; color:#FF6600; text-decoration:none}
a.blue_link:active {
	font-size: 10px;
	color:#0000FF;
	text-decoration:none
}

a.enter:link {font-family: verdana; font-size: 25px; color: #FFFFFF; text-decoration:none}
a.enter:visited { font-size: 25px; color: #FFFFFF; text-decoration:none}
a.enter:hover { font-size: 25px; color:#068FD7; text-decoration:none}
a.enter:active { font-size: 25px; color: #FFFFFF; text-decoration:none}



/*product menu*/
#menuleft {
	font-weight: bold;
	font-size: 13px;
	margin-left: 5px;
}
#menuleft ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#menuleft li {
	margin: 3px;
	text-align: center;
}
#menuleft li a {
	padding-top: 5px;
	display: block;
	width: 199px;
	height: 44px;
	color: #FFF;
	font-size: 14px;
}
#menuleft li a:hover {
	color: #ffea00;
}
#menuleft li.productAxis {
	background: url(../images/bg-axis-menu.gif) no-repeat;
}
#menuleft li.productBarbie {
	background: url(../images/bg-barbie-menu.gif) no-repeat;
}
#menuleft li.productCreatvegear {
	background: url(../images/bg-creativegear-menu.gif) no-repeat;
}
#menuleft li.productHotwheels {
	background: url(../images/bg-hotwheels-menu.gif) no-repeat;
}
#menuleft li.whatsnew {
	background: url(../images/bg-whatsnew-blue-menu.gif) no-repeat;
}
#fixedImg {
	margin: 0;
	padding: 0;
}
#fixedImg img {
	width: 200px;
	height: 150px;
}

/*mrp*/

.homeBot {
	background-image: url(../images/bg-homebot.jpg);
	background-repeat: repeat-x;
	background-position: bottom left;
}
.orange {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #f6871e;
}
