@charset "UTF-8";
/* CSS Document */

/* get rid of those system borders being generated for A tags */
a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}

#scroll {
	background-color:#FFFFFF;
	position:relative;
	height:460px;
	overflow:hidden;
	border:1px dotted #040134;
	width:758px;
	padding:0px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}

#tools {
	width:9999em;
	position:absolute;
	height:391px;
}

.tool {
	float:left;
	width:758px;
	height:391px;
	vertical-align:middle;
	background-repeat:no-repeat;
}

#thumbs {
	background:url(../GRAPHICS/menu.png) no-repeat;
	height:69px;
	position:absolute;
	top:391px;
	width:758px;
}

.t a {
	background:transparent url(../GRAPHICS/menu.png) no-repeat scroll -16px -69px;
	margin-left: 8.5px;
	display:block;
	width:75px;
	float:left;
	height:69px;
	cursor:pointer;
}

.t a.active {
	cursor:default !important;
}

.navi {
	margin-left:157px;
	_margin-left:149px;
}

/* CSS sprite for the navigation */
#t0 		{ margin-left:15px; _margin-left:7px;}
#t0.active 	{ background-position:-15px 0 !important; }
#t0:hover  	{ background-position:-15px -138px; }
#t0:active 	{ background-position:-15px -207px; }

#t1			{ background-position:-164px -69px; }
#t1:hover 	{ background-position:-164px -138px; }
#t1:active	{ background-position:-164px -207px; }
#t1.active	{ background-position:-164px 0 !important; }

#t2			{ background-position:-248px -69px; }
#t2:hover 	{ background-position:-248px -138px; }
#t2:active	{ background-position:-248px -207px; }
#t2.active	{ background-position:-248px 0 !important; }

#t3			{ background-position:-332px -69px; }
#t3:hover 	{ background-position:-332px -138px; }
#t3:active	{ background-position:-332px -207px; }
#t3.active	{ background-position:-332px 0 !important; }

#t4			{ background-position:-416px -69px; }
#t4:hover 	{ background-position:-416px -138px; }
#t4:active	{ background-position:-416px -207px; }
#t4.active	{ background-position:-416px 0 !important; }

#t5			{ background-position:-499px -69px; }
#t5:hover 	{ background-position:-499px -138px; }
#t5:active	{ background-position:-499px -207px; }
#t5.active	{ background-position:-499px 0 !important; }

#t6			{ background-position:-583px -69px; }
#t6:hover 	{ background-position:-583px -138px; }
#t6:active	{ background-position:-583px -207px; }
#t6.active	{ background-position:-583px 0 !important; }

#t7			{ background-position:-667px -69px; }
#t7:hover 	{ background-position:-667px -138px; }
#t7:active	{ background-position:-667px -207px; }
#t7.active	{ background-position:-667px 0 !important; }
