@charset "utf-8";
/* CSS Document */
html, body {
	font-family: Tahoma, Helvetica, Arial, Sans-Serif; /*use a percentage on the fonts to allow the user to increase the size of the font in the browser*/
	font-size: 80%;
	text-align: left;
	background-position: top;
	letter-spacing: 0.02em;
	background-image: url(../images/new_jss/backdrop1.gif);
	height: auto;
	width: 100%;
	margin-top: 0px;
	margin-left: 0px;
}

#header {
	width: 100%;
	background-image: url(../_private/images/backgrounds/jssheader_bg.jpg);
	background-repeat: repeat-x;
	height: 150px;
	left: 0px;
	top: 0px;
	position: relative;
	text-align: left;
}
#header .ad {
    float: right;
    width: 300px;
}

#menu {
	width: 100px;
	font-family: Arial, Helvetica, sans-serif; /*use a percentage on the fonts to allow the user to increase the size of the font in the browser*/
	font-size: 90%;
	height: auto;
	clear: both;
	float: left;
	text-align: left;
	position: relative;
	background-image: url(../_private/images/backgrounds/background_left_columngray.jpg);
	margin-right: 15px;
	background-position: top;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	letter-spacing: .05em;
	background-repeat: no-repeat;
	background-color: #666;
}
#menu a:link {
	color: #333;
	text-decoration: none;
}
#menu a:visited {
	color: #000000;
	text-decoration: none;
}
#menu a:hover {
    color: #FFFFFF;
    text-decoration: underline;
    background-color: #000000;
    cursor: pointer;
}
#menu a.active {
	color: #3C3;
	background-color: #FFF;

}
.home #home a, .contact_us #contact_us a, .links #links a, .products #products a, .software #software a, .support #support a, .library #library a, .newsletter #newsletter a, .redbook #redbook a, .images #images a, .prints #prints a, .downloads #downloads a, .models #models a, .news #news a, .garage #garage a, .swaptrade #swap a, .classified #classified a, .forsale #forsale a, .reviews #reviews a, .about_us #about_us a, .links_tips #linkstips a, .forum #forum a {
	color: #FFFFFF;
	background-color: #000000;
}
.Model_of_Year strong {
	font-size: 125%;
	font-style: italic;
	font-weight: 500;
	color: #C03;
}

