/* CSS Document */
body	{
background: #ffffff url(images/a_test_top_bg.gif) repeat-x;
text-align: center;
padding: 0px; margin: 0px;
font-family: helvetica, arial, verdana, tahoma, sans-serif;
font-size: 12px;
line-height: 16px;
color: #555;
} 

#outer	{
width: 766px; 
top: 0px; margin-left: auto; margin-right: auto;
/*background: url(images/container_bg.gif) repeat;*/
text-align: center;
border: 0px;
}

#inner	{
position: relative;
border: 0px;
}

#top_100	{
position: absolute;
top: 0px; left: 0px;
width: 100%; height:51px;
background: #000000 url(images/top_bg.gif) repeat-x;
Text-align: left;
}

#top		{
/*background: #ffffff url(http://www.dorktoys.com/images/top_bg.gif) repeat-x;*/
width: 766px; height:86px;
text-align:left;
border: 0px;
}

#logo img	{
float: left;
}

div#logo {
position:relative;
width: 500px;
top: 0px;
text-align: center;
z-index:2;
}

#nav {
  position: relative;
  left: 18px;
  margin: 37px 0 0 10px;
  padding: 0px;
  padding-left: 44px;
  font-size: 10px;
  font-weight: normal;
  vertical-align: bottom;
}

html>body #nav{ 
  padding-left: 40px;
}

#nav a img	{
margin: 0 0 0 2px;
}

#nav ul {
  margin: 0 0 0 0px;
  padding: 0px;
  list-style-type: none;
  border: 0px;
  text-align: center;
}

#nav ul li {
  padding: 0px;
  margin: 0 2px 0 0;
  float: left;
  text-align: center;
  display: block;
}

#nav ul li a {
	padding: 0px;
	margin: 0px;
	text-align: center;
	width: 97px;
	height: 22px;
	color: #A1A5A9;	/*#9DBCDF;*/
	display: block;
	text-decoration: none;
	background-image:url(images/tab.gif);
}

.tail_buttons img {
padding: 0 40px 0 0;
}


#tail	{
margin: 16px 0 0 0;
font-size: 11px;
}

#tail a{
color: #999999;
}

#tail a:hover{
color: #CC0000;
}