body {
  font-family: Verdana, Tahoma, Arial, Sans-serif;
  font-size: 11px;
  text-align: center;
  margin: 0 auto;
  width: 1000px;
  background: #CCCCCC url("/graphics2008/bkgd.page.jpg") repeat-x center top;
}

table,td {
  color: #333333;
  font-size: 11px;
}


h1,h2 {
	margin: 0;
	padding: 0;
}

h1 {
	color: #CC0000;
	font-size: 12px;
	font-weight: bold;
}

h2 {
	color: #CC0000;
	font-size: 11px;
	font-weight: bold;
}

p {
	color: #666666;
	font-size: 11px;
}

a:link {
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  color: #000000;
  text-decoration: none;
}

a:hover {
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  color: #000000;
  font-weight: normal;
}
a:visited {
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  color: #000000;
  font-weight: normal;
  text-decoration: none;
}

input type {
	height: 16px;
}

.right {
	float:right;
	clear:right;
}

/*CONTAINER*/

.container {
	width: 1000px;
	margin: 0 auto;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	height: 100%;
	background-color: #FFFFFF;
}

#header {
	width: 1000px;
	float: left;
	height: 200px;
/*	background-image: url(/graphics2008/header.image.jpg);
	background-repeat: no-repeat;*/
}

#leftColumn {
	float: left;
	text-align:left;
	height: 668px;
	width: 219px;
	background-color: #333333;
}

.leftSection {
	width: 208px;
	text-align:left;
	margin: 6px;
}

#rightColumn {
  float: left;
  width: 781px;
  text-align: left;
}

#rightColumnContent {
  margin: 20px;
}

#homeLeft {
	float: left;
	background-color: #FFFFFF;
	width: 580px;
}

#homeRight {
	float: left;
	width: 201px;
}


.productSection {
	float: left;
	width: 781px;
	padding: 10px 0;	
	background-color: #FFFFFF;
}

.column {
	float: right;
	width: 250px;
	margin-right: 8px;
}

.sectionColumn {
	text-align: left;
	padding: 3px;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #666666;
	margin-top: -2px;
}


.photoColumn {
  width:150px;
	border: 1px solid #666666;
	margin: 10px 0;
}

.imgHolder {
  width: 794px;
  background-color: #414141;
}

#footer {
	width: 1000px;
	height: 120px;
	background-color: #FFFFFF;
	border-top: 1px solid #666666;
}

.footerMiddle {
	color: #000000;
	font-size: 11px;
	float: left;
	text-align: center;
	padding-top: 10px;
	height: 50px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

#footer .a {
  color: #666666;
  font-size: 12px;
}

#footer a:link {
  color: #000000;
  font-size: 12px;
  text-decoration: none;
}

#footer a:visited {
  color: #000000;
  font-size: 12px;
  text-decoration: none;
}

#footer a:hover {
  color: #003399;
  font-size: 12px;
}

#footer a:active {
  color: #003399;
  font-size: 12px;
}

.footerContent {
  float: right;
  margin-top: 4px;
}

.footerContent .creditCards {
  float: left;
  margin-top: 8px;
}

.footerContent .logo {
  float: right;
  margin: 4px 4px 0 0;
}

.clearFloat {
  clear: both;
}

/*HEADER MENU*/

#menu {
	background-image: url("/graphics2008/bkgd.menu.gif");
	background-repeat: no-repeat;
	height: 40px;
}

.menuItem {
	float: left;
	display: inline;
	margin-top: 1px;
	text-align: center;
	border-right: 1px solid #FFFFFF;
	padding: 10px 10px;
	background-position: center;
}

.menuItem a {
	color: #FFFFFF;
	font: bold 11px Verdana;
	text-decoration: none;
}

.menuItem a:hover {
	color: #CCCCCC;
	/*background-image:url(/graphics/menu.active.jpg);*/
}

 .menuItem .current{
	/*color: #000000;*/
}


/*LEFT MENU*/

#leftColumn ul {
	margin: 0;
	padding: 0px;
}

#leftColumn li {
	list-style-type: none;
	border-bottom: 1px solid #000000;
	margin: 0px;
	padding: 5px 10px;
  color: #CCCCCC;
}

/*#leftColumn li .title {
	color: #D00000;
	background-color: #000000;
	font-weight: bold;
	margin: 0px;
}*/

.navTitle{
	color: #D00000;
	font-weight: bold;
}

.navTitle {
	color: #D00000;
	font-weight: bold;
}

.navSubTitle
{
  background-color:#333333;
}


#leftColumn li a:link {
  	color: #CCCCCC;
}

#leftColumn li a:hover {
	color: #D00000;
	text-decoration: underline;
}

#leftColumn li a:visited {
	color: #CCCCCC;
	text-decoration: none;
}

/*------------------------------------------------------- */

.search {
  width: 128px;
  padding: 20px 0 0 43px;
  border-right: 1px solid #FFFFFF;
  height: 60px;
  float: left;
}

.sectionBrand {
  width: 201px;
  margin-bottom: 7px;  
}

.sectionLarge {
	width: 530px;
	margin-bottom: 7px;
	background-image: url(/graphics2008/section.large.jpg);
	background-repeat: no-repeat;
	text-align: left;
	height: 75px;
}

#content {
  margin: 10px;
}

#returnFormOutside {
  margin: 20px;
  border: 1px solid #000000;
}
#returnFormInside {
  margin: 5px;
}

.centerHolder {
	margin-left: 0px;
	margin-right: 0px;
	float: left;
	background-color: #FFFFFF;
	padding: 0 5px;
  width: 524px;
}

.mainImagebox {
  width: 613px;
  height: 165px;
}

.centerSection {
	width: 170px;
	float: left;
	text-align: left;
	margin-left: 50px;
	margin-top: 20px;
}

.photoProduct {
	border: 12px solid #CCCCCC;
}

.centerSectionMiddle {
  width: 201px;
  margin-bottom: 14px;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  background-image: url(/graphics2008/bkgd.sec.201.jpg);
  background-repeat: repeat-y;
  background-position: top center;
  text-align: left;
}

.homeText {
  display: inline;
  width: 160px;
  float: left;
  margin-left: 28px;
  text-align: left;
}


/*ECOM */
.ecom_APIheading {color: #333333;font-size: 11px; font-weight:bold;text-decoration:none;}
.ecom_APIsfHeading {color: #333333;font-size: 11px; font-weight: normal;text-decoration:none;}
.ecom_APIpartNumberHeading {color: #333333;font-size: 11px; font-weight:bold;text-decoration:none;}
.ecom_APIpartNumberHeadingText {color: #333333;font-size: 11px; font-weight:bold;text-decoration:none;}
.ecom_APIEventHeading {color: #333333;font-size: 11px; font-weight:bold;text-decoration:none;}
.ecom_APIEventHeadingText {color: #333333;font-size: 11px; font-weight:bold;text-decoration:none;}
.ecom_APIEventText {color: #333333;font-size: 11px; font-weight:bold;text-decoration:none;}

.ecom_heading {color: #000000;font-size: 11px; font-weight:bold;text-decoration:none;}

.ecom_productSelections {color: #333333;  font-size: 11px; font-weight:bold}
.ecom_productPartNumberHeading {color: #333333; font-size: 11px; font-weight:bold}
.ecom_productNameHeading {color: #333333; font-size: 11px; font-weight:bold}
.ecom_productDescriptionHeading {color: #333333; font-size: 11px; font-weight:bold}
.ecom_productSfHeadingLink {color: #333333;  font-size: 12px; font-weight:bold; text-decoration:none; }
.ecom_productSfHeadingLink1 {color: #333333;  font-size: 11px; font-weight:normal; text-decoration:none; }
.ecom_productVehicleYear {color: #333333;  font-weight:bold; text-decoration:none; }
.ecom_productVehicleModel {color: #333333;  font-weight:bold; text-decoration:none; }
.ecom_productVehicleMake {color: #333333;font-weight:bold; text-decoration:none; }
.ecom_productSelectedVehicle {color: #333333; font-weight:bold; text-decoration:none; }

/*These classes color is dynamically set on the sc page.
.ecom_scHeading {color: #000000;  11px; font-weight:bold; text-decoration:none; }
.ecom_scHeadingForm {font-weight:bold;}
.ecom_scInformationText {font-size: 10px;}
*/

.ecom_listPriceText {color: #333333;  font-weight:bold}
.ecom_listPrice {color: #333333;   font-weight: normal; text-decoration:line-through; }

.ecom_ourPriceText {color: #CC0000;; font-weight:bold;}
.ecom_ourPrice {color: #CC0000;  font-weight: bold; text-decoration:none; }
.ecom_ourPriceWhenProductIsOnSaleText{color: #333333; font-weight:bold; text-decoration:line-through;}
.ecom_ourPriceWhenProductIsOnSale{color: #333333; font-weight:bold; text-decoration:line-through; }
.ecom_ourPriceWhenProductHasASpecialPriceText {color: #333333;font-weight:bold;}
.ecom_ourPriceWhenProductHasASpecialPrice {color: #333333;  font-weight: normal; text-decoration:line-through;  }

.ecom_salePriceText {color: #FF0000; font-weight:bold; font-size: 13px;}
.ecom_salePrice {color: #FF0000; font-weight: normal; text-decoration:none; font-size: 13px; }

.ecom_priceText {color: #333333;font-weight:bold}
.ecom_price {color: #333333;  font-weight: normal; text-decoration:none; }

.ecom_specialPriceText {color: #333333;font-weight:bold}
.ecom_specialPrice {color: #333333;  font-weight: normal; text-decoration:none; }

.ecom_gallerySelections {color: #333333; font-weight:bold}
.ecom_gallerySelectionLinks {color: #333333; font-weight:bold}
.ecom_galleryCategoryLinks {color: #333333; font-weight:bold}

.ecom_newsTitleHeading {color: #333333; font-weight:bold}
.ecom_newsTitleHeadingLink {color: #333333; font-weight:bold;text-decoration:none; }
.ecom_newsSubtitleHeading {color: #333333;  font-weight:bold}

.ecom_eventHeading {color: #333333; font-weight:bold}
.ecom_eventHeadingLink {color: #333333; font-weight:bold;text-decoration:none; }
.ecom_eventLocationHeading {color: #333333;  font-weight:bold}
.ecom_eventLocation {color: #333333;  font-weight: normal;}
.ecom_eventWebsiteHeading {color: #333333;  font-weight:bold}
.ecom_eventWebsite {color: #333333; font-weight: normal;text-decoration:none;}
.ecom_eventDate {color: #333333; font-weight: normal;}
.ecom_eventTime {color: #333333; font-weight: normal;}
.ecom_eventDescription {color: #333333;  font-weight: normal;}
.ecom_eventAddressHeading {color: #333333; font-weight:bold;}
.ecom_eventAddress {color: #333333;  font-weight: normal;}
.ecom_eventOrganizerHeading {color: #333333; font-weight:bold;}
.ecom_eventOrganizer {color: #333333;  font-weight: normal;}
.ecom_eventOrganizerWebsite {color: #333333;  font-weight: normal;text-decoration:none;}

.ecom_faqQuestionQ {color: #333333;font-weight:bold;}
.ecom_faqQuestion {color: #333333; font-weight: normal; font-weight: normal;}
.ecom_faqAnswerA {color: #333333;  font-weight:bold;text-decoration:none; }
.ecom_faqAnswer {color: #333333;font-weight: normal;}

.ecom_dealerWelcomeText {color: #333333; font-size: 11px; font-weight:bold;font-style:italic;}
.ecom_dealerInputText {color: #333333; font-size: 11px; font-weight:bold;}
.ecom_dealerText {color: #333333; font-size: 11px; font-weight:bold;}
.ecom_dealerMessageText {color: #333333; font-size: 11px; font-weight:bold;}
.ecom_dealerWarningText {color: #333333; font-size: 11px; font-weight:bold;}
.ecom_dealerTitleText {color: #333333; font-size: 12px; font-weight:bold;}


/* VEHICLE SEARCH BOX */
#vehicleSection {
  height: 28px;
  width: 100%;
  margin: 0px;
}

#vehicleSearchYear {
  margin-left:30px;
  margin-top:4px;
  margin-bottom:4px;
  float: left;
  display: inline;
  width: 100px;
  color:#ffffff;
}
#vehicleSearchMake {
  margin-left: 10px;
  margin-top:4px;
  margin-bottom:4px;
  float: left;
  display: inline;
  width: 100px;
}
#vehicleSearchModel {
  margin-left: 10px;
  margin-top:4px;
  margin-bottom:4px;
  float: left;
  display: inline;
  width: 100px;
}
#vehicleSearchButton {
  float: left;
  display: inline;
  width: 28px;
  margin-top: 4px;
  margin-left: 0px;
}
/* END VEHICLE SEARCH BOX */

/*Style for Form*/

.holder{
  width: 600px;
  float: left;
  margin: 10px 40px 10px 40px;
  display: inline;
}

div.row {
  clear: both;
  padding-top: 10px;
}

div.row span.label {
  float: left;
  width: 150px;
  text-align: right;
}

div.row span.formw {
  float: right;
  width: 300px;
  text-align: left;
  padding-right: 5px;
} 
  
.formResponse {
  color: #FF0000;
  font-size: 14px;
  font-weight: bold;
  margin-right: 20px;
}

.formResponse2 {
  color: #CC0000;
  font-size: 14px;
  font-weight: bold;
  margin-right: 20px;
}

#content_news {
  width: 90%;
}

#content_gallery {
  width: 90%;
}

#content_sc {
  width: 90%;
}

.aboutPics {
  width: 290px;
  float: left;
  margin-bottom: 10px;
}

.aboutPicHolder {
  margin-top: 10px;
	background-color:#CCCCCC;
	border: 12px solid #CCCCCC;
	width: 250px;   
  float: left;                       
}

.aboutText {
  margin-top: 10px;
  width: 430px;
  float: left;
  text-align:left;
}

.policies {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: left;
}

.links{
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: left; 
}

.links p{
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
}

/*Style for Form*/
div.row {
  clear: both;
  padding-top: 10px;
}

div.row span.label {
  float: left;
  width: 260px;
  text-align: right;
}

div.row span.formw {
  float: right;
  width: 509px;
  text-align: left;
  padding-right: 5px;
} 
  
.formResponse {
  color: #333333;
  font-size: 12px;
  font-weight: bold;
}

#pageTitle {
  margin: 2px 0px 0px 8px;
}

.categoryFloat {
  float: left;
  width: 170px;
  height: 160px;
  margin-right:15px;
  margin-bottom:15px;
}