body {
	color:#000;
	background:#ccc url('/sims/sims.jpg');
	background-position:top center;
	margin:0px;
	padding:0px;
}
body, td {	
	font-family:arial,helvetica,sans-serif;ss
	font-weight:bold;
	font-size:10pt;
}
a {
	color:#000;
	text-decoration:none;
}
a:hover {
	color:#000;
	text-decoration:none;
}

body#index{
	text-align:center;
}

body#index div.logo{
	position:absolute;
	z-index:2;
	left:50%;
	top:40%;
	width:200px;
	height:200px;
	margin-top:-100px;
	margin-left:-100px;
}

body#index img.logo{
	border:0px;
}

body#index ul.cars{
	display:block;
	margin:0 auto;
	list-style-type:none;
}

body#index img.car{
	border:white solid 10px;
}

body#index div.cars{
	position:absolute;
	z-index:1;
	left:50%;
	top:50%;
	width:1044px;
	height:820px;
	margin-left:-522px;
	margin-top:-410px;
	font-size:11px;
	background-color:#fff;
	background-image:url('../img/enter.jpg');
	background-position:center center;
	background-repeat:no-repeat;
}

body#index div#slideShow1 {
	text-align:center;
	width: 1044px;
	height:820px;
	color:#ccc;
}

body#index div#slideShow1 a{
	color:#ccc;
}

.slideCaption
{
	background-color: #FFF;
	padding: 4px;
	text-align: center;
	font-weight: bold;
}
.pagelinks a.activeSlide
{
	font-weight:bold;
	color:#aaa !important;
}

/* this is for IE so the prev/next links can be hovered*/
.nextSlide,.prevSlide
{
	background-image: url(img/spacer.gif);
}
.nextSlide:hover
{
	background-image: url(img/nextslide.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.prevSlide:hover
{
	background-image: url(img/prevslide.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.inputsTooltip
{
	border: 1px solid #ccc;
	background-color: #eee;
	padding: 4px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
}
#tooltipURL
{
	display: none;
}
