@charset "utf-8";
/* Thayer Auto CSS */

/* Global Selectors and Classes */

* {
	padding: 0;
	margin: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(/images/body_bg.png);
	background-repeat: repeat-x;
	background-color: #d0a462;
}

* html img, div.ta_png {
	behavior: url(/iepngfix.htc); /* lol sup IE6 */
}

a img {
	border: none;
}

option {
	margin-right: 5px;
}

* html img.ta_ieimgfix {
	margin-bottom: -3px; /* lol sup IE6 */
}

.ta_ClearDiv {
	clear: both;
}

* html .ta_LastIE {
	margin-right: -3px; /* IE6 Float/Comment bug hack */
}

.ta_BlockLink {
	display: block;
}

.ta_Bold {
	font-weight: bold;
}

.ta_Paragraph {
	padding: 10px 0px 10px 0px;
}

.ta_Right {
	float: right;
}

.ta_Left {
	float: left;
}

/* Link Classes */

#ta_Footer a:link {color: #ffffff;text-decoration: none;}
#ta_Footer a:visited {color: #ffffff;text-decoration: none;} 
#ta_Footer a:hover {color: #ffffff;text-decoration: underline;}
#ta_Footer a:active {color: #ffffff;text-decoration: none;}

#ta_HomepageThayerCares a:link {color: #000000;text-decoration: none;}
#ta_HomepageThayerCares a:visited {color: #000000;text-decoration: none;} 
#ta_HomepageThayerCares a:hover {color: #000000;text-decoration: underline;}
#ta_HomepageThayerCares a:active {color: #000000;text-decoration: none;}

div.ta_MoreInfoButton a:link {
	color: #754324;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

div.ta_MoreInfoButton a:visited {
	color: #754324;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

div.ta_MoreInfoButton a:hover {
	color: #754324;
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
}

div.ta_MoreInfoButton a:active {
	color: #754324;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

/* Global IDs */

#ta_OuterContainer {
	width: 100%;
	height: auto;
}

#ta_MainContainer {
	width: 915px;
	height: auto;
	margin: 0 auto;
}

#ta_Header {
	width: 915px;
	height: 112px;
	position: relative;
	background-image: url(/images/header_bg.png);
	background-color: #e2d1a3;
	border-top: 1px solid #754324;
	border-left: 1px solid #754324;
	border-right: 1px solid #754324;
}

#ta_Logo {
	width: 279px;
	height: 92px;
	padding: 20px 0px 0px 10px;
	float: left;
}

#ta_MakeSelector {
	width: 610px;
	height: 72px;
	padding: 20px 5px 0px 0px;
	float: right;
	position: relative;
	text-align: right;
}

#ta_POTab {
	position: absolute;
	left: 250px;
	top: -5px;
	z-index: 1000;
}

#ta_ContentContainer {
	width: 865px;
	height: auto;
	padding: 25px;
	background-color: #e2d1a3;
	border-left: 1px solid #754324;
	border-right: 1px solid #754324;
	border-bottom: 1px solid #754324;
	position:relative;
}

#facebookimg {
	position:absolute;
	top:0px;
	left:15px;
	margin:0;
	padding:0;
	}

#ta_Footer {
	width: 915px;
	height: auto;
	padding: 10px 0px 10px 0px;
	font-size: 11px;
	color: #ffffff;
}

#ta_FooterLinks {
	float: left;
}

#ta_FooterCopyright {
	float: right;
}

/* Homepage Only */

#ta_HomepageFlash {
	width: 852px;
	height: 471px;
	margin: 0 auto;
	margin-bottom: 25px;
	background-color: #ffffff;
	border: 1px solid #5c351d;
}

#ta_HomepageButtons {
	width: 803px;
	height: 32px;
	margin: 0 auto;
	margin-bottom: 25px;
}

.ta_HomepageButton {
	width: 197px;
	height: 32px;
	margin-right: 5px;
	float: left;
}

.ta_HomepageButton.ta_Last {
	margin-right: 0px;
}

#ta_HomepageBoxes {
	width: 853px;
	height: 261px;
	margin: 0 auto;
	padding: 5px;
	background-image: url(/images/homepage_boxes_bg.png);
	font-size: 11px;
	overflow: hidden;
}

.ta_HomepageBox {
	width: 263px;
	height: 214px;
	margin-right: 2px;
	padding: 37px 10px 10px 10px;
	float: left;
}

.ta_HomepageBox.ta_Last {
	margin-right: 0px;
}

.ta_HomepageBox div {
	position: relative;
}

.ta_HomepageBoxRight {
	width: 115px;
	height: auto;
	float: right;
}

.ta_HomepageBoxLeft {
	width: 148px;
	height: auto;
	float: left;
}

div.ta_MoreInfoButton { /* div. is to give this rule the same specificty as the one above it. otherwise the absolute doesn't apply! */
	width: 90px;
	height: 32px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	color: #754324;
	font-weight: bold;
	font-size: 12px;
	clear: both;
}

.ta_MoreInfoButton img {
	width: 32px;
	height: 32px;
	position: relative;
	top: 12px;
}

#ta_HomepageFeaturedVehicle {
	width: 263px;
	height: 80px;
	margin-bottom: 25px;
}

#ta_HomepageThayerCares {
	width: 263px;
	height: 108px;
	overflow: hidden;
	cursor: pointer;
}

#ta_HomepageThayerCares .ta_HomepageBoxLeft {
	text-align: center;
}

#ta_HomepageThayerCares .ta_HomepageBoxLeft img {
	width: 125px;
	height: 110px;
}

#ta_HomepageThayerCares .ta_HomepageBoxRight {
	position: relative;
	height: 108px;
}

#ta_HomepageThayerCares .ta_HomepageBoxRight img {
	position: absolute;
	right: 0px;
	bottom: 0px;
}

#ta_HomepagePrintAd {
	width: 263px;
	height: 80px;
	margin-bottom: 50px;
	cursor: pointer;
}

#ta_HomepagePrintAd .ta_HomepageBoxLeft {
	height: 90px;
	overflow: hidden;
	margin-bottom: -10px;
}

#ta_HomepagePrintAd .ta_HomepageBoxLeft img {
	margin-left: 15px;
}

#ta_HomepageFeaturedSpecials {
	width: 263px;
	height: 80px;
}

#ta_HomepageFeaturedSpecials .ta_HomepageBoxRight {
	padding-top: 15px;
}

#ta_HomepageFeaturedSpecials span {
	color: #754324;
	font-weight: bold;
}

#ta_HomepageSearch {
	height: 100%;
	line-height: 32px;
}

.InventoryVehicleSelect {
	padding-left: 20px;
}

#ta_HomepageSearch input {
	margin: 0px 3px 0px 3px;
}

* html #ta_HomepageSearch input {
	margin: 0px 0px 0px 0px;
}

.searchboxright {
	color: #754324;
}

/* Inventory */

#ta_MainContainer #ta_ContentContainer.ta_Inventory {
	width: 915px;
	padding: 25px 0px 25px 0px;
	overflow: hidden;
}

/* Hours and Location Page */

.ta_ContactDiv {
	width: 100%;
	height: auto;
}

.ta_ContactTable {
	width: 375px;
	border-top: 1px solid #ffffff;
	line-height: 24px;
	float: left;
}

.ta_ContactHeader {
	background-color: #025078;
	color: #ffffff;
	text-align: center;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
}

.ta_ContactInfo {
	background-color: #444444;
	color: #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	padding: 5px;
}

.ta_ContactLeft {
	float: left;
}

.ta_ContactRight {
	float: right;
}

.ta_ContactMap {
	float: right;
	width: 470px;
}

.ta_ContactMap iframe {
	width: 470px;
}

.ta_CMAuto iframe {
	height: 264px;
}