html {
	scrollbar-arrow-color: #2222E6;
	scrollbar-3dlight-color: #2222E6;
	scrollbar-highlight-color: #000000;
	scrollbar-face-color: #000000;
	scrollbar-shadow-color: #000000;
	scrollbar-track-color: #363636;
	scrollbar-darkshadow-color: #2222E6;
}
#pageContent p {
	line-height: 20px;
}

body {
	background-color: #000000;
	color: #FFFFFF;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
}
#container {
	height: 900px;
	width: 772px;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
}
a:link {
	text-decoration: none;
	color: #D61564;
	font-weight: bold;
}
a:visited{
	text-decoration: none;
	color: #D61564;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #D61564;
	font-weight: bold;
}
#topCars {
	position: absolute;
	height: 149px;
	width: 398px;
	left: 374px;
	top: 0px;
	z-index: 3;
}

#logo {
	position: absolute;
	height: 141px;
	width: 362px;
	left: 12px;
	top: 0px;
	z-index: 5;
}
#navbar {
	width:209px;
	position:absolute;
	top:149px;
	left:12px;
	z-index:4;
	height: 234px;
}

/* First and Second Level UL tags */

#nav, #nav ul
{
     padding: 0;
     margin: 0;
     list-style: none;
     line-height: 1;height:29px
}

/* First Level Links */

#nav li
{
     float: bottom;
}
#details {
	position: absolute;
	top: 398px;
	width: 200px;
	height: 340px;
	left: 12px;
	padding-left: 9px;
}
#homeContent {
	top: 440px;
	position: absolute;
	width: 435px;
	height: 399px;
	left: 236px;
	background-image: url(images/carpics.gif);
	background-repeat: no-repeat;
	padding-left: 100px;
}

#homeContent p {
	line-height:20px;

}
h1 {
	font-size: 110%;
	font-weight: bold;
}



#flashCars {
	position: absolute;
	height: 213px;
	width: 542px;
	left: 229px;
	top: 170px;
}
#welcome {
	position: absolute;
	left: 236px;
	z-index: 10;
	top: 398px;
}
#pageTitle {
	position: absolute;
	left: 236px;
	z-index: 10;
	top: 178px;
}
#pageContent {
	position: absolute;
	width: 524px;
	top: 210px;
	left: 236px;
	height: 500px;
}





#nav li a
{
     width: 195px;
     display: block;
     color: #FFFFFF;
     text-decoration: none;
     border-bottom: thin dotted #6F6F6F; 
     padding: 7px;
     font:bold 11px Tahoma, arial, sans-serif;
     text-align:left;
margin-right:1px;

}

#nav li a:hover
{
     color: #ffffff;
     background-color: #3333B7; display: block;
position:relative; left:0px;

}

/* Second Level Links */

#nav li li
{background-color:transparent;
     float: right;border-bottom:1px;border-color:#ffffff;

}

#nav li li a
{
     /* no need to repeat common styles from #nav li a above */
     width: 209px;
     color: #FFFFFF;
     background-color: #CCCCCC;
     font:10px verdana, arial, sans-serif;
     text-align:left;
border-top:1px solid white; height:25px;z-index:2;position:relative; left:77px;top:-20px;

}
     
#nav li li a:hover
{
     color: #ffffff;
     background-color: #3333B7;height:25px;z-index:2;border-top:1px solid white;display: block;
position:relative; left:77px;top:-20px;
}

/* Hide the drop-downs until mouseover */
     
#nav li ul
{
     position: absolute;
     left: -999em;
     width: 139px;
}
     
/* Show the drop-downs on mouseover */     

#nav li:hover ul, #nav li.sfhover ul
{
    left: auto;
}
#pointer1 {
	position: absolute;
	height: 100px;
	width: 100px;
	top: 229px;
	left: 382px;
	z-index: 20;
}
#pointer2 {
	position: absolute;
	height: 82px;
	width: 82px;
	top: 212px;
	left: 266px;
	z-index: 21;
}
