/* CSS Document */

body {
	background-color: #000;
	text-align: center;
}
#spacer {	height: 150px;}.bodyCell {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 14px;	color: #ccc;	background-image:  url(images/roadster_bg.jpg);	background-repeat: no-repeat;	background-position: center bottom;	padding-right: 6px;	padding-left: 6px;}.bodyCell a {	color: #741020;	text-decoration: none;}.bodyCell a:hover {	color: #fc3;	text-decoration: underline;}.navText {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 18px;	color: #ccc;	font-variant: small-caps;}.navText a {	color: #741020;	text-decoration: none;}.navText a:hover {	color: #fc3;	text-decoration: underline;}td {	padding-top: 2px;	padding-bottom: 2px;}table {	border: 2px solid #ccc;	-moz-border-radius-top-left: 15px;
	-webkit-border-top-left-radius: 15px;
	-moz-border-radius-top-right: 15px;
	-webkit-border-top-right-radius: 15px;
}.priceCell {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 12px;	color: #ccc;	border-bottom-width: 1px;	border-bottom-style: dashed;	border-bottom-color: #CCCCCC;}.subTableCell {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 14px;	color: #ccc;	padding-right: 6px;	padding-left: 6px;}.tagline {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 10px;	color: #CCCCCC;}.tagline a {	color: #741020;	text-decoration: none;}.tagline a:hover {	color: #fc3;	text-decoration: underline;}.style1 {
	color: #741020
}

#waiting-room {
	width: 170px;
	height: 170px;
	float: right;
	position: relative;
	right: -6px;
	top: -3px;
}

/* @group Navigation Group */

#navigation {
	margin-right: auto;
	margin-left: auto;
	width: 550px;
}

#navigation ul li {
	color: #000;
	float: left;
	list-style-type: none;
	padding: 3px;
}

#navigation ul li.first {
	float: left;
	list-style-type: none;
}

#navigation ul li a {
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 3px;
	padding-bottom: 3px;
}

#navigation ul li a:hover {
	border-top: 2px solid #fc3;
	text-decoration: none;
	background: url(images/nav-background.gif) repeat;
}

#navigation ul li a.here {
	border-top: 2px solid #ccc;
	color: #ccc;
	background: url(images/nav-background-gray.gif) repeat;
	text-decoration: none;
}

#navigation ul li a.here:hover {
	border-top: 2px solid #ccc;
	color: #ccc;
	background: url(images/nav-background-gray.gif) repeat;
	text-decoration: none;
}

/* @end */

