@charset "UTF-8";
/* CSS Document */

*{
	font-family:Helvetica Neue, Helvetica, Arial, sans-serif;}
	
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }	


body{
	margin:0;
	padding:0;
	background:#565656;
	}
	
#bodyBG{
	background:url('../images/bodyBG.png') top center repeat-x;
	width:100%;
	height:100%;
	}	

#header{
	width:100%;
	height:86px;
	background:url('../images/headerBG.png') top center repeat-x;
	padding-top:18px;
	}
	
#headerContent{
	width:966px;
	height:65px;
	margin:0 auto;
	}
	
h1.subHeadline{
	background:url('../images/headlineSub.png') no-repeat;
	text-indent:-9999px;
	width:479px;
	height:71px;
	padding:0;
	margin:10px 0 0 0;
	font-size:0;
	}	
	
#brandLogo{
	float:left;
	margin:0 35px 0 10px;
	}
	
#fordLogo{
	float:left;
	}				
	
#wrapper{
	width:967px;
	height:100%;
	margin:0 auto;
	}	
	
#carsMain{
	width:967px;
	height:331px;
	background:url('../images/carsMain.jpg') no-repeat;
	margin:0;
	}
	
#contentCntnr{
	width:957px;
	background:#fff;
	margin-left:5px;
	border-right:1px solid #333;}	
	
#content{
	width:783px;
	height:420px;
	padding:28px 87px;
	background:url('../images/contentBG.png') top center repeat-x;
	border-right:1px solid #333;
	}
	
#content p{
	line-height:1.5;
	color:#333;
	}
	
#content #flags{
	width:505px;
	padding:65px 0 0 0;
	margin:0 auto;
	}	
	
#content #flags p{
	font-size:85%;
	line-height:1.5;
	margin:0; padding:0;
	}
	
#flags a{
	text-decoration:none;
	color:#333;
	}
	
#flags a:hover{
	opacity:.65;
	}		
		
#american{
	float:left;
	margin-right:245px;}			
	
#footer{
	width:892px;
	margin-left:5px;
	font-size:55%;
	padding:10px 0 10px 65px;
	color:#666;
	background:#fff;
	border-bottom:#333 solid 1px;
	border-right:#333 solid 1px;}	
	
	
	
/*SUBPAGE*/
#wrapperSub{
	width:980px;
	margin:0 auto;}

#contentCntnrSub{
	width:820px;
	margin-left:79px;
	}	
	
#contentSub{
	width:700px;
	height:100%;
	background:url('../images/contentSubBG.png') top center repeat-x;
	padding:25px 60px 0 60px;
	}
	
#contentSub h3{
	font-size:110%;
	margin:0;
	padding:4px 0 0 5px;
	}	
	
#contentSub h4{
	margin:15px 0 0 0;
	padding:0;
	font-weight:normal;
	line-height:1.25;
	font-size:110%;}		

	
#contentSub p{
	line-height:1.5;
	color:#333;
	font-size:80%;
	}
	
#contentSub h2{
	text-align:center;
	margin:0;
	padding:5px 0 5px 0;
	}
	
#contentSub h5{
	font-style:oblique;
	text-align:center;
	margin:0;
	padding:0 0 14px 0;
	font-weight:normal;
	}		

#contentSub img{
	float:left;
	margin:0;
	padding:0;
	}	
	
#carsSub{
	width:980px;
	height:268px;
	background:url('../images/carsSub.jpg') no-repeat;
	margin-left:5px;
	}
	
#footerSub{
	width:932px;
	height:125px;
	margin-left:11px;
	font-size:75%;
	padding:10px 0 10px 25px;
	color:#666;
	background:#fff;
	border-bottom:#333 solid 1px;
	border-right:#333 solid 1px;}	

#visit{
	width:200px;
	float:right;
	text-align:right;
	margin-right:85px;
	margin-top:20px;}
	
#visit a{
	text-decoration:none;
	color:#333;
	}	
	
#visit a:hover{
	opacity:.65;}	
	
#visit img{
	margin:0;
	padding:0;
	}
	
#footerSub p span{
	margin:0;
	padding:100px 0 0 65px;
	float:left;
	font-size:75%;
	}
				