/* Mustang Master stylesheet */


/* === RESET MARGIN AND PADDING === */

*
{
margin:0px;
padding:0px;
}



/* === GLOBAL === */

body
{
color:#999999;
background:#09253b url(/images/backgrounds/blue_frame_bkdg.gif) no-repeat center top;
font:.9em Arial, Helvetica, sans-serif;
padding:0px;
margin:0px;
}

h1 { font-size:1.2em; }
h2 { font-size:1.1em; }
h3 { font-size:.9em; }
p { font-size:.9em; }

a
{
color:#999999;
text-decoration:underline;
}

a:hover
{
color:#FFFFFF;
text-decoration:none;
}

ol, ul
{
list-style-type:none;
}

.bold, #directions
{
font-weight:bold;
}

.caps
{
text-transform:uppercase;
}

.imageText, h1.logo, #nav #scent a, #nav #locator a, #nav #original a, .submitBtn
{
display:block;
text-indent:-9999px;
overflow:hidden;
}

.floatLeft, #nav #scent, #nav #locator, #nav #original, .submitBtn
{
float:left;
}

.floatRight, h1.logo
{
float:right;
}


/* === LAYOUT === */
	

.pageContainer
{
margin:46px auto 10px;
width:900px;
min-height:600px;
overflow:auto;
color:#FFFFFF;
}
	
.locator .pageContainer, #privacyPolicy, #termsConditions
{
background:url(/images/backgrounds/blue_car_bkdg_b.jpg) no-repeat center top;
}
	
	h1.logo
	{
	width:211px;
	height:25px;
	margin-top:35px;
	margin-right:41px;
	background-image:url(/images/logo_blue.png);
	}
	
	#nav
	{
	overflow:auto;
	margin-left:32px;
	margin-top:31px;
	}
		
		#nav li a
		{
		margin-right:33px;
		}
	
		#nav #scent a { width:63px; height:8px; background:url(/images/blue_nav_the_scent.png) no-repeat left top; }
		#nav #locator a { width:93px; height:8px; background:url(/images/blue_nav_store_locator.png) no-repeat left top; }
		.locator #nav #locator a { width:93px; height:8px; background:url(/images/blue_nav_store_locator_over.png) no-repeat left top; }
		#nav #original a { width:114px; height:8px; background:url(/images/blue_nav_original_mustang.png) no-repeat left top; }
		
		
	.mainContent, #frame
	{
	}
	
	.mainContent
	{
	padding-top:20px;
	padding-left:250px;
	padding-right:10px;
	}
	
		.mainContent h1, .mainContent h2, .mainContent h3, .mainContent p
		{
		margin:15px 0px;
		line-height:1.3;
		}
		
		fieldset
		{
		border:none;
		}
	
		ol
		{
		list-style:none;
		}

#footer
{
font-size:.8em;
margin:0px auto;
padding-bottom:20px;
width:900px;
color:#666666;
}

	#footer ul
	{
	margin:0px 32px;
	overflow:auto;
	}
	
		#footer li
		{
		float:left;
		list-style-type:none;
		margin-right:30px;
		}
		
		#footer li a { color:#666666; }
		
		#footer #legal
		{
		float:right;
		text-align:right;
		margin-right:9px;
		}
	
	
	
/* == FLASH PAGES == 

	#frame
	{
	height:640px;
	background: #000000 url(/images/backgrounds/flash_frame.gif) no-repeat bottom center;
	}
		
		#flash_content
		{
		position:relative;
		top:10px;
		margin:0px 30px;
		}
		
			#flash_content p
			{
			padding:50px;
			line-height:1.3;
			}
			
			#flash_content a
			{
			padding:0px 50px;
			}
	
	#flash #footer
	{
	width:960px;
	position:relative;
	top:-70px;
	}
	
	#flash #tagline, #flash #footer ul
	{
	margin:0px 60px;
	}
	
	#flash #tagline
	{
	margin-bottom:12px;
	}

*/


/* === STORE LOCATOR === */

#locatorStart .pageContainer
{
background-image:url(/images/backgrounds/blue_car_bkdg_a.jpg);
}

#locatorStart .mainContent
{
padding-left:100px;
}

h2.locator 
{
text-indent:-9999px;
overflow:hidden;
background:url(/images/backgrounds/locator_title.png) no-repeat; width:157px; height:13px; 
}

	.descrip
	{
	margin-top:15px;
	font-weight:bold;
	}
	
	.searchForm
	{	
	width:500px;
	color:#FFFFFF;
	margin-top:15px;
	}
	
		.searchForm form 	/* for display:block see '#emailCapture form *' in #main > #emailCapture */
		{
		margin: 12px 0px;
		position:relative;
		z-index:2;
		}
			
			.searchForm legend
			{
			display:none;
			}
		
			.searchForm li
			{
			margin-bottom:10px;
			}
			
			.searchForm label
			{
			float:left;
			width:120px;
			font-size:.9em;
			font-weight:bold;
			}
			
			.searchForm input, .searchForm select
			{
			margin-left:0px;
			}
			
			.searchForm input
			{
			width:250px;
			}

			.submitBtn
			{
			border:none;
			cursor:pointer;
			background:url(/images/submit_blue.gif) no-repeat; width:71px; height:21px; 
			margin-left:120px;
			}
			
			.cancelBtn 
			{
			display:block;			
			text-indent:-9999px;
			background:url(/images/cancel_blue.gif) no-repeat; width:71px; height:21px; 
			margin-left:303px;
/*			overflow:hidden;
			margin-left:110px;		*/
			}
			
			#locationLegal
			{
			font-size:.9em;
			font-style:italic;
			}
			
	#locatorResultsFull .mainContent p, #directions
	{
	color:#FFFFFF;
	}
	
	#map.displayed
	{
	width:600px;
	height:375px;	
	color:#000000;	
	}
	
		#map a
		{
		color:#333333;
		text-decoration:underline;
		}
		
		#map a:hover { text-decoration:none; }
	
	#headContainer
	{
	margin-top:20px;
	}
	
	#resultsContainer
	{ 
	width:605px;
	border-top:1px solid white;
	border-bottom:1px solid white;
	}
	
	.resultsContainerContracted
	{
	height:300px;
	overflow:auto;
	}
	
		.locationsData
		{
		font-size:11px;
		color:#FFFFFF;
		width:580px;
		border-collapse:separate;
		}
				
			.locationsData th
			{
			text-align:left;
			}
			
			.locationsData td, .locationsData th
			{
			padding:10px 2px;
			}
			
			.store, .event, .link { width:120px; }
			.address {width:220px; }
		
		tbody th
		{
		vertical-align:top;
		}
		
		.locationsData tfoot td
		{
		border-top:1px white solid;
		}
		
		td.link
		{
		text-align:right;
		}
		
		th.store a { color:#FFFFFF; text-decoration:none; }
		th.store a:hover { text-decoration:underline; }
		
		td.link a { color:#FFFFFF; font-weight:bold; text-decoration:none; text-transform:uppercase; }
		td.link a:hover {text-decoration:underline; }
	
	#directions ol
	{
	padding-left:20px;
	}
		
		#directions li
		{
		list-style-type:decimal;
		position:relative;
		padding-right:160px;
		line-height:1.3;
		}
			
			#directions .distance
			{
			position:absolute;
			right:0px;
			top:0px;
			width:150px;
			}
			
			
/* === PRIVACY POLICY & TERMS & CONDITIONS === */



#privacyPolicy, #termsConditions
{
color:#FFFFFF;
font-size:.95em;
}
	
	#privacyPolicy .first *, #privacyPolicy .second *
	{
	padding:0px;
	}
	
	#privacyPolicy .mainContent ul
	{
	list-style-type:none;
	font-weight:bold;
	}
	
	#privacyPolicy .mainContent ol.first
	{
	list-style-type:decimal;
	}
	
		 #privacyPolicy .mainContent ol.second
		{
		list-style-type:lower-alpha;
		padding-left:15px;
		}