div#bd {
	background: none;
}
h1#homepage-title {
	background: url(/img/homepage/title.png) no-repeat top left;
	float: left;
	margin: 30px 0 0 22px;
	width: 295px;
	height: 89px;
}
div#primary_content {
	float:left;
	width: 780px;
	height: 551px;
}

 #flash_movie
{ 
    background: url(/img/homepage/flashBackGround.jpg) no-repeat;
    float:left;
    margin:0px;
    padding:0px;
    width:526px;
    height:551px;
    z-index:5;
   
    
}

div#primary_content #hm_rt_column
{
    background: url(/img/homepage/nonFlashBackground.jpg) no-repeat;
    float:right;
    margin:0px;
    padding:0px;
    width:254px;
    height:551px;
}

form p {
	color: white;
	margin:5px 0 0 0;
}

form fieldset {
	margin-left: 6px;
	border:none;
	position:relative;
	z-index:2;
}

/*clear all floats after fieldset*/
fieldset:after {
	content: ".";
	clear:both;
	height:0;
	display:block;
	visibility:hidden;
}

form fieldset legend {
	width:225px;
	display:block;
}

form#tire_selector_form {
	background: url(/img/homepage/tire-selector-background.png) no-repeat bottom right;
	color:#fff;
	margin-bottom:0;
	
	float: right;
	margin-right: 7px;
	margin-top: 43px;
	width: 225px;
}

form#tire_selector_form h2 {
	background:url(/img/homepage/tire-selector-text.png) no-repeat top left;
	text-transform:uppercase;
	height:45px;
	line-height:28px;
	margin:0;
	padding:0;
	padding-left:17px;
	font-size:14px;
	text-indent:-9999px;
}

form#tire_selector_form select, form#tire_selector_form input {
	margin-bottom:7px;
	width:198px;
}

a.primary_submit {
	float:left;
	color:#ffd600;
	font-weight:bold;
}

a.primary_submit:link, a.primary_submit:visited {
	color:#fff;
	font-size:11px;
	margin-left:2px;
	text-decoration:none;
	background:url(/img/homepage/form_button.gif) no-repeat 0% 50%;
	padding-left:23px;
	padding-right:7px;
	line-height:18px;
}

a.primary_submit:hover {
	background-color:#7e7e7e;
}

a.secondary_submit {		
	color:#ffd600;
	font-weight:bold;
	font-size:11px;
	line-height:0;
	float: right;
	clear:right;
}

a.secondary_submit:link, a.secondary_submit:visited {
	background:url(/img/homepage/form_button.gif) no-repeat 0% 50%;
	padding-left:23px;
	padding-top:1px;
	padding-bottom:1px;
	padding-right:7px;
	line-height:18px;

	margin-left:2px;		
	color:#fff;

	text-decoration:none;
	text-transform:uppercase;
}

a.secondary_submit:hover {
	background-color:#7e7e7e;
}

div.button_container {
	margin-top:25px;
	padding-top:10px;
	height:42px;
	margin:0;
	padding-left:23px;
	padding-right:23px;
	position:relative;
}


a#address_or_city {
	background-position:0% 0%;
	line-height:10px;
	width:95px;
}


div.right {
	clear:none;
	float:right;
	margin-right:7px;
}

/*dealer locator*/
form#dealer-locator_form {
	background: url(/img/homepage/dealer-locator-background.png) no-repeat bottom left;
	margin-top:0;
	margin-bottom:0;
	/*		overflow: hidden;*/
	float: right;
	margin-right: 7px;
	margin-top: 5px;
	width: 225px;		
	clear: right;
}
form#dealer-locator_form h2 {
	background: url(/img/homepage/dealer-locator-text.png) no-repeat;
	text-indent:-9999px;
	font-size:14px;
	text-transform:uppercase;
	margin:0;
	padding-left:17px;
	color:#fff;
	line-height:30px;
}

form#dealer-locator_form p {
	margin-bottom: 0;
}
form#dealer-locator_form label {
	color: #dde4eb;
}
form#dealer-locator_form input#zip_code {
	margin-bottom: 7px;
	width: 198px;
}

div#address-or-city {
}


#address-or-city.hover div.button_top,
#address-or-city.hover div.button_content,
#address-or-city.hover div.button_bottom {
	background:#C6D1E1;
}

#address-or-city.hover div.top_left {
	background:url(/img/button_style/style2.png) top left no-repeat;											
}

#address-or-city.hover div.top_right {
	background:url(/img/button_style/style2.png) top right no-repeat;											
}

#address-or-city.hover div.bottom_left {
	background:url(/img/button_style/style2.png) bottom left no-repeat;											
}

#address-or-city.hover div.bottom_right {
	background:url(/img/button_style/style2.png) bottom right no-repeat;											
}

#address-or-city.hover div.button_content {
	border-bottom:solid 1px #C6D1E1;
}

/*tire selector bubble*/
div.error_bubble {
	width:143px;
	background:url(/img/homepage/selector-bubble_top.png) no-repeat;
	position:absolute;
	padding-top:13px;
}

div#selector_bubble { 
	left:5px;
	top:25px;
}

div#dealer_bubble {
	top:-15px;
	left:5px;
}

div.error_bubble ul {
	background:url(/img/homepage/selector-bubble_bottom.png) bottom no-repeat;
	padding-bottom:5px;
	padding-top:0;
	padding-left:0;
	margin:0;
	list-style-type:none;
	color:#0c2a59;

}

div.error_bubble li {
	background:url(/img/homepage/selector-bubble_middle.png) repeat-y;
	padding:0;
	margin:0;
	padding-left:13px;
}

div#ft {
	
	background-color:transparent;
	background-image:url(/img/footer/background.gif);
	position:absolute;
	top:600px;
/*	left:13px; */
	z-index:10; 
	
	
	
/*	top:-29px;*/
}
div.clear
{
    clear:both;
    height:.01em;
    overflow:hidden;
}

