@charset "utf-8";
/* CSS Document */
body {
	background-color:#000;
	text-align:center;
	font-family:"Courier New", Courier, monospace;
	font-size:13px;
}
H3 {
	font-size:16px;
	font-weight:bold;
}
a {
	text-decoration:underline;
    color: #000000;
}
a:hover {
	text-decoration:underline;
}

select {
	font-family:"Courier New", Courier, monospace;
}
#container {
	width:960px;
	margin:0 auto;
	text-align:left;
}
#menu {
	position:relative;
	z-index:999;
	top:0px;
	left:2px;
	float:left;
}
#topmenu {
	z-index:998;
	position:relative;
	float:left;
	left:40px;
}
#topmenu span {
	display:none;
}
#topmenu li {
	float:left;
	background-repeat:no-repeat;
}
#topmenu a {
	display:block;
	width:160px;
	height:105px;
}

#topmenu li.questions-and-answers {
	background-image:url(/images/questions-and-answers-trans.png);
}
#topmenu li.shop-locations-and-resellers {
	background-image:url(/images/shop-locations-and-resellers-trans.png);
}
#topmenu li.jobs {
	background-image:url(/images/jobs-trans.png);
}
#topmenu li.yellow-cabs-story {
	background-image:url(/images/yellow-cabs-story-trans.png);
}

.scroll-track {
	background-image:url(/images/scrollbar_tall.gif);
	background-repeat:no-repeat;
	background-position:center left;
	width:33px;
	
}
.scroll-handle {
	background-image:url(/images/scrollbutton.gif);
	background-repeat:no-repeat;
	background-position:top center;
	height:33px;

}
.scroll-track-top {
	background-image:url(/images/scrollbar.gif);
	background-repeat:no-repeat;
	height:30px;
	width:33px;
}
.scroll-track-bot {
	background-image:url(/images/scrollbar.gif);
	background-repeat:no-repeat;
	background-position:0px -292px;
	height:38px;
	width:33px;
}

.clear {
	clear:both;
}
#footer {
	width:960px;
	height:46px;
	background-image:url(/images/footer.gif);
	position:relative;
	margin:0 auto;
	top:-15px;
	text-align:left;
}
#footer span {
	position:relative;
	top:16px;
	left:10px;
	color:#999;
}
#footer span a {
	color:#999;
}
