@charset "utf-8";
/******* New Cars Pages **********/

 a {
	outline: none;
	text-decoration: none;
	color: #00F;
 }
a img {
    border:none;
 }


.newCarTable
{
	padding:0px;
	margin-top:10px;
	margin-right:auto;
	margin-left:auto;
	text-align:center;

}
.newCarColumn
{
	padding:0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}

.newCarTd, .newCarTd_noVideo
{
	background-image:url(../pics/carblock.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	border-right:#666666 solid 0px;
	border-left:#999999 solid 0px;
	border-top:#cccccc solid 0px;
	border-bottom:#333333 solid 0px;
	/*default font color, for link dividers*/
	color:#999999;
	padding-top:0px;
	padding-bottom:5px;
	background-color:#ffffff;
	height:167px;
	width:180px;
	text-align:center;
	padding-right: 15px;
	padding-left: 15px;
}

.newCarHeader
{
	background-image:url(../images/browse_bg.gif);
	background-repeat:no-repeat;
	background-position:center top;
	padding-bottom: 5px;
	padding-top: 3px;
	padding-left:10px;
	color:#000000;
	font: Bold 14px/16px Arial, Helvetica, Sans-serif;

}
.newCarModel
{
	font:bold 14px/16px Arial, Verdana, helvetica, sans-serif;
	color:#666666;
	padding:0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.newCarImage
{
	
}
a.newCarLink
{
	font:bold 12px/14px Arial, Verdana, helvetica, sans-serif;
	color:#000000;
	margin-top:4px;
}


.smalltext {
	font-size: 10px;
	color: #FFF;
}
p.MsoNormal {
margin:0cm;
margin-bottom:.0001pt;
font-size:12.0pt;
font-family:"Times New Roman","serif";
}


H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color: #1B315E;
	margin: 0px;
}
.whitetext {
	color: #FFF;
}
.promotxt {
	font-size: 1px;
	color: #FFF;
}


body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-decoration: none;
	background-attachment: fixed;
	background-color: #1F2F5F;
	background-image: url(../feb12/mustangbg.jpg);
	background-position: center center;
}
.twoColFixLtHdr #container {
	width: 1020px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	margin-top: 0;
	margin-bottom: 0px;
	text-align: left;
	padding-left: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: #036;
} 
.twoColFixLtHdr #header {
	height: 140px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-bottom-width: thin;
	border-bottom-style: none;
	border-bottom-color: #FFF;
	text-align: center;
} 
.twoColFixLtHdr #banner {
	margin-top: 5px;
	margin-bottom: 10px;
}

.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	background-color: #235CB3;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 172px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-repeat: repeat;
	text-decoration: none;
} 
.twoColFixLtHdr #footer {
	background-color: #FFF;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	padding-top: 0;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 1px;
	margin-top: 5px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	color: #000;
	font-size: 10px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 0px;
	margin-right: 2px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 3px;
	margin-left: 3px;
}
.bltxt {
	font-size: 14px;
	color: #09F;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixLtHdr #container #mainContent table tr td table tr td blockquote {
	font-size: 12px;
}
.twoColFixLtHdr #container #mainContent table tr td blockquote {
	font-size: 14px;
}
.twoColFixLtHdr #container #mainContent table tr td table tr td h4 {
	color: #FFF;
}
.greytext {
	font-size: 14px;
	color: #666;
}
.abouttext {
	font-size: 14px;
	color: #000;
	text-decoration: none;
}

.smofferpage {
	font-size: 12px;
	color: #000;
}
.twoColFixLtHdr #container #footer table tr td p1 {
	font-size: 10px;
}
backgound {

}
.twoColFixLtHdr #container table tr td p {
	font-size: 12px;
}
.redtxt {
	color: #F00;
}
.link {
	text-decoration: none;
}
.redlrg {
	font-size: 22px;
	font-weight: bold;
	color: #911B21;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
.smredtxt {
	font-size: 14px;
	color: #911B21;
	text-decoration: none;
}
.twoColFixLtHdr #container #mainContent .breakingnews {
	width: 600px;
	background-repeat: repeat-x;
	background-color: #E9EAEB;
}
.twoColFixLtHdr #container #mainContent .bntext {
	background-repeat: repeat;
	width: 580px;
	height: 50px;
	background-color: #E6EEF3;
	padding-left: 20px;
	background-image: url(../pics/breakingnewsbg.png);
	text-decoration: none;
}
.mediabox {
	height: 55px;
	padding-top: 3px;
}
.pinktxt {
	color: #F06C9B;
}
.bubblepics {
	background-color: #FFF;
	height: 50px;
	width: 1024px;
}
.twoColFixLtHdr #container #bubblepics {
	background-color: #000;
	height: 35px;
	margin-top: 1px;
}
.twoColFixLtHdr #container #mainContent .fltrt tr td #form_container {
	width: 210px;
}

