body{
	margin:0;
	padding:0;
	background:url(../images/bg.jpg) repeat-x top left #e2e2e2;
}
#top a.loginbtn{
	background:url(../images/loginBtn.png) no-repeat !important;
	display:block;
	height:28px;
	width:79px;
	float:left;
	color:#000;
	font-size:13px;
	text-decoration:none;
	font-weight:bold;
	padding-top:5px;
}
#top a.loginbtn img{
	padding-right:5px;	
}
#top a:hover.loginbtn{
	background:url(../images/loginBtn-over.png) no-repeat !important;
	color:#fff;
}
.loginActive{
	background:url(../images/loginBtn-over.png) no-repeat !important;
	color:#fff !important;
}
.loginActive img{
	padding-right:5px;
}
#top a{
	background:url(../images/topBtn.png) no-repeat;
	display:block;
	height:28px;
	width:79px;
	float:left;
	color:#000;
	font-size:13px;
	text-decoration:none;
	font-weight:bold;
	padding-top:5px;
}
#top span{
	padding-left:1px;
	padding-right:1px;
	float:left;
}
#top a:hover{
	background:url(../images/topBtn-over.png) no-repeat;
	color:#fff;
}
#top .active{
	background:url(../images/topBtn-over.png) no-repeat;
	color:#fff;
}
#nav{
	padding:0;
	margin:0;
	margin-left:3px;
}
#nav li{
	height:43px;
	width:100%;
	list-style-type:none;
}
#nav a{
	background:url(../images/nav.jpg) no-repeat;
	display:block;
	padding-top:10px;
	font-size:15px;
	color:#000;
	text-decoration:none;
	padding-left:5px;
	height:39px;
	font-weight:bold;
	vertical-align:middle
}
#nav a span{
	padding-top:3px;
}
#nav a:hover{
	background:url(../images/nav-over.jpg) no-repeat;
	color:#fff;
}
#nav li .selected{
	background:url(../images/nav-over.jpg) no-repeat !important;
	color:#fff !important;
}

#nav img{
	border:none;
	padding-left:10px;
	margin-top:-7px !important;
}
#nav span{
	padding-left:10px;
	padding-top:5px;
}

td
{
	font-family: arial;
	font-size: 12px;
}
.inventoryAdvanceSearchTab
{
	background-color:#d31d1c; padding: 6px; color: #FFFFFF; font-weight: bold;
}
.titleRow, .titleRow td { background-color: #666666; color: #FFFFFF; white-space: nowrap; }
.titleRow td.selected { border-top: 1px solid #ff0033; }
.titleRow a img { width: 8px; height: 4px; border: 0px; vertical-align: middle; text-align: right; padding-left: 4px; }
.titleRow a { color: #FFFFFF; text-decoration: none; display: block; margin: 0px; }
.titleRow a:hover { text-decoration: underline; }
.oddRow { background-color: #FFFFFF; }
.evenRow { background-color:#EFEFEF; }
.highLightRow { background-color:#FFFFCC; border-top: 2px solid #EFEFEF; border-bottom: 2px solid #EFEFEF;  }
 	.oddRow { background-color: #FFFFFF; }
 	.evenRow { background-color:#EFEFEF; }
	.titlePage  {font-size: 13pt; font-weight: bold; color: #000000; }
    .redText { color: #ff0000; }
	.inventoryOptions { background-color: #F7F3F7; }
	A { color: #767676; }
	A:hover {color: #767676;  text-decoration: none; }
	.closeWindow { background-color: #cccccc;  color: #000000; text-decoration: none;}
	.tableBorder { background-color: #a8c4de;  color: #FFFFFF; }
	img { border-color : #000000 }

	/* Inventory Details "Schedule Test Drive", etc. Tools buttons */
	.submitButton {
		font-family: Tahoma, Verdana, Arial; 
		font-size: 10px; color: #ffffff; 
		/* background-color: #336666; */
		background-color: #2C3136;
		border-color: #feefc4 #ffdc78 #ffdc78 #feefc4; 
		letter-spacing: 1px; 
		position: relative; 
		left: 8px;

		font-weight: bold; 
		border-style: solid; 
		border-top-width: 1px; 
		border-right-width: 1px; 
		border-bottom-width: 1px; 
		border-left-width: 1px
	}	
	/* ../inventory/index.cfm "Search" and "View All" buttons */
	.searchFormBtn {
		font-family: Tahoma, Verdana, Arial; 
		font-size: 10px; color: #000000; 
		background-color: #dcdcdc;
		/* background-color: #336666; */
		border-color: #838383 #838383 #838383 #838383;
		letter-spacing: 1px; 
		left: 8px;
		height: 25;

		font-weight: bold; 
		border-style: solid; 
		border-top-width: 1px; 
		border-right-width: 1px; 
		border-bottom-width: 1px; 
		border-left-width: 1px
	}		

 
 /* Home Page Featured Cars */
   .homeFeaturedCarBg {
    padding: 5px;
	background-color: #FFFFFF;
	width:150px;
  }
   .homeFeaturedCarPrice {
    color: #990000;
	font-weight: bold;
  }
  .homeFeaturedTitle {
    padding: 3px;
	background-color: #ff0000;
	color: #ffffff;
	font-weight: bold;
	border-bottom: solid 2px #ffffff;
  }
  /**************************************************
    MULTI IMAGE NEXT PREV FIST LAST CSS
**************************************************/
.imgSlideOver {
	cursor:pointer;
	background-color: #C3E3EA;
	color: #000000;
	}
.imgSlideOut {
	background-color: #EEEEEE; 
}
.showingImages {
	background-color: #e1e1e1;
}



	
  /**************************************************
    CONTACT FORM CSS
**************************************************/	
   .contactFormHeading
   	{
		font-size: 12pt;
		color: #4d5980;
		padding-bottom: 3px;
		border-bottom: 1px solid #abb1c4;
	}
	.contactFormHeaddingSpacer
	{
		  padding:5px;
	}
	#contactFormTable td
	{
		padding-top: 5px;
	}



H2 {
	font-size:16px;
}	

/*******************************************************************************
									Navigation 
*******************************************************************************/

A.leftNav { 
	font-family: verdana;
	font-size: 13px;
	font-weight:bold;
	color: #008ecd;
	text-decoration:underline;
}
A.leftNav:hover { 
	font-family: verdana;
	font-size: 13px;
	font-weight:bold;
	color: #008ecd;
	text-decoration:underline;
}

/*******************************************************************************
										Recently Viewed
*******************************************************************************/
#recentlyViewed td.title
{
	font-family:arial,verdana,sans-serif;
	font-size:16px;
	font-style:italic;
	font-weight:bold;
	color: #999999;
	padding-bottom:8px;
}
#recentlyViewed td.vehicleBG
{
	background-color:#f0f0f0;
	padding:5px;
}	

/**************************************************************************
 *					Staff Page
 *************************************************************************/
 #staffPage
 {
 	width:600px;

 
 }
#staffPage .subHeading
{
	background-color: #333298;
	color: #ffffff;
	font-weight:bold;
	font-size:10pt;
	padding:5px;
}
#staffPage ul 
{
	list-style: none;
}
#staffPage li 
{
	padding: 3px 0px 3px 15px;
	background: url(../images/arrow.html) 0 0.4em no-repeat; 
}

/*******************************************************************************
									Hours of Operations 
*******************************************************************************/
#popuphours {
	background-color: #000000;
	color: #FFFFFF;
}
#popuphours .heading {
	background-color: #999999;
	color: #FFFFFF;
	font-weight:bold;
}
#popuphours .days {
	text-align:right;
	font-weight:bold;
}

/**************************************************************************
 *					PAGE TITLES/SECTIONS
 *************************************************************************/
 
.PageSectionTitle {
	font-family:arial,verdana,sans-serif;
	font-size:16px;
	font-style:italic;
	font-weight:bold;
	color: #D03539;

}
 
div#pageTitle h1 {
	font-family:arial,verdana,sans-serif;
	font-size:11pt;
	font-style:normal;
	font-weight:bold;
	padding:4px;
	border-bottom: 1px solid #999999;
}
div#cumbs
	{
		font-size:8pt;
		text-align:right;
	}

div.websiteContent {
		padding-left:5px;
		padding-right:5px;
	}
	
#schlAppointment .heading
{
	font-weight:bold;
	font-size: 10pt;
	color: #333298;
	border-bottom: 1px dotted #333298;

}
/**************************************************************************
 *					FOOTER
 *************************************************************************/
 
 
#footer .copyrights{
	color:#464646;
}
#footer p{
	padding:0;
	margin:0;
	padding-top:8px;
}
#footer a{
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}
#footer{
	color:#fff;
}
#footer a:hover{
	color:#0582c7;
}

/*
	Note About us and Services has sub menus
	:::::::::::::::::::::::::::::::::::::::::  MENU CODE :::::::::::::::::::::::
 */		
#menu
	{
	/*  color:#00048a;
		text-transform: uppercase; */
		padding: 0px 0px 0px 0px;
	/* 	width:268px;*/
	/*	background-color: #8A8A8A; */
	/*	height:100%; */
	}
	#menuItem_1{
		background:url(../images/sub-sep.jpg) no-repeat left bottom;
		margin-bottom:2px;
		
	}
#menuItem_1 a
	{
		/*
font-size:10px;
		color: #ffffff;
		font-weight:bold;
		text-decoration: none;*/
		display:block;

	}

#menuItem_1 ul
	{
		margin:0px; 
		padding:0px;
		list-style: none;
		margin-left:20px;
	}
#menuItem_1 li
	{
	/* 	padding: 3px 0px 3px 12px;*/
		text-decoration:none; 
		color:#000;
	/* 	border-bottom: 1px solid #000000; */
		display:block;
		background:url(../images/sub-arrow.jpg) no-repeat left !important;
		height:30px;
	}	
	#menuItem_1 li a{
		background:none !important;
		color:#000;
		font-size:12px;
		font-weight:normal;
		height:auto;
		vertical-align:middle;
		padding:0 !important;
		margin:0 !important;
		padding-left:10px !important;
		padding-top:8px !important;
	}
#menuItem_1 li.inMenu
	{
		/* background: url(/images/menuArrowRight.gif) .2em center no-repeat;*/
	}	
#menuItem_1 li.active 
	{
		
		text-decoration:none; 
		font-weight:bold;
		background-color: #ff3333;
		-moz-opacity:.95;
		opacity:.95; 
	}		
#menuItem_2 a
	{
		font-size:10px;
		color: #ffffff;
		font-weight:bold;
		text-decoration: none;
		display:block;
	}
	
#menuItem_2
	{
		margin:0px; 
		padding:0px;
		list-style: none;
		background-color: #51575D;
	}
#menuItem_2 li
	{
		padding: 3px 0px 3px 32px;
		text-decoration:none; 
		color:#006699;
		border-bottom: 1px solid #000000;
		display:block;
	}	
#menuItem_2 li.active 
	{
		
		text-decoration:none; 
		font-weight:bold;
		background-color: #ff3333;
		-moz-opacity:.95;
		opacity:.95; 
	
	}	
#menuItem_2 li.inMenu
	{
		background: url(../images/menuArrowRight.html) 24px center no-repeat;
	}	
#menuItem_3 a
	{
		font-size:10px;
		color: #ffffff;
		font-weight:bold;
		text-decoration: none;
		display:block;
	}			
#menuItem_3
	{
		margin:0px; 
		padding:0px;
		list-style: none;
		background-color: #2C3136;
	}
#menuItem_3 li
	{
		padding: 3px 0px 3px 52px;
		text-decoration:none; 
		color:#006699;
		border-bottom: 1px solid #000000;
		display:block;
	}	
#menuItem_3 li.active 
	{
		
		text-decoration:none; 
		font-weight:bold;
		background-color: #ff3333;
		-moz-opacity:.95;
		opacity:.95; 
	
	}		
/*
	:::::::::::::::::::::::::::::::::::::::::;  END MENU CODE :::::::::::::::::::::::
 */	
 
 
  /**** FINANCE FORM CSS ****/
.formTitleRowText {
    font-family: Arial, Verdana; 
	font-size: 14px; 
	font-weight: bold;
	color: #ffffff;
	background-color: #fe8f01;
}
.formTitleRowRequired {
   font-weight: bold;
   font-size: 12px;
   color: #FFFFFF;
   background-color: #fe8f01;
}
.subTitleRow {
   background-color: #DEDEDE;
   font:bold 14px/18px trebuchet ms, arial, helvetica, sans-serif; 
   /* color: #336699; */
   color: #000000;
}	
.redText
	{
		color: #cdaf05;
		font-weight:bold;
	}
	
	
	
	/***********************************
Inventory Layout CSS
**********************************/
.titleRow {
font-family: verdana;
font-size: 12px;
font-weight: bold;
color: #ffffff;
padding-left: 10px;
background-color: #a8c4de;
}

.sortCombo     {
font-size: 9px;
font-family: verdana;
color: #000000;
font-weight: none;
}

.carHeading    {
font-size: 11px;
font-family: verdana;
color: #000000;
font-weight: bold;
}
.carHeadingSub    {
font-size: 10px;
font-family: verdana;
color: #000000;
font-weight: bold;
}


.carDetails    {
font-size: 10px;
font-family: verdana;
color: #000000;
}
.btnView    {
width: 100%;
font-family: verdana;
font-size: 9px;
color: #000000;
font-weight: bold;
border: 1px solid #FFFFFF;
background-color: #FF3300;
}

/*******************************************
First | Previous | Next | Last "Links CSS" for Inventory Page
********************************************/
.searchNav    {
font-size: 10px;
font-family: verdana;
color: #000000;
background-color: #a8c4de;
}

#searchNavLinks    a {
color: #ffe972;
text-decoration: underline;
font-size: 9px;
font-family: verdana;
}

#searchNavLinks    a:hover{
color: #FFFFFF;
text-decoration: none;
}

#sortByLinks {
font-size: 9px;
font-family: verdana;
color: #000000;
background-color: #a8c4de;
}
#sortByLinks    a {
color: #004fab;
text-decoration: underline;
font-size: 9px;
font-family: verdana;
padding-right: 7px;
}

#sortByLinks a:hover {
color: #000000;
}

.priceSelling    { font-size: 14px; font-family:arial; color: #000000; font-weight:bold; }
.dollarSign    { color: #e77871; font-size: 14px; font-weight: bold; font-family: arial;}
#bigPrice    { font-size: 20px; font-family:arial; font-weight: bold; color: #000000; text-decoration: none; }


/********* Inventory Layout End **********/

/* Alignment of icons and bg */
#inventoryOptionsTableImages td
{
	text-align:center;
	background-color: #e7f5fc;
}
/*mouse over color of icon bg */
#inventoryOptionsTableImages td.inventoryOptionsOver
{
	background-color: #fff;
}
/*fixes bug with png's in ie 6.0 and 5.5 */
#inventoryOptionsTableImages td img
{
	 behavior: url(../jScripts/iepngfix/iepngfix.html)
}

.leftborder
{
	background:url(../images/leftBorder.html) repeat-y;
}

.rightborder
{
	background:url(../images/rightBorder.html) repeat-y;
}

 /*==================Pics Gallery Rounded corner Classes==============*/
.gtl
{
	background-image:URL("../images/topleft.gif");
	background-position: top left;
	background-repeat: no-repeat;
	font-size:2px;
}
.gtc
{
	background-image:URL("../images/topcen.gif");
	background-repeat: repeat-x;
	font-size:2px;
}
.gtr
{
	background-image:URL("../images/topright.gif");
	background-position: top right;
	background-repeat: no-repeat;
	font-size:2px;
}
.gbl
{
	background-image:URL("../images/botleft.gif");
	background-position: bottom left;
	background-repeat: no-repeat;
	font-size:2px;
}
.gbc
{
	background-image:URL("../images/botcen.gif");
	background-repeat: repeat-x;
	background-position: bottom;
	font-size:2px;
}
.gbr
{
	background-image:URL("../images/botright.gif");
	background-position: bottom right;
	background-repeat: no-repeat;
	font-size:2px;
}
.midCell
{
	background-color:#CCD3FA;
	border-width:0 1px 0 1px;
	border-style:solid;
	border-color:#4C5482;
}

.rc	{
width: 760px;
}


/*
	:::::::::::::::::::::::::::::::::::::::::; MyProfile / Join :::::::::::::::::::::::
 */			
	table#myProfile .formTitleRow
	{
		background-color: #687fc5;
		font-weight: bold;
		padding: 5px;
		color: #FFFFFF;
	}
	
	table#myProfile .formCaption
	{
		text-align:right;
		background-color: #EFEFEF;
	}
	
	table#myProfile .titleRow
	{
		background-color: #E1E1E1;
		font-weight: bold;
		padding: 5px;
	}	
/*
:::::::::::::::::::::::::::::::::::::::::; vendor left logos :::::::::::::::::::::::
 */		

	.marqueeWraper{
		width:227;
		height:227px;
		border:1px solid #898989;
		border-radius:10px;
		background:#fff;
		padding:10px;
	}
	.marqueeWraper ul{
		margin:0;
		padding:0;
	}
	.marqueeWraper ul li{
		list-style-type:none;
		margin:40px auto;
		text-align:center;
	}
	.marqueeWraper marquee{
		height:100%;
	}
	

/*
:::::::::::::::::::::::::::::::::::::::::; vendor left logos end :::::::::::::::::::::::
 */
