body {
	margin: 0;
	background-color: #2c3037;
	color: #757a82;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

img {
	border: none;
}

div#site { 	
	width: 800px;
	margin: 20px auto; 
	overflow: auto;
}

/* area for flash movie on main page */
div#promoContent {
	width: 800px;
	overflow: hidden;
}

/* area for car image on selection page main page */
div#selectContent {
	width: 800px; height: 455px;
	background: url(langselect.jpg) no-repeat;
	overflow: hidden;
}

div#selectContent a {
	display: block;
	float: left;
	margin-top: 90px;
	width: 100px;
	height: 20px;
}

div#selectContent a:hover {
	background: url(arrow.gif) no-repeat 10px 5px;
}

div#selectContent a span {
	display: none;
}

/* hacky ie6 spacing - in a hurry here! */
a#selectenglish {
	margin-left: 160px;
	_margin-left: 80px;
}

a#selectfrench {
	margin-left: 280px;
	_margin-left: 270px;
}

/* selection page footer  - this has been treated as one large background image with manually positioned and sized block A links */
div#selectfooter {
	width: 800px; height: 90px;
	background: url(selectfooter.gif) no-repeat;
	padding-top: 10px;
}

div#selectfooter a {
	display: block; 
	float: left;
	height: 20px;
}

div#selectfooter a span {
	display: none;
}

div#selectfooter a#englishprivacy {
	width: 130px;
	margin-right: 10px;
}


div#selectfooter a#englishlegal {
	width: 130px;
	margin-right: 70px;
}

div#selectfooter a#homelink {
	width: 121px; height: 40px;
	margin-right: 65px;
	background:url(en_fr_logo_animate.gif) no-repeat bottom center;
}


div#selectfooter a#frenchprivacy {
	width: 120px;
	margin-right: 10px;
}

div#selectfooter a#frenchlegal {
	width: 100px;
}

/* promo page footer */
div#promofooter {
	clear: both;
	height: 60px;
	background: url(english_logo.gif) no-repeat top right;
	color: #757a82;
	overflow: hidden;

}

div#promofooter.promofrench {
	background: url(french_logo.gif) no-repeat top right;
}


div#promofooter.promoenglish div {
	float: left;
	margin-top: 18px;
}

div#promofooter.promofrench div {
	float: left;
	margin-top: 8px;
}



div#promofooter a {
	font-size: 10px;
	text-decoration: none;
	color: #757a82;
}

div#promofooter a:hover {
	text-decoration: underline;
}

a#flashhomelink {
	display: block; float: right; 
	width: 120px; height: 40px; 
	text-decoration: none;
}


a#flashhomelink span {
	display: none;
}