/* Extreme Toys Website CSS */

body {
	background-color: #005093;
	background-image:url(/images/background/01.gif);
	background-position:top;
	background-repeat:repeat-x;
	margin:				20 0 0 0;
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			11px;

}

a { text-decoration: none; font-size:	11px; color: #005093;}

#wrap {
width:					750px;
background-color:		#FFFFFF;
margin-left: 			auto;
margin-right: 			auto;
text-align:				left;
}

#center {
margin-left: 			auto;
margin-right: 			auto;
text-align:				center;
}

#left { float: left; background-color:#FFFFFF;}
#right { float: right; background-color:#FFFFFF;}

#store_box {
	float: left;
	width: 142px;
	margin-left:8px;
	margin-right:8px;
}
#store_box2 { float:right; width: 580px; }

#store_box3 { background-image: url(/images/colum_bg.gif); background-repeat: repeat-y; }

#long_row {
	background-color: #005093;
	width: 750px;
	height: 16px;
 	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
	margin-left: auto;
	margin-right: auto;
}
.copyright {
	background-color: #005093;
	width: 750px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9.5px;
	color: #FFFFFF;
	text-decoration: none;
}
.copyright_plain {
	background-color: #FFFFFF;
	width: 750px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

#long_row a {
	color: #FFFFFF;
	text-decoration: none;
}

#sub_long_row a:link, a:active, a:visited {
	color: #005093;
	text-decoration: none;
}

#long_row a:hover {
	color: #FF6600;
	text-decoration: none;
}

.main_table {
	background-color: #FFFFFF;
	margin-left: auto;
	
	margin-right: auto;
}
.main_table td {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
}

#copyright {
	font-family: Verdana;
	background-color: #FFFFFF;
	font-size: 9px;
	text-align: left;
	width: 750px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #005093;
	margin-left: auto;
	margin-right: auto;
}

#footer {
	background-color:			#093d65;
	height:						38px;
	background-image: 			url(/images/bg_footer.gif);
	background-repeat: 			no-repeat;
}

#footer_wm {
	background-color:			#005093;
	height:						20px;
	background-image: 			url(/logo_footer.gif);
	background-repeat: 			no-repeat;
	background-position:		right bottom;
}

#home_001 {
	position: absolute;
	top:15px;
	left: 20px;
	z-index: 1;
	color: #FFF;
}

#home_001 a {
	color: #FFF;
	font-size: 13px;
	line-height: 22px;
}
