#container {
	
	height:880px;
	position:absolute;
	border: thin solid 0px #000;
	width:790px;
	background-image: url(images/mainback.jpg);
	background-repeat:no-repeat;
		}


.page 	{
	top: -60px;
	background-repeat: no-repeat;
	position: absolute;
	left: 30px;
	padding-top:10px;
	height: 25px;
	width: 490px;
	padding-left: 15px;
}

img {
	border: none;
}

h2 	{
	width:495px;
	height:30px;
	background-image: url(images/hback.jpg);
	background-repeat:no-repeat;
	font-size: 12px;
	padding-left:3px;
	padding-top:6px;
	font-weight: bold;
	color: #fff;
	}



.maincars {
	position: absolute;
	left: 229px;
	top: 180px;
	z-index: auto;
	width: 513px;
	}

.mainContent {
	position: absolute;
	left: 190px;
	top: 415px;
	z-index: auto;
	width: 550px;
	}

.homeContent {
	position: absolute;
	left: 47px;
	top: -20px;
	z-index: auto;
	width: 492px;
	height: 500px;
	}

.stockContent {
	position: absolute;
	left: 47px;
	top: -20px;
	z-index: auto;
	width: 492px;
	height: 1100px;
	}

.homeContent p {
	padding-left: 0px; 
	font-weight:normal;
	}

.homeContent ul {
	padding-left: 5px
	}

.details a:link {
	text-decoration: none;
	font-weight:normal;
	color: #fff;
	}


.details a:visited {	
	font-weight:normal;
	color: #fff;
	text-decoration: none;
	}

.details a:hover {	
	font-weight:normal;
	color: #fff;
	text-decoration: underline;
	}


a:link {
	text-decoration: none;
	font-weight:bold;
	color: #0202A2;
	}


a:visited {
	
	font-weight:bold;
	color: #0202A2;
	text-decoration: none;
}


a:hover {
	
	font-weight:bold;
	color: #0202A2;
	text-decoration: underline;
}

a:active {
	
	font-weight:bold;
	text-decoration: none;
	color: #0202A2;
}
.details {
	position: absolute;
	width: 180px;
	left: 14px;
	color: #fff;
	top: 195px;
	z-index: auto; 
	font:11px Arial, sans-serif;
}


.details2 {
	position: absolute;
	width: 180px;
	left: 14px;
	color: #fff;
	top: 535px;
	z-index: auto; 
	font:bold 11px Arial, sans-serif;
}



.content a:link {
	text-decoration: none;
	font-weight:bold;
	color: #0202A2;
}


.content a:visited {
	font-weight:bold;
	color: #0202A2;
	text-decoration: none;
}


.content a:hover {
	font-weight:bold;
	color: #0202A2;
	text-decoration: underline;
}

.content a:active {
	
	font-weight:bold;
	text-decoration: none;
	color: #0202A2;
}







#hours {
	width:554px;  
	position:absolute;
	top:125px; 
	height:20px; 
	left:223px;
	z-index:2;
	padding-left:0px;
	z-index:2;
	border:0 solid #000;
	font-weight:bold;
	}



#botnav {
	display:block; 
	clear:both;
	border-top: 1px dotted #A82B2E;
	width: 492px;
	text-align:center
	}


#botnav a:link {
	text-decoration: none;
	color: #A82B2E;
	font-weight: bold;
}


#botnav a:visited {
	text-decoration: none;
	color: #A82B2E;
	font-weight: bold;
}

#botnav a:hover {

	text-decoration: none;
	color: #0202A2;
	font-weight: bold;
} 


#botnav a:active {

	text-decoration: none;
	color: #A82B2E;
	font-weight: bold;
} 





#navbar {
	width:671px;
	position:absolute;
	top:90px;
	height:32px;
	left:222px;
	z-index:2;
	padding-left:0px;
	z-index:2;
	border:0 solid #000;
}

/* First and Second Level UL tags */

#nav, #nav ul
{
     padding: 0px;
margin: 0px 0px 0px 0px;
 
     list-style: none;
     line-height: 2;
}

/* First Level Links */

#nav li
{
     float: left;
}

#nav li a
{
	width: 87px;
	height:30px;
	display: block;
	color: #31319A;
	text-decoration: none;
	background-color: transparent;
	padding-left: 0px;
	padding-top:5px;
	padding-bottom:0px;
	font:bold 10px arial, sans-serif;
	text-align:center;
	margin-right:1px;



}

#nav li a:hover
{
     color: #ffffff;
      background-color: #000;background: url(images/butbacko.gif);
background-repeat:no-repeat;

}

/* Second Level Links */

#nav li li
{background-color:transparent;
     float: left;
}

#nav li li a
{
     /* no need to repeat common styles from #nav li a above */
     width: 110px;padding-left: 8px;
     color: #ffffff;
     background-color: #5A5A55;
     font:11px arial, sans-serif;
     text-align:left;
 height:13px;z-index:2;font:10px verdana, arial, sans-serif;

}


#nav li li a:hover
{padding-left: 8px;
     color: #ffffff;
     background-color: #000000;height:13px;z-index:2;font:10px verdana, arial, sans-serif;

}

/* Hide the drop-downs until mouseover */
     
#nav li ul
{background-color: #5A5A55;
     position: absolute;
     left: -999em;
     width: 80px;border:1px solid #ffffff; border-top:none;
}
     
/* Show the drop-downs on mouseover */     

#nav li:hover ul, #nav li.sfhover ul
{
     left: auto;
}
