/* HTML element selectors */

body {
	margin: 0;
    text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #E9E8D2;	
}

h1 {
	color: #324123;
	font-size:14px;
	font-weight: bold;	
	padding-left: 165px;
	width: 558px;
	background-color:#A9A17A;
}

h2 {
	color: #324123;
	font-size:12px;
	font-weight: bold;	
	margin: 10px 0px -5px 10px;
}

h3 {
	color: #B52C00;
	font: Arial;
	font-size: 14px;
	font-weight: bold;
	margin: 20px 0px 0px 10px;	
	
}

* html h3 {
	margin: 30px 0px 0px 10px;	
	
}

a:link {
	color: #010D71;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #B52C00;
}

a:hover {
	text-decoration: underline;
	color: #5DAB1A;	
}

.TextLinks a:hover {
	text-decoration: underline;
	background-color: #5DAB1A;
	color: #000;
	
}

a:active {
	text-decoration: none;
	color: #5DAB1A;
}

/* CustomTag Styles */

#Wrapper {
  position: relative;  
  margin: 0px auto;
  text-align: left;  
  width: 760px;
  height: 560px;  
}

#ContainerTop {
	position: relative;
	width: 596px;
	height: 25px;    		
	margin: 43px auto 0px auto;
	background-image: url(../images/containerTop.png);
	background-repeat: no-repeat;
}

* html #ContainerTop {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src='images/containerTop.png');	
	background-image: none;	
}

#Container {
	position: relative;
	width: 596px;
	min-height: 405px;    		
	margin: 0px auto;
	background-image: url(../images/container.png);
	background-repeat: repeat-y;
	z-index: 2;	
	text-align: left;	
}

* html #Container {
	background-image: url(../images/container.gif);
	background-repeat: repeat-y;
}

#ContainerBottom {
	position: relative;
	width: 596px;
	height: 46px;    		
	margin: 0px auto 100px auto ;
	background-image: url(../images/containerBottom.png);
	background-repeat: no-repeat;
}

* html #ContainerBottom {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src='images/containerBottom.png');	
	background-image: none;	
}

#DataContainer {
	width: 535px;
	min-height: 372px;
	background-color: #D2DAD2;
	border: 1px solid #002200;
	margin: 52px 0px 0px 25px;
}

* html #DataContainer {
	margin: 65px 0px 0px 25px;
	z-index: 1;
}

.VehicleYear {
	margin: 80px 10px 0px 10px;
}

.VehiclePage{
	margin: 5px 0px 10px 10px;
	z-index: 50;
}

.StripeTop {
	width: 100%;
	height: 11px;
	background-image: url(../images/racingStripeBackgroundTop.gif);
	background-repeat: repeat-x;

}

.StripeBottom {
	

}

/* Navagation Styles */

#navcontainer {
    position: absolute;	
	top: 87px;
	left: 89px;
    width: 340px;	
	height: 30px;
	text-align: left;
	z-index: 50;		 
}


* html #navcontainer {
    position: absolute;	
	top: 145px;	   
}

#navcontainer ul {
    border: 0;
    margin: 0px 0px 0px 0x;
    list-style-type: none;
    text-align: left;	
	z-index: 50;
}

#navcontainer ul li {
    text-align: center;
    font-size: 10px;	
	color: #002200; 
	float: left;
	z-index: 50;
}

#navcontainer ul li a {    
	padding-top: 7px;
	color: #474750;
    text-decoration: none;
    display: block;   
	z-index: 50;  
}

#navcontainer ul li a:hover {
    color: #000;	
}

#navcontainer a:active {
    color: #5DAB1A;
}

/* Page Styles */  

.Main {
	margin-top: 30px;
	margin-left: 170px;
	background: none;
	width: 585px;
	height: 309px;
	text-align: left;	
}

* html .Main {
	margin-top: 27px;
	margin-left: 260px;
}

#imageSlideshowHolder {
  width: 717px;  
  height: 247px; 
  position: relative;
  z-index: 5;
}

#imageSlideshowHolder img {
	position: absolute;
	left: -14px;
	top: -10px;
	z-index: 5;
}

#CarImage {
	position: absolute;
	top: -32px;
	left: 11.7%;
	width: 659px;
	height: 176px;	
	z-index: 30;
}

* html #CarImage {
	position: absolute;
	width: 659px;
	height: 176px;
	top: 11px;
}

#MolLogo {
	position: absolute;
	width: 261px;
	height: 64px;
	top: 18px;
	left: 107px;
	z-index: 40;	
}

* html #MolLogo {
	top: 58px;
}

.ContactText {
	margin: 20px 10px 0px 10px;
}

.GeneralText {
	margin-left: 10px;
}

.Spacer {
	margin-bottom: 60px;
}

.StyledTablePage {	
	width: 95%;
	margin: 0px auto 0px auto;
	border-collapse: collapse;	
	
}

.StyledTable {	
	width: 95%;
	margin: 10px auto 0px auto;
	border-collapse: collapse;	
	border: 1px solid #324123;
	z-index: 40;
	
}

.StyledTable th {
	background-color: #324123;
	color: #FFF;
	border-style: none;
	
}

.StyledTable tr {
	border-style: none;
}

.StyledTable td {
	border-style: none;
	width: 10px;
}

.StyledTable th a, .StyledTable a:visited {
	color: #FFF;
}

.StyledTable th, .StyledTable td {
	padding: 2px 5px;	
}

.StyledTable tr.Alt {
	background-color: #EFF2F0;
	z-index: 1;
}

.StyledTable tr.Selected {
	background-color: #EEBBC0 !important;
}

.StyledTable .SummaryRow {
	font-weight: bold;
}

.StyledTable .Pager td {
	padding: 0px;
	background-color: #E23D32;
}

.StyledTable .Pager table {
	border-collapse: collapse;
	padding: 0px;	
}

.StyledTable .Pager table tr {
	color: #FFF;
	font-weight: bold;
}

.StyledTable .Pager table td {
	border-width: 0px;
	padding: 1px;
	margin: 0px 10px !important;
}

.StyledTable .Pager a {
	color: #FF0;
}

.Header {
	padding: 2px, 0px;
	background-color: #324123;
}

.Header a, .Header a:visited {
	color: #FFF;
}

.Pager a, .Pager a:visited {
	color: #FFF;
}

.Pager td {
	padding: 2px 0px;
	background-color: #E23D32;
	width: 100%;
	text-align: right;
}

.Pager table {
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
}

.Pager table tr {
	color: #FFF;
	font-weight: bold;
}

.Pager table td {
	border-width: 0px;
	padding: 1px;
	margin: 0px 10px !important;
}




select {
	font-size: 10px;
}

.ToolTip {

	position: 
	absolute; 
	z-index:60; 
	background-color: #FFF; 
	border: 1px solid #000; 
	padding: 2px; 
	margin-left: 65px;
	width: 120px;
	text-align: left;
	
}

* html .ToolTip {
	margin-left: 15px;
}

.Right {
	text-align: right;
}

