@charset "utf-8";
/* CSS Document */
body#separate
{
	background-color:#FFFFFF;
	font:Verdana;
	font-size: 11px;
}

body
{
	background-image:url(images/TreadBgr.jpg);
	background-repeat:repeat;
	font:Verdana;
	font-size: 11px;
}

table#tirelist
{
	border:none;
	padding:none;
}

td
{
	padding:0px 2px 5px 2px;
	border:none;
}

p
{
	padding:0px 20px 0px 20px;
}

strong
{
	color:#FF0000;
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
}

#logo
{
	position:absolute;
	top:0px;
	left:0px;
	width:auto;
	background-image:url(images/Logo.gif);
	background-repeat:no-repeat;
	height:96px;
}

#menu
{
	position:absolute;
	top:96px;
	left:2px;
	width:auto;
	padding:none;
	border:none;
}

#sidebar
{
	position:absolute;
	background-image:url(images/Sidebgr.gif);
	top:127px;
	left:639px;
	width:200px;
	border:none;
	padding:none;
}

#main
{
	position: absolute;
	top: 127px;
	left: 0px;
	width: 640px;
	overflow:auto;
	background:#FFFFFF;
	z-index:0;
	height:850px;
}

#bottom
{
	position: absolute;
	height:15px;
	right:0px;
	top:0px;
	overflow:auto;
	color:#CCCCCC;
	text-align:right;
}

a img
{
	border:none;
	padding:0;
	margin:0;
}

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
width:200px;
height:auto;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0px;
padding: 2px;
z-index:100;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 15px;
left: 0px; /*position where enlarged image should offset horizontally */
font-family:Verdana;
font-size:11px;
z-index:100;
}

.Titles
{
	color:#000000;
	font-family:Verdana;
	font-size:14px;
	font-weight:bolder;
	text-decoration:underline;
}

.Titles2
{
	color:#000000;
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
}

.Titles3
{
	color:#000000;
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	text-decoration:underline;
	padding:none;
	margin:none;
}