/*
html, body {
	width:100%;
	height:100%
	margin: 0;
	padding: 0;
	background-image: url('../images/bg_pattern.png');
	background-repeat:repeat-x;
	background-repeat:repeat-y;
	
	border:1px solid orange;
}
	
*/


html, body {
	/*height:100%*/
	margin: 0;
	padding: 0;
	background:#000000 url('../images/bg_pattern.gif');
/*	background-repeat:repeat-both;*/

}
	
div#site {
	/* height: 100%; */
	display:block;
	
}

div#site div#flashContainer	{
	margin: 0 auto;
	min-width: 1010px;
	width: 100%;
	height: 628px;
}


object,	embed {
	width: 100%;
	height: 100%;
}

div#form_wrapper {
	width:621px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	padding:20px 0px 0px 0px;
	text-align:left;
}

div#form_logo {
	margin:0px 0px 20px 0px;
	
}

div#form_titles {
	display:block;
	width:621px;
	height:53px;
}

div#form_title_hp {
	float:left;
	width:318px;

}

div#form_title_logos {
	width:91px;
	float:right;
	padding:0px;
	margin:0px;
	
}

div#form_cars {
	width:621px;
	padding:20px 0px 0px 0px;

}

div#form_cars img {
	margin:0px 27px 0px 28px;
}


div#form_label_wrapper {
	width:220px;
	height:20px;
	margin:0px 0px 5px 0px;
	

}

div#form_label_wrapper label {
	/*background-image:url("/images/please-select_your_dealer.png");
	width:215px;
	height:19px;	*/
	
	width:0px;
	height:0px;
	text-indent:-3000px;
	float:left;
	display:none;
}

form#dealer_select {
	float:left;
	text-align:right;
	margin-left:170px;
	width:290px;
}

form#dealer_select input#submit{
	float:right;
	margin-top:5px;
	background:url("/images/submit_btn.png") no-repeat;
	text-indent:-3000px;
	width:65px;
	height:16px;
	border:none;
}

div#form_spacer {
	width:564px;
	float:left;
	display:block;
}

div#seo_text {
	text-indent:-5000px;
	float:left;
	
}







