@charset "utf-8";
/* CSS For Main Menu in "header.html" */

a {
	text-decoration: none;
}

h1 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 22px; 
	color: white; 
	background-color: #E20A16; 
	font-weight: bold; 
	text-align: center; 
	border: solid 2px black;
}

div.Standard  {
	width:904px;
	text-align:center;
	overflow:hidden;
}

p.SubNote {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

td.Normal {
/* Normal State of Menu Item */

	color:white;
	border:2px solid black;
	cursor:pointer;
	text-align:center; 
	font-weight:bold;
	font-size:14px; 
	background-color:#E20A16;
	border-bottom-left-radius:30px; 
	border-top-left-radius:30px; 
	border-bottom-right-radius:30px; 
	border-top-right-radius:30px;
	white-space:nowrap;
}

td.HiLite {
/* Mouseover Highlighted State of Menu Item */
	color:#E20A16;
	border:2px solid #E20A16;
	cursor:pointer;
	text-align:center; 
	font-weight:bold;
	font-size:14px; 
	background-color:white;
	border-bottom-left-radius:30px; 
	border-top-left-radius:30px; 
	border-bottom-right-radius:30px; 
	border-top-right-radius:30px;
	white-space:nowrap;
}

table.Head{
	text-align: center;
	background-color: black;
}

table.main{ 
	text-align: left;
	width: 904px;
	font-family: Arial, Helvetica, sans-serif; 
}

.HomeTitle{
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	color:white;
	background-color:#E20A16;
	font-weight:bold;
	text-align:center;
	border-radius:30px 30px 30px 30px;
	border:1px solid white;
}

td.LeftMenu{
	text-align: right;
	margin-right: 0px;
	padding-right: 0px;
	border-right: 2px solid #E20A16;
	width: 32px;
}

.LeftMenuImg{
	float: right; 
	position: relative; 
	left: 3px;
}

td.RightMenu{
	text-align: left; 
	margin-left: 0px; 
	padding-left: 0px; 
	border-left: 2px solid #E20A16;
	width: 32px;
}

.RightMenuImg{
	float: left; 
	position: relative; 
	left: -3px;
}

p.index{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px;  
	text-align: justify;
	text-indent: 25px; 
	margin-left: 5px; 
	margin-right: 10px;
}

/* CSS for hyperlinks */

.Hvr:link {
	color: #E20A16;
	text-decoration: none;
	font-size: 14px; 
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	z-index: 1;
}

.Hvr:visited {
	color: #E20A16;
	text-decoration: none;
	font-size: 14px; 
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	z-index: 0;
}

.Hvr:hover {
	color: white !important;
	background-color: #E20A16 !important; 
	text-decoration: none;
	z-index: 2;
}

table.FootMenu{
	width: 900px;
	text-align: center;
	margin: 1px;
	padding: 1px;
	border: none;
	border-collapse: collapse;
	font-size: 9px;
	color: black;
}

a.FootLink{
	font-size: 11px;
	color: #E20A16;
}

td.Copyright{
	text-align: center;
	font-size: 10px;
	color: #666666;
}

.goBack1 {
/* Normal go back link */
	font-family:"Times New Roman", Times, serif;
	color: #E20A16;
	background-color: white;
	font-size: 12px;
	font-weight: normal;
	border: none;
	text-decoration: none;
}

.goBack2 {
/* Hilit go back link */
	font-family:"Times New Roman", Times, serif;
	color: #E20A16;
	background-color: black;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid black;
	text-decoration: none;
}

a.goBack {
/* Normal go back link */
	color: #E20A16;
	border: none;
	text-decoration: none;
}

a.goBack:hover {
/* Hilit go back link */
	background-color: #E20A16;
	color: white;
	font-weight: bold;
	border: 1px solid black;
	text-decoration: none;
}

div.BackLink{
	font-size:12px;
	text-align:left;
	width:904px;
	overflow:hidden;
}

/* CSS for Car Inventory Pages */
div.CarPage{
	width:924px;
	background-color:#000000;
}

td.InvTitle {
	font-size:22px;
	font-family:Arial, Helvetica, sans-serif; 
	color:white; 
	font-weight:bold; 
	text-align:center; 
	border-bottom-left-radius:30px; 
	border-top-left-radius:30px; 
	border-bottom-right-radius:30px; 
	border-top-right-radius:30px;
	border:2px solid white;
	background-color:#E20A16;	
}

table.InvPage {
	width:100%;
}

table.InvList {
	width:491px;
	border-bottom-left-radius:12px; 
	border-top-left-radius:12px; 
	border-bottom-right-radius:12px; 
	border-top-right-radius:12px;
	border:1px solid #817F7F;
	background-color:#FFFFFF;
}

td.ListTitle {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:14px; 
	color:white; 
	background-color:#E20A16; 
	font-weight:bold; 
	text-align:center; 
	border-bottom-left-radius:30px; 
	border-top-left-radius:30px; 
	border-bottom-right-radius:30px; 
	border-top-right-radius:30px;
	border:solid 1px #817F7F;
}

td.CarBox {
	width:108px;
	text-align:center;
	font-size:11px;
	vertical-align:top;
}

td.InvData {
	text-align:left;
	width:160px;
	font-size:12px;
	vertical-align:top;
}

td.InvInf {
	font-size:12px;
	color:#666666;
	vertical-align:top;
	width:160px;
	border-radius:12px 12px 12px 12px;
	border:1px solid #817F7F;
	padding:4px;
	text-align:justify;
}

td.CarBoxP {
	width:108px;
}

td.InvDataP {
	text-align:left;
	width:100px;
}

td.InvInfP {
	font-size:12px;
	color:#666666;
	vertical-align:top;
	width:220px;
}

img.List {
	height:75px;
	width:100px;
	border-bottom-left-radius:20px; 
	border-top-left-radius:20px; 
	border-bottom-right-radius:20px; 
	border-top-right-radius:20px;
	border:1px solid #E20A16;
}

img.OverlayP {
	border:none;
	position:relative;
	overflow:hidden;
	top:-80px;
	[if IE] top:-160px;
	[if ! IE] top:-80px;
	[if Trident] top:-154px;
	right:0px;
	margin-bottom:-150px;
	z-index:99;
	height:75px;
	width:100px;
}

img.Overlay {
	border:none;
	position:relative;
	top:-72px;
	[if IE] top:-160px;
	[if ! IE] top:-72px;
	[if Trident] top:-154px;
	margin-bottom:-150px;
	z-index:99;
	height:75px;
	width:100px;
}

span.Stock {
	color:#666666;
	font-size:10px;
}

/* CSS for photo ticker in footer.php */

#motioncontainer {
	/*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
	width: 904px; /* Set to gallery width, in px or percentage */
	height: 162px; /* Set to gallery height */
	position:relative; 
	overflow:hidden; 
	border:3px ridge #E20A16; 
	background-color: black; 
	padding-top:5px;
}

#motioncontainer a img {
/* Set image border color */
	border: 3px solid white; 
}

#motioncontainer a:hover img {
/* Set image border hover color */
	border: 3px solid #E20A16; 
}

#motioncontainer a:hover {
/* Dummy definition to overcome IE bug */
	color: #E20A16; 
}

span.YrBg{
	height:20px; 
	width:42px; 
	text-align:center; 
	position:relative; 
	left:-206px; 
	top:-137px; 
	margin-right:-42px; 
	background-color:#FEFEFE; 
	opacity:0.5; 
	filter:alpha(opacity=50); 
	display:-moz-inline-block; 
	display:-moz-inline-box; 
	display:inline-block;
}

span.YrTxt{
	height:20px; 
	width:42px; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:16px; 
	font-weight:bold; 
	color:#000000; 
	text-align:center; 
	opacity:1; 
	filter:alpha(opacity=100);
	position:relative; 
	left:-210px; 
	top:-136px; 
	margin-right:-42px; 
	display:-moz-inline-block; 
	display:-moz-inline-box; 
	display:inline-block;
}

span.ModelBg{
	height:16px;
	width:199px;
	text-align:center;
	position:relative;
	left:-214px;
	top:-4px;
	margin-right:-196px;
	background-color:#FEFEFE;
	opacity:0.5;
	filter:alpha(opacity=50);
	display:-moz-inline-block;
	display:-moz-inline-box;
	display:inline-block;
}

span.ModelTxt{
	height:16px;
	width:199px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	text-align:center;
	opacity:1;
	filter:alpha(opacity=100);
	position:relative;
	left:-214px;
	top:-6px;
	margin-right:-199px;
	display:-moz-inline-block;
	display:-moz-inline-box;
	display:inline-block;
}

img.TkMain{
	height: 149px;
	width: 199px;
	text-decoration: none;
}

img.TkSold{
	border: none;
	position: relative;
	top: 0px;
	left: -228px;
	margin-right: -199px;
	height: 149px;
	width: 199px;
	text-decoration: none;
}
